This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
Don't see option to disable Evoker's Essence
I only found the option to disable it showing as a bar, but it still shows as the yellow the dots. I also want to completely disable them as well.
+1 for this
still hoping for a fix on this...
To remove Essence display in Unitframes:
rename World of Warcraft\_retail_\Interface\AddOns\ShadowedUnitFrames\modules\essence.lua to essence.lua.bak
uncomment C:\Program Files (x86)\World of Warcraft\_retail_\Interface\AddOns\ShadowedUnitFrames\modules\defaultlayout.lua with ""--"
Line 171: ESSENCE = {r = 0.40, g = 0.80, b = 1.00},Zeile 171: ESSENCE = {r = 0.40, g = 0.80, b = 1.00}, Zeile 359: essence = {anchorTo = "$parent", order = 60, height = 0.40, anchorPoint = "BR", x = -8, y = 6, size = 12, spacing = -2, growth = "LEFT", isBar = true, showAlways = true},
Line 359: essence = {anchorTo = "$parent", order = 60, height = 0.40, anchorPoint = "BR", x = -8, y = 6, size = 12, spacing = -2, growth = "LEFT", isBar = true, showAlways = true},
To post a comment, please login or register a new account.