Valhalla Legends Archive

Programming => Battle.net Bot Development => Topic started by: TriCk on July 26, 2004, 06:59 AM

Title: Newbie Question :S
Post by: TriCk on July 26, 2004, 06:59 AM
Client -> Server (Sent)
Format:
(DWORD)       Cookie
(DWORD)       Clan Tag

What does it mean by Cookie?
Title: Re:Newbie Question :S
Post by: ChR0NiC on July 26, 2004, 04:05 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

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.
Title: Re:Newbie Question :S
Post by: ChR0NiC on July 26, 2004, 06:31 PM
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...
Title: Re:Newbie Question :S
Post by: Maddox on July 26, 2004, 07:19 PM
Did you even try searching the forums?   ::)
Title: Re:Newbie Question :S
Post by: UserLoser. on July 26, 2004, 07:53 PM
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.