This tool keeps track of the worlds you mine a rune rock in and starts a timer counting down to when the rock will come back.
Sounds easy, but the time it takes depends on how many people are in the world, which is changing.
So I have the script check how many people are in the world to get the time it will take.
I'm not sure what jagex was thinking, but I'll show everyone how to find the time it takes for a rock to come back, because it took me forever to figure out.
Once you mine a rune ore, put the world number you are in into one of the edit boxes and click the "start" button beside it to start the timer.SCAR Code:Round(1290.0 - ((StrToFloat(PlayerCount(World)) / 100.0 - 2.0) * 30.0));
The time isn't down to the exact second, but it is pretty accurate.
It depends on how often the number of people in the world is changing.
This will also log in worlds for you.
You can use one player, or if you have another account you use to check worlds with you can use two (recommended)
Just hit f5 and it logs you in.
If you are using 2 players it alternates between them.
I timed the gp/hour today and it came out to be around 650k an hour :) (mid day and using 2 accounts)
I was making about 350-400k an hour just world hopping randomly.
The more worlds added to your list the faster money starts rolling in.
PS
I've been sick for the last couple weeks, so my activity died.
And all my scripts got pushed WAY back.
So I just decided to release this because it's been a long time since I released anything.

