rswiki-book/src/317/317-Item-on-player.md

21 lines
710 B
Markdown
Raw Normal View History

2018-10-13 09:48:41 -04:00
# Item on Player
2018-07-03 00:31:18 -04:00
This packet is sent when a player uses an item on another player.
2018-10-13 09:48:41 -04:00
## Packet Details
| Key | Value |
|--|--|
| Name | Item on player |
| Description | Sent when a player uses an item on another player. |
| Opcode | 14 |
| Type | Fixed |
| Length | 8 |
| Revision | 317 |
## Packet Structure
| Data Type | Description |
|--|--|
| [Short](/Data-Types.html#common-data-types) [Special A](/Data-Types.html#bespoke-data-types) | The frame ID. |
| [Short](/Data-Types.html#common-data-types) | The other players ID. |
| [Short](/Data-Types.html#common-data-types) | The item ID. |
| [Little Endian](/Data-Types.html#little-endian) [Short](/Data-Types.html#common-data-types) | The items slot ID. |