Packet # | Packet Name | Length | Client | Server | Obsolete |
---|---|---|---|---|---|
0x62 | Move Static | 0x000F | X | ||
Data Type | Description | ||||
byte 0x62 | The packet number. | ||||
ushort x | The x-axis position where the tile is. | ||||
ushort y | The y-axis position where the tile is. | ||||
short z | The z-axis position where the tile is. | ||||
ushort tile_num | The tile number. | ||||
short z_inc | The amount to increase the item's z-axis position. | ||||
short y_inc | The amount to increase the item's y-axis position. | ||||
short x_inc | The amount to increase the item's x-axis position. | ||||
Packet Description: This packet is sent by the god client to move a static item. To move a static, enable "Click Drag Statics" under the Toggles menu and simply move a static. You can also move a static by selecting (shift-click) it and pressing a directional key while holding shift. |