Skip to content

Commit

Permalink
Fix deprecated stage timers
Browse files Browse the repository at this point in the history
  • Loading branch information
MysticalOS committed Jun 29, 2024
1 parent 405ca0c commit 494e776
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DBM-Raids-BfA/BattleofDazaralor/Jaina.lua
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ local specWarnOrbofFrost = mod:NewSpecialWarningCount(288619, nil, nil, nil,
local specWarnPrismaticImage = mod:NewSpecialWarningSwitchCount(288747, nil, nil, 2, 1, 2)

--General
local timerPhaseTransition = mod:NewPhaseTimer(55)
local timerPhaseTransition = mod:NewStageTimer(55)
local timerHowlingWindsCD = mod:NewCDCountTimer(80, 288169, nil, nil, nil, 6, nil, DBM_COMMON_L.MYTHIC_ICON)--Mythic
local berserkTimer = mod:NewBerserkTimer(900)
local timerIceBlockCD = mod:NewTargetTimer(20, 287322, nil, nil, nil, 6)
Expand Down
2 changes: 1 addition & 1 deletion DBM-Raids-BfA/BattleofDazaralor/Mekkatorque.lua
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ local timerWormholeGeneratorCD = mod:NewNextCountTimer(55, 287952, 67833, nil,
local timerDeploySparkBotCD = mod:NewNextCountTimer(55, 288410, nil, nil, nil, 1)
local timerWorldEnlargerCD = mod:NewNextCountTimer(90, 288049, nil, nil, nil, 3, nil, nil, nil, 1, 4)
--Intermission: Evasive Maneuvers!
local timerIntermission = mod:NewPhaseTimer(64.8)
local timerIntermission = mod:NewStageTimer(64.8)
local timerExplodingSheepCD = mod:NewNextCountTimer(55, 287929, 222529, nil, nil, 3)--Shorttext "Exploding Sheep"

--local berserkTimer = mod:NewBerserkTimer(600)
Expand Down
2 changes: 1 addition & 1 deletion DBM-Raids-BfA/EternalPalace/BlackwaterBehemoth.lua
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ local timerBioluminescentCloud = mod:NewCastCountTimer(30.4, 292205, nil, nil,
local timerToxicSpineCD = mod:NewNextTimer(20, 292167, nil, "Healer", nil, 5, nil, DBM_COMMON_L.HEALER_ICON)
local timerShockPulseCD = mod:NewNextCountTimer(30, 292270, nil, nil, nil, 2, nil, nil, nil, 1, 4)
local timerPiercingBarbCD = mod:NewNextTimer(29.9, 301494, nil, nil, nil, 3, nil, DBM_COMMON_L.MYTHIC_ICON, nil, 3, 4)--Mythic
local timerNextPhase = mod:NewPhaseTimer(100)
local timerNextPhase = mod:NewStageTimer(100)
local timerCavitation = mod:NewCastTimer(32, 292083, nil, nil, nil, 4, nil, DBM_COMMON_L.INTERRUPT_ICON, nil, 1, 4)

local berserkTimer = mod:NewBerserkTimer(720)
Expand Down
2 changes: 1 addition & 1 deletion DBM-Raids-BfA/EternalPalace/QueenAzshara.lua
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ local warnQueensDecree = mod:NewCastAnnounce(299250, 3)
local specWarnQueensDecree = mod:NewSpecialWarningYouCount(299250, nil, DBM_CORE_L.AUTO_SPEC_WARN_OPTIONS.you:format(299250), nil, 3, 2)
local yellQueensDecree = mod:NewYell(299250, "%s", false, nil, "YELL")

local timerNextPhase = mod:NewPhaseTimer(30.4)
local timerNextPhase = mod:NewStageTimer(30.4)
--Stage Two: Hearts Unleashed
mod:AddTimerLine(DBM:EJ_GetSectionInfo(20323))
local warnArcaneBurst = mod:NewTargetNoFilterAnnounce(303657, 3, nil, "Healer", 2)
Expand Down
2 changes: 1 addition & 1 deletion DBM-Raids-BfA/Uldir/Mythrax.lua
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ local timerImminentRuinCD = mod:NewNextCountTimer(14.9, 272536, 139074, nil,
local timerLivingWeaponCD = mod:NewNextTimer(60.5, 276922, nil, nil, nil, 1, nil, DBM_COMMON_L.MYTHIC_ICON)--Mythic
local timerVoidEchoesCD = mod:NewNextCountTimer(60.5, 279157, nil, nil, nil, 2, nil, DBM_COMMON_L.HEROIC_ICON)
mod:AddTimerLine(SCENARIO_STAGE:format(2))
local timerIntermission = mod:NewPhaseTimer(60)
local timerIntermission = mod:NewStageTimer(60)
local timerObliterationbeamCD = mod:NewCDCountTimer(12.1, 272115, 194463, nil, nil, 3, nil, DBM_COMMON_L.DEADLY_ICON, nil, 3, 3)--Short Text "Beam"
local timerVisionsoMadnessCD = mod:NewNextCountTimer(20, 273949, nil, nil, nil, 1, nil, DBM_COMMON_L.DAMAGE_ICON)

Expand Down

0 comments on commit 494e776

Please sign in to comment.