stevex33
02-26-2007, 03:06 PM
Hi,
I'm a pretty big noob when it comes to php development, this might even be asp, I'm not sure, so forgive me if this is the wrong place for this.
There is an online game called runescape and you can gain experience in skills by doing certain things.
Basically I would like to create a calculator to tell someone how far they have left until they level up.
Here's an example of one that my competitor is using:
http://www.tip.it/runescape/?page=mining_calc.htm
You type in your character name and click get stats.
Doing this pulls your character data from the official high scores list of the game:
http://hiscore.runescape.com/lang/en/aff/runescape/hiscores.ws
The calculator asks you to type in what level you want to get to, and it then calculates how many times you have to do a given task to level up to that level.
Some tasks give more experience than others.
If I know how much experiene each task gives per attempt, how can I make a calculator like this.
Sorry if that's a lot to ask, especially for my first post.
I look forward to your advice.
I'm a pretty big noob when it comes to php development, this might even be asp, I'm not sure, so forgive me if this is the wrong place for this.
There is an online game called runescape and you can gain experience in skills by doing certain things.
Basically I would like to create a calculator to tell someone how far they have left until they level up.
Here's an example of one that my competitor is using:
http://www.tip.it/runescape/?page=mining_calc.htm
You type in your character name and click get stats.
Doing this pulls your character data from the official high scores list of the game:
http://hiscore.runescape.com/lang/en/aff/runescape/hiscores.ws
The calculator asks you to type in what level you want to get to, and it then calculates how many times you have to do a given task to level up to that level.
Some tasks give more experience than others.
If I know how much experiene each task gives per attempt, how can I make a calculator like this.
Sorry if that's a lot to ask, especially for my first post.
I look forward to your advice.