|
eolib 0.5.0
A core C library for writing applications related to Endless Online
|
#include <protocol.h>
Data Fields | |
| EoPacket | _eo |
| int32_t | spell_id |
| NpcKilledData | npc_killed_data |
| int32_t * | caster_tp |
| int32_t * | experience |
| LevelUpStats * | level_up |
Nearby NPC killed by player spell and killer leveled up
Definition at line 7045 of file protocol.h.
| EoPacket CastAcceptServerPacket::_eo |
Definition at line 7046 of file protocol.h.
| int32_t* CastAcceptServerPacket::caster_tp |
This field should be sent to the killer, but not nearby players
Definition at line 7052 of file protocol.h.
| int32_t* CastAcceptServerPacket::experience |
This field should be sent to the killer, but not nearby players
Definition at line 7056 of file protocol.h.
| LevelUpStats* CastAcceptServerPacket::level_up |
This field should be sent to the killer if they leveled up, but not nearby players
Definition at line 7060 of file protocol.h.
| NpcKilledData CastAcceptServerPacket::npc_killed_data |
Definition at line 7048 of file protocol.h.
| int32_t CastAcceptServerPacket::spell_id |
Definition at line 7047 of file protocol.h.