mirror of
https://github.com/moparisthebest/rswiki-book
synced 2024-11-04 08:25:08 -05:00
24 lines
695 B
Plaintext
24 lines
695 B
Plaintext
[[Category Packet]]
|
|
[[Category Packet 317]]
|
|
{{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 a player unequips an item.
|
|
|
|
=== Packet Structure ===
|
|
{|border=2
|
|
! Data Type
|
|
! Description
|
|
|-
|
|
| Unsigned [[Data Types#Standard data types|Short]] [[Data Types#Non Standard Data Types|Special A]]
|
|
| The interface ID.
|
|
|-
|
|
| Unsigned [[Data Types#Standard data types|Short]] [[Data Types#Non Standard Data Types|Special A]]
|
|
| The items slot ID.
|
|
|-
|
|
| Unsigned [[Data Types#Standard data types|Short]] [[Data Types#Non Standard Data Types|Special A]]
|
|
| The item ID.
|
|
|-
|
|
|} |