May 10, 200620 yr 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."; }
May 11, 200620 yr Author 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.
May 12, 200620 yr 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 :-)
Create an account or sign in to comment