View Single Post
02-14-09, 05:05 PM   #727
coree
A Fallenroot Satyr
AddOn Author - Click to view addons
Join Date: Apr 2008
Posts: 28
Originally Posted by haste View Post
.visible* is set for the post-update functions. What you want to set is numDebuffs/numBuffs. This is documented in the aura.lua .
it's not exactly what i want (,but i think .numDebuffs work how it should.). cause with self.Auras.numDebuffs = 1 only the first debuff will be shown. but when i hide a special debuff (with my code posted before) and this debuff is the first debuff on the unit, i wont see any other debuff on this unit if the unit has another.
ok, maybe than i have to edit my code to hide the debuffs.
I'll see...