Olgath Posted May 10, 2006 Share Posted May 10, 2006 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 More sharing options...
Olgath Posted May 11, 2006 Author Share Posted May 11, 2006 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 More sharing options...
Hannibal Posted May 12, 2006 Share Posted May 12, 2006 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now