Difference between revisions of "317:Move item"

From RuneWiki
Jump to navigationJump to search
(New page: {{packet|name=Move item|description=Sent when the player moves an item from one slot to another.|opcode=214|type=Fixed|length=7|revision=317}} == Move Item == === Description === This pa...)
 
 
Line 11: Line 11:
 
! Description
 
! Description
 
|-
 
|-
| [[Data Types#Little Endian|Little Endian]] Short [[Data_Types#Non_Standard_Data_Types|Special A]]
+
| [[Data Types#Little Endian|Little Endian]] [[Data_Types#Standard_data_types|Short]] [[Data_Types#Non_Standard_Data_Types|Special A]]
 
| The frame ID.
 
| The frame ID.
 
|-
 
|-
| Byte
+
| [[Data_Types#Standard_data_types|Byte]]
 
| Insert mode.
 
| Insert mode.
 
|-
 
|-
| [[Data Types#Little Endian|Little Endian]] Short [[Data_Types#Non_Standard_Data_Types|Special A]]
+
| [[Data Types#Little Endian|Little Endian]] [[Data_Types#Standard_data_types|Short]] [[Data_Types#Non_Standard_Data_Types|Special A]]
 
| Starting slot.
 
| Starting slot.
 
|-
 
|-
| [[Data Types#Little Endian|Little Endian]] Short
+
| [[Data Types#Little Endian|Little Endian]] [[Data_Types#Standard_data_types|Short]]
 
| New slot.
 
| New slot.
 
|-
 
|-
 
|}
 
|}

Latest revision as of 19:07, 11 October 2009

Move item
Sent when the player moves an item from one slot to another.
Opcode 214
Type Fixed
Length 7

Move Item

Description

This packet is sent when a player moves an item from one slot to another.

Packet Structure

Data Type Description
Little Endian Short Special A The frame ID.
Byte Insert mode.
Little Endian Short Special A Starting slot.
Little Endian Short New slot.