View Single Post
07-10-10, 11:31 PM   #5
pauen
A Theradrim Guardian
 
pauen's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2009
Posts: 68
Originally Posted by Sojik View Post
Try replacing
Code:
    if(unit == 'focus' or unit:find('target')) then
        local name = health:CreateFontString(nil, 'OVERLAY')
        name:SetPoint('LEFT', health, 2, 0)
        name:SetPoint('RIGHT', healthValue, 'LEFT')
        name:SetFont(FONT, 8, 'OUTLINE')
        name:SetJustifyH('LEFT')
        self:Tag(name, '[p3lim:name< ][|cff0090ff>rare<|r]')

        local debuffs = CreateFrame('Frame', nil, self)
        debuffs.spacing = 4
        debuffs.initialAnchor = 'TOPLEFT'
        debuffs.PostCreateIcon = PostCreateAura
        self.Debuffs = debuffs

        i
i shortened down the code.. but i copied and pasted and didnt work.
__________________
54/17/0
PvP Male Orc Arms Warrior

---------------------
Glyph of Mortal Strike
Glyph of Execution
Glyph of Rending

---------------------
Glyph of Charge
Glyph of Battle
Glyph of Bloodrage
  Reply With Quote