Skip to content

Commit

Permalink
Update Muehzala.lua (#378)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksart163 authored Jan 28, 2025
1 parent aa4c2ca commit 88fd4ec
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions DBM-Party-Shadowlands/DeOtherSide/Muehzala.lua
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ local specWarnCosmicArtifice = mod:NewSpecialWarningMoveAway(325725, nil, nil,
local yellCosmicArtifice = mod:NewYell(325725)
local yellCosmicArtificeFades = mod:NewShortFadesYell(325725)
local specWarnSoulcrusher = mod:NewSpecialWarningDefensive(327646, nil, nil, nil, 2, 2)
local specWarnDeathgate = mod:NewSpecialWarningMoveTo(324698, nil, nil, nil, 3, 2)
local specWarnShatterReality = mod:NewSpecialWarningMoveTo(326171, nil, nil, nil, 3, 2)
--local specWarnGTFO = mod:NewSpecialWarningGTFO(257274, nil, nil, nil, 1, 8)
--Stage 2: Shattered Reality

Expand All @@ -57,6 +57,8 @@ local timerCoalescing = mod:NewCastTimer(25, 334970, nil, nil, nil, 6)
mod.vb.cosmicCount = 0
mod.vb.soulCount = 0

local deathGate = DBM:GetSpellName(324698)

function mod:OnCombatStart(delay)
self.vb.cosmicCount = 0
self.vb.soulCount = 0
Expand Down Expand Up @@ -89,8 +91,8 @@ function mod:SPELL_CAST_START(args)
timerSoulcrusherCD:Stop()
warnShatterReality:Show()
timerShatterReality:Start()
specWarnDeathgate:Schedule(4)
specWarnDeathgate:ScheduleVoice(4, "findshelter")
specWarnShatterReality:Schedule(4, deathGate)
specWarnShatterReality:ScheduleVoice(4, "findshelter")
end
end

Expand Down

0 comments on commit 88fd4ec

Please sign in to comment.