Back to 'destructible_hitpoint' Return to world Go to 'disenchant_loot_template'
Field | Type | Attributes | Key | Null | Default | Extra | Comment |
---|---|---|---|---|---|---|---|
sourceType | int | unsigned | PRI | NO | |||
entry | int | unsigned | PRI | NO | |||
flags | smallint | signed | NO | ||||
params_0 | varchar(255) | NO | '' | ||||
params_1 | varchar(255) | NO | '' | ||||
comment | varchar(255) | NO | '' |
Value | Type |
---|---|
0 | DISABLE_TYPE_SPELL |
1 | DISABLE_TYPE_QUEST |
2 | DISABLE_TYPE_MAP |
3 | DISABLE_TYPE_BATTLEGROUND |
4 | DISABLE_TYPE_ACHIEVEMENT_CRITERIA |
5 | DISABLE_TYPE_OUTDOORPVP |
6 | DISABLE_TYPE_VMAP |
7 | DISABLE_TYPE_MMAP |
8 | DISABLE_TYPE_LFG_MAP |
9 | DISABLE_TYPE_PHASE_AREA |
Entry of Spell/Quest/Map/BG/Achievement/Map.
flags are dependent on sourceType!
Specifies who the spell is disabled for.
Value | Type |
---|---|
0 | Spell enabled |
1 | Spell disabled for players |
2 | Spell disabled for creatures |
4 | Spell disabled for pets |
8 | Spell completely disabled (used for no logner existing spells in DBCs) |
16 | Spell disabled for MapId |
32 | Spell disabled for AreaId |
64 | Line of Sight (LOS) is disabled for this spell (replaces "vmap.ignoreSpellIds" config option) |
128 | Spell disabled for game objects |
256 | Spell disabled in arena |
512 | Spell disabled in battlegrounds |
Specifies what type of map is disabled (5man/10man/heroic/etc).
Value | Type |
---|---|
1 | DUNGEON_STATUSFLAG_NORMAL OR RAID_STATUSFLAG_10MAN_NORMAL |
2 | DUNGEON_STATUSFLAG_HEROIC OR RAID_STATUSFLAG_25MAN_NORMAL |
4 | RAID_STATUSFLAG_10MAN_HEROIC |
8 | RAID_STATUSFLAG_25MAN_HEROIC |
Specifies on which map should be vMap disabled
Value | Type |
---|---|
1 | VMAP_DISABLE_AREAFLAG |
2 | VMAP_DISABLE_HEIGHT |
4 | VMAP_DISABLE_LOS |
8 | VMAP_LIQUIDSTATUS |
Not DISABLE_TYPE_SPELL, DISABLE_TYPE_MAP, DISABLE_TYPE_VMAP
No flags needed just add the entry to the table with `flags`=0.
MapId if DISABLE_TYPE_SPELL used, 0 for all maps.
AreaId if DISABLE_TYPE_SPELL used, 0 for all areas.
A comment as to why the something was disabled, or any other text that you want.
Back to 'destructible_hitpoint' Return to world Go to 'disenchant_loot_template'