Difference between revisions of "317:Equip item"

From RuneWiki
Jump to navigationJump to search
(New page: {{packet|name=Equip item|description=Sent when a player equips an item..|opcode=41|type=Fixed|length=6|revision=317}} == Button click == === Description === This is sent when a player cl...)
 
Line 1: Line 1:
{{packet|name=Equip item|description=Sent when a player equips an item..|opcode=41|type=Fixed|length=6|revision=317}}
+
{{packet|name=Equip item|description=Sent when a player equips an item.|opcode=41|type=Fixed|length=6|revision=317}}
 
== Button click ==
 
== Button click ==
  
 
=== Description ===
 
=== Description ===
  
This is sent when a player clicks a button in-game, with the id of the button being clicked.
+
This is sent when a player equips an item in-game.
  
 
=== Packet Structure ===
 
=== Packet Structure ===

Revision as of 00:53, 17 August 2009

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

Button click

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.