SSJSketch wrote:In other news, just a glance at a addon I made to modify modui's unitframe for bigger and class colored healthbar's (ignore blurry icons above target frame on the top half of the screenshot, it's a separate addon).
It's functional, sadly its not totally efficient due to a clash between the addons. The gradient/smooth bars effect for health bars from modui makes it nearly impossible to overwrite the coloring without a constant update. (I.E OnUpdate function).. but if you don't care for total efficiency then this addon is for you (if I decide to release it)!
depending on what you've named your addon and whether it loads after modui does, you might be able to bypass the gradient effect by simply dropping the entire default HealthBar_OnValueChanged function somewhere into your code, which i'm hooking to create my statusbar colour changes.
this is really neat btw :]