View Single Post
03-15-16, 09:08 PM   #34
Fizzlemizz
I did that?
 
Fizzlemizz's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Dec 2011
Posts: 1,884
Code:
if UnitPowerType(unit) ~= 0 and DruidForm(unit) then
	local color = PitBull4.PowerColors["MANA"]
	local r,g,b = color[1]*255, color[2]*255, color[3]*255
	return "|cff%02x%02x%02x(%s)|r",r,g,b,Power(unit,0)
end
__________________
Fizzlemizz
Maintainer of Discord Unit Frames and Discord Art.
Author of FauxMazzle, FauxMazzleHUD and Move Pad Plus.
  Reply With Quote