View Single Post
03-15-16, 09:11 PM   #35
slayos
A Deviate Faerie Dragon
 
slayos's Avatar
Join Date: May 2015
Posts: 15
Talking Thanks

Originally Posted by Fizzlemizz View Post
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
heh it's you again, seems like my UI just refuse to be done, there seem to duck up problems, after problems are solved heh ^ glad i got you to back me up though!
  Reply With Quote