View Single Post
04-26-11, 05:51 PM   #18
lonelorn8734
A Defias Bandit
Join Date: Apr 2011
Posts: 2
Posted this on other Temporary Solution thread:

Found a solution to another one of the error messages:

Change line 11022 in Carbonite.lua from

local time,cEv,sId,sNa,sFl,dId,dNa,dFl,a1,a2,a3,a4=select(1,...)

to

local time,cEv,hcaster,sId,sNa,sFl,dId,dNa,dFl,a1,a2,a3,a4=select(1,...)

Also change line 11806 in Carbonite.lua from

local sNa,sFl,dId,dNa,dFl=select(4,...)

to

local sNa,sFl,dId,dNa,dFl=select(5,...)

And it seems to fix all problems like stated above.