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

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
extremeuser
Posts: 57
Joined: Wed Jul 01, 2009 12:52 am

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

#1 Post 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
User avatar
Administrator
Site Admin
Posts: 5353
Joined: Sat Jan 05, 2008 4:21 pm

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

#2 Post by Administrator »

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 ****

#3 Post by extremeuser »

just got the update now, thanks! ur on top as usual :)
Post Reply