Oldie but quickie: What the XP formula?

Status
Not open for further replies.

log in or register to remove this ad




Wulf Ratbane said:
Not quite.

1000 x sum(n-1) where n is your current level.

1 -> 2: 1000 x sum(1) = 1000
2 -> 3: 1000 x sum(2) = 3000
7 -> 8: 1000 x sum(7) = 28,000
etc.

If all you want is the experience between levels, then Camaranth's formula works just fine.

edit: sum(x) = x + (x-1) + (x-2) + (x-3) + ... + (x-x+1)
i.e. sum(7) = 7 + 6 + 5 + 4 + 3 + 2 + 1 = 28
 
Last edited:






Status
Not open for further replies.

Pets & Sidekicks

Remove ads

Top