Back to 'player_factionchange_titles' Return to world Go to 'player_totem_model'
This table holds information on what stats are gained by characters when they level up. Each race-class combination has different level stats. All of the values in this table signify only the base stats of the race-class combination at a specific level.
Field | Type | Attributes | Key | Null | Default | Extra | Comment |
---|---|---|---|---|---|---|---|
race | tinyint | unsigned | PRI | NO | |||
class | tinyint | unsigned | PRI | NO | |||
level | tinyint | unsigned | PRI | NO | |||
str | tinyint | unsigned | NO | ||||
agi | tinyint | unsigned | NO | ||||
sta | tinyint | unsigned | NO | ||||
inte | tinyint | unsigned | NO | ||||
spi | tinyint | unsigned | NO |
The character race from ChrRaces.dbc. This field along with class defines what stats to be applied on the character.
ID | Name |
---|---|
1 | Human |
2 | Orc |
3 | Dwarf |
4 | Night Elf |
5 | Undead |
6 | Tauren |
7 | Gnome |
8 | Troll |
10 | Blood Elf |
11 | Draenei |
The character class from ChrClasses.dbc. This field along with race defines what stats to be applied on the character.
ID | Name |
---|---|
1 | Warrior |
2 | Paladin |
3 | Hunter |
4 | Rogue |
5 | Priest |
6 | Death Knight |
7 | Shaman |
8 | Mage |
9 | Warlock |
11 | Druid |
The level at which the stats should be applied.
The base strength of the character.
The base agility of the character.
The base stamina of the character.
The base intellect of the character.
The base spirit of the character.
Back to 'player_factionchange_titles' Return to world Go to 'player_totem_model'