Thread: rmod Layouts
View Single Post
Old 03/17/08, 5:11 PM   #66 (permalink)
Driea
Glass Joe
 
Night Elf Druid
 
Xavius (EU)
Originally Posted by Quarant View Post
I recently downloaded the mods and I love them, the only problem I've been having is that I'm not able to get combo points to show for some reason. I was wondering if anyone could help me with this?
Layout.lua, about line 269

local cpoints = self:CreateFontString(nil, "OVERLAY")
cpoints:SetPoint("RIGHT", self, "Left", -15, 25)
cpoints:SetFont(DAMAGE_TEXT_FONT, 38)
cpoints:SetTextColor(1, 1, 1)
cpoints:SetJustifyH"RIGHT"
self.CPoints = cpoints


The bolded part is commented out by default iirc, i modified the italic values
 
User is offline.
Reply With Quote