Valhalla Legends Forums Archive | Battle.net Bot Development | SID_FRIENDUPDATE 0x66 S>C

AuthorMessageTime
CodeMaster
Packet ID: 0x66
Direction: Server -> Client (Received)
Format:
(BYTE)       Entry number
(BYTE)       Friend Type
(BYTE)       Friend Status
(DWORD)       ProductID
(STRING)       Location

Possible bitwise values for Status:
0x01: Mutual
0x02: DND
0x04: Away

Possible values for Location:
0x00: Offline
0x01: Not in chat
0x02: In chat
0x03: In a public game
0x04: In a private game
0x05: In a password protected game

So everything is understood......except I don't know what "Friend Type" is...anyone know?
May 9, 2004, 3:22 AM
LoRd
[quote](STRING)       Account
(BYTE)       Status
(BYTE)       Location
(DWORD)       ProductID
(STRING)       Channel[/quote]

It's all on BnetDocs.
May 9, 2004, 3:32 AM
CodeMaster
I guess Friend Status would be Location and Friend Type would be Status.
May 9, 2004, 3:43 AM
Gangz
Friend type is wether mutal or not.... IF i remember correct (may be wrong)
May 10, 2004, 1:58 AM

Search