Skip to content
Schmoozerd edited this page Apr 14, 2013 · 2 revisions

Back to world database list of tables.

The `playercreateinfo` table

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

Structure

Field Type Null Key Default Extra
race tinyint(3) unsigned NO PRI 0
class tinyint(3) unsigned NO PRI 0
map mediumint(8) unsigned NO 0
zone mediumint(8) unsigned NO 0
position_x float NO 0
position_y float NO 0
position_z float NO 0
orientation float NO 0

Description of the fields

race

The character’s race.

class

The character’s class.

map

The map ID. See Maps.dbc

zone

The zone ID. See AreaTable.dbc

position_x

The X position.

position_y

The Y position.

position_z

The Z position.

Clone this wiki locally