Skip to content

Commit

Permalink
Кель + мини аками
Browse files Browse the repository at this point in the history
  • Loading branch information
Waini4 committed Feb 22, 2024
1 parent b42b3aa commit 9ecd825
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DBM-BlackTemple/ShadeOfAkama.lua
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ function mod:SPELL_AURA_APPLIED(args)
if self.Options.SetIconOnBeacon then
self:ScanForMobs(args.destGUID, 1, 3, 1, 0.01, 20, "SetIconOnBeacon")
end
elseif args:IsSpellID(371509) and self:AntiSpam(3, 1) then
elseif args:IsSpellID(371509) and self:AntiSpam(8, 1) then
specWarnReflect:Show(args.destName)
timerReflectBuff:Start()
elseif args:IsSpellID(322732) then
Expand Down
5 changes: 3 additions & 2 deletions DBM-TheEye/KaelThas.lua
Original file line number Diff line number Diff line change
Expand Up @@ -261,16 +261,17 @@ function mod:CHAT_MSG_MONSTER_YELL(msg)
timerConflagrateCD:Cancel()
timerMCCD:Start(40)
timerBarrierCD:Start(60)
timerPhoenixCD:Start(50)
timerPhoenixCD:Start(45)
warnBarrierSoon:Schedule(55)
warnPhoenixSoon:Schedule(45)
warnPhoenixSoon:Schedule(40)
warnMCSoon:Schedule(35)
elseif msg == L.YellPhase5 or msg:find(L.YellPhase5) then
self:SetStage(5)
warnPhase:Show(L.WarnPhase5)
timerMCCD:Cancel()
warnMCSoon:Cancel()
timerGravityCD:Start()
timerPhoenixCD:Start(128)
warnGravitySoon:Schedule(85)
end
end
Expand Down

0 comments on commit 9ecd825

Please sign in to comment.