Results: 3Comments by: focused7
File: FocusFrame06-06-07
Is there anyway to toggle the hp/mp...
Posted By: focused7
Is there anyway to toggle the hp/mp text? I use SimpleUnitFrames which adds text to the frame and I'm just picky about having all my fonts the same otherwise I'd just turn it off in SUF.
File: FuBar - Top ScoreFu02-20-07
Got Mangle cat and bear to work by...
Posted By: focused7
Got Mangle cat and bear to work by removing the following lines. local alpha = string.find(spell, "%s*%(") if alpha ~= nil then spell = string.sub(spell, alpha - 1) end Seems he is trying to truncate the (Cat) and (Bear) from Mangle. Really shouldn't though as they are vastly different.
File: FuBar 3.6.512-25-06
I am getting the following error wh...
Posted By: focused7
I am getting the following error when I have the CritLine mod enabled ----- Interface\AddOns\FuBar\FuBar.lua:292: AceConsole-2.0: args.background.args.color: "name" must be a string -----