Hello. I've been trying for a couple days now to figured this out but without sucess.
Im using this code for level and name.
Outline()
local dr,dg,db = DifficultyColor(unit)
return "|cff%02x%02x%02x%s%s|r %s",dr,dg,db,Level(unit),Classification(unit) and '+' or
'',Name(unit)
Is there an way to do so the name turns out in class color?
Also how would one go about if i wanted the level and the short classification in a single color?
0
Im using this code for level and name.
Outline()
local dr,dg,db = DifficultyColor(unit)
return "|cff%02x%02x%02x%s%s|r %s",dr,dg,db,Level(unit),Classification(unit) and '+' or
'',Name(unit)
Is there an way to do so the name turns out in class color?
Also how would one go about if i wanted the level and the short classification in a single color?