Results 1 to 19 of 19

Thread: BarbPowerFisher by Ruski

  1. #1
    Join Date
    Jan 2007
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default BarbPowerFisher by Ruski

    [Latest News]
    ------------------------------------------------------------------
    First version released with a few fixes, thanks to pwnaz0r
    ------------------------------------------------------------------

    Dear All,

    My first script release of BarbPowerFisher.

    /------------------------------------------------------------\
    | Name: BarbPowerFisher by Ruski
    | Created: 10 February 2007
    | Version: First
    | Description: Power fishes at barb for trouts and
    | salmon.
    | Skills need: Level 15 fishing or more.
    | Must have: First four slots filled up, if not change
    | the drop point on line 117. Fly fishing rod and feathers
    | Edit: Need to edit lines 26 to 31 and 35 to 42. Position your player either on then north or south fishing point, depends what you set it to.
    \------------------------------------------------------------/

    Report:

    SCAR Code:
    /-----------------------------------------------------\
    | ----------->BarbPowerFisher by Ruski<-------------- |
    |-----------------------------------------------------|
    | Running time: 7 Minutes and 48 Seconds
    | Fished: 72
    | Estimated Exp: 4320
    \-----------------------------------------------------/

    Please post comments and things to imrove on.

    Future Updates:
    • Cooking
    • Better Anti Randoms and Anti Bans
    • Better Progress Report
    • Multiplayer
    • More Stable


    Thanks to
    • pwnaz0r

  2. #2
    Join Date
    Feb 2007
    Posts
    125
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

  3. #3
    Join Date
    Jan 2007
    Location
    USA
    Posts
    1,782
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    This is only for your benifit not being critical in anyway

    Things to update:
    ~~~~~~~~~~~~~~~~~
    1.
    SCAR Code:
    Players[0].Nick      := ''; //Anything 2 - 4 characters
    ^^^ Wrong ^^^ that has to do with finding the name in antirandoms program so it is not Anything 2-4 characters

    2.
    SCAR Code:
    function IsWirlPool: Boolean;
    var IWX, IWY: Integer;
    begin
         Result:= FindColorSpiralTolerance(IWX,IWY,WirlPoolColour,250,145,330,180,12);
    end;
    If you're going to make your own whirlpool function, why not make it a little more reliable like this:

    SCAR Code:
    function IsWirlPool(endTolerance : integer): Boolean;
    var IWX, IWY, a: Integer;
    begin
         A := 0;
         repeat
         wait(900);// It needs some time to wait for the whirlpool to pop up eh?
         A := A + 20;// increasing tolerance?
         Result:= FindColorSpiralTolerance(IWX,IWY,WirlPoolColour,250,145,330,180,a);
         until(result = true) or (a = endtolerance) or (a<endtolerance)
    end;
    3.
    SCAR Code:
    Writeln('Fishing spot found 11');
    ^^ whats up with the eleven ?

    Join the fastest growing merchanting clan on the the net!

  4. #4
    Join Date
    Jan 2007
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by pwnaz0r View Post
    Things to update:
    ~~~~~~~~~~~~~~~~~
    1.
    SCAR Code:
    Players[0].Nick      := ''; //Anything 2 - 4 characters
    ^^^ Wrong ^^^ that has to do with finding the name in antirandoms program so it is not Anything 2-4 characters
    Lol ok, i didnt know that.

    Thanks Ill do edit it out for next release.

  5. #5
    Join Date
    Jan 2007
    Location
    USA
    Posts
    1,782
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Just trying to help ya make it better

    Join the fastest growing merchanting clan on the the net!

  6. #6
    Join Date
    Jan 2007
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by pwnaz0r View Post
    3.
    SCAR Code:
    Writeln('Fishing spot found 11');
    ^^ whats up with the eleven ?
    Ignore lol, used for when testing, forgot to remove.

    Quote Originally Posted by pwnaz0r View Post
    Just trying to help ya make it better
    Nah no problem, im improving it already lol.

    Thank you

  7. #7
    Join Date
    Feb 2007
    Posts
    125
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

  8. #8
    Join Date
    Oct 2006
    Posts
    2,297
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    dangy i was also made one, woking on it (a while ago i worked on it because of school )
    [QUOTE=Santa_Clause;277761]I love you too TSN :p[/QUOTE]
    [CENTER][URL="http://www.stats.srl-forums.com/sigs"][IMG]http://www.stats.srl-forums.com/sigs/1324.png[/IMG][/URL][/CENTER]

  9. #9
    Join Date
    Feb 2007
    Posts
    19
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    nice script. would be great if you had another version with a banker. but keep up the good work.

  10. #10
    Join Date
    Dec 2006
    Posts
    354
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by StK Squenc View Post
    dont double post...read the rules...


    Wtf? lmao, no one double posted..

    anyway, nice script, looks halfway decent i'll give her a try

  11. #11
    Join Date
    Feb 2007
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    The main error i occured, that the script wont type in the login screen. I don't know why (triple dragged the crosshair), but it simply clicks on the username, delays, clicks on the pw and tries to login.

    after fleeing from an evil chicken, I got run mode and it wasn't disabled anytime later. Whatever, just a notice.

    Also, he missed a security guard (waiting to flee after attack instead of talking) even if i'm mistaken with srl antirandoms.

    last report:

    | ----------->BarbPowerFisher by Ruski<-------------- |
    |-----------------------------------------------------|
    | Running time: 13 Minutes and 49 Seconds
    | Fished: 72
    | Estimated Exp: 4320
    \-----------------------------------------------------/

  12. #12
    Join Date
    Nov 2006
    Location
    belgium
    Posts
    73
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ok,i'm going to test it.Do you mind if I use it to make my own script I was about to make an auto fisher then cooks and banks if you want ...
    if you mind just tell it

    edit:was not succesfully 1=explain the const on a good way plz
    like if yo say Colour of your finishing rod to check if you are fishing
    well? wich color of the fishing rod? in inventory or when he is fishing
    and when he was full he didn't drop... an I also noticed something that is really strange in your script:

    SCAR Code:
    procedure WalkToNewSpot;
    var rx,ry:Integer;
    begin
         if(FishingPoint = 1) then
         begin
              if(FindSymbol(rx,ry, 'fishing spot')) then
              begin
                   Writeln('Trying to find fishing spot 2');
                   if(ry > 100) then
                   begin
                        Mouse(rx, ry, 2, 2, true)
                        FishingPoint := 2;
                        Wait(10000 + Random(299))//you could change to flag; or FFlag;,look in srl
                   end else
                   begin
                        WalkToNewSpot;//why do you do this ?,to repeat?
                   end;
              end;
         end;
         if(FishingPoint = 2) then
         begin
              if(FindSymbol(rx,ry, 'fishing spot')) then
              begin
                   Writeln('Trying to find fishing spot 1');
                   if(ry < 68) then
                   begin
                        Mouse(rx, ry, 2, 2, true)
                        FishingPoint := 1;
                        Wait(10000 + Random(299))
                   end else
                   begin
                        WalkToNewSpot;//why do you do this ? to repeat or something ?
                   end;
              end;
         end;
    end;

  13. #13
    Join Date
    Jan 2007
    Posts
    248
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Ill be looking forward to test this sometime

  14. #14
    Join Date
    Jan 2007
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    robeike, it walks to a new spot when there is no more fishes in the current spot, as you should have noticed

    I didnt add the flag method because I didnt know about it at the time i was creating this script.

  15. #15
    Join Date
    Feb 2007
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    hey this script is great,

  16. #16
    Join Date
    Oct 2006
    Location
    finland, helsinki
    Posts
    2,501
    Mentioned
    3 Post(s)
    Quoted
    2 Post(s)

    Default

    lol im also working on one have been working on it for 5 hours straight now.. 2 hours of autoing.. i will not release it though.. not yet atleast..

    SCAR Code:
    |--------| JuKKa AutoFish |--------|
    |Worked  : 1 Hours, 15 Minutes and 12 Seconds.
    |Fished  : 312 Fishes.
    |Gained  : 20280 Exp.
    |Done    : 318 Antibans
    |Talked  : 17 Times.
    |Changed : 2 Players.
    |--------| JuKKa AutoFish |--------|

    /~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
    |     SRL Randoms Report       |
    |    [url]www.villu-reborn.com[/url]     |
    |~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
    | Logged in              :  2  |
    | Trade[s] Missed        :  1  |
    | Talking Random[s]      :  3  |
    | OldMen Solved          :  2  |
    | Capn Hand[s] Solved    :  1  |
    | New Box[es] Solved     :  1  |
    \~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/

    Code:
    • Narcle: I recall Jukka releasing a bunch of scripts like this before... Its how he rolls I think. rofl
    • Solarwind: Dude, you are like... t3h s3x.
    • Hy71194: JuKKa you're a machine! You released 3 scripts in 10 minutes! :O
    • benjaa: woah.... Jukka is the man Guildminer pwns all
    • NaumanAkhlaQ: And JuKKa Is my Her0!

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

    Default

    Good Fisher, Good Reports, just needs better whirlpool solver, as I've lost 2 rods

    anyway, onto the report!

    /-----------------------------------------------------\
    | ----------->BarbPowerFisher by Ruski<-------------- |
    |-----------------------------------------------------|
    | Running time: 1 Hours, 10 Minutes and 35 Seconds
    | Fished: 456
    | Estimated Exp: 27360
    \-----------------------------------------------------/


    /~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
    | SRL Randoms Report |
    | www.villu-reborn.com |
    |~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
    | Talking Random[s] : 1 |
    | SandWich[es] Solved : 1 |
    | New Box[es] Solved : 1 |
    \~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/


    And it beats JuKKas (Displayed above) =D Good Job Ruski!

    Thanks dude =D

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

    Default

    AWESOME! Just 1 thing, could you plz fix the randoms?

  19. #19
    Join Date
    Mar 2007
    Posts
    16
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I`m sorry to make another post.

    Just that could some advanced scripter look at this and find out why it doesn`t detect randoms, cause it RUNS PERFECT besides it! VERY STABLE AND GOOD FISHING PROCEDURE!!!

    plz :P

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
  •