Results: 3Comments by: sui_70
File: Error Handler Inverted04-14-14
The actual fix is in the IsAddonLoa...
Posted By: sui_70
The actual fix is in the IsAddonLoaded() line. Disregarding my previous change and modifying: if (IsAddOnLoaded("sct") == 1) then To: if IsAddOnLoaded("sct") then resolves the issue for me. I tested both with and without the addon loaded. The "not enabled" message will display in the appropriate case. I'm not sure wh...
File: Error Handler Inverted04-14-14
I'm not sure whether it's the addon...
Posted By: sui_70
I'm not sure whether it's the addon name or return code (I didn't do any debugging), but I commented out the addon checking code for SCT in ErrorHandlerRedirect.lua and it now works: Change: elseif (channel == "SCT") then if (IsAddOnLoaded("sct") == 1) then SCT:DisplayText(text, {r=rR, g=gG, b=bB}, nil, "damage", SCT.FRAME...
File: Error Handler Inverted04-13-14
Hi, Graçi. Was trying to redirect e...
Posted By: sui_70
Hi, Graçi. Was trying to redirect errors to MSBT and Error Handler tells me that MSBT not enabled whilst addon is loaded and works I'm getting this error when redirecting to SCT as well. Addon is loaded and enabled.