localtimerRiseCD=mod:NewNextTimer(62.5,113143,nil,nil,nil,1)--Assuming this is even CD based, it could be boss health based, in which case timer is worthless
functionmod:OnCombatStart(delay)
timerLessonCD:Start(17-delay)
timerRiseCD:Start(48-delay)--Assumed based off a single log. This may be health based.
end
functionmod:SPELL_AURA_APPLIED(args)
ifargs.spellId==113143then
warnRise:Show()
timerRiseCD:Start()
end
end
functionmod:CHAT_MSG_RAID_BOSS_EMOTE(msg,_,_,_,target)--Just until there is a better way