Difference between revisions of "317:Unequip item"

From RuneWiki
Jump to navigationJump to search
(New page: {{packet|name=Unequip item|description=Sent when a player unequips an item.|opcode=145|type=Fixed|length=6|revision=317}} == Unequip Item == === Description === This packet is sent when ...)
 
 
Line 11: Line 11:
 
! Description
 
! Description
 
|-
 
|-
| 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 items slot ID.
 
| The items slot ID.
 
|-
 
|-
| 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.
 
|-
 
|-
| 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 item ID.
 
| The item ID.
 
|-
 
|-
 
|}
 
|}

Latest revision as of 19:08, 11 October 2009

Unequip item
Sent when a player unequips an item.
Opcode 145
Type Fixed
Length 6

Unequip Item

Description

This packet is sent when a player unequips an item.

Packet Structure

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