PDA

View Full Version : experience gain from Boss events



richard118
09-18-2012, 11:13 AM
I'm not sure if all care about this, but for a camper, it may be relevant. At level 114, I am experiencing an xp gain of
10 xp points per boss kill, then 5 additional points per level.

for example
Lvl 1 boss 10 xp gain
Lvl 2 boss 15 xp gain
Lvl 3 boss 20 xp gain
And so on.... For level 20 that would be a gain of 105xp
The general formula for xp gained is 5n + 5 where n is the level.

I need a math wiz to give me the formula for cumulative xp gains at a certain level.

murf
09-18-2012, 01:12 PM
at you looking for this:

n = level

10 + (n-1) * 5

emcee
09-18-2012, 01:40 PM
at you looking for this:

n = level

10 + (n-1) * 5

Seems to be right.

richard118
09-18-2012, 07:26 PM
at you looking for this:

n = level

10 + (n-1) * 5

This is essentially the same forumula I have, except mine is in a reduced form. I'm looking for a formula that adds up all the xp points incurred after you beat boss level X.