|
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 |
Nearby NPC killed by player spell
Definition at line 7023 of file protocol.h.
| EoPacket CastSpecServerPacket::_eo |
Definition at line 7024 of file protocol.h.
| int32_t* CastSpecServerPacket::caster_tp |
This field should be sent to the killer, but not nearby players
Definition at line 7030 of file protocol.h.
| int32_t* CastSpecServerPacket::experience |
This field should be sent to the killer, but not nearby players
Definition at line 7034 of file protocol.h.
| NpcKilledData CastSpecServerPacket::npc_killed_data |
Definition at line 7026 of file protocol.h.
| int32_t CastSpecServerPacket::spell_id |
Definition at line 7025 of file protocol.h.