Jump to content

formula for level xp?


Guitarted7

Recommended Posts

Here's one of them:

 

 

 

 

 

 

 

I have modified the continuous form of the skill experience formula

 

 

 

to exactly match Phil's formula up to level 132.

 

 

 

(Btw, level 132 is about 342 million experience for a single skill)

 

 

 

 

 

 

 

The modified formula is:

 

 

 

 

 

 

 

Experience = floor(A*(2^(L/7)-2^(1/7)) + B*L^5 + C*L^4 + D*L^3 + E*L^2 + F*L + G)

 

 

 

 

 

 

 

Where L is the Level.

 

 

 

So now it's an exponential function plus a 5th degree polynomial with

 

 

 

 

 

 

 

A = 720.533673767946

 

 

 

B = 3.54298390625729e-09

 

 

 

C = -1.0176384179772e-06

 

 

 

D = 9.69859806900786e-05

 

 

 

E = 0.121741672963253

 

 

 

F = -0.2074127222877

 

 

 

G = 0.139103528112173

 

 

 

 

 

 

 

This matches 100% with the 100 known Runescape exp values,

 

 

 

and matches Phil's values for levels 101 to 132.

 

 

 

 

 

 

 

And the thread I found it in: http://forum.tip.it/viewtopic.php?t=583231

Foooman.png
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.