From c7d699af22c1e5b7060da2d1d791f60b384ff516 Mon Sep 17 00:00:00 2001 From: MysticalOS Date: Wed, 15 Jan 2020 17:05:26 -0500 Subject: [PATCH] From stormwind too --- DBM-Challenges/BfA/NzothVisionStormwind.lua | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/DBM-Challenges/BfA/NzothVisionStormwind.lua b/DBM-Challenges/BfA/NzothVisionStormwind.lua index 7595b12..5f9c09c 100644 --- a/DBM-Challenges/BfA/NzothVisionStormwind.lua +++ b/DBM-Challenges/BfA/NzothVisionStormwind.lua @@ -12,7 +12,7 @@ mod:RegisterEvents( ) mod:RegisterEventsInCombat( "SPELL_CAST_START 308278 309819 309648 298691 308669 308366 308406 311456 296911", - "SPELL_AURA_APPLIED 311390 306955 315385 316481 311641 308380 308366 308265", + "SPELL_AURA_APPLIED 311390 315385 316481 311641 308380 308366 308265", "SPELL_AURA_APPLIED_DOSE 311390", "SPELL_CAST_SUCCESS 309035", "SPELL_PERIODIC_DAMAGE 312121 296674 308807", @@ -41,7 +41,7 @@ local warnChaosBreath = mod:NewCastAnnounce(296911, 3) --General (GTFOs and Affixes) local specWarnGTFO = mod:NewSpecialWarningGTFO(312121, nil, nil, nil, 1, 8) local specWarnEntomophobia = mod:NewSpecialWarningJump(311389, nil, nil, nil, 1, 6) -local specWarnDarkDelusions = mod:NewSpecialWarningRun(306955, nil, nil, nil, 4, 2) +--local specWarnDarkDelusions = mod:NewSpecialWarningRun(306955, nil, nil, nil, 4, 2) local specWarnScorchedFeet = mod:NewSpecialWarningYou(315385, nil, nil, nil, 1, 2) local yellScorchedFeet = mod:NewYell(315385) local specWarnSplitPersonality = mod:NewSpecialWarningYou(316481, nil, nil, nil, 1, 2) @@ -149,9 +149,9 @@ function mod:SPELL_AURA_APPLIED(args) specWarnEntomophobia:Show() specWarnEntomophobia:Play("keepjump") end - elseif spellId == 306955 and args:IsPlayer() then - specWarnDarkDelusions:Show() - specWarnDarkDelusions:Play("justrun") +-- elseif spellId == 306955 and args:IsPlayer() then +-- specWarnDarkDelusions:Show() +-- specWarnDarkDelusions:Play("justrun") elseif spellId == 315385 and args:IsPlayer() then specWarnScorchedFeet:Show() specWarnScorchedFeet:Play("targetyou")