X-Git-Url: https://www.aleksib.fi/git/wowui.git/blobdiff_plain/9ab3f0e735b1e255bfbea655a4ca29f6a0d0b24d..20f8c5a874b5813a9cc639babb497c048e556e66:/OmaTMW/TellMeWhen.lua diff --git a/OmaTMW/TellMeWhen.lua b/OmaTMW/TellMeWhen.lua index 601c4ce..2deb9a3 100644 --- a/OmaTMW/TellMeWhen.lua +++ b/OmaTMW/TellMeWhen.lua @@ -53,12 +53,32 @@ local chars = { ["Gedren"] = { { totems = {1}, -- Efflorescence - x = 570, + x = 660, y = 440, width = 80, height = 80, }, }, + ["Gazden"] = { + { + unit = "player", + auras = {"Tidal Waves"}, + auraFilter = "PLAYER HELPFUL", + x = 660, + y = 440, + width = 40, + height = 40, + }, + { + unit = "player", + auras = {"Healing Rain"}, + auraFilter = "PLAYER HELPFUL", + x = 700, + y = 440, + width = 40, + height = 40, + }, + }, }, }; @@ -90,7 +110,7 @@ local settings = { auras = { "Delusions", "Entropic Blast", "Necrotic Embrace", "Flametouched", "Shadowtouched", "Blazing Eruption", "Shattering Scream", "Consuming Hunger", "Unstable Soul", - "Time Bomb", "Broken Shard", "Demolished", + "Time Bomb", "Broken Shard", "Demolished", "Fetid Rot", }, iterateAuras = true, -- typically fewer debuffs on player than this list auraFilter = "HARMFUL",