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
player.lua:1532: attempt to perform arithmetic on local ****
-
extremeuser
- Posts: 57
- Joined: Wed Jul 01, 2009 12:52 am
- Administrator
- Site Admin
- Posts: 5353
- Joined: Sat Jan 05, 2008 4:21 pm
Re: player.lua:1532: attempt to perform arithmetic on local ****
Do you have revision 396 or older? This should no longer happen in 396.
-
extremeuser
- Posts: 57
- Joined: Wed Jul 01, 2009 12:52 am
Re: player.lua:1532: attempt to perform arithmetic on local ****
just got the update now, thanks! ur on top as usual 