Jump to content

Runescape perl module for high scores


Olgath

Recommended Posts

For all you perl coders, the runescape perl module on cpan for the high scores is outdated. I've created my own. So far, I have a bare bones working model. If anyone is interested in such a thing, I'll continue to work on it. If not, I'll leave it as is.

 

 

 


#!/usr/bin/perl



use RuneStats;



%stats = RuneStats->new('Olgath');



if($stats{'Success'}) {

print $stats{'Attack'};  #Users attack stat.

}

else {

print "Unable to contact high scores table.";

}

Link to comment
Share on other sites

Despite the fact that no one replied(I know there are some perl junkies out there), I've gone ahead and continued with the module. Right now, I have a fully working module for retrieving base stats. If anyone wants it let me know and I'll link you.

Link to comment
Share on other sites

I doubt many of the folks in here are perl junkies. Doesn't mean they're not out there, just that there won't be many of them around here. I'm not too good at perl, and besides, haven't played RS for... 2 years now. So it's not so useful to me - but I don't doubt there will be people who appreciate it in due time :-)

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.