Forum Index » Technical Support »

Post a reply

MusicalMan2006
Posted 03:13PM, Thursday, November 26, 2009 (2 years, 2 months ago)
#0
I love the simplicity of the CT UnitFrames addon, which is why I have strated to use it once again, however as some things have changed I'm at a loss for how to make it so the health bar color stays the default color and doesn't change as health gets lower. Is there something I can alter in the LUA to do this, since there appears to be no option in the in-game interface.
Last updated by MusicalMan2006
dargen
Posted 09:13PM, Thursday, November 26, 2009 (2 years, 2 months ago)
#1
The programming necessary for a constantly green health bar is already in the addon, but there is currently no option that can be changed to enable it. I'll see about adding an option for that.

At line 203 in the CT_UnitFrames.lua file you'll see the following line:
if(smooth) then

To make it show an always green health bar, change that line to:
if(false) then

Quick Reply

You cannot reply to this topic. Try logging in first.