Back to 'playercreateinfo_action' Return to world Go to 'playercreateinfo_item'
Field | Type | Attributes | Key | Null | Default | Extra | Comment |
---|---|---|---|---|---|---|---|
raceMask | bigint | unsigned | PRI | NO | |||
classMask | int | unsigned | PRI | NO | 0 | ||
createMode | tinyint | signed | PRI | NO | 0 | ||
spell | int | unsigned | PRI | NO | 0 | ||
note | varchar(255) | YES | NULL |
Race mask of ChrRace IDs. 0
is all races.
Value | Flag | Name |
---|---|---|
1 | 0x0001 | Human |
2 | 0x0002 | Orc |
4 | 0x0004 | Dwarf |
8 | 0x0008 | Night Elf |
16 | 0x0010 | Undead |
32 | 0x0020 | Tauren |
64 | 0x0040 | Gnome |
128 | 0x0080 | Troll |
512 | 0x0200 | Blood Elf |
1024 | 0x0400 | Draenei |
Class mask of ChrClass IDs. 0
is all classes.
Value | Flag | Name |
---|---|---|
1 | 0x0001 | Warrior |
2 | 0x0002 | Paladin |
4 | 0x0004 | Hunter |
8 | 0x0008 | Rogue |
16 | 0x0010 | Priest |
32 | 0x0020 | Death Knight |
64 | 0x0040 | Shaman |
128 | 0x0080 | Mage |
256 | 0x0100 | Warlock |
1024 | 0x0400 | Druid |
- no description -
Spell ID to cast on first log in.
This field is for any comment you want to make. It is arbitrary text.
Back to 'playercreateinfo_action' Return to world Go to 'playercreateinfo_item'