playercreateinfo

Back-to:World

The `playercreateinfo` table

This table holds the start positions of each class-race combinations for all newly created characters.

Structure

Field

Type

Attributes

Key

Null

Default

Extra

Comment

race

tinyint(3)

unsigned

PRI

NO

0

 

 

class

tinyint(3)

unsigned

PRI

NO

0

 

 

map

smallint(5)

unsigned

 

NO

0

 

 

zone

mediumint(8)

unsigned

 

NO

0

 

 

position_x

float

signed

 

NO

0

 

 

position_y

float

signed

 

NO

0

 

 

position_z

float

signed

 

NO

0

 

 

orientation

float

signed

 

NO

0

 

 

Description of the fields

race

The character's race.
:ChrRaces.dbc_tc2

class

The character's class.
:ChrClasses.dbc_tc2

map

The map ID. See Map.dbc

zone

The zone ID. See AreaTable.dbc

position_x

The X position.

position_y

The Y position.

position_z

The Z position.

orientation

The orientation.