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

#include <protocol.h>

Data Fields

EoSerialize _eo
int32_t id
int32_t level_requirement
int32_t class_requirement
int32_t cost
int32_t skill_requirements [4]
SkillStatRequirements stat_requirements

Detailed Description

A skill that can be learned from a skill master NPC

Definition at line 1937 of file protocol.h.

Field Documentation

◆ _eo

EoSerialize SkillLearn::_eo

Definition at line 1938 of file protocol.h.

◆ class_requirement

int32_t SkillLearn::class_requirement

Definition at line 1941 of file protocol.h.

◆ cost

int32_t SkillLearn::cost

Definition at line 1942 of file protocol.h.

◆ id

int32_t SkillLearn::id

Definition at line 1939 of file protocol.h.

◆ level_requirement

int32_t SkillLearn::level_requirement

Definition at line 1940 of file protocol.h.

◆ skill_requirements

int32_t SkillLearn::skill_requirements[4]

Definition at line 1943 of file protocol.h.

◆ stat_requirements

SkillStatRequirements SkillLearn::stat_requirements

Definition at line 1944 of file protocol.h.


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