Difference between revisions of "317:Bank 10 items"

From RuneWiki
Jump to navigationJump to search
 
(One intermediate revision by the same user not shown)
Line 4: Line 4:
 
=== Description ===
 
=== Description ===
  
This packet is sent when the player attempts to bank 10 of a certain item.
+
This packet is sent when the player attempts to bank 10 of a certain item.<br>
 +
'''Note:''' This packet is also used for selling/buying 5 of an item from a shop.
  
 
=== Packet Structure ===
 
=== Packet Structure ===
Line 11: Line 12:
 
! Description
 
! Description
 
|-
 
|-
| [[Data_Types#Big_Endian|Big Endian]] Short
+
| [[Data_Types#Big_Endian|Big Endian]] [[Data_Types#Standard_data_types|Short]]
 
| The frame ID.
 
| The frame ID.
 
|-
 
|-
| Short [[Data_Types#Non_Standard_Data_Types|Special A]]
+
| [[Data_Types#Standard_data_types|Short]] [[Data_Types#Non_Standard_Data_Types|Special A]]
 
| The item ID.
 
| The item ID.
 
|-
 
|-
| Short [[Data_Types#Non_Standard_Data_Types|Special A]]
+
| [[Data_Types#Standard_data_types|Short]] [[Data_Types#Non_Standard_Data_Types|Special A]]
 
| The slot ID.
 
| The slot ID.
 
|}
 
|}

Latest revision as of 18:58, 11 October 2009

Bank 10 items
Sent when a player banks 10 of a certain item.
Opcode 43
Type Fixed
Length 6

Bank 10 Items

Description

This packet is sent when the player attempts to bank 10 of a certain item.
Note: This packet is also used for selling/buying 5 of an item from a shop.

Packet Structure

Data Type Description
Big Endian Short The frame ID.
Short Special A The item ID.
Short Special A The slot ID.