Ok I just want to make sure I am using the right vaules. This is from my packet logs over the bot.
[16:03:25] Realm Packet: 0x03
[16:03:25] 0D 00 03 02 00 00 00 00 00 1F 00 00 00 .............
This seems to be the correct b/c I also set my bot to send 0x04 after it gets 0x03 to see if it can. Bnet sends back 0x04 for me to join the game.
[16:03:06] Realm Packet: 0x03
[16:03:06] 0D 00 03 02 00 03 02 00 00 00 00 00 00 .............
This one failed but bnet didnt send back 0x04 when I sent it. So I think I look at the spot of 1F in the first one right?
Edit: Changed Title
Top one (0x1F) - Already in a game
Bottom one (0x0) - Game created successfully
Ok I got that part now but, when I get sent back "0x0" I get information
[16:03:06] Realm Packet: 0x03
[16:03:06] 0D 00 03 02 00 03 02 00 00 00 00 00 00 .............
Do I need to do anything with the Second "03 02" or can it be ignored?
Ok nm I packet logged D2XP and it seems it saves the values and sends them with 0x65(D2GS)
Edit: Spelling