Co-authored-by: Szyler <Szyler@Szyler.com>
This commit is contained in:
Szyler
2024-03-03 19:23:13 +01:00
committed by GitHub
parent 00255736e5
commit dc8afd6584
53 changed files with 2770 additions and 301 deletions
+5 -5
View File
@@ -13,7 +13,7 @@ mod:RegisterEvents(
"CHAT_MSG_MONSTER_YELL"
)
local timerCombatStart = mod:NewTimer(78, "TimerCombatStart", 2457)
local timerCombatStart = mod:NewTimer(68, "TimerCombatStart", 2457)
local warnSunder = mod:NewAnnounce(L.RagFire, 2, 2105107)
local warnHand = mod:NewSpellAnnounce(2105119)
@@ -46,10 +46,10 @@ function mod:OnCombatStart(delay)
end
function mod:Emerged()
timerNextHand:Start(-delay)
warnSubmergeSoon:Schedule(85-delay)
timerSubmerge:Start(-delay)
timerEmerge:Schedule(90-delay)
timerNextHand:Start()
warnSubmergeSoon:Schedule(85)
timerSubmerge:Start()
timerEmerge:Schedule(90)
self:ScheduleMethod(150, "Emerged")
end