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

#include <protocol.h>

Data Fields

EoSerialize _eo
int32_t behavior_id
char * name
int32_t min_level
int32_t max_level
int32_t class_requirement
size_t skills_length
SkillMasterSkillRecordskills

Detailed Description

Record of Skill Master data in an Endless Skill Master File

Definition at line 2456 of file protocol.h.

Field Documentation

◆ _eo

EoSerialize SkillMasterRecord::_eo

Definition at line 2457 of file protocol.h.

◆ behavior_id

int32_t SkillMasterRecord::behavior_id

Behavior ID of the Skill Master NPC

Definition at line 2461 of file protocol.h.

◆ class_requirement

int32_t SkillMasterRecord::class_requirement

Class required to use this Skill Master

Definition at line 2474 of file protocol.h.

◆ max_level

int32_t SkillMasterRecord::max_level

Maximum level allowed to use this Skill Master

Definition at line 2470 of file protocol.h.

◆ min_level

int32_t SkillMasterRecord::min_level

Minimum level required to use this Skill Master

Definition at line 2466 of file protocol.h.

◆ name

char* SkillMasterRecord::name

Definition at line 2462 of file protocol.h.

◆ skills

SkillMasterSkillRecord* SkillMasterRecord::skills

Definition at line 2476 of file protocol.h.

◆ skills_length

size_t SkillMasterRecord::skills_length

Definition at line 2475 of file protocol.h.


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