From 1175eba086d1fe3177c983dfee604ea7aea80428 Mon Sep 17 00:00:00 2001 From: MysticalOS Date: Fri, 17 Nov 2023 05:44:06 -0500 Subject: [PATCH] Remove nearby alerrts from vanilla and tbc raids --- DBM-Raids-BC/Sunwell/Felmyst.lua | 4 ---- DBM-Raids-BC/Sunwell/Kil'jaeden.lua | 4 ---- DBM-Raids-Vanilla/VanillaNaxx/FrostwyrmLair/Kel'Thuzad.lua | 4 ---- DBM-Raids-Vanilla/VanillaNaxx/MilitaryQuarter/Horsemen.lua | 2 +- 4 files changed, 1 insertion(+), 13 deletions(-) diff --git a/DBM-Raids-BC/Sunwell/Felmyst.lua b/DBM-Raids-BC/Sunwell/Felmyst.lua index 8ee2d7be..a0a9890a 100644 --- a/DBM-Raids-BC/Sunwell/Felmyst.lua +++ b/DBM-Raids-BC/Sunwell/Felmyst.lua @@ -28,7 +28,6 @@ local specWarnGas = mod:NewSpecialWarningSpell(45855, "Healer", nil, nil, 1, 2 local specWarnCorrosion = mod:NewSpecialWarningTaunt(45866, nil, nil, nil, 1, 2) local specWarnEncaps = mod:NewSpecialWarningYou(45665, nil, nil, nil, 1, 2) local yellEncaps = mod:NewYell(45665) -local specWarnEncapsNear = mod:NewSpecialWarningClose(45665, nil, nil, nil, 1, 2) local specWarnVapor = mod:NewSpecialWarningYou(45402, nil, nil, nil, 1, 2) local specWarnBreath = mod:NewSpecialWarningDodgeCount(45717, nil, nil, nil, 3, 2) @@ -62,9 +61,6 @@ function mod:EncapsulateTarget(targetname, uId) specWarnEncaps:Show() specWarnEncaps:Play("targetyou") yellEncaps:Yell() - elseif self:CheckNearby(21, targetname) then - specWarnEncapsNear:Show(targetname) - specWarnEncapsNear:Play("runaway") else warnEncaps:Show(targetname) end diff --git a/DBM-Raids-BC/Sunwell/Kil'jaeden.lua b/DBM-Raids-BC/Sunwell/Kil'jaeden.lua index e47ac47b..1ede3321 100644 --- a/DBM-Raids-BC/Sunwell/Kil'jaeden.lua +++ b/DBM-Raids-BC/Sunwell/Kil'jaeden.lua @@ -30,7 +30,6 @@ local warnPhase3 = mod:NewPhaseAnnounce(3) local warnPhase4 = mod:NewPhaseAnnounce(4) local specWarnArmaYou = mod:NewSpecialWarningYou(45909, nil, nil, nil, 3, 2) -local specWarnArmaClose = mod:NewSpecialWarningClose(45909, nil, nil, nil, 2, 2) local yellArmageddon = mod:NewYell(45909) local specWarnBloom = mod:NewSpecialWarningYou(45641, nil, nil, nil, 1, 2) local yellBloom = mod:NewYell(45641) @@ -70,9 +69,6 @@ do specWarnArmaYou:Show() specWarnArmaYou:Play("targetyou") yellArmageddon:Yell() - elseif self:CheckNearby(8, targetname) then - specWarnArmaClose:Show(targetname) - specWarnArmaClose:Play("watchfeet") else warnArmageddon:Show(targetname) end diff --git a/DBM-Raids-Vanilla/VanillaNaxx/FrostwyrmLair/Kel'Thuzad.lua b/DBM-Raids-Vanilla/VanillaNaxx/FrostwyrmLair/Kel'Thuzad.lua index f98dd976..27ede507 100644 --- a/DBM-Raids-Vanilla/VanillaNaxx/FrostwyrmLair/Kel'Thuzad.lua +++ b/DBM-Raids-Vanilla/VanillaNaxx/FrostwyrmLair/Kel'Thuzad.lua @@ -33,7 +33,6 @@ local specwarnP2Soon = mod:NewSpecialWarning("specwarnP2Soon") local specWarnManaBomb = mod:NewSpecialWarningMoveAway(27819, nil, nil, nil, 1, 2) local specWarnBlast = mod:NewSpecialWarningTarget(27808, "Healer", nil, nil, 1, 2) local specWarnFissureYou = mod:NewSpecialWarningYou(27810, nil, nil, nil, 3, 2) -local specWarnFissureClose = mod:NewSpecialWarningClose(27810, nil, nil, nil, 2, 2) local yellManaBomb = mod:NewShortYell(27819) local yellFissure = mod:NewYell(27810) @@ -99,9 +98,6 @@ function mod:SPELL_CAST_SUCCESS(args) specWarnFissureYou:Show() specWarnFissureYou:Play("targetyou") yellFissure:Yell() - elseif self:CheckNearby(8, args.destName) then - specWarnFissureClose:Show(args.destName) - specWarnFissureClose:Play("watchfeet") else warnFissure:Show(args.destName) end diff --git a/DBM-Raids-Vanilla/VanillaNaxx/MilitaryQuarter/Horsemen.lua b/DBM-Raids-Vanilla/VanillaNaxx/MilitaryQuarter/Horsemen.lua index 3d9a5d84..c629c4b9 100644 --- a/DBM-Raids-Vanilla/VanillaNaxx/MilitaryQuarter/Horsemen.lua +++ b/DBM-Raids-Vanilla/VanillaNaxx/MilitaryQuarter/Horsemen.lua @@ -58,7 +58,7 @@ function mod:SPELL_CAST_SUCCESS(args) specWarnVoidZone:Show() specWarnVoidZone:Play("targetyou") yellVoidZone:Yell() - elseif self:CheckNearby(12, args.destName) then + else warnVoidZone:Show(args.destName) end elseif args:IsSpell(28883) then