S
Shadow_
Guest
i have been trying to find a formula makes max level 1.1m or anyclose but it ended with this formula
when the player is level 880750 he doesn't receive any exp but if i increased his level through database to 880751 he can level up till 1.196m << the correct output iam waiting for, can anybody edit this formula or even change it to a formula which maximum be 1.1m without reaching the maximum in the middle
for more information about how formulas works:
otland.net
Code:
return ((27ULL * lv * lv * lv) - (100ULL * lv * lv) + (250ULL * lv)) / 6ULL;
for more information about how formulas works:
[C++] How to increase maximum level on server
This is not 'code release' (only)! There is full description of problem with maximum number value in C++. Let's fix max. level problem (for high exp servers)! THIS FIX YOU CAN ONLY INSTALL BEFORE SERVER START. THIS FIX REQUIRES ALL CHARACTERS RESET (level and exp). Example with formulat with...