Guitarted7 Posted February 3, 2007 Share Posted February 3, 2007 whats the formula to calculate the experience points at a certain level? out of curiosity Click here to see my goals and achievements thread Link to comment Share on other sites More sharing options...
pedrahm5 Posted February 3, 2007 Share Posted February 3, 2007 http://tip.it/runescape/?page=xp_table.htm There's the table :P you can try to figure out a formula if you want but I couldn't. It might just be increased by a certain percentage each level... Link to comment Share on other sites More sharing options...
Foooman Posted February 3, 2007 Share Posted February 3, 2007 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 Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now