|
eolib 0.5.0
A core C library for writing applications related to Endless Online
|
#include <protocol.h>
Data Fields | |
| EoPacket | _eo |
| int32_t | stat_points |
| int32_t | skill_points |
| int32_t | max_hp |
| int32_t | max_tp |
| int32_t | max_sp |
Updated stats when levelling up from party experience
Definition at line 7389 of file protocol.h.
| EoPacket RecoverTargetGroupServerPacket::_eo |
Definition at line 7390 of file protocol.h.
| int32_t RecoverTargetGroupServerPacket::max_hp |
Definition at line 7393 of file protocol.h.
| int32_t RecoverTargetGroupServerPacket::max_sp |
Definition at line 7395 of file protocol.h.
| int32_t RecoverTargetGroupServerPacket::max_tp |
Definition at line 7394 of file protocol.h.
| int32_t RecoverTargetGroupServerPacket::skill_points |
Definition at line 7392 of file protocol.h.
| int32_t RecoverTargetGroupServerPacket::stat_points |
Definition at line 7391 of file protocol.h.