June 11, 200917 yr 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. My Gamercard | Click for Blog | Mining Guide | Illumination
June 12, 200917 yr It seems to me that for such a small calculation only JavaScript would be necessary. I don't know where you would find a text version of the server populations though.
June 12, 200917 yr wow, i didn't even realize that there are no text versions of the world populations anymore =o disgusting anything that tries to read it from the gameplay applet borders on breaking the rules aswell
June 12, 200917 yr Author I thought so... My Gamercard | Click for Blog | Mining Guide | Illumination
June 17, 200917 yr 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.
Create an account or sign in to comment