Difference between revisions of "317:Bank X items part-1"

From RuneWiki
Jump to navigationJump to search
(New page: {{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 == === Descrip...)
 
m
 
(One intermediate revision by the same user not shown)
Line 11: Line 11:
 
! Description
 
! Description
 
|-
 
|-
| [[Data Types#Big Endian|Big Endian]] Short  
+
| [[Data Types#Little Endian|Little Endian]] [[Data_Types#Standard_data_types|Short]]
 
| The items slot.
 
| The items slot.
 
|-
 
|-
| Unsigned Short [[Data_Types#Non_Standard_Data_Types|Special A]]
+
| Unsigned [[Data_Types#Standard_data_types|Short]] [[Data_Types#Non_Standard_Data_Types|Special A]]
 
| The interface ID.
 
| The interface ID.
 
|-
 
|-
| [[Data Types#Big Endian|Big Endian]] Short
+
| [[Data Types#Little Endian|Little Endian]] [[Data_Types#Standard_data_types|Short]]
 
| The item ID.
 
| The item ID.
 
|-
 
|-
 
|}
 
|}

Latest revision as of 04:35, 12 October 2009

Bank x items part-1
Sent when a player requests to bank an X amount of items.
Opcode 135
Type Fixed
Length 6

Bank X Items Part-1

Description

This packet is sent when a player requests to bank an X amount of items.

Packet Structure

Data Type Description
Little Endian Short The items slot.
Unsigned Short Special A The interface ID.
Little Endian Short The item ID.