Valhalla Legends Forums Archive | Battle.net Bot Development | Ladder Packets

AuthorMessageTime
ChR0NiC
Does anyone know how to grab the ladder for D2 and parse it ?
Maybe this would be a good candidate for BNETDOCS?
January 26, 2004, 3:45 PM
Networks
Can anyone provide some source for SC/SC:BW ladder packets and show them on a list bots using columns and whatnot please? I am not sure how to do it.
January 26, 2004, 6:32 PM
LoRd
This is what i've discovered:

C -> S: SID_GETLADDERDATA (0x2E)
STAR/SEXP, W2BN, D2DV/D2XP (Open Character):
(DWORD) Product
(DWORD) Ladder Type
(DWORD) Listing Style
(DWORD) Starting Position
(DWORD) Number of Users to View

Listing Type:
STAR/SEXP:
Normal: 0x01
Unknown: 0x02
W2BN:
Normal: 0x01
Unknown: 0x02
IronMan: 0x03

Listing Style
STAR/SEXP, W2BN
Highest Rated: 0x00
Most Wins: 0x02
Most Games Played: 0x03

C -> S: (0x11)
(DWORD) Character type?
(BYTE) Unknown

Character types:
0x09: Standard
0x00: Standard-Hardcore
0x1B: Expansion
0x13: Expansion-Hardcore

S -> C: (0x11)
Refer to: https://davnit.net/bnet/vL/phpbbs/index.php?board=17;action=display;threadid=4883
Fill in the blanks :p
January 26, 2004, 7:58 PM
Networks
see lord you couldn't have given that to me on AIM
January 27, 2004, 1:59 PM
LoRd
[quote]Can anyone provide some source for SC/SC:BW ladder packets and show them on a list bots using columns and whatnot please?

see lord you couldn't have given that to me on AIM [/Quote]

I provide help, not sources.
January 27, 2004, 5:52 PM
Networks
I beileve i did request help not a source. Forget anyway lets get into this newb shit.
January 27, 2004, 6:08 PM
Kp
[quote author=LoRd[nK] link=board=17;threadid=4914;start=0#msg41333 date=1075225923]I provide help, not sources.[/quote]

We need more people like you around here. :P Not only is it better practice to make people think through the code generation themselves, it's much more portable since the data isn't expressed in a language dependent construct which the reader must parse before the information is available.
January 27, 2004, 6:13 PM
R.a.B.B.i.T
BnetDocs needs a few updates. Like the one(s) I posted somewhere and the Ladder Character/Ladder HC Char Idenditifiers.
January 27, 2004, 10:31 PM
ChR0NiC
Thx Lord, that helped alot. If only more people provided help like you :D
January 28, 2004, 1:38 AM
ChR0NiC
Right now it's requesting ladder with.....current statistics.....do you know how to make it so it's not viewing current statistics.
January 28, 2004, 2:08 AM
LoRd
[Quote]Right now it's requesting ladder with.....current statistics.....do you know how to make it so it's not viewing current statistics.[/Quote]
It's all in the same packet.

I have to do some homework right now, then i'm going to sleep, but I'll try to write a document for parsing it tommorow, if I have enough time.
January 28, 2004, 8:46 AM
hismajesty
[quote author=R.a.B.B.i.T link=board=17;threadid=4914;start=0#msg41390 date=1075242661]
BnetDocs needs a few updates. Like the one(s) I posted somewhere and the Ladder Character/Ladder HC Char Idenditifiers.
[/quote]

BnetDocs has more than what you see; however, it requires higher access than what you have.
January 29, 2004, 12:45 AM
R.a.B.B.i.T
GRR.

That's why I want higher access...
January 31, 2004, 12:13 AM
Kp
[quote author=R.a.B.B.i.T link=board=17;threadid=4914;start=0#msg41891 date=75508006]GRR.

That's why I want higher access...[/quote]

Talk to Arta about that. If BnetDocs is actually up, he might modify it.
January 31, 2004, 5:19 PM

Search