#include <packets.h>
Inheritance diagram for cPacketStatWindow:

Public Methods | |
| cPacketStatWindow () | |
| void | send (NXWCLIENT ps) |
| Send packet to client. | |
| void | send (cChar *pc) |
| void | sendBasic (NXWCLIENT ps, UI08 flag=0x00) |
| void | sendStat (NXWCLIENT ps) |
| void | sendExtended (NXWCLIENT ps) |
Public Attributes | |
| Serial | player |
| serial of player | |
| string | name |
| name ( 30 characters ) | |
| UI16 | currhp |
| current Hit points | |
| UI16 | maxhp |
| max Hit points | |
| UI08 | canchangename |
| name change flag ( 0xFF = allowed, 0 = not allowed ) | |
| UI08 | sex |
| sex ( 0=male, 1=female) | |
| UI16 | st |
| strenght | |
| UI16 | dx |
| dexterity | |
| UI16 | in |
| intelligence | |
| UI16 | currstamina |
| current Stamina | |
| UI16 | maxstamina |
| max Stamina | |
| UI16 | currmana |
| current Mana | |
| UI16 | maxmana |
| max Mana | |
| UI32 | gold |
| gold | |
| UI16 | ac |
| armor class | |
| UI16 | weight |
| weight | |
| UI16 | statcap |
| stat cap | |
| UI08 | currpets |
| current pets | |
| UI08 | maxpets |
| max pets | |
Private Attributes | |
| UI16 | size |
| lenght packet | |
| UI08 | flag |
| flag ( 0x00 = no more data following ( end of packet here ), 0x01 = more data follow, 0x03 like 0x01 with extended info) | |
|
|
|
|
|
|
|
|
Send packet to client.
Reimplemented from cServerPacket. |
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
armor class
|
|
|
name change flag ( 0xFF = allowed, 0 = not allowed )
|
|
|
current Hit points
|
|
|
current Mana
|
|
|
current pets
|
|
|
current Stamina
|
|
|
dexterity
|
|
|
flag ( 0x00 = no more data following ( end of packet here ), 0x01 = more data follow, 0x03 like 0x01 with extended info)
|
|
|
gold
|
|
|
intelligence
|
|
|
max Hit points
|
|
|
max Mana
|
|
|
max pets
|
|
|
max Stamina
|
|
|
name ( 30 characters )
|
|
|
serial of player
|
|
|
sex ( 0=male, 1=female)
|
|
|
lenght packet
|
|
|
strenght
|
|
|
stat cap
|
|
|
weight
|