character_skills
The `character_skills` table
This table holds a listing of all skill for each character.
Structure
Field | Type | Attributes | Key | Null | Default | Extra | Comment |
---|---|---|---|---|---|---|---|
guid | INT | UNSIGNED | PRI | NO | 0 | Global Unique Identifier | |
skill | SMALLINT | UNSIGNED | PRI | NO | 0 | ||
value | SMALLINT | UNSIGNED | NO | 0 | |||
max | SMALLINT | UNSIGNED | NO | 0 |
Description of the fields
guid
The character guid. See characters.guid.
skill
The skill a character own's. A listing of those can be found in here.
value
The current skillrank(value) the character owns.
max
The highest possible value for the given skill within a given rank.