Author Topic: XP Table  (Read 105 times)

KutiePie

  • Global Moderator
  • Junior
  • *****
  • Posts: 62
    • View Profile
Re: XP Table
« on: January 17, 2011, 08:41:29 am »
no i didnt actually. i even told you how i did it.
ill even write it for ya
Code: [Select]
if (command.equalsIgnoreCase("shwxp"))
{
for(int i=0;i<=130;i++){
misc.println("Level: "+i+" XP: "+getXPForLevel(i)+"--"+(getXPForLevel(i)/2));
}}

it is not as hard as you are making it out to be... and yea i definatly got the xp for lv 130 in rs ~_~ then cut it in half. genius!