|
eolib 0.5.0
A core C library for writing applications related to Endless Online
|
#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 |
| SkillMasterSkillRecord * | skills |
Record of Skill Master data in an Endless Skill Master File
Definition at line 2456 of file protocol.h.
| EoSerialize SkillMasterRecord::_eo |
Definition at line 2457 of file protocol.h.
| int32_t SkillMasterRecord::behavior_id |
Behavior ID of the Skill Master NPC
Definition at line 2461 of file protocol.h.
| int32_t SkillMasterRecord::class_requirement |
Class required to use this Skill Master
Definition at line 2474 of file protocol.h.
| int32_t SkillMasterRecord::max_level |
Maximum level allowed to use this Skill Master
Definition at line 2470 of file protocol.h.
| int32_t SkillMasterRecord::min_level |
Minimum level required to use this Skill Master
Definition at line 2466 of file protocol.h.
| char* SkillMasterRecord::name |
Definition at line 2462 of file protocol.h.
| SkillMasterSkillRecord* SkillMasterRecord::skills |
Definition at line 2476 of file protocol.h.
| size_t SkillMasterRecord::skills_length |
Definition at line 2475 of file protocol.h.