2011-06-26 13:57:12 -04:00
|
|
|
[[Category Packet]]
|
|
|
|
[[Category Packet 317]]
|
|
|
|
{{packet|name=Equip item|description=Sent when a player equips an item.|opcode=41|type=Fixed|length=6|revision=317}}
|
|
|
|
== Equip Item ==
|
|
|
|
|
|
|
|
=== Description ===
|
|
|
|
|
|
|
|
This is sent when a player equips an item in-game.
|
|
|
|
|
|
|
|
=== Packet Structure ===
|
|
|
|
|
|
|
|
{| border=2
|
|
|
|
! Data type
|
|
|
|
! Description
|
|
|
|
|-
|
2012-03-24 19:45:23 -04:00
|
|
|
| Unsigned [[Data Types#Standard data types|Short]]
|
2011-06-26 13:57:12 -04:00
|
|
|
| The ID of the item.
|
|
|
|
|-
|
|
|
|
| Unsigned [[Data Types#Standard data types|Short]] [[Data Types#Non Standard Data Types|Special A]]
|
|
|
|
| The slot of the item.
|
|
|
|
|-
|
|
|
|
| Unsigned [[Data Types#Standard data types|Short]] [[Data Types#Non Standard Data Types|Special A]]
|
|
|
|
| The ID of the interface.
|
|
|
|
|-
|
|
|
|
|}
|