Valhalla Legends Archive

Programming => Battle.net Bot Development => Topic started by: Chriso on September 26, 2005, 12:53 AM

Title: Request for Packet References
Post by: Chriso on September 26, 2005, 12:53 AM
Hey I would normally use Arta's bnetdocs for the packet references of these packets, but since its down...
I need to get the SID_GETLADDERDATA C=>S/S=>C packet reference and SID_GETADVLISTEX C=>S/S=>C packet reference. I have searched this entire forum and come up with nothing of real use. If anyone can can get these for me I'd appreciate it greatly. Also how long is bnetdocs going to be down for?
Title: Re: Request for Packet References
Post by: Blaze on September 26, 2005, 07:12 AM
QuoteMessage ID:     0x2E
Message Name:    SID_GETLADDERDATA
Direction:    Client -> Server (Sent)
Used By:    Starcraft, Starcraft Broodwar, Warcraft II
Format:
Help

Hint: Field names highlighted in blue will display a definition if you hover over the text.    

(DWORD)       Product ID
(DWORD)       League
(DWORD)       Sort method
(DWORD)       Starting rank
(DWORD)       Number of ranks to list

Remarks:    Requests ladder listing.

Sort methods:
0x00: Highest rating
0x01: Unused
0x02: Most wins on record
0x03: Most games played

Quote
Message ID:     0x2E
Message Name:    SID_GETLADDERDATA
Direction:    Server -> Client (Received)
Used By:    Starcraft Shareware, Starcraft, Starcraft Broodwar, Warcraft II
Format:
Help

Hint: Field names highlighted in blue will display a definition if you hover over the text.    

(DWORD)       Ladder type
(DWORD)       League
(DWORD)       Sort method
(DWORD)       Starting rank
(DWORD)       Number of ranks listed (Count of items in list)

For each list item:
(DWORD)       Wins
(DWORD)       Losses
(DWORD)       Disconnects
(DWORD)       Rating
(DWORD)       Rank
(DWORD)       Official wins
(DWORD)       Official losses
(DWORD)       Official disconnects
(DWORD)       Official rating
(DWORD)       Unknown
(DWORD)       Official rank
(DWORD)       Unknown
(DWORD)       Unknown
(DWORD)       Highest rating
(DWORD)       Unknown
(DWORD)       Season
(FILETIME)    Last game time
(FILETIME)    Official last game time
(STRING)     Name

Remarks:    Contains ladder rankings.

Thats all I have...