Page 1 of 1

player.lua:1532: attempt to perform arithmetic on local ****

Posted: Fri Nov 06, 2009 7:01 pm
by extremeuser
player.lua:1532: attempt to perform arithmetic on local 'maxExp' <a string value>

1532: self.ExpInsertPos = 1;

that whole section

self.LastExp = newExp;
self.ExpTable[self.ExpInsertPos] = gain;
self.ExpInsertPos = self.ExpInsertPos + 1;
if( self.ExpInsertPos > self.ExpTableMaxSize ) then
self.ExpInsertPos = 1;
end;


Getting this every now and then, thats all the info

Re: player.lua:1532: attempt to perform arithmetic on local ****

Posted: Fri Nov 06, 2009 8:10 pm
by Administrator
Do you have revision 396 or older? This should no longer happen in 396.

Re: player.lua:1532: attempt to perform arithmetic on local ****

Posted: Fri Nov 06, 2009 10:08 pm
by extremeuser
just got the update now, thanks! ur on top as usual :)