|
eolib 0.5.0
A core C library for writing applications related to Endless Online
|
#include <protocol.h>
Data Fields | |
| EoPacket | _eo |
| ThreeItem | item |
| ByteCoords | coords |
Dropping items on the ground
Definition at line 3521 of file protocol.h.
| EoPacket ItemDropClientPacket::_eo |
Definition at line 3522 of file protocol.h.
| ByteCoords ItemDropClientPacket::coords |
The official client sends 255 byte values for the coords if an item is dropped via the GUI button. 255 values here should be interpreted to mean "drop at current coords". Otherwise, the x and y fields contain encoded numbers that must be explicitly decoded to get the actual x and y values.
Definition at line 3531 of file protocol.h.
| ThreeItem ItemDropClientPacket::item |
Definition at line 3523 of file protocol.h.