Valhalla Legends Archive

Programming => Battle.net Bot Development => Topic started by: PaiD on February 20, 2006, 01:51 AM

Title: SID_NOTIFYJOIN (0x22)
Post by: PaiD on February 20, 2006, 01:51 AM
It seems that the w3 client sends it alittle differently then that is said on bnetdocs.

Bnetdocs (http://bnetdocs.valhallalegends.com/content.php?Section=m&Code=50) says

(DWORD)       Product ID
(DWORD)       Product version
(STRING)     Game Name
(STRING)     Game Password

My packet log says

ff 22 18 00 00 00 00 00 14 00 00 00  @......"........
64 6f 74 61 20 33 2e 39 63 2f 00 00  ..dota 3.9c/..


The 'Product ID' is '00 00 00 00'. Just a small observation I saw.
Title: Re: SID_NOTIFYJOIN (0x22)
Post by: Hero on September 24, 2006, 02:12 AM
Does product version mean version byte?
Title: Re: SID_NOTIFYJOIN (0x22)
Post by: Joe[x86] on September 24, 2006, 03:02 AM
Looks like it.
Title: Re: SID_NOTIFYJOIN (0x22)
Post by: Hero on September 24, 2006, 03:06 AM
Heh, forgot w3 verbyte was 14, my bad.
Title: Re: SID_NOTIFYJOIN (0x22)
Post by: RealityRipple on September 24, 2006, 04:06 PM
If you notice at the top, it also says it's used by "Starcraft Shareware, Starcraft Japanese, Starcraft, Starcraft Broodwar, Diablo Shareware, Diablo I, Diablo II, Diablo II LOD, Warcraft II". My guess is the documentation for this packet was written before war3 game info was known. Interesting find, though.