User Tools

Site Tools


user:mrbrklyn:scripts:pray

Introduction

This is a client-side perl script for Crossfire, which allows you to pray overnight. Just change the for loop and load up on prayer skill while you sleep.

Requirements

  • Perl

Code

#!/usr/bin/perl
use strict;
 
for (1 .. 1000) {
        print "issue 1 1 use_skill pray \n";
}

References

user/mrbrklyn/scripts/pray.txt · Last modified: 2007/02/19 18:10 (external edit)