Skip to content

Commit

Permalink
Fixed a few legion errors
Browse files Browse the repository at this point in the history
  • Loading branch information
MysticalOS committed Apr 22, 2024
1 parent ef9ceb1 commit 32dc310
Show file tree
Hide file tree
Showing 21 changed files with 29 additions and 31 deletions.
2 changes: 1 addition & 1 deletion DBM-BrokenIsles/Nazak.lua
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ function mod:SPELL_AURA_APPLIED(args)
if spellId == 219591 then
specWarnFoundation:Show()
-- specWarnFoundation:Play("")
timerFoundatoinCD:start()
timerFoundatoinCD:Start()
elseif spellId == 219865 then
warnWebWrap:CombinedShow(0.3, args.destName)
end
Expand Down
2 changes: 1 addition & 1 deletion DBM-BrokenIsles/Soultakers.lua
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ local warnMaraudingMists = mod:NewCastAnnounce(213665, 3)
local specWarnCursedCrew = mod:NewSpecialWarningSwitch(213522, "-Healer", nil, nil, 1, 2)
--Reaver Jdorn
local specWarnScuttle = mod:NewSpecialWarningYou(213584, nil, nil, nil, 1, 2)
local specWarnExpelSoul = mod:NewSpecialWarningMoveAway(213625, 1, nil, nil, 1, 2)
local specWarnExpelSoul = mod:NewSpecialWarningMoveAway(213625, nil, nil, nil, 1, 2)
local specWarnMaraudingMists = mod:NewSpecialWarningRun(213665, "Melee", nil, nil, 4, 2)
--Soultrapper Mevra
local specWarnSoulRend = mod:NewSpecialWarningDodge(213606, nil, nil, nil, 2, 2)
Expand Down
4 changes: 2 additions & 2 deletions DBM-Raids-Legion/AntorusBurningThrone/Aggramar.lua
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ local timerFlameRendCD = mod:NewNextCountTimer(6.1, 245463, nil, nil, nil, 5
local timerTempestCD = mod:NewNextTimer(6.1, 245301, nil, nil, nil, 2, nil, DBM_COMMON_L.DEADLY_ICON)
local timerScorchingBlazeCD = mod:NewCDTimer(6.5, 245994, nil, nil, nil, 3)--6.5-8
local timerRavenousBlazeCD = mod:NewCDTimer(22.2, 254452, nil, nil, nil, 3, nil, DBM_COMMON_L.HEROIC_ICON)
local timerWakeofFlameCD = mod:NewCDTimer(24.3, 244693, nil, nil, nil, 3, nil, nil, nil, not mod:IsTank() and 3, 4)
local timerWakeofFlameCD = mod:NewCDTimer(24.3, 244693, nil, nil, nil, 3, nil, nil, nil, not mod:IsTank() and 3 or nil, 4)

mod:AddSetIconOption("SetIconOnBlaze2", 254452, false)--Both off by default, both conflit with one another
mod:AddInfoFrameOption(244688, true)
Expand Down Expand Up @@ -303,7 +303,7 @@ function mod:OnCombatStart(delay)
local UnitID = "nameplate"..i
local GUID = UnitGUID(UnitID)
local cid = self:GetCIDFromGUID(GUID)
if cid == 122532 then
if GUID and cid == 122532 then
local unitPower = UnitPower(UnitID)
if not unitTracked[GUID] then unitTracked[GUID] = "None" end
if (unitPower < 35) then
Expand Down
2 changes: 1 addition & 1 deletion DBM-Raids-Legion/AntorusBurningThrone/ArgustheUnmaker.lua
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ local specWarnDeadlyScytheTaunt = mod:NewSpecialWarningTaunt(258039, nil, nil,
local specWarnReorgModule = mod:NewSpecialWarningSwitchCount(256389, "RangedDps", nil, nil, 1, 2)--Ranged only?

local timerDeadlyScytheCD = mod:NewCDTimer(5.5, 258039, nil, "Tank", nil, 5, nil, DBM_COMMON_L.TANK_ICON)
local timerReorgModuleCD = mod:NewCDCountTimer(48.1, 256389, nil, nil, nil, 1, nil, nil, nil, not mod:IsTank() and 2, 4)
local timerReorgModuleCD = mod:NewCDCountTimer(48.1, 256389, nil, nil, nil, 1, nil, nil, nil, not mod:IsTank() and 2 or nil, 4)

local playerAvatar = false
mod.vb.phase = 1
Expand Down
1 change: 0 additions & 1 deletion DBM-Raids-Legion/AntorusBurningThrone/Garothi.lua
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@ function mod:SPELL_AURA_APPLIED(args)
self.vb.annihilatorHaywire = true
end
end
mod.SPELL_AURA_APPLIED_DOSE = mod.SPELL_AURA_APPLIED

function mod:SPELL_AURA_REMOVED(args)
local spellId = args.spellId
Expand Down
1 change: 0 additions & 1 deletion DBM-Raids-Legion/AntorusBurningThrone/Kingaroth.lua
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ mod:RegisterEventsInCombat(
-- "SPELL_PERIODIC_DAMAGE",
-- "SPELL_PERIODIC_MISSED",
"UNIT_DIED",
"RAID_BOSS_WHISPER",
"UNIT_SPELLCAST_SUCCEEDED boss1 boss2 boss3 boss4 boss5"
)

Expand Down
2 changes: 1 addition & 1 deletion DBM-Raids-Legion/AntorusBurningThrone/ShivarraCoven.lua
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ local yellFulminatingPulse = mod:NewFadesYell(253520)

local timerFieryStrikeCD = mod:NewCDTimer(10.5, 244899, nil, "Tank", nil, 5, nil, DBM_COMMON_L.TANK_ICON)
local timerWhirlingSaberCD = mod:NewNextTimer(35.1, 245627, nil, nil, nil, 3)--35-45
local timerFulminatingPulseCD = mod:NewNextTimer(40.1, 253520, nil, nil, nil, 3, nil, nil, nil, mod:IsHealer() and 2, 4)
local timerFulminatingPulseCD = mod:NewNextTimer(40.1, 253520, nil, nil, nil, 3, nil, nil, nil, mod:IsHealer() and 2 or nil, 4)

mod:AddSetIconOption("SetIconOnFulminatingPulse2", 253520, false)
--Asara, Mother of Night
Expand Down
4 changes: 2 additions & 2 deletions DBM-Raids-Legion/EmeraldNightmare/Cenarius.lua
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,9 @@ function mod:SPELL_CAST_START(args)
elseif (spellId == 211073 or spellId == 226821) and self:AntiSpam(10, args.sourceGUID) then
warnDesiccatingStomp:Show()
if self:IsMythic() then
timerDisiccatingStompCD:Start(29, args.SourceGUID)
timerDisiccatingStompCD:Start(29, args.sourceGUID)
else
timerDisiccatingStompCD:Start(nil, args.SourceGUID)
timerDisiccatingStompCD:Start(nil, args.sourceGUID)
end
elseif spellId == 211368 then
if self:CheckInterruptFilter(args.sourceGUID, false, true) then
Expand Down
4 changes: 2 additions & 2 deletions DBM-Raids-Legion/EmeraldNightmare/NightmareDragons.lua
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ do
text = SPELL_FAILED_OUT_OF_RANGE
else
local debuffTime = expires - GetTime()
text = floor(debuffTime)
text = tostring(floor(debuffTime))
end
end
if DBM:UnitDebuff(uId, spellName2) then
Expand Down Expand Up @@ -361,7 +361,7 @@ function mod:INSTANCE_ENCOUNTER_ENGAGE_UNIT()
for i = 1, 5 do
local unitID = "boss"..i
local unitGUID = UnitGUID(unitID)
if UnitExists(unitID) and not activeBossGUIDS[unitGUID] then
if unitGUID and UnitExists(unitID) and not activeBossGUIDS[unitGUID] then
activeBossGUIDS[unitGUID] = true
local bossName = UnitName(unitID)
local cid = self:GetUnitCreatureId(unitID)
Expand Down
2 changes: 1 addition & 1 deletion DBM-Raids-Legion/EmeraldNightmare/Xavius.lua
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ local timerTormentingSwipeCD = mod:NewCDTimer(10, 224649, nil, "Tank", nil, 5,
--Stage Two: From the Shadows
mod:AddTimerLine(SCENARIO_STAGE:format(2))
local timerBondsOfTerrorCD = mod:NewCDTimer(14.1, 209034, nil, "-Tank", 2, 3)
local timerCorruptionMeteorCD = mod:NewCDCountTimer(28, 206308, 57467, nil, nil, 3, nil, DBM_COMMON_L.DEADLY_ICON, nil, not mod:IsTank() and 3, 4)--Short text "meteor"
local timerCorruptionMeteorCD = mod:NewCDCountTimer(28, 206308, 57467, nil, nil, 3, nil, DBM_COMMON_L.DEADLY_ICON, nil, not mod:IsTank() and 3 or nil, 4)--Short text "meteor"
local timerBlackeningSoulCD = mod:NewCDTimer(7.2, 209158, nil, "Healer|Tank", nil, 5, nil, DBM_COMMON_L.MAGIC_ICON..DBM_COMMON_L.TANK_ICON)
local timerNightmareInfusionCD = mod:NewCDTimer(61.5, 209443, nil, "Tank", nil, 5, nil, DBM_COMMON_L.TANK_ICON, nil, 2, 4)--61.5-62.5
local timerCallOfNightmaresCD = mod:NewCDTimer(40, 205588, nil, nil, nil, 1, nil, DBM_COMMON_L.DAMAGE_ICON, nil, 1, 4)
Expand Down
14 changes: 7 additions & 7 deletions DBM-Raids-Legion/Nighthold/Guldan.lua
Original file line number Diff line number Diff line change
Expand Up @@ -107,23 +107,23 @@ local timerLiquidHellfireCD = mod:NewNextCountTimer(25, 206219, nil, nil, nil,
local timerFelEffluxCD = mod:NewCDCountTimer(10.7, 206514, nil, nil, nil, 3)--10.7-13.5 (14-15 on normal)
----Fel Lord Kuraz'mal
mod:AddTimerLine(Kurazmal)
local timerFelLordKurazCD = mod:NewCastTimer(16, "ej13121", nil, nil, nil, 1, 212258, nil, nil, mod:IsTank() and 2, 4)
local timerFelLordKurazCD = mod:NewCastTimer(16, "ej13121", nil, nil, nil, 1, 212258, nil, nil, mod:IsTank() and 2 or nil, 4)
local timerShatterEssenceCD = mod:NewCDTimer(54, 206675, nil, "Tank", nil, 5, nil, DBM_COMMON_L.DEADLY_ICON..DBM_COMMON_L.TANK_ICON)
local timerFelObeliskCD = mod:NewCDTimer(16, 206841, nil, nil, nil, 3)
----Inquisitor Vethriz
mod:AddTimerLine(Vethriz)
local timerVethrizCD = mod:NewCastTimer(25, "ej13124", nil, nil, nil, 1, 212258, nil, nil, mod:IsTank() and 2, 4)
local timerVethrizCD = mod:NewCastTimer(25, "ej13124", nil, nil, nil, 1, 212258, nil, nil, mod:IsTank() and 2 or nil, 4)
local timerGazeofVethrizCD = mod:NewCDTimer(4.7, 206840, nil, nil, nil, 3)
----D'zorykx the Trapper
mod:AddTimerLine(Dzorykx)
local timerDzorykxCD = mod:NewCastTimer(35, "ej13129", nil, nil, nil, 1, 212258, nil, nil, mod:IsTank() and 2, 4)
local timerDzorykxCD = mod:NewCastTimer(35, "ej13129", nil, nil, nil, 1, 212258, nil, nil, mod:IsTank() and 2 or nil, 4)
local timerSoulVortexCD = mod:NewCDTimer(21, 206883, nil, nil, nil, 3)--34-36
--Stage Two: The Ritual of Aman'thul
mod:AddTimerLine(SCENARIO_STAGE:format(2))
local timerTransition = mod:NewPhaseTimer(19)
local timerHandofGuldanCD = mod:NewNextCountTimer(58.5, 212258, nil, nil, nil, 1, nil, nil, nil, mod:IsTank() and 2, 4)
local timerHandofGuldanCD = mod:NewNextCountTimer(58.5, 212258, nil, nil, nil, 1, nil, nil, nil, mod:IsTank() and 2 or nil, 4)
local timerBondsofFelCD = mod:NewNextCountTimer(50, 206222, nil, nil, nil, 3, nil, nil, nil, 1, 4)
local timerEyeofGuldanCD = mod:NewNextCountTimer(60, 209270, nil, nil, nil, 1, nil, nil, nil, not mod:IsTank() and 2, 4)
local timerEyeofGuldanCD = mod:NewNextCountTimer(60, 209270, nil, nil, nil, 1, nil, nil, nil, not mod:IsTank() and 2 or nil, 4)
--Stage Three: The Master's Power
mod:AddTimerLine(SCENARIO_STAGE:format(3))
local timerFlamesofSargerasCD = mod:NewNextCountTimer("d58.5", 221783, 15643, nil, nil, 3)
Expand All @@ -136,10 +136,10 @@ local timerWindsCD = mod:NewCDCountTimer(39, 199446, nil, nil, nil, 2)
local timerWilloftheDemonWithin = mod:NewCastTimer(43, 211439, nil, nil, nil, 2)
local timerParasiticWoundCD = mod:NewCDTimer(36, 206847, nil, nil, nil, 3)
local timerWounded = mod:NewBuffActiveTimer(36, 227009, nil, nil, nil, 6)
local timerSoulSeverCD = mod:NewCDCountTimer(36, 220957, nil, nil, nil, 5, nil, DBM_COMMON_L.TANK_ICON, nil, mod:IsTank() and 2, 6)
local timerSoulSeverCD = mod:NewCDCountTimer(36, 220957, nil, nil, nil, 5, nil, DBM_COMMON_L.TANK_ICON, nil, mod:IsTank() and 2 or nil, 6)
local timerVisionsofDarkTitan = mod:NewCastTimer(9, 227008, nil, nil, nil, 2)
local timerVisionsofDarkTitanCD = mod:NewCDCountTimer(9, 227008, nil, nil, nil, 2, nil, nil, nil, 1, 6)
local timerFlameCrashCD = mod:NewCDCountTimer(20, 227071, nil, nil, nil, 3, nil, nil, nil, mod:IsTank() and 3, 6)
local timerFlameCrashCD = mod:NewCDCountTimer(20, 227071, nil, nil, nil, 3, nil, nil, nil, mod:IsTank() and 3 or nil, 6)
local timerSummonNightorbCD = mod:NewCDCountTimer(10.9, 227283, nil, nil, nil, 1, 225133)
--Shard
mod:AddTimerLine(DBM_COMMON_L.ADDS)
Expand Down
2 changes: 1 addition & 1 deletion DBM-Raids-Legion/Nighthold/Tichondrius.lua
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ local yellBurningSoul = mod:NewYell(216040)
local timerCarrionPlagueCD = mod:NewNextCountTimer(25, 212997, nil, nil, nil, 3)
local timerSeekerSwarmCD = mod:NewNextCountTimer(25, 213238, nil, nil, nil, 3, nil, nil, nil, 1, 4)
local timerBrandOfArgusCD = mod:NewNextCountTimer(25, 212794, nil, nil, nil, 3)--Concider short timer 156225
local timerFeastOfBloodCD = mod:NewNextCountTimer(25, 208230, nil, nil, 2, 1, nil, nil, nil, mod:IsTank() and 3, 4)
local timerFeastOfBloodCD = mod:NewNextCountTimer(25, 208230, nil, nil, 2, 1, nil, nil, nil, mod:IsTank() and 3 or nil, 4)
local timerEchoesOfVoidCD = mod:NewNextCountTimer(65, 213531, nil, nil, nil, 2, nil, nil, nil, 2, 4)
local timerIllusionaryNightCD = mod:NewNextCountTimer(125, 206365, nil, nil, nil, 6)
local timerIllusionaryNight = mod:NewBuffActiveTimer(32, 206365, nil, nil, nil, 6, nil, nil, nil, 1, 10)
Expand Down
2 changes: 1 addition & 1 deletion DBM-Raids-Legion/TombofSargeras/DemonicInquisition.lua
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ local specWarnBoneSawEveryoneElse = mod:NewSpecialWarningReflect(233441, "-Melee
--Belac
local specWarnPangsofGuilt = mod:NewSpecialWarningInterruptCount(239401, "HasInterrupt", nil, nil, 1, 3)
local specWarnEchoingAnguish = mod:NewSpecialWarningMoveAway(233983, nil, nil, nil, 1, 2)
local yellEchoingAnguish = mod:NewPosYell(233983, DBM_CORE_L.AUTO_YELL_CUSTOM_POSITION2)
local yellEchoingAnguish = mod:NewShortPosYell(233983)
local specWarnAttackBelac = mod:NewSpecialWarningSwitch("ej14646", "Dps", nil, nil, 1, 2)
local specWarnFelSquallMelee = mod:NewSpecialWarningRun(235230, "Melee", nil, 2, 4, 2)
local specWarnFelSquallEveryoneElse = mod:NewSpecialWarningReflect(235230, "-Melee", nil, nil, 1, 2)
Expand Down
2 changes: 1 addition & 1 deletion DBM-Raids-Legion/TombofSargeras/FallenAvatar.lua
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ local timerCorruptedMatrixCD = mod:NewNextTimer(40, 233556, nil, nil, nil, 5, n
local timerCorruptedMatrix = mod:NewCastTimer(10, 233556, nil, nil, nil, 5)
--Stage Two: An Avatar Awakened
mod:AddTimerLine(SCENARIO_STAGE:format(2))
local timerDarkMarkCD = mod:NewNextCountTimer(34, 239739, nil, nil, nil, 3, nil, nil, nil, not mod:IsTank() and 2, 4)
local timerDarkMarkCD = mod:NewNextCountTimer(34, 239739, nil, nil, nil, 3, nil, nil, nil, not mod:IsTank() and 2 or nil, 4)
local timerRainoftheDestroyerCD = mod:NewNextCountTimer(35, 240396, nil, nil, nil, 3)
local timerRainoftheDestroyer = mod:NewCastTimer(5.5, 240396, 206577, nil, nil, 3, nil, nil, nil, 3, 4)--Shortname: Comet Impact

Expand Down
2 changes: 1 addition & 1 deletion DBM-Raids-Legion/TombofSargeras/Goroth.lua
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ local timerCrashingComet = mod:NewBuffFadesTimer(5, 232249, nil, nil, nil, 5,
local timerCrashingCometCD = mod:NewCDTimer(18.2, 232249, nil, nil, nil, 3)--18.2-24.7
local timerInfernalSpikeCD = mod:NewCDTimer(16, 233055, nil, nil, nil, 3)--16.2-20.7
local timerBurningArmorCD = mod:NewCDCountTimer(24.3, 231363, nil, "Tank", nil, 5, nil, DBM_COMMON_L.TANK_ICON)
local timerBurningArmor = mod:NewBuffFadesTimer(6, 231363, nil, nil, nil, 5, nil, DBM_COMMON_L.DEADLY_ICON, nil, mod:IsTank() and 2, 4)
local timerBurningArmor = mod:NewBuffFadesTimer(6, 231363, nil, nil, nil, 5, nil, DBM_COMMON_L.DEADLY_ICON, nil, mod:IsTank() and 2 or nil, 4)
mod:AddTimerLine(ENCOUNTER_JOURNAL_SECTION_FLAG12)
local timerRainofBrimstoneCD = mod:NewCDCountTimer(31, 238587, nil, nil, nil, 5, nil, DBM_COMMON_L.HEROIC_ICON)
local timerRainofBrimstone = mod:NewCastTimer(8, 238587, 87701, nil, nil, 5, nil, DBM_COMMON_L.HEROIC_ICON)
Expand Down
2 changes: 1 addition & 1 deletion DBM-Raids-Legion/TombofSargeras/Harjatan.lua
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ function mod:SPELL_CAST_START(args)
timerCommandingRoarCD:Start(17.1)
timerUncheckedRageCD:Start(21.1, 1)--21.1-23.5
specWarnUncheckedRage:Schedule(17, 1)
specWarnUncheckedRage:Play(17, "gathershare")
specWarnUncheckedRage:ScheduleVoice(17, "gathershare")
timerDrawInCD:Start()
if self:IsMythic() then
timerHatchingCD:Start(30)
Expand Down
2 changes: 1 addition & 1 deletion DBM-Raids-Legion/TombofSargeras/Kiljaeden.lua
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ local yellFocusedDreadflame = mod:NewShortYell(238502)
local yellFocusedDreadflameFades = mod:NewFadesYell(238502)
local specWarnFocusedDreadflameOther= mod:NewSpecialWarningTarget(238502, nil, nil, nil, 1, 2)
local specWarnBurstingDreadflame = mod:NewSpecialWarningMoveAway(238430, nil, nil, nil, 1, 2)
local yellBurstingDreadflame = mod:NewPosYell(238430, DBM_CORE_L.AUTO_YELL_CUSTOM_POSITION2)
local yellBurstingDreadflame = mod:NewShortPosYell(238430)
local yellBurstingDreadflameFades = mod:NewShortFadesYell(238430, nil, false)
--Stage Two: Reflected Souls
local specWarnSRHopeless = mod:NewSpecialWarningYou(237590, nil, nil, 2, 3, 2)
Expand Down
2 changes: 1 addition & 1 deletion DBM-Raids-Legion/TombofSargeras/Sasszine.lua
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ local warnPhase3 = mod:NewPhaseAnnounce(3, 2, nil, nil, nil, nil, nil, 2)

--General Stuff
local specWarnHydraShot = mod:NewSpecialWarningYouPos(230139, nil, nil, nil, 1, 2)
local yellHydraShot = mod:NewPosYell(230139, DBM_CORE_L.AUTO_YELL_CUSTOM_POSITION2)
local yellHydraShot = mod:NewShortPosYell(230139)
local yellHydraShotFades = mod:NewIconFadesYell(230139)
local specWarnBurdenofPain = mod:NewSpecialWarningYou(230201, nil, nil, nil, 1, 2)
local specWarnBurdenofPainTaunt = mod:NewSpecialWarningTaunt(230201, nil, nil, 2, 3, 2)
Expand Down
1 change: 0 additions & 1 deletion DBM-Raids-Legion/TombofSargeras/TombSargTrash.lua
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ function mod:SPELL_AURA_APPLIED(args)
end
end
end
mod.SPELL_AURA_APPLIED_DOSE = mod.SPELL_AURA_APPLIED

--TODO, add more
function mod:SPELL_PERIODIC_DAMAGE(_, _, _, _, destGUID, _, _, _, spellId, spellName)
Expand Down
1 change: 1 addition & 0 deletions DBM-Raids-Legion/TrialofValor/Guarm.lua
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,7 @@ function mod:UNIT_SPELLCAST_SUCCEEDED(uId, _, spellId)
end

function mod:OnSync(msg)
---@diagnostic disable-next-line: dbm-sync-checker
if msg == "YellActualRaidIcon" then
DBM:Debug("YellRealIcons = true", 2)
self.vb.YellRealIcons = true
Expand Down
6 changes: 3 additions & 3 deletions DBM-Raids-Legion/TrialofValor/Helya.lua
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ local warnOrbOfCorrosion = mod:NewTargetAnnounce(230267, 3)

--Stage One: Low Tide
local specWarnOrbOfCorruption = mod:NewSpecialWarningYou(229119, nil, nil, nil, 1, 5)
local yellOrbOfCorruption = mod:NewPosYell(229119, DBM_CORE_L.AUTO_YELL_CUSTOM_POSITION2)
local yellOrbOfCorruption = mod:NewShortPosYell(229119)
local specWarnTaintofSeaPre = mod:NewSpecialWarningYou(228088, "false", nil, nil, 1, 2)
local specWarnTaintofSea = mod:NewSpecialWarningDodge(228088, nil, nil, nil, 1, 2)
local yellTaint = mod:NewPosYell(228088, DBM_CORE_L.AUTO_YELL_CUSTOM_POSITION, false)
local yellTaint = mod:NewShortPosYell(228088, nil, false)
local specWarnBilewaterBreath = mod:NewSpecialWarningCount(227967, nil, nil, nil, 2, 2)
local specWarnBilewaterRedox = mod:NewSpecialWarningTaunt(227982, nil, nil, nil, 1, 2)
local specWarnBilewaterCorrosion = mod:NewSpecialWarningMove(227998, nil, nil, nil, 1, 2)
Expand All @@ -75,7 +75,7 @@ local specWarnGiveNoQuarter = mod:NewSpecialWarningDodge(228633, nil, nil, nil
--Stage Three: Helheim's Last Stand
local specWarnCorruptedBreath = mod:NewSpecialWarningCount(228565, nil, nil, nil, 2)
local specWarnOrbOfCorrosion = mod:NewSpecialWarningYou(230267, nil, nil, nil, 1, 5)
local yellOrbOfCorrosion = mod:NewPosYell(230267, DBM_CORE_L.AUTO_YELL_CUSTOM_POSITION2)
local yellOrbOfCorrosion = mod:NewShortPosYell(230267)

--Stage One: Low Tide
mod:AddTimerLine(SCENARIO_STAGE:format(1))
Expand Down

0 comments on commit 32dc310

Please sign in to comment.