EXP Points vs Percent
Whats the formula used to decide the next exp level?
So far heres my list Code:
1 1000 7000 |
I had made a spreadsheet back then, as the formula is basically the level to the power of 3, multiplied by a fixed value dependent of the level.
Here it is in CSV format, as I cannot find a way to attach a file to the post (you can ignore the Cash columns, it is something I had tried to compute based on the common cash value for a mob of this level, but it is hardly rigorous). I took the XP formula from the source code in 1104. Code:
;;;;;;;;;;; |
This information can also be found in the wiki & inferred from the source:
Code:
29 //experience modifiers based on race and class, used if USE_RACE_CLASS_XP_MODS is defined In any case, hope this helps. |
As for race and class modifiers they are disabled by default. I cannot remember what it takes to re-enable them (variable, rule ?) but regular PEQ build does not include that. So the XP table is the same for everyone.
|
from source in features.h..
Code:
//Uncomment this to enable Race and Class based XP modifiers (removed from live) |
All times are GMT -4. The time now is 09:59 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.