February 3, 200719 yr whats the formula to calculate the experience points at a certain level? out of curiosity Click here to see my goals and achievements thread
February 3, 200719 yr 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...
February 3, 200719 yr 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
Create an account or sign in to comment