player.lua:1532: attempt to perform arithmetic on local ****
Posted: Fri Nov 06, 2009 7:01 pm
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
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