Valhalla Legends Forums Archive | Battle.net Bot Development | Is this correct?

AuthorMessageTime
Camel
Is this correct?

C->S Packet 0x7A -- probably something like SID_CHANGE_CLAN_RANK
[code](DWORD) Cookie
(STRING) Account
(BYTE) New rank[/code]
S->C 0x7A
[code](DWORD) Cookie
(BYTE) Errorcode
0 = success
7 = not enough access (ex, try with New Rank=4 or 5)
8 = account not in clan/locked as peon for 7 days[/code]

[edit2] oh nevermind 0 doesnt remove from the clan, i was able to change the guy back to a peon :)
July 15, 2003, 10:41 PM
Camel
Request clan list
C->S 0x7D
[code](DWORD) Cookie[/code]
S->C 0x7D
[code](DWORD) Cookie
(BYTE) Number of records
-->
(STRING) Name
(BYTE) Clan Rank
(WORD) Online status
<--[/code]
July 16, 2003, 1:32 AM
Camel
Clan user update (sign on/sign off/change rank)

S->C 0x7F
[code](STRING) Name
(BYTE) Clan rank
(WORD) Online status[/code]
July 16, 2003, 1:38 AM
Spht
Uh, somewhat. I don't think anyone has fully documented the Warcraft III binary clan protocol besides me... Why don't you take these messages one at a time? The packet IDs range from 0x70 to 0x81.

Also, you might find it useful to map out the success code struct first (Game.dll), which is used in reply for many of the new messages.
July 16, 2003, 3:50 AM
PaiD
Spht how would I open a dll to see what it says like what you said?
July 16, 2003, 4:20 AM

Search