View Single Post
08-10-10, 09:14 AM   #43
yj589794
A Rage Talon Dragon Guard
AddOn Author - Click to view addons
Join Date: Mar 2009
Posts: 314
Originally Posted by Game92 View Post
Now is it only the health problem :P
It's not an easy thing to fix.

You need to create a Tag for displaying the text health value, which should replicate the functionality of lines 93 to 113.

Then you can set your colour gradient table and set the health bar to update with
Code:
self.Health.colorSmooth = true
  Reply With Quote