|
eolib 0.5.0
A core C library for writing applications related to Endless Online
|
#include <protocol.h>
Data Fields | |
| EoPacket | _eo |
| NpcKilledData | npc_killed_data |
| int32_t * | experience |
| LevelUpStats * | level_up |
Nearby NPC killed and killer leveled up
Definition at line 7002 of file protocol.h.
| EoPacket NpcAcceptServerPacket::_eo |
Definition at line 7003 of file protocol.h.
| int32_t* NpcAcceptServerPacket::experience |
This field should be sent to the killer, but not nearby players
Definition at line 7008 of file protocol.h.
| LevelUpStats* NpcAcceptServerPacket::level_up |
This field should be sent to the killer if they leveled up, but not nearby players
Definition at line 7012 of file protocol.h.
| NpcKilledData NpcAcceptServerPacket::npc_killed_data |
Definition at line 7004 of file protocol.h.