mirror of
https://github.com/moparisthebest/rswiki-book
synced 2024-10-31 15:35:07 -04:00
24 lines
718 B
Plaintext
24 lines
718 B
Plaintext
|
[[Category Packet]]
|
||
|
[[Category Packet 317]]
|
||
|
{{packet|name=Bank x items part-1|description=Sent when a player requests to bank an X amount of items.|opcode=135|type=Fixed|length=6|revision=317}}
|
||
|
== Bank X Items Part-1 ==
|
||
|
|
||
|
=== Description ===
|
||
|
|
||
|
This packet is sent when a player requests to bank an X amount of items.
|
||
|
|
||
|
=== Packet Structure ===
|
||
|
{|border=2
|
||
|
! Data Type
|
||
|
! Description
|
||
|
|-
|
||
|
| [[Data Types#Little Endian|Little Endian]] [[Data Types#Standard data types|Short]]
|
||
|
| The items slot.
|
||
|
|-
|
||
|
| Unsigned [[Data Types#Standard data types|Short]] [[Data Types#Non Standard Data Types|Special A]]
|
||
|
| The interface ID.
|
||
|
|-
|
||
|
| [[Data Types#Little Endian|Little Endian]] [[Data Types#Standard data types|Short]]
|
||
|
| The item ID.
|
||
|
|-
|
||
|
|}
|