character_skills
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 | Global Unique Identifier | ||
| skill | smallint | unsigned | PRI | NO | |||
| value | smallint | unsigned | NO | ||||
| max | smallint | unsigned | NO | ||||
Description of fields
guid
The guid of the character.
skill
The SkillLine ID a character owns.
value
The current points accumulated in the skill.
max
The highest possible value for the given skill within a given rank.
