Commit 0d4bb96b authored by Ivaria's avatar Ivaria
Browse files

Added default custom debuffs for Ny'alotha raid encounters

parent 5d422304
## Interface: 80205
## Interface: 80300
## Title: VuhDo ['vu:du:]
## Author: Iza@Gilneas, humfras, Ivaria@Hyjal
## Version: 3.110
......
......@@ -298,8 +298,11 @@ local tCurChosenStoredName;
function VUHDO_determineDebuff(aUnit)
tInfo = (VUHDO_RAID or sEmpty)[aUnit];
if not tInfo then return 0, ""; -- VUHDO_DEBUFF_TYPE_NONE
elseif VUHDO_CONFIG_SHOW_RAID then return tInfo["debuff"], tInfo["debuffName"]; end
if not tInfo then
return 0, ""; -- VUHDO_DEBUFF_TYPE_NONE
elseif VUHDO_CONFIG_SHOW_RAID then
return tInfo["debuff"], tInfo["debuffName"];
end
tUnitDebuffInfo = VUHDO_initDebuffInfos(aUnit);
......@@ -368,6 +371,7 @@ function VUHDO_determineDebuff(aUnit)
end
-- Entweder Fhigkeit vorhanden ODER noch keiner gewhlt UND auch nicht entfernbare
-- Either ability available OR none selected AND not removable (DETECT_DEBUFFS_REMOVABLE_ONLY_ICONS)
if tType and (tAbility or (sCurChosenType == 0 and sIsNotRemovableOnly)) then -- VUHDO_DEBUFF_TYPE_NONE
sCurChosenType = tType;
tUnitDebuffInfo["CHOSEN"][1], tUnitDebuffInfo["CHOSEN"][2] = tIcon, tStacks;
......
......@@ -1949,6 +1949,62 @@ function VUHDO_loadDefaultConfig()
297907 -- Cursed Heart
);
-- 8.3.0 - Battle for Azeroth - Visions of N'Zoth
VUHDO_addCustomSpellIds(46,
-- [[ Ny'alotha, The Waking City ]]
-- Wrathion
306163, -- Incineration
314347, -- Noxious Choke
307013, -- Burning Madness
-- Maut
307806, -- Devour Magic
306301, -- Forbidden Mana
-- The Prophet Skitra
308059, -- ShadowShockApplied
307950, -- Shred Psyche
308065, -- Shred Psyche
-- Dark Inquisitor Xanesh
313198, -- Void-Touched
312406, -- Voidwoken
309569, -- Voidwoken
-- Vexiona
307314, -- Encroaching Shadows
307359, -- Despair
310323, -- Desolation
-- The Hivemind
313461, -- Corrosion
313129, -- Mindless
313460, -- Nullification
-- Ra-den
313227, -- Decaying Wound
310019, -- Charged Bonds
310022, -- Charged Bonds
313077, -- Unstable Nightmare
315252, -- Dread Inferno Fixate
316065, -- Corrupted Existence
-- Shad'har the Insatiable
307358, -- Debilitating Spit
307945, -- Umbral Eruption
306929, -- Bubbling Breath
307260, -- Fixate
-- Drest'agath
310552, -- Mind Flay
310358, -- Muttering Insanity
-- Il'gynoth
275269, -- Fixate
311159, -- Cursed Blood
-- Carapice of N'Zoth
307008, -- Breed Madness
306973, -- Madness Bomb
306984, -- Insanity Bomb
-- N'Zoth
308885, -- Mind Flay
317112, -- Evoke Anguish
309980, -- Paranoia
316541, -- Paranoia
316542 -- Paranoia
);
local debuffRemovalList = {};
for tIndex, tName in pairs(VUHDO_CONFIG["CUSTOM_DEBUFF"]["STORED"]) do
......
## Interface: 80205
## Interface: 80300
## Title: VuhDo ['vu:du:] - Options
## Author: Iza@Gilneas, humfras, Ivaria@Hyjal
## Version: 3.110
......
......@@ -12,12 +12,13 @@ Known issues:
-- You may need to reselect your sound options in VuhDo for debuffs
Bugfixes:
Bugfixes:
-- Cleanup and improve group member role checking
Improvements:
-- Added Paladin 'Glimmer of Light' as default HoT icon option
-- Added default custom debuffs for Ny'alotha raid encounters
--------------------------------------------------------------
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment