Configuration Questions And Issues
ars4l4n opened this issue ยท 0 comments
Hi,
I have a couple of configuration questions and would be happy if you answered them.
First of all, I have the issue of non-permanent buffs being displayed darkened and becoming normal (bright) as they expire, which is the opposite of how WoW's UI normally works. How do I change that?
I tried setting desaturateDebuffs to true in config.lua but that didn't do anything. Was something else meant by that?
Secondly, how do I disable roth UIs' raid frames and use the default ones instead? I tried disabling roth UIs' by putting ## in front of embeds\rRaidManager\rManager.xml in Roth_UI.toc
After that didn't work I put ## in front of units\raid.lua
It disabled rothUIs' raid frames but also the ones from Blizzard as well as group frames.
Same result when setting
--RAID
raid = {
show = false,
Lastly, I'm unable to filter auras in non-raid-combat.
I tried blacklisting Mind flail like this:
auras = {
blacklist = {
--these are abilities that should definetly not be shown
164545,
164547,
54149,
[B][U]15407, -- mind flail[/U][/B]
},
[B][U]doNotUseCustomFilter = false,[/U][/B]
},
},
but it had no effect.
running version 2.9.3 of rothUI