Valhalla Legends Forums Archive | Battle.net Bot Development | 0x03 Recieved (MCP)

AuthorMessageTime
PaiD
Ok I just want to make sure I am using the right vaules. This is from my packet logs over the bot.

[code]
[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?
[/code]

Edit: Changed Title
March 8, 2004, 9:10 PM
UserLoser.
Top one (0x1F) - Already in a game
Bottom one (0x0) - Game created successfully
March 10, 2004, 1:22 AM
PaiD
Ok I got that part now but, when I get sent back "0x0" I get information
[code]
[16:03:06] Realm Packet: 0x03
[16:03:06] 0D 00 03 02 00 03 02 00 00 00 00 00 00 .............
[/code]
Do I need to do anything with the Second "03 02" or can it be ignored?
March 10, 2004, 1:25 AM
PaiD
Ok nm I packet logged D2XP and it seems it saves the values and sends them with 0x65(D2GS)

Edit: Spelling
March 10, 2004, 2:01 AM

Search