Skip to content

Commit

Permalink
Backup Stage 2 trigger for Chrono Lord Deios in case early push (less…
Browse files Browse the repository at this point in the history
… than 4 add deaths)
  • Loading branch information
MysticalOS committed Dec 21, 2023
1 parent 492afde commit 4dc90ac
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions DBM-Party-Dragonflight/DawnoftheInfinite/ChronoLordDeios.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ mod:SetRevision("@file-date-integer@")
mod:SetCreatureID(199000)
mod:SetEncounterID(2673)
--mod:SetUsedIcons(1, 2, 3)
mod:SetHotfixNoticeRev(20231102000000)
mod:SetMinSyncRevision(20231102000000)
mod:SetHotfixNoticeRev(20231221000000)
mod:SetMinSyncRevision(20231221000000)
--mod.respawnTime = 29
mod.sendMainBossGUID = true

Expand Down Expand Up @@ -148,6 +148,15 @@ function mod:SPELL_CAST_START(args)
-- DBM:Debug("timerTemporalBreathCD extended by: "..extend, 2)
-- timerTemporalBreathCD:Update(elapsed, total+extend, self.vb.breathCount+1)
--end
if self:GetStage(1) then
self:SetStage(2)
self.vb.breathCount = 0
self.vb.orbCount = 0
self.vb.keeperCount = 1--Reused for Infinite Corruption, (set to 1 since we triggered P2 off first cast)
timerSummonInfiniteKeeperCD:Stop()
timerTemporalBreathCD:Restart(11.8, 1)
timerInfinityOrbCD:Restart(19, 1)
end
elseif spellId == 412027 then
timerChronalBurnCD:Start(nil, args.sourceGUID)
end
Expand Down

0 comments on commit 4dc90ac

Please sign in to comment.