Table of Contents

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

Code

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

References

http://www.mrbrklyn.com http://www.nylxs.com