Results 1 to 6 of 6

Thread: Lumbridge CrayFisher

  1. #1
    Join Date
    Dec 2010
    Posts
    89
    Mentioned
    4 Post(s)
    Quoted
    8 Post(s)

    Default Lumbridge CrayFisher


    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
    =====================================================
    Attached Files Attached Files
    Last edited by Valithor; 03-28-2013 at 12:59 AM.

  2. #2
    Join Date
    Feb 2012
    Location
    Canada
    Posts
    1,164
    Mentioned
    26 Post(s)
    Quoted
    433 Post(s)

  3. #3
    Join Date
    Dec 2011
    Posts
    29
    Mentioned
    0 Post(s)
    Quoted
    9 Post(s)

    Default

    nice one

  4. #4
    Join Date
    Dec 2011
    Posts
    29
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    nice one

  5. #5
    Join Date
    Jan 2012
    Location
    In A Farm
    Posts
    3,301
    Mentioned
    30 Post(s)
    Quoted
    444 Post(s)

    Default

    REally nice script. To bad i already got 99 fishing. but good script for those early fishers out there.

  6. #6
    Join Date
    Dec 2010
    Posts
    89
    Mentioned
    4 Post(s)
    Quoted
    8 Post(s)

    Default

    Hey guys!

    I just updated this script! It was my first (and only script to date) that I have released publicly. My original release was pretty buggy and not very stable. Now I've updated it to be in line with my current scripting skills and I added in a few new things. Below is a short list of the things that I have changed/added.

    Some of the new features include:
    • Complete Over-hull (there isn't a lot I didn't change).
    • Brand new built-in anti-ban!
    • Quick and effective custom TPA functions.
    • The script is now more stable (with more failsafes).
    • Updated for the Evolution of Combat.


    So try it out! Test it for me and tell me how and where I can improve upon things. Even if you don't have a lot of time to test it, please feel free to read through the code and give me some feedback!

    Thank you!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •