Description:
A quick little script that I've been working on to help get those early fishing levels out of the way.
Features:
- Fishes and drops crayfish east of Lumbridge Cemetery/ Church
- Fast and accurate object/item finding
- Custom TPointArrays
- 100% Color
- Updated for EOC
- Built-in Antiban
How to use:
Make sure your script is setup and ready, then all you have to do is press "Play" with your character standing East of the Lumbridge Church and Cemetery on the edge of the river. Then just let the script do the rest.
Setup:
Simba Code:procedure DeclarePlayers;
begin
HowManyPlayers := 1;
NumberOfPlayers(HowManyPlayers);
CurrentPlayer := 0;
Players[0].Name :='Your Character`s Name';
Players[0].Pass :='Password';
Players[0].Nick :='3-4 letters';
Players[0].Member := False;
Players[0].Active := True;
PixelsMoving:= 550;
HowLong:= 300; //Time in Minutes
end;NOTE: It's highly recommmend to use a custom number for the "PixelsMoving". To get a quick idea
of what works best for you use the PrintMyPixels program from this thread
End Note: This is my first script so if you guys could leave feedback on how I can improve it would really appreciated. Also, don't forget to post progress reports if you've got them.
THANK YOU!
A personal progress report (manually stopped):
Progress Report:===================================================== ===================================================== || Lumbridge CrayFisher || || by Valithor || ===================================================== || Worked for 5 Hours, 34 Minutes and 38 Seconds || Fished and Dropped 3640 fish at a rate of 652 fish/hr || Dropped 131 loads at a rate of 23 Loads/hr || Experience Gained: 36400 xp at a rate of 6526 xp/hr =====================================================
