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_action' table for MaNGOSThree
This table holds information on what default actions a brand new character should start out with. Each race-class combination can have a different default starting setup.
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. | |
button | smallint(5) unsigned | NO | PRI | '0' | The ID of the button on the action ba. | |
action | int(11) unsigned | NO | '0' | See description in the lower half of this page.. | ||
type | smallint(5) unsigned | NO | '0' | The following values are valid types: |
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.
button smallint(5) unsigned
The ID of the button on the action bar where the action icon will be placed. Special bars are used for stances, auras, pets, stealth and other similar special modes.
button ID(s) | Set key |
---|---|
1-11 | 1 (SHIFT + 1) |
12-23 | 2 (SHIFT + 2) |
24-35 | 3 (SHIFT + 3) h1. Right Side Bar |
36-47 | 4 (SHIFT + 4) Right Side Bar 2 |
48-59 | 5 (SHIFT + 5) h1. Bottom Right Bar |
60-71 | 6 (SHIFT + 6) Bottom Left Bar |
72-83 | 1 SpecialA |
84-95 | 1 SpecialB |
96-107 | 1 SpecialC |
108-119 | 1 SpecialD |
action int(11) unsigned
Depending on the type value, this could reference either a spell identifier as defined in Spell.dbc, a reference to the unique identifier of an "item_template" table, or the identifier for a macro.
type smallint(5) unsigned
The following values are valid types:
ID | Type |
---|---|
0 | Spell |
64 | Macro |
128 | Item |
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