Packet # | Packet Name | Length | Client | Server | Obsolete |
---|---|---|---|---|---|
0x37 | Move Object | 0x0008 | X | ||
Data Type | Description | ||||
byte 0x37 | The packet number. | ||||
uint serial | The target object's serial. | ||||
sbyte z_increase | The amount to increase the object's z-axis position. | ||||
sbyte y_increase | The amount to increase the object's y-axis position. | ||||
sbyte x_increase | The amount to increase the object's x-axis position. | ||||
Packet Description: This packet is sent by the god client to move a dynamic object. |