From: Aleksi Blinnikka Date: Thu, 24 May 2018 15:08:39 +0000 (+0300) Subject: Update tracked spells after 3 more raid tests X-Git-Url: https://www.aleksib.fi/git/wowui.git/commitdiff_plain/157889e84b5bdb7d54a0ce87ed5b887ae4c9d966?ds=inline Update tracked spells after 3 more raid tests --- diff --git a/OmaGtfo/GtfoSpells.lua b/OmaGtfo/GtfoSpells.lua index 1663804..efd4090 100644 --- a/OmaGtfo/GtfoSpells.lua +++ b/OmaGtfo/GtfoSpells.lua @@ -274,7 +274,7 @@ OmaGTFO.DmgTaken = { -- Atal'Dazar [258709] = { sound = 3 }, -- Corrupted Gold (Princess Alun'za) [250258] = { sound = 3 }, -- Toxic Leap (Vol'kaal) - [250585] = { sound = 3 }, -- Toxic Pool (Vol'kaal) + [250585] = { sound = 1 }, -- Toxic Pool (Vol'kaal) [257483] = { sound = 1, applicationOnly = true }, -- Pile of Bones (Rezan) -- TODO Echoes of Shadra (Yazma)? [250036] = { sound = 1 }, -- Shadowy Remains (Yazma) @@ -287,9 +287,10 @@ OmaGTFO.DmgTaken = { -- Siege of Boralus -- TODO -- Underrot - [260894] = { sound = 1 }, -- Creeping Rot (Elder Leaxa) - -- TODO Charge (Cragmaw the Infested)? - [269843] = { sound = 3 }, -- Vile Expulsion (Unbound Abomination) + [261498] = { sound = 1 }, -- Creeping Rot (Elder Leaxa) + [260793] = { sound = 3 }, -- Indigestion (Cragmaw the Infested) + -- [260292] = { sound = 1 }, -- Charge (Cragmaw the Infested) TODO needed? + [269838] = { sound = 1 }, -- Vile Expulsion (Unbound Abomination) -- MOTHERLODE -- TODO -- Tol Dagor @@ -302,8 +303,9 @@ OmaGTFO.DmgTaken = { -- TODO [272582] = { sound = 3 }, -- Sanguine Static (Taloc the Corrupted) [270290] = { sound = 1 }, -- Blood Storm (Taloc the Corrupted) - [267795] = { sound = 3 }, -- Purifying Flame (MOTHER) - [268245] = { sound = 1 }, -- Surgical Beam (MOTHER) + [275432] = { sound = 1 }, -- Uldir Defensive Beam (Taloc the Corrupted) + [267803] = { sound = 3 }, -- Purifying Flame (MOTHER) + [268253] = { sound = 1 }, -- Surgical Beam (MOTHER) [265370] = { sound = 3 }, -- Blood Geyser (Vectis) }; diff --git a/OmaRF/Settings.lua b/OmaRF/Settings.lua index 635cbf6..932499c 100644 --- a/OmaRF/Settings.lua +++ b/OmaRF/Settings.lua @@ -157,6 +157,15 @@ local settings = { ["Lingering Infection"] = {bar=false}, ["Malodorous Miasma"] = {bar=false}, ["Deadly Disease"] = {bar=false}, + ["Putrid Paroxysm"] = {bar=false}, + ["Plasma Discharge"] = {bar=false}, + ["Deathwish"] = {bar=false}, + [265360] = {bar=false}, -- Roiling Deceit + [265662] = {bar=false}, -- Corruptor's Pact + ["Void Lash"] = {bar=false}, + ["Enlarged Heart"] = {bar=false}, + ["Unleashed Shadow"] = {bar=false}, + ["Absorbed in Darkness"] = {bar=false}, }, }; OmaRFSettings = settings; diff --git a/OmaTMW/TellMeWhen.lua b/OmaTMW/TellMeWhen.lua index dfea0d5..1902938 100644 --- a/OmaTMW/TellMeWhen.lua +++ b/OmaTMW/TellMeWhen.lua @@ -190,7 +190,7 @@ local settings = { auras = { "Delusions", "Entropic Blast", "Necrotic Embrace", "Flametouched", "Shadowtouched", "Blazing Eruption", "Shattering Scream", "Consuming Hunger", "Unstable Soul", - "Time Bomb", "Broken Shard", "Demolished", "Fetid Rot", + "Time Bomb", "Broken Shard", "Demolished", "Fetid Rot", "Roiling Deceit", }, auraFilter = "HARMFUL", x = 660,