|
eolib 0.5.0
A core C library for writing applications related to Endless Online
|
#include <protocol.h>
Data Fields | |
| EoSerialize | _eo |
| int32_t | skill_id |
| int32_t | level_requirement |
| int32_t | class_requirement |
| int32_t | price |
| int32_t | skill_requirements [4] |
| int32_t | str_requirement |
| int32_t | int_requirement |
| int32_t | wis_requirement |
| int32_t | agi_requirement |
| int32_t | con_requirement |
| int32_t | cha_requirement |
Record of a skill that a Skill Master NPC can teach
Definition at line 2406 of file protocol.h.
| EoSerialize SkillMasterSkillRecord::_eo |
Definition at line 2407 of file protocol.h.
| int32_t SkillMasterSkillRecord::agi_requirement |
Agility required to learn this skill
Definition at line 2437 of file protocol.h.
| int32_t SkillMasterSkillRecord::cha_requirement |
Charisma required to learn this skill
Definition at line 2445 of file protocol.h.
| int32_t SkillMasterSkillRecord::class_requirement |
Class required to learn this skill
Definition at line 2416 of file protocol.h.
| int32_t SkillMasterSkillRecord::con_requirement |
Constitution required to learn this skill
Definition at line 2441 of file protocol.h.
| int32_t SkillMasterSkillRecord::int_requirement |
Intelligence required to learn this skill
Definition at line 2429 of file protocol.h.
| int32_t SkillMasterSkillRecord::level_requirement |
Level required to learn this skill
Definition at line 2412 of file protocol.h.
| int32_t SkillMasterSkillRecord::price |
Definition at line 2417 of file protocol.h.
| int32_t SkillMasterSkillRecord::skill_id |
Definition at line 2408 of file protocol.h.
| int32_t SkillMasterSkillRecord::skill_requirements[4] |
IDs of skills that must be learned before a player can learn this skill
Definition at line 2421 of file protocol.h.
| int32_t SkillMasterSkillRecord::str_requirement |
Strength required to learn this skill
Definition at line 2425 of file protocol.h.
| int32_t SkillMasterSkillRecord::wis_requirement |
Wisdom required to learn this skill
Definition at line 2433 of file protocol.h.