NOTE: This page is auto-generated from the MAGNET DBDocs module, Any changes made directly to this page will be lost when it is regenerated. |
Description of the 'playercreateinfo' table for MaNGOSThree
This table holds the start positions of each class-race combinations for all newly created characters.
Table Notes
This table uses the 'MyISAM' DB Engine
The Field definitions follow:
Field Name | Field Type | Nullable | Key | Default Value | Attributes | Notes |
---|---|---|---|---|---|---|
race | tinyint(3) unsigned | NO | PRI | '0' | A bit-mask corresponding to races that should get the spell. | |
class | tinyint(3) unsigned | NO | PRI | '0' | A bit-mask corresponding to class that should get the spell. | |
map | smallint(5) unsigned | NO | '0' | The map ID [See Map.dbc] | ||
zone | mediumint(8) unsigned | NO | '0' | A zone identifier. | ||
position_x | float | NO | '0' | The X position for the characters initial position. | ||
position_y | float | NO | '0' | The Y position for the characters initial position. | ||
position_z | float | NO | '0' | The Z position for the characters initial position. | ||
orientation | float | NO | '0' | The orientation for the characters initial position. | ||
phaseMap | smallint(5) unsigned | NO | '0' |
Description of the fields
race tinyint(3) unsigned
A bit-mask corresponding to races that should get the spell. The value has to match with races defined in ChrRaces.dbc.
class tinyint(3) unsigned
A bit-mask corresponding to class that should get the spell. The value has to match with classes defined in ChrClasses.dbc.
map smallint(5) unsigned
A map identifier. The value has to match with a map identifier defined in Map.dbc.
zone mediumint(8) unsigned
A zone identifier. The value has to match with a map identifier defined in AreaTable.dbc.
position_x float
The X position for the characters initial position.
position_y float
The Y position for the characters initial position.
position_z float
The Z position for the characters initial position.
orientation float
The orientation for the characters initial position.
phaseMap smallint(5) unsigned
auto-generated by the getMaNGOS.eu MAGNET dbdocs module
Edited by Antz
Recommended Comments
There are no comments to display.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now