next up previous contents
Next: Request Skill/Action/Magic Usage [0x12] Up: Game Packets Structure Previous: PACKET_HUEDATA [0x10]   Contents

Stat window info [0x11]

Message sent by the server
Stat window info (66 bytes)
BYTE cmd
BYTE[2] packet length (0x0042)
BYTE[4] player id
BYTE[30] playerName
BYTE[2] currentHitpoints
BYTE[2] maxHitpoints
BYTE[1] name change flag (0xFF = allowed, 0 = not allowed)
BYTE[1] flag (0x00 - Stats after this flag are invalid.  0x01 - Stats after this flag are valid)
BYTE sex (0=male, 1=female)
BYTE[2] str
BYTE[2] dex
BYTE[2] int
BYTE[2] currentStamina
BYTE[2] maxStamina
BYTE[2] currentMana
BYTE[2] maxMana
BYTE[4] gold
BYTE[2] armor class
BYTE[2] weight
Note:For characters other than the player, currentHitpoints and maxHitpoints are not the actual values. MaxHitpointsis a fixed value, and currentHitpoints works like a percentage.

Thiago A Correa 2001-06-09