Thread: Alza Ui
View Single Post
05-25-09, 07:57 AM   #9
ALZA
A Deviate Faerie Dragon
 
ALZA's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2008
Posts: 19
But now that I know what it is I want it to show up only in combat. Possilbe?
Yep, but only with "original" version of addon sFilter. You can find it here: http://code.google.com/p/toxila/sour.../trunk/sFilter.

I love your raid frames but I want them to show the following debuff types:
Curses, Poisons, Diseases.
Plx?
I'll try to add this in next update.

How to display my frame in party ou raid display ?
I'd advice to ask this question in oUF layout discussion thread since there are many experienced coders there: http://www.wowinterface.com/forums/s...ad.php?t=18363
My suggestion is to make PostUpdateHealth function, check if unit == "player" (or UnitName(unit) == UnitName("player")) and if that's true - do your stuff to make your frame look more attractive.

Is there a way to hilight dispellable debuff without activating buff/debuff frame ?
Working on it.

Is ther a way to change stance (warrior) without putting icon in bars ?
Yep, rActionBarStyler addon, file rActionBarStyler.lua, look for "settings" table in the beginning and change "disable" option for ["Shapeshift"] bar to 0.
  Reply With Quote