Difference between revisions of "317:Equip item"

From RuneWiki
Jump to navigationJump to search
 
(One intermediate revision by the same user not shown)
Line 12: Line 12:
 
! Description
 
! Description
 
|-
 
|-
| Unsigned Short Special A
+
| Unsigned [[Data_Types#Standard_data_types|Short]] [[Data_Types#Non_Standard_Data_Types|Special A]]
 
| The ID of the item.
 
| The ID of the item.
 
|-
 
|-
| Unsigned Short Special A
+
| Unsigned [[Data_Types#Standard_data_types|Short]] [[Data_Types#Non_Standard_Data_Types|Special A]]
 
| The slot of the item.
 
| The slot of the item.
 
|-
 
|-
| Unsigned Short Special A
+
| Unsigned [[Data_Types#Standard_data_types|Short]] [[Data_Types#Non_Standard_Data_Types|Special A]]
 
| The ID of the interface.
 
| The ID of the interface.
 
|-
 
|-
 
|}
 
|}

Latest revision as of 18:58, 11 October 2009

Equip item
Sent when a player equips an item.
Opcode 41
Type Fixed
Length 6

Equip Item

Description

This is sent when a player equips an item in-game.

Packet Structure

Data type Description
Unsigned Short Special A The ID of the item.
Unsigned Short Special A The slot of the item.
Unsigned Short Special A The ID of the interface.