| Packet # | Packet Name | Length | Client | Server | Obsolete |
|---|---|---|---|---|---|
| 0x08 | Drop Object | 0x000E | ![]() |
X | X |
| Data Type | Description | ||||
| byte 0x08 | The packet number. | ||||
| uint Serial | The serial of the item to take. | ||||
| ushort X | The X-axis position at which the item is being placed. | ||||
| ushort Y | The Y-axis position at which the item is being placed. | ||||
| sbyte Z | The Z-axis position at which the item is being placed. | ||||
| uint Container | The serial of the container in which the item is being placed. If this is 0xFFFFFFFF, the container is the ground. |
||||
Packet Description: This is sent by the client when the player drops an item. |
|||||