View Single Post
03-02-10, 11:57 AM   #3
v6o
An Onyxian Warder
AddOn Author - Click to view addons
Join Date: Mar 2009
Posts: 399
1.

Your
local CustomAuraFilter = function(icons, unit, icon, name, rank, texture, count, dtype)
should now be; if you need it to.
local CustomAuraFilter = function(icons, unit, icon, name, rank, texture, count, dtype, duration, timeLeft, caster, isStealable, shouldConsolidate, spellID)
This makes filtering by ID a lot easier.

Notice that SpellID at the end?

2.

Yeah, not sure if you can get around that with the CustomAuraFilter. If you display 10 but have 20 on you and then filter 10 first, the rest (10) won't be displayed. (Hope Haste hasn't changed how it works so I'm speaking out of my nightcap)

You can however, if you only want to display dispellable debuffs then use "HARMFUL,RAID" as filter.

Or use oUF_RaidDebuffs.
__________________
I stopped playing back World of Warcraft in 2010 and I have no plans on returning.
This is a dead account and if you want to continue any of my addons or make a fork then feel free to do so.
This is your permission slip.

If you need to contact me, do so on Twitter @v6ooo

Best regards, v6.
  Reply With Quote