2014-03-07 21:02:00 -05:00
|
|
|
[[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]]
|
2014-03-07 21:02:08 -05:00
|
|
|
| Item ID.
|
2014-03-07 21:02:00 -05:00
|
|
|
|-
|
|
|
|
| [[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.
|
|
|
|
|-
|
|
|
|
|}
|