Valhalla Legends Forums Archive | Battle.net Bot Development | A Different Quick Question

AuthorMessageTime
R.a.B.B.i.T
SID_FINDCLANCANDIDATES
[quote](DWORD) Cookie
(BYTE) Status
(BYTE) Number of potential candidates
(STRING[]) Usernames[/quote]

[quote]0000: FF 70 0A 00 75 05 00 00 00 00 ÿp..u..........[/quote]
Eh? I'm not getting the second byte or any usernames, but there are people in the channel who are not in a clan.

[EDIT]That second byte is 0, but wtf still?
June 8, 2004, 4:27 AM
LoRd
Perhaps the people in the channel that aren't in clans have away/dnd on.
June 8, 2004, 5:37 AM
UserLoser.
Yes, unavailable as Lord said; but here's the rest (seems that all the clan related packets with status codes have the same set of codes)...:

[code]
0x00: Accepted invitation
0x01: Success
0x02: Too soon
0x03: *Error
0x04: Declined invitation
0x05: User is unavailable
0x06: *Error
0x07: Not authorized
0x08: User not in clan
0x09: Clan is full
0x0A: Bad clan tag
0x0B: Bad clan name
[/code]

* = Unknown
June 8, 2004, 5:55 AM

Search