Welcome to the Builder Academy

Question Theoretical maximum for experience?

More
06 Aug 2025 19:07 #10849 by wlessard1
I am playing around with the code for a function rather than a table for experience. What I am worried about is maxxing out exp.
Currently I have it at 15,000,000 but for the logarithmic change I am looking for, it seems to be a bit low over 51 levels. I just don't want to break the mud if I go too high for total XP.

I toyed with the idea of limiting XP gain based on how many levels above a mob a player is and just go with a static XP per level but that seemed a bit too much.

Bramage - Making a mud for nobody for some reason but still. hehehehe.

Please Log in or Create an account to join the conversation.

More
06 Aug 2025 20:00 #10850 by thomas
Max xp is 2,147,483,647 - INT_MAX :)
The following user(s) said Thank You: wlessard1

Please Log in or Create an account to join the conversation.

Time to create page: 0.180 seconds