Ir al final de los metadatos
Ir al inicio de los metadatos

Estás viendo una versión antigua de esta página. Ve a la versión actual.

Comparar con el actual Ver el historial de la página

« Anterior Versión 14 Actual »

playercreateinfo_spell_custom table

This table holds information on what spells newly created characters should start out with if the PlayerStart.AllSpells setting in enabled in TrinityCore.conf. A character in this table is defined by his/her race and class combination.

Please note you'll have to set PlayerStart.AllSpells to 1 in config, else this table will not have any effect.

Structure

Field

Type

Attributes

Key

Null

Default

Extra

Comment

racemask

int(10)

unsigned

PRI

NO

0

 

 

classmask

int(10)

unsigned

PRI

NO

0

 

 

Spell

mediumint(8)

unsigned

PRI

NO

0

 

 

Note

varchar(255)

signed

 

YES

NULL

 

 

Description of the fields

racemask

The character's race.
:ChrRaces.dbc_tc2

ClassMask Value
Warrior1
Paladin2
Hunter4
Rogue8
Priest16
Death Knight32
Shaman64
Mage128
Warlock256
Druid1024

classmask

The character's class.
:ChrClasses.dbc_tc2

Spell

Spell id. See Spell.dbc

Note

Basically a comment of what your query does.

  • Sin etiquetas