mirror of
https://github.com/moparisthebest/rswiki-book
synced 2024-11-11 03:45:02 -05:00
24 lines
643 B
Plaintext
24 lines
643 B
Plaintext
[[Category Packet]]
|
|
[[Category Packet 377]]
|
|
{{packet|name=Send Ground Item|description=Adds a ground item to the server. |opcode=107|type=Fixed|length=5|revision=377}}
|
|
== Send Ground Item ==
|
|
|
|
=== Description ===
|
|
Adds a ground item to the server.
|
|
|
|
=== Packet Structure ===
|
|
|
|
{| border=2
|
|
! Data type
|
|
! Description
|
|
|-
|
|
| [[Data Types#Standard data types|Short]]
|
|
| Item ID.
|
|
|-
|
|
| [[Data Types#Standard data types|Byte]] [[Data Types#Non Standard Data Types|Special S]]
|
|
| Packed (xxxxyyyy) coordinates of the ground item.
|
|
|-
|
|
| [[Data Types#Standard data types|Short]] [[Data Types#Non Standard Data Types|Special A]]
|
|
| Stack amount of the item.
|
|
|-
|
|
|} |