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

#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

Detailed Description

Updated stats when levelling up from party experience

Definition at line 7389 of file protocol.h.

Field Documentation

◆ _eo

EoPacket RecoverTargetGroupServerPacket::_eo

Definition at line 7390 of file protocol.h.

◆ max_hp

int32_t RecoverTargetGroupServerPacket::max_hp

Definition at line 7393 of file protocol.h.

◆ max_sp

int32_t RecoverTargetGroupServerPacket::max_sp

Definition at line 7395 of file protocol.h.

◆ max_tp

int32_t RecoverTargetGroupServerPacket::max_tp

Definition at line 7394 of file protocol.h.

◆ skill_points

int32_t RecoverTargetGroupServerPacket::skill_points

Definition at line 7392 of file protocol.h.

◆ stat_points

int32_t RecoverTargetGroupServerPacket::stat_points

Definition at line 7391 of file protocol.h.


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