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

#include <protocol.h>

Data Fields

EoPacket _eo
int32_t experience
int32_t karma
int32_t * level_up
int32_t * stat_points
int32_t * skill_points

Detailed Description

Karma/experience update

Definition at line 7362 of file protocol.h.

Field Documentation

◆ _eo

EoPacket RecoverReplyServerPacket::_eo

Definition at line 7363 of file protocol.h.

◆ experience

int32_t RecoverReplyServerPacket::experience

Definition at line 7364 of file protocol.h.

◆ karma

int32_t RecoverReplyServerPacket::karma

Definition at line 7365 of file protocol.h.

◆ level_up

int32_t* RecoverReplyServerPacket::level_up

A value greater than 0 is "new level" and indicates the player leveled up. The official client reads this if the packet is larger than 6 bytes.

Definition at line 7370 of file protocol.h.

◆ skill_points

int32_t* RecoverReplyServerPacket::skill_points

The official client reads this if the player leveled up

Definition at line 7378 of file protocol.h.

◆ stat_points

int32_t* RecoverReplyServerPacket::stat_points

The official client reads this if the player leveled up

Definition at line 7374 of file protocol.h.


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