Skip to content

Commit

Permalink
SpecialEvents: Add Kel'thuzad Events
Browse files Browse the repository at this point in the history
  • Loading branch information
Justw8 committed Jul 3, 2021
1 parent 2811cb7 commit 54a63fc
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions SpecialEvents.lua
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,13 @@ tbl.specialEvents = {
end
end,
},
[352051] = { -- Necrotic Surge
[175559] = function() -- Kel'Thuzad
if not tbl.data[1] then
return "Stage 1"
end
end,
},
[348146] = { -- Banshee Form
[175732] = function() -- Sylvanas Windrunner
if not tbl.data[2] then -- We only want to trigger this once
Expand All @@ -187,6 +194,15 @@ tbl.specialEvents = {
end,
},
},
["SPELL_AURA_APPLIED_DOSE"] = {
[352051] = { -- Necrotic Surge
[175559] = function() -- Kel'Thuzad
if not tbl.data[1] then
return "Stage 1"
end
end,
},
},
["SPELL_AURA_REMOVED"] = {
--[[ Tomb of Sargeras ]]--
[234891] = { -- Wrath of the Creators
Expand Down Expand Up @@ -368,6 +384,9 @@ tbl.specialEvents = {
return "Intermission "..tbl.data[1]
end,
},
[352293] = { -- Vengeful Destruction
[175559] = "Stage 2", -- Kel'Thuzad
},
[357102] = { -- Raid Portal: Oribos
[176533] = "Stage 3", -- Lady Jaina Proudmoore // Sylvanas Windrunner Encounter
},
Expand Down Expand Up @@ -428,5 +447,11 @@ tbl.specialEvents = {
[166969] = "Baroness Frieda Killed", -- Baroness Frieda (The Council of Blood)
[166970] = "Lord Stavros Killed", -- Lord Stavros (The Council of Blood)
[166971] = "Castellan Niklaus Killed", -- Castellan Niklaus (The Council of Blood)

-- [[ Sanctum of Domination ]] --
[176929] = function() -- Remnant of Kel'Thuzad
tbl.data[1] = true
return "Stage 3"
end,
},
}

0 comments on commit 54a63fc

Please sign in to comment.