Versiones comparadas

Clave

  • Se ha añadido esta línea.
  • Se ha eliminado esta línea.
  • El formato se ha cambiado.

Back-to:World

The `player_levelstats` table

...

Field

Type

Attributes

Key

Null

Default

Extra

Comment race

Player levelstats tc2

tinyint(3)

unsigned

PRI

NO

NULL

 

  class

Player levelstats tc2

tinyint(3)

unsigned

PRI

NO

NULL

 

  level

Player levelstats tc2

tinyint(3)

unsigned

PRI

NO

NULL

 

  str

Player levelstats tc2

tinyint(3)

unsigned

 

NO

NULL

 

  agi

Player levelstats tc2

tinyint(3)

unsigned

 

NO

NULL

 

  sta

Player levelstats tc2

tinyint(3)

unsigned

 

NO

NULL

 

  inte

Player levelstats tc2

tinyint(3)

unsigned

 

NO

NULL

 

  spi

Player levelstats tc2

tinyint(3)

unsigned

 

NO

NULL

 

 

...

The character race. This field along with class Player levelstats tc2 defines what stats to be applied on the character.
:ChrRaces.dbc_tc2

...

The character class. This field along with race Player levelstats tc2 defines what stats to be applied on the character.
:ChrClasses.dbc_tc2

...