WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   AddOn Help/Support (https://www.wowinterface.com/forums/forumdisplay.php?f=3)
-   -   oUF_Slim Buff Help (https://www.wowinterface.com/forums/showthread.php?t=41012)

-tr 07-27-11 01:53 PM

oUF_Slim Buff Help
 
Hello there, I re-did some of my UI today and found oUF_Slim. I love the addon, but the buffs displayed get a little out of hand..

http://i.imgur.com/sKGc6.jpg

It shows all player buffs, including undispellable buffs and mounts. Is there a way to trim this down to only show buffs such as recklessness etc? Thanks for any help! :)

Dawn 07-27-11 08:39 PM

A) There are two options that allow you to show only your own buffs and debuffs (one option for each), see Slim_Config.lua.

Code:

        cfg.onlyShowPlayerBuffs = false                -- only show buffs casted by player (target and focus)
        cfg.onlyShowPlayerDebuffs = false                -- only show debuffs casted by player (target and focus)


B) Or you could use the aura filter (that is used for raidframes), by editing Slim.lua. Which would only show white-listed buffs/debuffs that are listed in Slim_AuraFilterList.lua (you can add/remove buffs/debuffs there).

Put in the following code in the "target's section" (somewhere AFTER line 1226 and before 1282). A text editor like Notepad++ will show you line numbers.

Code:

self.Buffs.CustomFilter = CustomFilter
self.Debuffs.CustomFilter = CustomFilter


B - is probably more what you want, since it allows you to see only relevant auras you want to see (via the filter list). Hiding everything else.


All times are GMT -6. The time now is 11:44 AM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2004 - 2022 MMOUI