Thread: Mining
View Single Post
  #16  
Old 03-08-2007, 10:02 PM
Sum41Freeeeek Sum41Freeeeek is offline
Future Coder
Join Date: Feb 2004
Location: New York
Posts: 376
Sum41Freeeeek is on a distinguished road
Send a message via AIM to Sum41Freeeeek
Quote:
Originally Posted by Chandler View Post
I made a pretty nice formula:
Level: 1- 1exp
Level: 2- 25exp
Level: 3- 144exp
Level: 4- 484exp
Level: 5- 1225exp
Level: 6- 2601exp
Level: 7- 4900exp
Level: 8- 8281exp
Level: 9- 13225exp
Level: 10- 20164exp

HTML Code:
function onCreated()
  for (temp.i = 1; temp.i <= 10; temp.i++)
    this.checkEXP(temp.i);
function checkEXP(playerLevel)
  {
  temp.currentFormule = int(((temp.playerLevel ^ 2) / 70) * 100) ^ 2;
  echo("Level: "@ temp.playerLevel @": "@ temp.currentFormule @"exp");
  }
In the right direction but that doesn't seem to be relavent with the mining levels.
__________________
Frankie Cassini: ex-Era LAT
Quote:
Originally Posted by brakk View Post
omg just go to your room and draw a pony then

**** the chicken wings!
Reply With Quote