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

#include <protocol.h>

Data Fields

EoPacket _eo
int32_t spell_id
NpcKilledData npc_killed_data
int32_t * caster_tp
int32_t * experience

Detailed Description

Nearby NPC killed by player spell

Definition at line 7023 of file protocol.h.

Field Documentation

◆ _eo

EoPacket CastSpecServerPacket::_eo

Definition at line 7024 of file protocol.h.

◆ caster_tp

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.

◆ experience

int32_t* CastSpecServerPacket::experience

This field should be sent to the killer, but not nearby players

Definition at line 7034 of file protocol.h.

◆ npc_killed_data

NpcKilledData CastSpecServerPacket::npc_killed_data

Definition at line 7026 of file protocol.h.

◆ spell_id

int32_t CastSpecServerPacket::spell_id

Definition at line 7025 of file protocol.h.


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