Jump to content

How to Code [This] In to Java


Knotch_Blade

Recommended Posts

http://www.4shared.com/file/101133824/c ... sheet.html

 

 

 

How would I code that into Java, yes I do have an understanding of Java.

 

 

 

Basically I was planning on making a GUI where a user inputs the world number, the applet retrieves and the world population, rounds it down to the next even 100, and applies the rune respawn times to the time mined (the time inputted into the GUI) and then spits out a time when the next ore will respawn.

 

 

 

Yea, that's a lovely block of text, I hope someone understands the point I'm trying to get across.

Link to comment
Share on other sites

The world select page for the unsigned applet, http://www.runescape.com/slu.ws, still contains the world list and populations in an HTML format. You should be able to parse the number of players from the list and use them however you need. You could always try requesting the world list from the server itself, but this would be much more difficult, and as had been mentioned before, close to, if not breaking the rules.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.