Page 4 of 5 FirstFirst ... 2345 LastLast
Results 76 to 100 of 111

Thread: [SRL 4] Fishing Guild Lobster Fisher

  1. #76
    Join Date
    Nov 2007
    Posts
    223
    Mentioned
    1 Post(s)
    Quoted
    1 Post(s)

    Default

    Yeah, adding a withdraw new lobster pot if it loses one would be great.

  2. #77
    Join Date
    Jun 2007
    Posts
    26
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Before banking was bad because it would freeze up trying to find the bank booth. But I changed this
    SCAR Code:
    Procedure ClickBank;
    var
     a,b: Integer;
     E: Extended;
    begin
      if(FindDTMRotated(Booth,a,b,MSx1,MSy1,MSx2,MSy2,-45,45,0.01,E))then
      begin
        MouseAntiban;
        Mouse(a,b,10,5,false)
        GetMousePos(a,b)
        Wait(200+random(300))
        if ChooseOption('Use-quickly') then
        begin
          FFlag(0)
          FTWait(random(1))
        end else
        begin
          MouseAntiban;
          Mouse(a+5,B-20,5,5,false)
          Wait(200+random(300))
          if ChooseOption('Use-quickly') then
          begin
            FFlag(0)
            FTWait(random(1))
          end;
        end;
      end;
    end;
    to this;
    SCAR Code:
    Procedure ClickBank;
    var
     x,y: Integer;
     E: Extended;
    begin
      if(FindObj(x, y, 'oth', 5462367, 15)) then
      begin
        MouseAntiban;
        Mouse(x,y,10,5,false)
        GetMousePos(x,y)
        Wait(200+random(300))
        if ChooseOption('Use-quickly') then
        begin
          FFlag(0)
          FTWait(random(1))
        end else
        begin
          MouseAntiban;
          Mouse(x+5,Y-20,5,5,false)
          Wait(200+random(300))
          if ChooseOption('Use-quickly') then
          begin
            FFlag(0)
            FTWait(random(1))
          end;
        end;
      end;
    end;
    and now it works

  3. #78
    Join Date
    Aug 2007
    Posts
    1,404
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    If you wait 1-2 days more my Catherby-Fisher will be out. Features almost everything you request here. And it has sharks too

    -Knives

  4. #79
    Join Date
    Jun 2007
    Posts
    26
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Just wondering is the banking system going to be better than this one?

  5. #80
    Join Date
    Aug 2007
    Posts
    1,404
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Hint: YES!
    I still have very few things to iron out before I release, but I suspect it to be today in the evening or tomorrow.

    Make a SRL-Stats-Account now so you're ready

    -Knives

  6. #81
    Join Date
    Aug 2006
    Posts
    25
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ok i tryed this out today and here is what i got:

    first of all it would not log in like it sais on the script to start logged out so i started it logged in.

    it when it fishes 1/3 times it just comes up with the error can't finde water colour, and then log's out from inactivity.

    when it comes to banking it fails 100% it manages to get to the bank with a full load.

  7. #82
    Join Date
    Aug 2007
    Posts
    1,404
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    When the script tells you to start logged out, why the hell do you, at purpose, start logged in?!

    No, the banking is not very good, but what should I do ? I'm thinking of lending someones account when I finish the Catherby Fisher.

    -Knives

  8. #83
    Join Date
    Nov 2007
    Posts
    223
    Mentioned
    1 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by King of Knives View Post
    When the script tells you to start logged out, why the hell do you, at purpose, start logged in?!

    No, the banking is not very good, but what should I do ? I'm thinking of lending someones account when I finish the Catherby Fisher.

    -Knives
    Hey, actually, the new banking function the guy wrote on the previous page works great
    I got this, but then runescape was updated, :[.

    //- FG Lobster-Fisher === By King of Knives -\\
    ===============================
    > Script Run Time: 2 hours, 7 minutes and 46 seconds
    > Has fished: 199 lobsters
    > Has run to bank: 21 times
    > Has banked: 309 lobsters
    ===============================

    I also deleted the auto talker, only because I watched it go for 10-15 minutes and it asked for cooking lvls three times, I thought that was a little suspicious lol.

    And I'll be waiting for the catherby!

  9. #84
    Join Date
    Aug 2007
    Posts
    1,404
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    I'll take it into consideration, making something similar (maybe a bit faster and less botty). Thanks for the proggy

    NO!! Why do they update in the middle of testing the Catherby Fisher ?! Almost 2 hours! DAMN!

    Doesn't really matter, though, since I have one on 3 hours by manual stop

    -Knives

  10. #85
    Join Date
    Nov 2007
    Posts
    223
    Mentioned
    1 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by King of Knives View Post
    I'll take it into consideration, making something similar (maybe a bit faster and less botty). Thanks for the proggy

    NO!! Why do they update in the middle of testing the Catherby Fisher ?! Almost 2 hours! DAMN!

    Doesn't really matter, though, since I have one on 3 hours by manual stop

    -Knives
    Yeah, tht was one thign I didn't like, it's VERY botty, I was thinking about looking at the source for other banking scripts I use and changing around the banking part a little.

    I also changed the color it clicks for the first click when banking to the ground color outside of the bank, because you can ALWAYS see that from any dock, so it never misses it now. Idk if it'll work for everyone, but it worked for me...

    I died somehow though, I left it running while I was at school, and I came home and I died, who knows how, and for some reason only kept one lobster....not my dragon axe, red boots or red cape, who knows why.
    -_-.
    Oh well, we're slowly improving this script.
    I might make my own guild fisher though, as my first script, lol.
    Would I be allowed to borrow your functions?

  11. #86
    Join Date
    Aug 2007
    Posts
    1,404
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Of course, if you remember to credit me, and not take it all

    You're not supposed to run the script with anything on you, since you can happen to die. I'm releasing my Catherby fisher today, if I can just make this computer work... It's been annoying me since late yesterday...

    I'm thinking of revamping some essential parts of this script to make it work better.

    -Knives

  12. #87
    Join Date
    Nov 2007
    Posts
    223
    Mentioned
    1 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by King of Knives View Post
    Of course, if you remember to credit me, and not take it all

    You're not supposed to run the script with anything on you, since you can happen to die. I'm releasing my Catherby fisher today, if I can just make this computer work... It's been annoying me since late yesterday...

    I'm thinking of revamping some essential parts of this script to make it work better.

    -Knives

    Sweet, I'd probably just use the fishing function, and probably your antibans, and write the rest, but if you revamp this to make the banking work 100% then I'd have no reason to make my own, haha


    Well, I auto with a few things on me just for looks, lol, I still don't know how I only kept one lobster and lost my boots, cape, and dragon axe....

  13. #88
    Join Date
    Apr 2007
    Location
    Finland
    Posts
    335
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

  14. #89
    Join Date
    Oct 2007
    Posts
    16
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    guys this is working perfectly fine for me... dunno where the problems are?
    gj knives... these scripts really make me want to learn how to script... if only i had time >.<

  15. #90
    Join Date
    Nov 2007
    Location
    lol
    Posts
    176
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    make it catch sharks thath would be awesome

  16. #91
    Join Date
    Feb 2007
    Posts
    28
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Mine goes in, and walks to a fishing spot, and starts. It sometimes won't look for a new spot when the old one goes. Does me talking cause it to stop?

  17. #92
    Join Date
    Feb 2007
    Posts
    28
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Also, where is the mole talked of in the program?

  18. #93
    Join Date
    Mar 2007
    Posts
    18
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    update?

  19. #94
    Join Date
    Sep 2007
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I always get this error message when i run it

    Line 432: [Hint] (10413:1): Variable 'OLDMS' never used in script C:\Program Files\SCAR 3.14\includes\SRL/SRL/Core/AntiRandoms/AntiRandoms.scar
    Line 196: [Error] (12463:1): Semicolon (';') expected in script C:\Documents and Settings\chrisb\Desktop\LobsterFisher 1.1.scar

  20. #95
    Join Date
    Jun 2007
    Posts
    410
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    OUTTDATED!!!!!!!!! AND SEMI-GRAVEDIG!!!!!!!!!!!! go die bob. read post above you. then look at the dates. see anything weird going on?

  21. #96
    Join Date
    Mar 2008
    Posts
    18
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Line 38: [Error] (38:1): Unable to register function function FindGapsTPA(TPA : TPointArray; MinPixels: Integer): T2DPointArray; in script .. any help i had this problem with an auto fletcher aswell

  22. #97
    Join Date
    Mar 2008
    Posts
    18
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    the thing above was to do with scar when i re-installed it worked with every script but now i have this problem since the catherby fisher does not work im out of fishing and it takes a while so i want a bot so i was hoping i could use this but i get this problem
    Failed when compiling
    Line 196: [Error] (12775:1): Semicolon (';') expected in script C:\Users\Billy\Desktop\LobsterFisher 1.1.scar


    i cant really write script i have tried putting semi colons in but nothing what i do works any help thanks

  23. #98
    Join Date
    Mar 2008
    Posts
    1,492
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    omfg gravedig... gtfo...

  24. #99
    Join Date
    Jan 2008
    Location
    Ontario, Canada
    Posts
    7,805
    Mentioned
    5 Post(s)
    Quoted
    3 Post(s)

    Default

    Don't GraveDigg

    Nava2
    Writing an SRL Member Application | [Updated] Pascal Scripting Statements
    My GitHub

    Progress Report:
    13:46 <@BenLand100> <SourceCode> @BenLand100: what you have just said shows you 
                        have serious physchological problems
    13:46 <@BenLand100> HE GETS IT!
    13:46 <@BenLand100> HE FINALLY GETS IT!!!!1

  25. #100
    Join Date
    Feb 2008
    Location
    Earth
    Posts
    22
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    won't start:

    Failed when compiling
    Line 196: [Error] (12499:1): Semicolon (';') expected in script
    If I see you autoing with level 3/default clothes/crap name I WILL report you. Auto Correctly!- Put this in your sig!


    (\__/)
    (O.o )
    (> < )<-- This is Bunny.

    Copy Bunny to your signature to help him on his way to world domination!

Page 4 of 5 FirstFirst ... 2345 LastLast

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. fishing guild lobster and shark fisher
    By TheChineseMan in forum RS3 Outdated / Broken Scripts
    Replies: 4
    Last Post: 08-27-2008, 12:37 AM
  2. [REQ] Fishing guild fisher
    By smartshark in forum RS3 Outdated / Broken Scripts
    Replies: 2
    Last Post: 03-04-2008, 05:58 AM
  3. Fishing Guild Lobster Catcher
    By Prince in forum First Scripts
    Replies: 17
    Last Post: 02-06-2008, 07:46 PM
  4. Fishing guild fisher...?
    By Nebuli in forum RS3 Outdated / Broken Scripts
    Replies: 4
    Last Post: 09-07-2007, 12:35 PM
  5. Need Fishing guild lobster/shark fisher.
    By Godlike007 in forum RS3 Outdated / Broken Scripts
    Replies: 5
    Last Post: 07-12-2007, 12:22 PM

Posting Permissions

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