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

22 lines
793 B
Markdown
Raw Normal View History

2018-10-13 09:48:41 -04:00
# Bank 10 Items
This packet is sent when a player banks all of a certain item they have in their inventory.
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 10 items at a shop.
2018-07-03 00:31:18 -04:00
2018-10-13 09:48:41 -04:00
## Packet Details
| Key | Value |
|--|--|
| Name | Bank all items |
| Description | Sent when a player banks all of a certain item they have in their inventory. |
| Opcode | 129 |
| 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 |
|--|--|
| Unsigned [Short](/Data-Types.html#common-data-types) [Special A](/Data-Types.html#bespoke-data-types) | The items slot ID. |
| Unsigned [Short](/Data-Types.html#common-data-types) | The interface ID. |
| Unsigned [Short](/Data-Types.html#common-data-types) [Special A](/Data-Types.html#bespoke-data-types) | The item ID. |