View Single Post
07-25-14, 01:34 AM   #79
p3lim
A Pyroguard Emberseer
 
p3lim's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2007
Posts: 1,710
Originally Posted by Mandraxon View Post
Basicly i want to set it up so all units are showing their healthbar with class color insted of the default color.
In oUF_P3lim.lua, find this line:
Code:
Health:SetStatusBarColor(1/6, 1/6, 2/7)
After this line, add this:
Code:
Health.colorClass = true
For more options, see this: https://github.com/haste/oUF/blob/ma...th.lua#L24-L43
  Reply With Quote