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

#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

Detailed Description

Record of a skill that a Skill Master NPC can teach

Definition at line 2406 of file protocol.h.

Field Documentation

◆ _eo

EoSerialize SkillMasterSkillRecord::_eo

Definition at line 2407 of file protocol.h.

◆ agi_requirement

int32_t SkillMasterSkillRecord::agi_requirement

Agility required to learn this skill

Definition at line 2437 of file protocol.h.

◆ cha_requirement

int32_t SkillMasterSkillRecord::cha_requirement

Charisma required to learn this skill

Definition at line 2445 of file protocol.h.

◆ class_requirement

int32_t SkillMasterSkillRecord::class_requirement

Class required to learn this skill

Definition at line 2416 of file protocol.h.

◆ con_requirement

int32_t SkillMasterSkillRecord::con_requirement

Constitution required to learn this skill

Definition at line 2441 of file protocol.h.

◆ int_requirement

int32_t SkillMasterSkillRecord::int_requirement

Intelligence required to learn this skill

Definition at line 2429 of file protocol.h.

◆ level_requirement

int32_t SkillMasterSkillRecord::level_requirement

Level required to learn this skill

Definition at line 2412 of file protocol.h.

◆ price

int32_t SkillMasterSkillRecord::price

Definition at line 2417 of file protocol.h.

◆ skill_id

int32_t SkillMasterSkillRecord::skill_id

Definition at line 2408 of file protocol.h.

◆ skill_requirements

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.

◆ str_requirement

int32_t SkillMasterSkillRecord::str_requirement

Strength required to learn this skill

Definition at line 2425 of file protocol.h.

◆ wis_requirement

int32_t SkillMasterSkillRecord::wis_requirement

Wisdom required to learn this skill

Definition at line 2433 of file protocol.h.


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