|
eolib 0.5.0
A core C library for writing applications related to Endless Online
|
#include <protocol.h>
Data Fields | |
| EoPacket | _eo |
| int32_t | victim_id |
| int32_t | caster_id |
| Direction | caster_direction |
| int32_t | spell_id |
| int32_t | spell_heal_hp |
| int32_t | hp_percentage |
| int32_t * | hp |
Nearby player hit by a heal spell from a player
Definition at line 6795 of file protocol.h.
| EoPacket SpellTargetOtherServerPacket::_eo |
Definition at line 6796 of file protocol.h.
| Direction SpellTargetOtherServerPacket::caster_direction |
Definition at line 6799 of file protocol.h.
| int32_t SpellTargetOtherServerPacket::caster_id |
Definition at line 6798 of file protocol.h.
| int32_t* SpellTargetOtherServerPacket::hp |
Definition at line 6803 of file protocol.h.
| int32_t SpellTargetOtherServerPacket::hp_percentage |
Definition at line 6802 of file protocol.h.
| int32_t SpellTargetOtherServerPacket::spell_heal_hp |
Definition at line 6801 of file protocol.h.
| int32_t SpellTargetOtherServerPacket::spell_id |
Definition at line 6800 of file protocol.h.
| int32_t SpellTargetOtherServerPacket::victim_id |
Definition at line 6797 of file protocol.h.