|
eolib 0.5.0
A core C library for writing applications related to Endless Online
|
#include <protocol.h>
Data Fields | |
| EoPacket | _eo |
| int32_t | player_id |
| int32_t | spell_id |
| int32_t | spell_heal_hp |
| int32_t | hp_percentage |
| int32_t * | hp |
| int32_t * | tp |
Nearby player self-casted a spell
Definition at line 6708 of file protocol.h.
| EoPacket SpellTargetSelfServerPacket::_eo |
Definition at line 6709 of file protocol.h.
| int32_t* SpellTargetSelfServerPacket::hp |
The official client reads this if the packet is larger than 12 bytes
Definition at line 6717 of file protocol.h.
| int32_t SpellTargetSelfServerPacket::hp_percentage |
Definition at line 6713 of file protocol.h.
| int32_t SpellTargetSelfServerPacket::player_id |
Definition at line 6710 of file protocol.h.
| int32_t SpellTargetSelfServerPacket::spell_heal_hp |
Definition at line 6712 of file protocol.h.
| int32_t SpellTargetSelfServerPacket::spell_id |
Definition at line 6711 of file protocol.h.
| int32_t* SpellTargetSelfServerPacket::tp |
The official client reads this if the packet is larger than 12 bytes
Definition at line 6721 of file protocol.h.