rswiki-book/src/317/317-Bank-10-items.md

22 lines
761 B
Markdown
Raw Normal View History

2018-10-13 09:48:41 -04:00
# Bank 10 Items
This packet is sent when the player attempts to bank 10 of a certain item.
2018-07-03 00:31:18 -04:00
2018-10-13 09:48:41 -04:00
Note: This packet is also used for selling/buying 5 of an item from a shop.
2018-07-03 00:31:18 -04:00
2018-10-13 09:48:41 -04:00
## Packet Details
| Key | Value |
|--|--|
| Name | Bank 10 items |
| Description | Sent when a player banks 10 of a certain item. |
| Opcode | 43 |
| Type | Fixed |
| Length | 6 |
| Revision | 317 |
2018-07-03 00:31:18 -04:00
2018-10-13 09:48:41 -04:00
## Packet Structure
| Data Type | Description |
|--|--|
| [Little Endian](/Data-Types.html#little-endian) [Short](/Data-Types.html#common-data-types) | The frame ID. |
| [Short](/Data-Types.html#common-data-types) [Special A](/Data-Types.html#bespoke-data-types) | The item ID. |
| [Short](/Data-Types.html#common-data-types) [Special A](/Data-Types.html#bespoke-data-types) | The slot ID. |