deserter

Welzon

Silver Supporter
Veteran Member
108
2014
0
I did only saw for battlegrounds could you give me a header to look under
 

Zafire

https://zafirehd.deviantart.com
Admin
Designer
Senior User
245
2013
22
Location
Siberia
1. Connect to your database.
2. Find your world database and open it.
3. Once you have found the world database and it is opened, go to the table 'disables'
4. In the table 'disables' you will see the columns you have wrote:


Sourcetype
Entry
Flags
Params_0
Params_1

The sourceType column is the number value type. Meaning:


0 = Disable Spell
1 = Disable Quest
2 = Disable Map
3 = Disable Battleground
4 = Disable Achievement Criteria
5 = Disable OutdoorPvP
6 = Disable VMap

Entry is the spellId, QuestId, MapId, BattlegroundId, AchievementId or VMap/MapId.

flags will be your command.


0 = Spell Enabled
1 = Spell Disabled for players
2 = Spell Disabled for creatures
4 = Spell disabled for pets
8 = Spell is disabled. It will not be used
16 = Spell disabled for MapId
32 = Spell Disabled for AreaId

::::::::::::::::::::::::::::
Continuing flags


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


:::::::::::::::::::
Continuing flags


1 VMAP_DISABLE_AREAFLAG
2 VMAP_DISABLE_HEIGHT
4 VMAP_DISABLE_LOS
8 VMAP_LIQUIDSTATUS

If the sourceType is a Quest, Achievement or OutDoorPvP, then leave the flags value at 0.

params_0 MapId if the Spell used, 0 default (All Maps)
params_1 AreaId if the Spell used, 0 default (All Areas)
 
Top