X-Git-Url: https://www.aleksib.fi/git/wowui.git/blobdiff_plain/1a61ccc411a4cd75256afe3baf9bcd47891c1df4..ea38d3037097b5dbf05f47a9522ec49254102851:/kehys/auras.lua diff --git a/kehys/auras.lua b/kehys/auras.lua index c9e7158..2291aa1 100644 --- a/kehys/auras.lua +++ b/kehys/auras.lua @@ -2,6 +2,8 @@ -- 2019 Aleksi Blinnikka local _, addon = ...; local CombatLogGetCurrentEventInfo = CombatLogGetCurrentEventInfo; +local UnitAura = UnitAura; +local UnitGUID = UnitGUID; local guids = addon.FrameGuids; local watchedAuras = { @@ -52,7 +54,6 @@ local watchedAuras = { [287072] = {1, "heal"}, -- Liquid Gold (Opulence) [284781] = {1, "heal"}, -- Grievous Axe (Rastakhan) [290955] = {1, "heal"}, -- Grievous Axe (Rastakhan) - --[284663] = {1, "alert"}, -- Bwonsamdi's Wrath (Conclave) -- Crucible of Storms [282566] = {1, "stacks"}, -- Promises of Power (Restless Cabal) [282738] = {1, "alert"}, -- Embrace of the Void (Restless Cabal) @@ -76,14 +77,17 @@ local watchedAuras = { [318078] = {1, "alert"}, -- Fixate (Shad'har) [312486] = {1, "stacks"}, -- Recurring Nightmare (Il'gynoth) [313400] = {1, "stacks"}, -- Corrupted Mind (N'zoth) - [319346] = {1, "heal"}, -- Infinity's Toll (N'zoth) phase marker + --[319346] = {1, "heal"}, -- Infinity's Toll (N'zoth) phase marker [316506] = {1, "alert"}, -- Heartpiercer Venom (Trash) [315025] = {1, "heal"}, -- Ancient Curse (Maut) [315311] = {1, "stacks"}, -- Ravage (Hivemind) [313460] = {1, "alert"}, -- Nullification (Hivemind) [313461] = {1, "heal"}, -- Corrosion (Hivemind) [307359] = {1, "heal"}, -- Despair (Vexiona) - [316065] = {1, "alert"}, -- Corrupted Existence (Ra'den) + [313077] = {1, "heal"}, -- Unleashed Nightmare (Ra-den) + [316065] = {1, "alert"}, -- Corrupted Existence (Ra-den) + [313364] = {1, "heal"}, -- Mental Decay (Carapace of N'zoth) + [307044] = {4, "stacks"}, -- Nightmare Antibody (Carapace of N'zoth) }; local playerGuid = nil;