Packet # | Packet Name | Length | Client | Server | Obsolete |
---|---|---|---|---|---|
0x77 | Naked MOB | 0x0011 | X | X | |
Data Type | Description | ||||
byte 0x77 | The packet number. | ||||
uint Serial | The character's serial. | ||||
ushort Body | The character's body number. | ||||
ushort X | The character's x-axis position. | ||||
ushort Y | The character's y-axis position. | ||||
sbyte Z | The character's z-axis position. | ||||
byte Direction | The character's direction (C#|VB7). | ||||
ushort Hue | The character's hue. | ||||
byte Status | The character's status (C#|VB7). | ||||
byte Notoriety | The character's notoriety. | ||||
Packet Description: This packet is sent to update a character onscreen when it is walking or changing in some way. |