dandruff / xCT

A light weight scrolling combat text implementation.
53 stars 22 forks source link

Several errors on load #6

Closed ckaotik closed 13 years ago

ckaotik commented 13 years ago

Line 1004: f:SetFont(a, ct.iconsize, c) "[22:19:11] Interface\AddOns\xCT\xCT.lua:1006: Usage: xCTdone:SetFont("font", fontHeight [, flags])

C: in function `SetFont' Interface\AddOns\xCT\xCT.lua:1006: in main chunk"

Line 572/573: local msg = spell.phrase or msg = msg:gsub("#spell",spell.link) (misplaced "msg = ")

Cimplex commented 13 years ago

Boooo! All my hard work.. ruined!

I'll take a look at it in a bit, thanks for reporting and I'll get back to you sometime tonight!

Cimplex commented 13 years ago

I don't know what the first error was (you might want to check to make sure any custom fonts were spelled correctly). But the second error should now be fixed. I'll leave this open for a bit in case i missed something.

ckaotik commented 13 years ago

True, the first part was an error on my side - replaced the xCT folder while running WoW, so the game did not know the new font files yet.