From 6906a3e2bda2b20175d3611662b64be7feae1ae1 Mon Sep 17 00:00:00 2001 From: Matthijs Groot // Justwait Date: Tue, 14 Nov 2023 22:47:22 +0100 Subject: [PATCH] TimersSpecialEvents: Add Fyrakk events --- Modules/TimersSpecialEvents.lua | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/Modules/TimersSpecialEvents.lua b/Modules/TimersSpecialEvents.lua index 4261ff6..b99bd3d 100644 --- a/Modules/TimersSpecialEvents.lua +++ b/Modules/TimersSpecialEvents.lua @@ -474,6 +474,12 @@ addonTbl.TIMERS_SPECIAL_EVENTS = { return "Stage " .. dataTbl[1] end, }, + [421922]= { -- Corrupt + [204931] = function() -- Fyrakk + dataTbl[1] = 2 + return "Stage 2" + end, + }, }, ["SPELL_CAST_START"] = { --[[ Tomb of Sargeras ]]-- @@ -666,6 +672,15 @@ addonTbl.TIMERS_SPECIAL_EVENTS = { [421603] = { -- Incarnation: Owl of the Flame [209090] = "Intermission" -- Tindral Sageswift }, + [412761]= { -- Incarnate + [204931] = function() -- Fyrakk + local stage = (dataTbl[1] or 1) + if stage == 1 then -- Intermission + dataTbl[1] = 1.5 + return "Intermission" + end + end, + }, }, ["SPELL_CAST_SUCCESS"] = { --[[ Tomb of Sargeras ]]-- @@ -766,6 +781,12 @@ addonTbl.TIMERS_SPECIAL_EVENTS = { end end, }, + [422935]= { -- Eternal Fire + [204931] = function() -- Fyrakk + dataTbl[1] = 3 + return "Stage 3" + end, + }, }, ["UNIT_DIED"] = { --[[ Antorus, the Burning Throne ]]--