-
Notifications
You must be signed in to change notification settings - Fork 48
Playercreateinfo
Schmoozerd edited this page Apr 17, 2013
·
1 revision
Back to world database list of tables.
This table holds the start positions of each class-race combinations for all newly created characters.
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 |
The character’s race.
The character’s class.
The map ID. See Map.dbc
The zone ID. See AreaTable.dbc
The X position.
The Y position.
The Z position.