Valhalla Legends Archive

Programming => Battle.net Bot Development => Topic started by: R.a.B.B.i.T on June 07, 2004, 11:27 PM

Title: A Different Quick Question
Post by: R.a.B.B.i.T on June 07, 2004, 11:27 PM
SID_FINDCLANCANDIDATES
Quote(DWORD)       Cookie
(BYTE)       Status
(BYTE)       Number of potential candidates
(STRING[])    Usernames

Quote0000:  FF 70 0A 00 75 05 00 00 00 00                     ÿp..u..........
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?
Title: Re:A Different Quick Question
Post by: Eric on June 08, 2004, 12:37 AM
Perhaps the people in the channel that aren't in clans have away/dnd on.
Title: Re:A Different Quick Question
Post by: UserLoser. on June 08, 2004, 12:55 AM
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)...:


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


* = Unknown