Wippit Guud
First Post
... the experience table (or I'm blind, which is possible, I wear glasses).
What's the min experience for lvl 12?
What's the min experience for lvl 12?
Storminator said:level*(level-1)*500 in general
Drawmack said:acctually it's n! * 1000 where n is the desired level.
i.e. 5! * 1000 = (5+4+3+2+1) * 1000 = 15,000
Pielorinho said:For some reason, I thought 5!=5*4*3*2*1.
DanMcS said:
You probably thought that because it is. But we can get the point from his post, which is that there's a relatively simple method to determine it
Although he's also wrong, in that the formula is n?*1000 where n is your current level, not target level. (Where n? is the additive version of factorial, summational maybe.)
To get from 1st to 2nd, it's 1000, not 3000.
CRGreathouse said:And since the "summational" of n is n * (n + 1) / 2, it all works out...