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

#include <protocol.h>

Data Fields

EoSerialize _eo
int32_t stat_points
int32_t skill_points
int32_t hp
int32_t max_hp
int32_t tp
int32_t max_tp
int32_t max_sp
CharacterBaseStats base
CharacterSecondaryStats secondary

Detailed Description

Character stats data. Sent when resetting stats and skills at a skill master NPC.

Definition at line 1819 of file protocol.h.

Field Documentation

◆ _eo

EoSerialize CharacterStatsReset::_eo

Definition at line 1820 of file protocol.h.

◆ base

CharacterBaseStats CharacterStatsReset::base

Definition at line 1828 of file protocol.h.

◆ hp

int32_t CharacterStatsReset::hp

Definition at line 1823 of file protocol.h.

◆ max_hp

int32_t CharacterStatsReset::max_hp

Definition at line 1824 of file protocol.h.

◆ max_sp

int32_t CharacterStatsReset::max_sp

Definition at line 1827 of file protocol.h.

◆ max_tp

int32_t CharacterStatsReset::max_tp

Definition at line 1826 of file protocol.h.

◆ secondary

CharacterSecondaryStats CharacterStatsReset::secondary

Definition at line 1829 of file protocol.h.

◆ skill_points

int32_t CharacterStatsReset::skill_points

Definition at line 1822 of file protocol.h.

◆ stat_points

int32_t CharacterStatsReset::stat_points

Definition at line 1821 of file protocol.h.

◆ tp

int32_t CharacterStatsReset::tp

Definition at line 1825 of file protocol.h.


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