eolib 0.5.0
A core C library for writing applications related to Endless Online
Loading...
Searching...
No Matches
DropRecord Struct Reference

#include <protocol.h>

Data Fields

EoSerialize _eo
int32_t item_id
int32_t min_amount
int32_t max_amount
int32_t rate

Detailed Description

Record of an item an NPC can drop when killed

Definition at line 2278 of file protocol.h.

Field Documentation

◆ _eo

EoSerialize DropRecord::_eo

Definition at line 2279 of file protocol.h.

◆ item_id

int32_t DropRecord::item_id

Definition at line 2280 of file protocol.h.

◆ max_amount

int32_t DropRecord::max_amount

Definition at line 2282 of file protocol.h.

◆ min_amount

int32_t DropRecord::min_amount

Definition at line 2281 of file protocol.h.

◆ rate

int32_t DropRecord::rate

Chance (x in 64,000) of the item being dropped

Definition at line 2286 of file protocol.h.


The documentation for this struct was generated from the following file: