Page 18 of 22 FirstFirst ... 81617181920 ... LastLast
Results 426 to 450 of 546

Thread: [C]Barbarian Fly-Fisher

  1. #426
    Join Date
    Jun 2012
    Location
    Missouri, USA
    Posts
    41
    Mentioned
    0 Post(s)
    Quoted
    14 Post(s)

    Default

    Ok, I've tried to end the whole "No spot found, Next spot" thing and it's not working. It looks very botlike as it runs from spot to spot trying to located the fishing spot. Luckily I was at my computer when I saw the messages "Look at the stuck bot, let's report it" and blah blah and was able to blame it on lag. Anyone have any suggestions on how to fix?

  2. #427
    Join Date
    Dec 2012
    Location
    North Dakota
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Here's the best Progress report that I've gotten from your script. Its a truly amazing script, I plan to get to 99 with it. I think the xp/hour in the smart progress report broke a little because it claims the xp/hour is 4347 but thats not right for sure.
    Code:
    [=====================================]
    [ Barb Fly-Fisher 1.75                ]
    [              by Flight              ]
    [=====================================]
    [ Run Time      : 28 Hr 25 Min 51 Sec ]
    [ Trout Caught  : 12628               ]
    [ Salmon Caught : 9789                ]
    [ Fishing XP    : 1316631             ]
    [ Loads         : 853                 ]
    [ Breaks        : 7                   ]
    [=====================================]
    [        Barb Fly-Fisher 1.75         ]
    [=====================================]

  3. #428
    Join Date
    Dec 2011
    Location
    U.S.A.
    Posts
    635
    Mentioned
    5 Post(s)
    Quoted
    249 Post(s)

    Default

    [Error] C:\Simba\Scripts\BarbFlyFisher(1.75).Simba(621:10) : Duplicate identifier 'GETKEYBIND' at line 620
    Compiling failed.

  4. #429
    Join Date
    Nov 2011
    Posts
    42
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Sawyer View Post
    [Error] C:\Simba\Scripts\BarbFlyFisher(1.75).Simba(621:10) : Duplicate identifier 'GETKEYBIND' at line 620
    Compiling failed.
    just remove the getkeybind function in the script and u will be fine
    Last edited by stoffel; 01-21-2013 at 09:31 AM.

  5. #430
    Join Date
    Apr 2012
    Location
    Land of the Rising Sun
    Posts
    207
    Mentioned
    0 Post(s)
    Quoted
    77 Post(s)

    Default

    Quote Originally Posted by Gishemon View Post
    I had this error aswell mate, this is what I've done to "fix" it, it is by no means an official fix and I recommend you wait for one, if you're impatient though I recommend you atleast backup the file before changing it, also I have only tested this for a short period of time powerfishing so am unsure of any negative effects:

    Go to:

    Simba\Includes\SRL\SRL\Core

    Find and open gametab.simba (I used Notepad++)

    Find:

    Code:
    function GetKeyBind(Slot: Integer): String;
    begin
      if not InRange(Slot, 1, 12) then
      begin
        srl_Warn('GetKeyBind', 'Slot must be within 1-12!', warn_AllVersions);
        Exit;
      end;
    
      Result:= GetTextAt(13 + 36 * Slot, 316, 0, 0, 0, 3111603, 0, 1, UpChars);
    end;
    Replace it with:

    Code:
    (*
    function GetKeyBind(Slot: Integer): String;
    begin
      if not InRange(Slot, 1, 12) then
      begin
        srl_Warn('GetKeyBind', 'Slot must be within 1-12!', warn_AllVersions);
        Exit;
      end;
    
      Result:= GetTextAt(13 + 36 * Slot, 316, 0, 0, 0, 3111603, 0, 1, UpChars);
    end;
    *)
    Save, exit and re-run the script.
    That fix works great, thanks

  6. #431
    Join Date
    Jan 2012
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Code:
    {{{==Script shutdown==}}}
    ----Reason: Out of feathers----
    Exception in Script: The given DTM Index[2] doesn't exist
    The following bitmaps were not freed: [5]
    you know why this happens?

  7. #432
    Join Date
    Apr 2012
    Location
    Land of the Rising Sun
    Posts
    207
    Mentioned
    0 Post(s)
    Quoted
    77 Post(s)

    Default

    Quote Originally Posted by ginga_ningzz View Post
    Code:
    {{{==Script shutdown==}}}
    ----Reason: Out of feathers----
    Exception in Script: The given DTM Index[2] doesn't exist
    The following bitmaps were not freed: [5]
    you know why this happens?
    Did you start the script without feathers in your invent?

  8. #433
    Join Date
    Jan 2012
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by pure_thief View Post
    Did you start the script without feathers in your invent?
    no, have like 30k feathers.

    it happens after like 30 minutes of running the script.
    Last edited by ginga_ningzz; 02-02-2013 at 12:08 PM.

  9. #434
    Join Date
    Aug 2012
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thanks for the troubleshoots
    Last edited by xflamin; 02-02-2013 at 08:00 PM.

  10. #435
    Join Date
    Mar 2012
    Posts
    43
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    [Error] C:\Simba\Includes\SRL/SRL/misc/SmartParams.Simba(281:149): Invalid number of parameters at line 280
    Compiling failed.

  11. #436
    Join Date
    Apr 2012
    Location
    Canada, Bc
    Posts
    1,593
    Mentioned
    6 Post(s)
    Quoted
    356 Post(s)

    Default

    Is it crowded? Are people around a lot?
    Average exp around 47k eh?

  12. #437
    Join Date
    Mar 2008
    Posts
    200
    Mentioned
    1 Post(s)
    Quoted
    11 Post(s)

    Default

    No1sperfect, at the beginning either erase the '8' from 'define smart8'. or if its not there, then add an '8'. It basically refers to which version of smart you are suing. If you installed smart8 then in the script you should have define smart8. If you are not using smart 8, then you have to delete the 8 from define smart8.
    SRL has given me many 99s now, and many more to come. I hope to enhance the quality of the community here with feedback, progress reports, and testing scripts (and maybe learn a little along the way)

  13. #438
    Join Date
    Jun 2012
    Posts
    23
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    Running Smart8 and replaced the GetKeybind function code so the script loads up and starts.

    It successfully clicks on the fishing spot but the 'counter' doesn't update while fish are caught. The script doesn't realise it's actually caught anything and when it gets to a full inventory it hangs, still thinking it hasn't caught anything yet. It does say I've caught 4 loads though when I had one full inventory?

  14. #439
    Join Date
    Mar 2008
    Posts
    200
    Mentioned
    1 Post(s)
    Quoted
    11 Post(s)

    Default

    Hey bud,

    From my observations, the paint on SMART progress report will update only after the script drops the fish. I am unsure why it is not dropping though, try updating SRL, and SPS in the simba client window and then restarting it. Other then that, try and wait out for someone who has more scripting knowledge.
    SRL has given me many 99s now, and many more to come. I hope to enhance the quality of the community here with feedback, progress reports, and testing scripts (and maybe learn a little along the way)

  15. #440
    Join Date
    Apr 2012
    Location
    Canada, Bc
    Posts
    1,593
    Mentioned
    6 Post(s)
    Quoted
    356 Post(s)

    Default

    Quote Originally Posted by andrewb View Post
    Running Smart8 and replaced the GetKeybind function code so the script loads up and starts.

    It successfully clicks on the fishing spot but the 'counter' doesn't update while fish are caught. The script doesn't realise it's actually caught anything and when it gets to a full inventory it hangs, still thinking it hasn't caught anything yet. It does say I've caught 4 loads though when I had one full inventory?
    I get the same thing.
    Removed the GetKeybind function. Then it catches a full load of fish, adds the fish to the action bar and just keeps clicking the fishing spots with a full load.

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

    Default

    Quote Originally Posted by Neznam View Post
    I get the same thing.
    Removed the GetKeybind function. Then it catches a full load of fish, adds the fish to the action bar and just keeps clicking the fishing spots with a full load.
    You could try mine until Flight updates this

  17. #442
    Join Date
    Apr 2012
    Location
    Canada, Bc
    Posts
    1,593
    Mentioned
    6 Post(s)
    Quoted
    356 Post(s)

    Default

    I had my action bar keys Letters and Not numbers. Now when I put the custom keys to numbers, it WILL drop salmon, but NOT trout. Hope this helps find the problem?
    I tried setting at diff keys but doesnt help, it just does the above.

    Quote Originally Posted by BMWxi View Post
    You could try mine until Flight updates this
    Yeah im looking. I want to finish fishing so badly.

    EDIT: Wow i fixed it.... o.o o.o thats so surprising
    TO fix the above problem, replace your action keys to numbers and not letters then.

    Go to LINE 1039
    Code:
    Function DropFish: Boolean;
    var
      tC,sC,i: Integer;
    begin
      ClickContinue(True,True);
    
      tC := CountItems('dtm', DTM_Trout, []);
      if tC > 0 then //<------ ADD LINE HERE
      for i:=1 to tC do
        SendKeys(tSlot,RandomRange(180,230),RandomRange(180,230));
    
      sC := CountItems('dtm', DTM_Salmon, []);
      if sC > 0 then
        for i:=1 to sC do
          SendKeys(sSlot,RandomRange(180,230),RandomRange(180,230));
    add
    if tC > 0 then

    I figured this was the only line that the salmon thing had which made it drop, so I added the same line but changed sC to tC and it started dropping both fish


    EDIT2 or 3:
    Still having problem with it logging out after saying it doesnt have enough feathers, even though i still have like 20k of them. So hmm, trying to figure out why.
    Last edited by Neznam; 02-12-2013 at 05:03 AM.

  18. #443
    Join Date
    Apr 2012
    Location
    Canada, Bc
    Posts
    1,593
    Mentioned
    6 Post(s)
    Quoted
    356 Post(s)

    Default

    Thanks for 99 fishing flight.
    Love you lots. If there is a 99 list, add me.

    Sry for double post.

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

    Default

    Quote Originally Posted by Neznam View Post
    Thanks for 99 fishing flight.
    Love you lots. If there is a 99 list, add me.

    Sry for double post.
    :O Wowzers, congratulations friend! That's great.

    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..."


  20. #445
    Join Date
    Nov 2008
    Location
    Norway, Alesund
    Posts
    924
    Mentioned
    0 Post(s)
    Quoted
    37 Post(s)

    Default

    Quote Originally Posted by Flight View Post
    :O Wowzers, congratulations friend! That's great.
    Hello flight, I have tested it a bit and found some problems, first one if loadstone use is setup true. then it teleports to edge, goes to bank, stands there a bit repeats all over, if you turn of loadstone and use "walking" started script at bank he just stands there. powerfishing works great though, i have extra problem after 6h fix client restarts logins, chooses world clicks login (choose world, not sure what button is on lobby ) though idea is before we get in game clients restarts and repeats again, this may be smart8 error or sth since i updated to smart8 just yesterday (if it's and someone knows how to fix it tell me)

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

    Default

    Quote Originally Posted by Laimonas171 View Post
    Hello flight, I have tested it a bit and found some problems, first one if loadstone use is setup true. then it teleports to edge, goes to bank, stands there a bit repeats all over, if you turn of loadstone and use "walking" started script at bank he just stands there. powerfishing works great though, i have extra problem after 6h fix client restarts logins, chooses world clicks login (choose world, not sure what button is on lobby ) though idea is before we get in game clients restarts and repeats again, this may be smart8 error or sth since i updated to smart8 just yesterday (if it's and someone knows how to fix it tell me)
    Try this version, it's the one I gave to Neznam for testing:
    http://paste.villavu.com/show/4039/

    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..."


  22. #447
    Join Date
    Aug 2012
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Removed the GetKeybind function. Then it catches a full load of fish, adds the fish to the action bar and just keeps clicking the fishing spots with a full load.
    Try remaining the function's name. Solved the hiccups for me. Thank you for the script Flight <3

  23. #448
    Join Date
    Nov 2008
    Location
    Norway, Alesund
    Posts
    924
    Mentioned
    0 Post(s)
    Quoted
    37 Post(s)

    Default

    Quote Originally Posted by Flight View Post
    Try this version, it's the one I gave to Neznam for testing:
    http://paste.villavu.com/show/4039/
    Ok thanks, going to test it and leave feedback after some hours maybe days of work
    EDIT: just turned off old script relaunched simba, after clicking play in loby it restarts (ashamansLRC works great with v8.0, maybe you should check smart settings there)

    Edit2: i disabled smart then loading, clicked on quick worlds logged in normaly, enabled starts looks like working for now

  24. #449
    Join Date
    Mar 2013
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    I keep getting

    No MSI update available.
    [Error] C:\Users\Yentl\AppData\Local\Microsoft\Windows\Tem porary Internet Files\Content.IE5\1WUYGFDB\BarbFlyFisher(1.75) (1).Simba(621:10): Duplicate identifier 'GETKEYBIND' at line 620
    Compiling failed.

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

    Default

    Quote Originally Posted by Yentlz View Post
    I keep getting

    No MSI update available.
    [Error] C:\Users\Yentl\AppData\Local\Microsoft\Windows\Tem porary Internet Files\Content.IE5\1WUYGFDB\BarbFlyFisher(1.75) (1).Simba(621:10): Duplicate identifier 'GETKEYBIND' at line 620
    Compiling failed.
    Try the version I posted just above you:
    http://paste.villavu.com/show/4039/

    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..."


Page 18 of 22 FirstFirst ... 81617181920 ... 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
  •