Originally Posted by Quarant
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