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?
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...
The only thing I changed in my client when the patch hit was a version byte in one of the D2GS packets.