spell_area
This contains area variables for spells.
Structure
Field | Type | Default | Comment |
---|---|---|---|
spell | mediumint(8) | 0 | |
area | mediumint(8) | 0 | |
quest_start | mediumint(8) | 0 | |
quest_start_active | tinyint(1) | 0 | |
quest_end | mediumint(8) | 0 | |
aura_spell | mediumint(8) | 0 | |
racemask | mediumint(8) | 0 | |
gender | tinyint(1) | 0 | |
autocast | tinyint(1) | 0 |
spell
The entry ID of the spell…
area
The area ID
quest_start
The entry ID from quest_properties table to activate this area spell.
quest_start_active
…
quest_end
…
aura_spell
The spell ID
< 0 - If player has this aura then the spell will not be activated. = 0 - no aura restrictions > 0 - If player has not this aura then the spell will not be activated.
racemask
…
gender
0 = Male 1 = Female 2 = all Genders
autocast
Boolean value:
0 = no autocast by entering the area. 1 = autocast by entering the area.