Page 1 of 1

Experience points stuck

Posted: Tue Nov 07, 2006
by Guest
Hi,
I just downloaded this version the other day(1.11a). Good job on this game. I'm experiencing a little problem, no pun intended. My Experience points are locked at 5555 and the next level up reads 9999 regardless of how many monsters I defeat. Whats wrong? and what do I need to do to fix it?

Thanks

Posted: Tue Nov 07, 2006
by Issa
This means you have reached the maximum level. I programmed it so that (if exp >= 5555 then exp = 5555) and maxlevelexp = 9999, so its impossible to gain a new level. Obviously this isnt the best code and I wouldnt code like that in the future but thats how it was done before.