View Single Post
11-18-10, 07:16 PM   #7
Dawn
A Molten Giant
 
Dawn's Avatar
AddOn Author - Click to view addons
Join Date: May 2006
Posts: 918
Figured it out. I was using

Code:
self:Tag(self.Name, '[afkdnd][difficulty][smartlevel]  [raidcolor][abbrevname]')
which seemed to confuse the string:len() check. And that's also where the damn level came from, which obviously had nothing to do with the utf8sub function or the abbreviation tag itself.

Worked like a charm again, after splitting it up into 2 separate font strings. D'OH!

...
__________________
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