Thread: Race & class
View Single Post
06-01-10, 08:53 AM   #4
Dawn
A Molten Giant
 
Dawn's Avatar
AddOn Author - Click to view addons
Join Date: May 2006
Posts: 918
If class colors are insufficient for you, try something like this:

Code:
local classabbrev = {
      Mage = "Mg",
      Warlock = "Wl",

}
create a fontstring ... like self.Class or whatever you want
Code:
	self.Class:SetText(classabbrev[UnitClass(unit)])
Note this is theory, untested, but it's something to start with.
__________________
Rock: "We're sub-standard DPS. Nerf Paper, Scissors are fine."
Paper: "OMG, WTF, Scissors!"
Scissors: "Rock is OP and Paper are QQers. We need PvP buffs."

"neeh the game wont be remembered as the game who made blizz the most money, it will be remembered as the game who had the most QQ'ers that just couldnt quit the game for some reason..."

  Reply With Quote