Valhalla Legends Archive

Programming => Battle.net Bot Development => BnetDocs Research and Discussion => Topic started by: ShaDoWDeM on August 15, 2006, 08:28 PM

Title: Packet 0x09 (Sending)
Post by: ShaDoWDeM on August 15, 2006, 08:28 PM
Is what BnetDocs Has:
(WORD)       Product-specific condition 1
(WORD)       Product-specific condition 2
(DWORD)       Product-specific condition 3
(DWORD)       Product-specific condition 4
(DWORD)       Maximum number of games to list
(STRING)     Game name
(STRING)     Game password
(STRING)     Game stats

Maybe you can elaborate whats between the DWORD for some people to make it easier for them

Is What Battle.net Currently Sends (SC Client):
(WORD)
(WORD)
(DWORD)
(BYTE)
(BYTE)
(DWORD)
(WORD)
(DWORD)
(String)
(String)
(String)
Send &H9

and someone could get the other game clients
Title: Re: Packet 0x09 (Sending)
Post by: Arta on September 07, 2006, 07:39 AM
Feel free to figure it out! I'd love to add the information but someone needs to provide it.