Impeesa said:500 * level * (level - 1) is the minimum xp required to be at that level. Simplify when you integrate, people.![]()
kreynolds said:
kreynolds said:Do you have a nifty formula for equipment and NPCs like you do for PCs, like the x1.24 formula?
Cheiromancer said:(level x (level-1))/2 x 1000
One of level and (level -1) will be even, so you will never have to worry about rounding when you divide by 2.
For mental arithmatic, take level and (level -1), divide the even one by 2, multiply, then add 000 to the end.
So for level 10, you consider 10 and 9, divide 10 by 2 to get 5, multiply by 9 to get 45, and add 000 to get 45 000.
Impeesa said:500 * level * (level - 1) is the minimum xp required to be at that level. Simplify when you integrate, people.![]()