mirror of
https://github.com/moparisthebest/rswiki-book
synced 2024-11-05 08:55:09 -05:00
21 lines
554 B
Plaintext
21 lines
554 B
Plaintext
|
[[Category Packet]]
|
||
|
[[Category Packet 317]]
|
||
|
{{packet|name=Item on item|description=Sent when a player uses an item on another item.|opcode=53|type=Fixed|length=4|revision=317}}
|
||
|
== Item on Item ==
|
||
|
|
||
|
=== Description ===
|
||
|
|
||
|
This packet is sent when a player uses an item on another item.
|
||
|
|
||
|
=== Packet Structure ===
|
||
|
{|border=2
|
||
|
! Data Type
|
||
|
! Description
|
||
|
|-
|
||
|
| [[Data Types#Standard data types|Short]]
|
||
|
| The item being used on's slot.
|
||
|
|-
|
||
|
| [[Data Types#Standard data types|Short]] [[Data Types#Non Standard Data Types|Special A]]
|
||
|
| The item being used's slot.
|
||
|
|-
|
||
|
|}
|