mirror of
https://github.com/moparisthebest/rswiki-book
synced 2024-11-11 03:45:02 -05:00
22 lines
547 B
Plaintext
22 lines
547 B
Plaintext
[[Category Packet]]
|
|
[[Category Packet 317]]
|
|
== Ground Item Action ==
|
|
|
|
=== Description ===
|
|
|
|
This packet is sent when a player clicks the first option on a ground item.
|
|
=== Packet Structure ===
|
|
{|border=2
|
|
! Data Type
|
|
! Description
|
|
|-
|
|
| [[Data Types#Little Endian|Little Endian]] [[Data Types#Standard data types|Short]]
|
|
| The items X coordinate.
|
|
|-
|
|
| Additional [[Data Types#Little Endian|Little Endian]] [[Data Types#Standard data types|Short]]
|
|
| The items Y coordinate.
|
|
|-
|
|
| Additional [[Data Types#Standard data types|Short]]
|
|
| The item ID.
|
|
|-
|
|
|} |