Next: Enable Chat Button [0xB9]
Up: Game Packets Structure
Previous: Help/Tip Data [0xB7]
  Contents
Request Char Profile (Variable # of bytes)
BYTE cmd
BYTE[2] blockSize
BYTE mode (CLIENT ONLY! Does not exist in server message.)
BYTE[4] id
If request, ends here.
If Update request
BYTE[2] cmdType (0x0001 - Update)
BYTE[2] msglen (# of unicode characters)
BYTE[msglen][2] new profile, in unicode, not null terminated.
Else If from server
BYTE[?] character name (not unicode, null terminated.)
BYTE[2] (0x0000) (a non-unicode title string?)
BYTE[?][2] profile (in unicode, ? can be 0)
BYTE[2] (0x0000)
BYTE[2] terminator (0x3300)
Thiago A Correa
2001-06-09