Aloha Posted March 31, 2013 Posted March 31, 2013 Here is a chart I was able to scrap from some time ago. I know some people will find it useful as myself will since there isn't a goal system in RS07. 1
Naruto Posted March 31, 2013 Posted March 31, 2013 but all mine are 99 cept dungeeonering, what is at 116?
Aloha Posted March 31, 2013 Author Posted March 31, 2013 but all mine are 99 cept dungeeonering, what is at 116? This is for 2007 only.
Medic Posted March 31, 2013 Posted March 31, 2013 (edited) http://www.tip.it/runescape/pages/view/xp_table.htm Edited March 31, 2013 by Kyle Validated link
harlan Posted March 31, 2013 Posted March 31, 2013 (edited) /** * Gets a experience from the level. * * @param level * The level. * @return The experience. */ public static int getXPForLevel(int level) { int points = 0; int output = 0; for (int lvl = 1; lvl <= level; lvl++) { points += Math.floor(lvl + 300.0 * Math.pow(2.0, lvl / 7.0)); if (lvl >= level) { return output; } output = (int) Math.floor(points / 4); } return 0; } ;) Edited March 31, 2013 by harlan
Rs Bots Pro Posted March 31, 2013 Posted March 31, 2013 as terminator as used above i tend to use tip.it for all my exp working out. there calculators and planners are almost 100% accurate in most skills Still some useful info in that table though. nice contribution!
Aloha Posted April 1, 2013 Author Posted April 1, 2013 as terminator as used above i tend to use tip.it for all my exp working out. there calculators and planners are almost 100% accurate in most skills Still some useful info in that table though. nice contribution! "Almost 100% for all skills" The xp required is the same thing for all the skills. And they ARE 100% accurate.
Rs Bots Pro Posted April 3, 2013 Posted April 3, 2013 "Almost 100% for all skills" The xp required is the same thing for all the skills. And they ARE 100% accurate. there is actually some sway in the calculators that they release they have been edited over 100 times over the years, i myself have put in edits for change multiple times ( they were changed ) ;)
Quaz Posted April 7, 2013 Posted April 7, 2013 why it's only till lvl 25? It goes to 99 if you look closely. 1
Aloha Posted April 8, 2013 Author Posted April 8, 2013 I didn't do it, just had the image on a system image I recovered.