Page 13 of 22 FirstFirst ... 31112131415 ... LastLast
Results 301 to 325 of 546

Thread: [C]Barbarian Fly-Fisher

  1. #301
    Join Date
    Aug 2007
    Location
    Colorado
    Posts
    7,421
    Mentioned
    268 Post(s)
    Quoted
    1442 Post(s)

    Default

    Quote Originally Posted by JiveTonto@Gmail.com View Post
    had some 10 hour + ones but keep finding it logged out without feathers,still had the dropping issue useing mouse keys ( lost like 50k feathers?).But other wise a nice script. This is a level 98 fishing useing the slow drop method.With mouse keys it gets 48-49k an hour but will loose feathers at random.
    Thanks for the feedback. Have you used regular dropping while power-fishing in the past using this script? If so, did it ever drop the feathers then or are they only dropped while using Mouse-Keys?

    Current projects:
    [ AeroGuardians (GotR minigame), Motherlode Miner, Blast furnace ]

    "I won't fall in your gravity. Open your eyes,
    you're the Earth and I'm the sky..."


  2. #302
    Join Date
    Mar 2006
    Location
    Rural New Zealand
    Posts
    688
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    im only powerfishing and only useing mousekeys does it hit the feathers. Also whats up with the stats? ive got my user details in there but it still logs them as anommis?>


    Heres one thats just lost its feathers

    [===================================]
    [ Barb Fly-Fisher 1.71 ]
    [ by Flight ]
    [===================================]
    [ Run Time : 5 Hr 14 Min 6 Sec ]
    [ Trout Caught : 2063 ]
    [ Salmon Caught : 1661 ]
    [ Fishing XP : 219421 ]
    [ Loads : 141 ]
    [ Breaks : 0 ]
    [===================================]
    [ Barb Fly-Fisher 1.71 ]
    [===================================]
    Time until break: 196:40:53


    thats the longist ive gone with mouse keys for dropping befor loosing feathers
    Come Add A Few Hits To My Site
    Cakemix lives on

  3. #303
    Join Date
    Oct 2012
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Hey there, I am new to this whole deal and I am in need of some help. Im running Simba on a mac and can get MSI to work and all. I am wanting different scripts than what MSI offers. I try to download ---[C]Barbarian Fly-Fisher.simba--- and it doesn't work. I try to open in winebottler and i get to where i open via desktop and it pulls up Simba but crashes right away. I think i need to just copy-paste the whole log into a fresh Simba and it might work but i cannot find the whole log anywhere. Can someone PM it or tell me what im doing wrong.

    Thank You,

    djw277
    Last edited by djw277; 10-08-2012 at 05:08 PM.

  4. #304
    Join Date
    Jun 2012
    Posts
    4,867
    Mentioned
    74 Post(s)
    Quoted
    1663 Post(s)

    Default

    Quote Originally Posted by djw277 View Post
    Hey there, I am new to this whole deal and I am in need of some help. Im running Simba on a mac and can get MSI to work and all. I am wanting different scripts than what MSI offers. I try to download ---[C]Barbarian Fly-Fisher.simba--- and it doesn't work. I try to open in winebottler and i get to where i open via desktop and it pulls up Simba but crashes right away. I think i need to just copy-paste the whole log into a fresh Simba and it might work but i cannot find the whole log anywhere. Can someone PM it or tell me what im doing wrong.

    Thank You,

    djw277
    Did you enable the associate extension? It also might be a problem with using it on a mac, in which case I won't be much help

  5. #305
    Join Date
    Oct 2012
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    BMWxi-

    Yeah, its not the issue with simba, its downloading the actual script, not the client. I've read other forums and some people are saying just to copy and paste the log. Do you use this script or have it loaded to where you could PM me all the lines.

  6. #306
    Join Date
    Nov 2011
    Location
    England
    Posts
    3,072
    Mentioned
    296 Post(s)
    Quoted
    1094 Post(s)

    Default

    Simba Code:
    for c := 0 to High(Cols) do
        begin
          ColorToleranceSpeed(2);
          SetColorSpeed2Modifiers(HMods[i], SMods[i]);
          FindColorsSpiralTolerance(MSCX, MSCY, TPA, Cols[i], MSX1, MSY1, MSX2, MSY2, Tols[i]);
          ColorToleranceSpeed(CTS);

          if (Length(TPA) > 0) then
            break;
        end;

    if im correct it isn't actually looping though all the data? it should be for i := 0 blah blah blah

  7. #307
    Join Date
    Dec 2007
    Posts
    2,112
    Mentioned
    71 Post(s)
    Quoted
    580 Post(s)

    Default

    Quote Originally Posted by Ollybest View Post

    if im correct it isn't actually looping though all the data? it should be for i := 0 blah blah blah
    good find lmao, you are correct

  8. #308
    Join Date
    Aug 2007
    Location
    Colorado
    Posts
    7,421
    Mentioned
    268 Post(s)
    Quoted
    1442 Post(s)

    Default

    Quote Originally Posted by Ollybest View Post
    Simba Code:
    for c := 0 to High(Cols) do
        begin
          ColorToleranceSpeed(2);
          SetColorSpeed2Modifiers(HMods[i], SMods[i]);
          FindColorsSpiralTolerance(MSCX, MSCY, TPA, Cols[i], MSX1, MSY1, MSX2, MSY2, Tols[i]);
          ColorToleranceSpeed(CTS);

          if (Length(TPA) > 0) then
            break;
        end;

    if im correct it isn't actually looping though all the data? it should be for i := 0 blah blah blah
    Right you are. That's what happens when you copy chunks of code from other procedures and forget to convert a few variables. :/

    Current projects:
    [ AeroGuardians (GotR minigame), Motherlode Miner, Blast furnace ]

    "I won't fall in your gravity. Open your eyes,
    you're the Earth and I'm the sky..."


  9. #309
    Join Date
    May 2012
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Flight View Post
    Right you are. That's what happens when you copy chunks of code from other procedures and forget to convert a few variables. :/
    does that code need to be changed in any way then or has this been updated?

    my script keeps dropping my feathers randomly, ive checked for any anti leech and i cant seem to find one that would drop feathers.

  10. #310
    Join Date
    Dec 2011
    Location
    Sydney
    Posts
    1,284
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Any idea where I can get this?

    ''Exception in Script: Unable to find file 'SRL/SRL/misc/MouseHandler.simba' used from 'D:\Simba\Scripts\BarbFlyFisher(1.71).Simba'''

  11. #311
    Join Date
    Feb 2012
    Location
    Wonderland
    Posts
    1,988
    Mentioned
    41 Post(s)
    Quoted
    272 Post(s)

    Default

    Quote Originally Posted by DeiJaiVui View Post
    Any idea where I can get this?

    ''Exception in Script: Unable to find file 'SRL/SRL/misc/MouseHandler.simba' used from 'D:\Simba\Scripts\BarbFlyFisher(1.71).Simba'''
    You are supposed to download the MouseHandler.simba file from the original post, and place it in your SRL/SRL/misc folder.

    Hope this helps,
    Lj

  12. #312
    Join Date
    Dec 2011
    Location
    Sydney
    Posts
    1,284
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Le Jingle View Post
    You are supposed to download the MouseHandler.simba file from the original post, and place it in your SRL/SRL/misc folder.

    Hope this helps,
    Lj
    Thanks, sorry I missed that part and was searching the whole place where to get it lol, tyvm.

  13. #313
    Join Date
    Dec 2011
    Location
    Sydney
    Posts
    1,284
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    A lil' proggy, works great!

    [===============================]
    [ Barb Fly-Fisher 1.71 ]
    [ by Flight ]
    [===============================]
    [ Run Time : 30 Min 32 Sec ]
    [ Trout Caught : 192 ]
    [ Salmon Caught : 158 ]
    [ Fishing XP : 20661 ]
    [ Loads : 13 ]
    [ Breaks : 0 ]
    [===============================]
    [ Barb Fly-Fisher 1.71 ]
    [===============================]
    Time until break: 05:29:27
    Successfully executed.
    The following DTMs were not freed: [9]

  14. #314
    Join Date
    Dec 2011
    Location
    Sydney
    Posts
    1,284
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Had a check on how the bot was going and it's working wonders!



    Best exp ratio I've had so far.

  15. #315
    Join Date
    Jul 2012
    Location
    London
    Posts
    1,549
    Mentioned
    0 Post(s)
    Quoted
    86 Post(s)

    Default

    Anyway to stop the feathers from dropping?

  16. #316
    Join Date
    Aug 2007
    Location
    Colorado
    Posts
    7,421
    Mentioned
    268 Post(s)
    Quoted
    1442 Post(s)

    Default

    Quote Originally Posted by Sharm View Post
    Anyway to stop the feathers from dropping?
    It seems this is triggered from the mouse-keys simulated dropping. I would recommend shutting it off anyways because of the possibility of it being detected as bot-like behavior.

    Current projects:
    [ AeroGuardians (GotR minigame), Motherlode Miner, Blast furnace ]

    "I won't fall in your gravity. Open your eyes,
    you're the Earth and I'm the sky..."


  17. #317
    Join Date
    Jul 2012
    Location
    London
    Posts
    1,549
    Mentioned
    0 Post(s)
    Quoted
    86 Post(s)

    Default

    I'm testing now for 10 minutes then will restart because my comps slowwwww as a turtle atm

  18. #318
    Join Date
    Oct 2012
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I cant get it to work right it sometimes says 'script shutdown, failed to open lodestone screen' when it was already open and when it tele's to bank it finds the deposit box and starts teleing to edgeville again like a loop?

  19. #319
    Join Date
    Jul 2011
    Location
    /home/litoris
    Posts
    2,226
    Mentioned
    0 Post(s)
    Quoted
    159 Post(s)

    Default


    Had a few breaks, ran well.
    Miner & Urn Crafter & 07 Chicken Killer
    SPS BlindWalk Tutorial

    Working on: Nothing

    teacher in every art, brought the fire that hath proved to mortals a means to mighty ends

  20. #320
    Join Date
    Jun 2012
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Why i get this ''[Error] C:\Simba\Includes\SPS/sps.simba(306:51): Invalid number of parameters at line 305
    Compiling failed.''

  21. #321
    Join Date
    Oct 2012
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Question lodestone issue

    The code seems to get stuck when it uses the lodestone to get to Edgeville... on arrival it walks to the middle of the bank, and straight away uses the lodestone again... just repeats over ant over again. Any ideas?

  22. #322
    Join Date
    Oct 2012
    Location
    England
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by liltek1 View Post
    Im having problems with banking it'll teleport via lodestone but once it walks in the bank it'll keep teleporting
    Same issue here mate, I have changed line 27:
    UseLodestone = True;
    to
    UseLodestone = False;

    Will give it a few runs and update here.

    Edit:

    When it gets a full load it walks to the bank fine but then just stands in the corner, Only started using Simba etc. today but I'll keep tinkering and if I figure anything out I'll update here if needs be.

    Second edit:

    I tried copying the depositbox code from the older versions into the newer one but with me not understanding the code yet I'm getting nowhere
    Last edited by Gishemon; 10-31-2012 at 09:17 PM.

  23. #323
    Join Date
    Oct 2012
    Location
    England
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Ran it for a little while now powerfishing due to the above issue, seems great so far, thanks for this!

  24. #324
    Join Date
    Aug 2007
    Location
    Colorado
    Posts
    7,421
    Mentioned
    268 Post(s)
    Quoted
    1442 Post(s)

    Default

    Ok it looks like people are having trouble with this so I'm gonna try and fix the teleporting & walking to bank.

    All testing will be done on a normal browser; I've not used SMART months it seems.

    Current projects:
    [ AeroGuardians (GotR minigame), Motherlode Miner, Blast furnace ]

    "I won't fall in your gravity. Open your eyes,
    you're the Earth and I'm the sky..."


  25. #325
    Join Date
    Oct 2012
    Location
    England
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by Flight View Post
    Ok it looks like people are having trouble with this so I'm gonna try and fix the teleporting & walking to bank.

    All testing will be done on a normal browser; I've not used SMART months it seems.
    Great news! Looking forward to testing it out.

Page 13 of 22 FirstFirst ... 31112131415 ... LastLast

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
  •