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

#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

Detailed Description

Nearby player self-casted a spell

Definition at line 6708 of file protocol.h.

Field Documentation

◆ _eo

EoPacket SpellTargetSelfServerPacket::_eo

Definition at line 6709 of file protocol.h.

◆ hp

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.

◆ hp_percentage

int32_t SpellTargetSelfServerPacket::hp_percentage

Definition at line 6713 of file protocol.h.

◆ player_id

int32_t SpellTargetSelfServerPacket::player_id

Definition at line 6710 of file protocol.h.

◆ spell_heal_hp

int32_t SpellTargetSelfServerPacket::spell_heal_hp

Definition at line 6712 of file protocol.h.

◆ spell_id

int32_t SpellTargetSelfServerPacket::spell_id

Definition at line 6711 of file protocol.h.

◆ tp

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.


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