|
eolib 0.5.0
A core C library for writing applications related to Endless Online
|
#include <protocol.h>
Data Fields | |
| EoSerialize | _eo |
| int32_t | item_id |
| int32_t | min_amount |
| int32_t | max_amount |
| int32_t | rate |
Record of an item an NPC can drop when killed
Definition at line 2278 of file protocol.h.
| EoSerialize DropRecord::_eo |
Definition at line 2279 of file protocol.h.
| int32_t DropRecord::item_id |
Definition at line 2280 of file protocol.h.
| int32_t DropRecord::max_amount |
Definition at line 2282 of file protocol.h.
| int32_t DropRecord::min_amount |
Definition at line 2281 of file protocol.h.
| int32_t DropRecord::rate |
Chance (x in 64,000) of the item being dropped
Definition at line 2286 of file protocol.h.