Client -> Server (Sent)
Format:
(DWORD) Cookie
(DWORD) Clan Tag
What does it mean by Cookie?
Quote from: iago on July 26, 2004, 10:13 AM
The flavour.
1 = Chocolate chip
2 = Plain
3 = Chewy
4 = Those big ones
5 = Gingerbread
6 = Sugar cookies
I nearly pissed myself laughing......
It means a random number you want to send to the server, and on return the packet will have that cookie attached as the first DWORD so it is easier for the client to indentify which packets are sent by you. You can usually get by with using 0x01.
Quote from: OnlyMeat on July 26, 2004, 06:15 PM
Quote from: iago on July 26, 2004, 10:13 AM
The flavour.
1 = Chocolate chip
2 = Plain
3 = Chewy
4 = Those big ones
5 = Gingerbread
6 = Sugar cookies
lol
I know I am not an Admin or a Mod, but READ THIS (http://forum.valhallalegends.com/phpbbs/index.php?board=1;action=display;threadid=7754) NO NONSENSE POSTS alright?? Don't post stupid little responses like lol...
Did you even try searching the forums? ::)
Quote from: ChR0NiC on July 26, 2004, 04:05 PM
I nearly pissed myself laughing......
It means a random number you want to send to the server, and on return the packet will have that cookie attached as the first DWORD so it is easier for the client to indentify which packets are sent by you. You can usually get by with using 0x01.
I wouldn't say it's random, because the Blizzard client starts at one, and increments every time you perform this action. Although, it could be random.