Spell area
Материал из YTDB DataBase
Timmit (Обсуждение | вклад) (→quest_start_active) |
Timmit (Обсуждение | вклад) (→quest_end) |
||
Строка 101: | Строка 101: | ||
====quest_end==== | ====quest_end==== | ||
- | + | Зависит от [[quest_template]]. Этот квест не должен быть законченным. | |
====aura_spell==== | ====aura_spell==== |
Версия 13:09, 5 февраля 2010
|
Back to world database list of tables.
The `spell_area` table
Эта таблица содержит информацию о том, какие заклинания применяются к НПС / игрокам в некоторых районах(area).
Structure
Field | Type | Null | Key | Default | Extra |
spell | mediumint(8) unsigned | NO | PRI | 0 | |
area | mediumint(8) unsigned | NO | PRI | 0 | |
quest_start | mediumint(8) unsigned | NO | PRI | 0 | |
quest_start_active | tinyint(1) unsigned | NO | PRI | 0 | |
quest_end | mediumint(8) unsigned | NO | 0 | ||
aura_spell | mediumint(8) | NO | PRI | 0 | |
racemask | mediumint(8) unsigned | NO | PRI | 0 | |
gender | tinyint(1) unsigned | NO | PRI | 2 | |
autocast | tinyint(1) unsigned | NO | 0 |
Description of the fields
spell
Номер заклинания, которое будет применено. Берется из Spell.dbc.
area
Зависимость от AreaTable.dbc. Игрок должен находится в этой области.
quest_start
Зависимость из quest_template. Этот квест должен быть законченным или активным, но не законченным. Точное поведение зависит от quest_start_active.
quest_start_active
Логическое значение. Если установлено на 0 квест quest_start должен быть сданным, но не активным. Если установлено на 1 квест quest_start должен быть доступным или активным в книге игроков.
quest_end
Зависит от quest_template. Этот квест не должен быть законченным.
aura_spell
Reference to Spell.dbc. Player must have this aura to activate the spell. Negativ values stand for "not has aura" requirement.
racemask
Only these races are target of the spell.
Race
These values are 2^ID taken from ChrRaces.dbc
Examples
0,1791 = All Races
(2 + 16 + 32 + 128 + 512) = 690 = only Horde
(1 + 4 + 8 + 64 + 1024) = 1101 = only Alliance
gender
Only this gender is target of the spell.
- 0: Male
- 1: Female
- 2: Both
autocast
Boolean value.