Skip to content

Player_levelstats

Schmoozerd edited this page Apr 17, 2013 · 1 revision

Back to world database list of tables.

The `player_levelstats` table

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.

Structure

Field Type Null Key Default Extra
race tinyint(3) unsigned NO PRI
class tinyint(3) unsigned NO PRI
level tinyint(3) unsigned NO PRI
str tinyint(3) unsigned NO
agi tinyint(3) unsigned NO
sta tinyint(3) unsigned NO
inte tinyint(3) unsigned NO
spi tinyint(3) unsigned NO

Description of the fields

race

The character race. This field along with class defines what stats to be applied on the character.

class

The character class. This field along with race defines what stats to be applied on the character.

level

The level at which the stats should be applied.

str

The base strength of the character.

agi

The base agility of the character.

sta

The base stamina of the character.

inte

The base intellect of the character.

spi

The base spirit of the character.

Clone this wiki locally