Player levelstats
Ir a la navegación
Ir a la búsqueda
La tabla `player_levelstats`
Esta tabla contiene la información de las estadísticas de los jugadores en cada nivel, dependiendo de su raza y clase.
Estructura
| Field | Type | Attributes | Key | NULL | Default | Extra | Comment |
|---|---|---|---|---|---|---|---|
| race | tinyint(3) | unsigned | PRI | NO | NULL | ||
| class | tinyint(3) | unsigned | PRI | NO | NULL | ||
| level | tinyint(3) | unsigned | PRI | NO | NULL | ||
| str | tinyint(3) | unsigned | NO | NULL | |||
| agi | tinyint(3) | unsigned | NO | NULL | |||
| sta | tinyint(3) | unsigned | NO | NULL | |||
| inte | tinyint(3) | unsigned | NO | NULL | |||
| spi | tinyint(3) | unsigned | NO | NULL |