Thread Tools Display Modes
02-02-22, 08:12 AM   #1
Gierschlund
A Defias Bandit
Join Date: Jan 2022
Posts: 3
Need help with setting some things up in rothUIs' lua files

Hi,

I've posted this in rothUIs' comment section a couple of days ago but the author seems to use the forums irregularly so I'd like to post here too.


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
Code:
    --RAID
    raid = {
      show = false,
in config.lua


Lastly, I'm unable to filter auras in non-raid-combat.
I tried blacklisting Mind flail like this:
Code:
      auras = {
	blacklist = {
	    --these are abilities that should definetly not be shown
	    164545,
	    164547,
	    54149,
	    15407,  -- mind flail
	    },
	doNotUseCustomFilter = false,
        },
     },
but it had no effect.


running version 2.9.3 of rothUI

ty for your time
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » Need help with setting some things up in rothUIs' lua files

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off