View Single Post
02-15-13, 06:47 AM   #6
Syliha
A Flamescale Wyrmkin
 
Syliha's Avatar
AddOn Author - Click to view addons
Join Date: May 2009
Posts: 104
Hi!

The debuff thingy worked thx alot! Will try the hidingcode next.

I noticed a thing which i am not sure if it is cause of my changes or a general bug:

The Deathknightrunes are not indicating if they are usable or not. I noticed if i am out of runes they show the same colors as if i have them available.

I also noticed that they glow (as if an action button ability is ready again after a cooldown time) but the "shadow overlay" is missing (that what normaly is on the action bars).

They look exactly the same if used or not.

Any ideas?

Also any idea about the manabar on the target?

Love your support thx sooo much

Edit:

I've pasted your hiding script between these two lines:
Code:
bUnitFrames.Layout = function(self)

	local frameScale = min(self:GetHeight() / 36, self:GetWidth() / 72)
But nothing is happening? I do not get any errors but the frame is not hiding as well.
__________________
Balance is, when everyone is unhappy.

Last edited by Syliha : 02-15-13 at 07:05 AM.
  Reply With Quote