RunUO Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Why does 0x91 packet sends 0xFFFFFFFF first ?

xantier

Sorceror
I am trying to implement twofish encryption (blowfish works great). So i must use seed. But i don't think 0xFFFFFFFF is a seed code. it always sends this as soon as i choose a server.

you know, 0x91 packet size is 65. But first i am getting this 0xff... and packet size becomes 69. It is something like getting 192.168.1.x 4-byte ip with 62 bytes 0x80 packet. Whatever, i set the seed as 0xFF...F and that breaks the client at second login (request char list) with some errors like Packet Size : 0 (max 140) etc. etc. I am really confused. What should i use as seed for twofish ? Client ip is sent once at 0x80 and as you know, you get disconnected-reconnected when you choose a server and you lose it. Even i tried it as a seed, it still failed.

Please someone help me about that twofish and its seed.
 
Top