• Welcome to Valhalla Legends Archive.
 

SID_FRIENDUPDATE 0x66 S>C

Started by CodeMaster, May 08, 2004, 10:22 PM

Previous topic - Next topic

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?

Eric

#1
Quote(STRING)       Account
(BYTE)       Status
(BYTE)       Location
(DWORD)       ProductID
(STRING)       Channel

It's all on BnetDocs.

CodeMaster

I guess Friend Status would be Location and Friend Type would be Status.

Gangz

Friend type is wether mutal or not.... IF i remember correct (may be wrong)