Valhalla Legends Archive

Programming => Battle.net Bot Development => Topic started by: phvckmeh on November 08, 2004, 01:14 AM

Title: D2 Realm Bot 1.09 to 1.10 Differences?
Post by: phvckmeh on November 08, 2004, 01:14 AM
Alright, well im trying to port my 1.09 Diablo 2 game bot that i wrote, and it seems that something has changed since 1.10 came out, im no longer able to join games with it.

Well my question is this: what realm (d2 join game, etc) packets have changed since 1.09?
Title: Re: D2 Realm Bot 1.09 to 1.10 Differences?
Post by: BaDDBLooD on November 08, 2004, 08:46 AM
0x40 (SID_QUERYREALMS2) instead of 0x34 (SID_QUERYREALMS)

0x19 (MCP_CHARLIST2) Instead of 0x17 (MCP_CHARLIST)

That's all i can think of at the moment...
Title: Re: D2 Realm Bot 1.09 to 1.10 Differences?
Post by: Soul Taker on November 08, 2004, 10:43 AM
The only thing I changed in my client when the patch hit was a version byte in one of the D2GS packets.