|
eolib 0.5.0
A core C library for writing applications related to Endless Online
|
#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 |
Karma/experience update
Definition at line 7362 of file protocol.h.
| EoPacket RecoverReplyServerPacket::_eo |
Definition at line 7363 of file protocol.h.
| int32_t RecoverReplyServerPacket::experience |
Definition at line 7364 of file protocol.h.
| int32_t RecoverReplyServerPacket::karma |
Definition at line 7365 of file protocol.h.
| 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.
| int32_t* RecoverReplyServerPacket::skill_points |
The official client reads this if the player leveled up
Definition at line 7378 of file protocol.h.
| int32_t* RecoverReplyServerPacket::stat_points |
The official client reads this if the player leveled up
Definition at line 7374 of file protocol.h.