Valhalla Legends Forums Archive | Battle.net Bot Development | Problem with 0x2E [Solved]

AuthorMessageTime
Deception
After sending 0x2E, I get this response:

[code]FF 2E 18 00 52 41 54 53 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00[/code]

Even when I try a different product or a different starting rank.

Does anyone know why I would get this response?

EDIT: It has come to my attention that Battle.net requires a 10 to 15 second delay after logging in before requesting the ladder. Otherwise, you get the above response.
October 24, 2004, 9:16 PM
Minux
[quote author=Deception link=topic=9303.msg85946#msg85946 date=1098652614]
After sending 0x2E, I get this response:

[code]FF 2E 18 00 52 41 54 53 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00[/code]

Even when I try a different product or a different starting rank.

Does anyone know why I would get this response?
[/quote]

Show what you're sending.
October 24, 2004, 9:31 PM
Deception
I am sure I am sending the packet right.

[code]
Product = "RATS"
League = 1
SortMethod = 0
StartingRank = 0

        .InsertNonNTString Product
        .InsertDWORD CLng(League)
        .InsertDWORD CLng(SortMethod)
        .InsertDWORD CLng(StartingRank)
        .InsertDWORD &HA
        .SendBNCSPacket &H2E
[/code]
October 24, 2004, 9:51 PM

Search