X-Git-Url: https://www.aleksib.fi/git/wowui.git/blobdiff_plain/b20554932443fbfdb6097be0bf27d44f44172397..1b9f0730c644c1df586bbe9dc59458d640cf15fa:/OmaRF/Settings.lua?ds=sidebyside diff --git a/OmaRF/Settings.lua b/OmaRF/Settings.lua index aeb4987..cdfcbcb 100644 --- a/OmaRF/Settings.lua +++ b/OmaRF/Settings.lua @@ -4,13 +4,9 @@ local rawget = rawget; -- configurable settings -- character specific settings local charDefaults = { - Positions = {"TOPRIGHT", "BOTTOMLEFT"}, AnchorX = 0, AnchorY = -330, - WatchedAuras = { - }, - Clickheal = { - }, + Clickheal = {}, }; local chars = { ["Stormreaver"] = { @@ -68,6 +64,16 @@ local chars = { ["ctrl-spell1"] = "Purify Spirit", }, }, + ["Gedran"] = { + AnchorX = 0, + AnchorY = -330, + Clickheal = { + ["type1"] = "spell", + --["type2"] = "macro", + ["spell1"] = "Soulstone", + --["macrotext2"] = "/tar [@mouseover]\n/click ExtraActionButton1\n/targetlasttarget", + }, + }, }, }; @@ -104,6 +110,8 @@ local settings = { ["Hungering Gloom"] = {bar=true}, ["Empowered Pulse Grenade"] = {bar=false}, ["Caustic Slime"] = {bar=false}, + ["Cloying Shadows"] = {bar=false}, + ["Conflagration"] = {bar=false}, -- Trial of Valor ["Unholy Reckoning"] = {bar=false}, -- Nighthold