Page 3 of 40 FirstFirst 1234513 ... LastLast
Results 51 to 75 of 1000

Thread: [Reflection] ineedbot's AIO Fisher

  1. #51
    Join Date
    Jun 2014
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    10 Post(s)

    Default

    I find that the bot doesn't bank items obtained through random events such as beer and kebabs from the drunken dwarf event and strength pots, etc.

    BTW is this normal?? ?

    [ATTACH=CONFIG]23391

    It seems to keep spitting out g,y and ai letters.
    Attached Images Attached Images

  2. #52
    Join Date
    Jun 2007
    Location
    The land of the long white cloud.
    Posts
    3,702
    Mentioned
    261 Post(s)
    Quoted
    2006 Post(s)

    Default

    Quote Originally Posted by Abacus View Post
    BTW is this normal?? ?

    [ATTACH=CONFIG]23391

    It seems to keep spitting out g,y and ai letters.
    I think I read somewhere that is normal for reflection?

  3. #53
    Join Date
    Aug 2007
    Posts
    539
    Mentioned
    20 Post(s)
    Quoted
    266 Post(s)

    Default

    Quote Originally Posted by The Mayor View Post
    I think I read somewhere that is normal for reflection?
    Yes, I believe that happens when a hook is broken and it cannot grab the data needed... Correct me if I'm wrong.

  4. #54
    Join Date
    Jun 2014
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    Hiya, i got the Script running fine but it is having trouble with some of the Randoms. I have on several occasions been teleported by the Sandwich lady, The Mysterious old man box cannot be solved and i end up with about 12 of the boxes in my inventory, The princess frog cannot be solved and i end up in the frog cave. Are these randoms unsolvable by the bot? as they appear quite often..

    But just to conclude, the bot runs brilliantly otherwise!

  5. #55
    Join Date
    Jun 2014
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    10 Post(s)

    Default

    Quote Originally Posted by Bumblefff View Post
    Hiya, i got the Script running fine but it is having trouble with some of the Randoms. I have on several occasions been teleported by the Sandwich lady, The Mysterious old man box cannot be solved and i end up with about 12 of the boxes in my inventory, The princess frog cannot be solved and i end up in the frog cave. Are these randoms unsolvable by the bot? as they appear quite often..

    But just to conclude, the bot runs brilliantly otherwise!
    I have the same problem as him.

  6. #56
    Join Date
    Jun 2014
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    Still running it at the moment, it just managed to solve the mystery box random but it seems to very inconsistent. It also managed to solve the Genie and Drunken Dwarf random with no problems

  7. #57
    Join Date
    Jun 2014
    Location
    EastCoast
    Posts
    76
    Mentioned
    0 Post(s)
    Quoted
    31 Post(s)

    Default

    Proggies.png
    Great Script, sticks on the prison pete random.
    *Three separate scripts

  8. #58
    Join Date
    Apr 2014
    Posts
    323
    Mentioned
    0 Post(s)
    Quoted
    131 Post(s)

    Default

    Quote Originally Posted by ineedbot View Post
    Thanks, I'll look into the combat detection. Should see a fix in next revision.


    Thanks! Yea I noticed the script was stopping for no reason. I'll take your advise, thanks again.


    Alright thanks, have a look at this:
    Code:
    BurntFishIDs := [-1];
       CookedFishIDs := [-1];
       RawFishIDs := [-1];
       BaitID := -1;
       TreeLocation := Point(-1, -1);
       BankLocation := Point(-1, -1);
       FishingAnimation := -1;
       TreeObjectID := -1;
       EquipmentID  := -1;
       FishingSpotID := -1;
       FishingTypeName := '';
       LogID := -1;
       canCook := false;
       canBank := false;
    You could fill out yourself and it should work.
    I'm not sure what to fill out for fishing Animation.
    Do you need a picture of anything else in shilo village to make this work?

    this is what i got so far, do you need a fishing spot location? i think i have it in one of the pictures.
    BurntFishIDs := [-1];
    CookedFishIDs := [-1];
    RawFishIDs := [336, 332];
    BaitID := -315;
    TreeLocation := Point(-1, -1);
    BankLocation := Point(2852, 2954);
    FishingAnimation := 623;
    TreeObjectID := -1;
    EquipmentID := 310;
    FishingSpotID := 1515;
    FishingTypeName := 'Lure';
    LogID := -1;
    canCook := false;
    canBank := true;

    pictures: http://imgur.com/a/qyvdq

    EDIT: this is what i got now, i put it in the script and it will run to the spot and fish, but when it gets back to the bankers it just talks to them and doesnt enter the screen to deposit.

    // shilo village lure and bank
    BurntFishIDs := [-1];
    CookedFishIDs := [-1];
    RawFishIDs := [336, 332];
    BaitID := 315;
    TreeLocation := Point(-1, -1);
    BankLocation := Point(2852, 2954);
    FishingLocation := Point(2859, 2971);
    FishingAnimation := 623;
    TreeObjectID := -1;
    EquipmentID := 310;
    FishingSpotID := 1515;
    FishingTypeName := 'Lure';
    LogID := -1;
    canCook := false;
    canBank := true;

    Also.. sometimes with rasolo... it thinks it's in the sell screen when it isn't and just right clicks fish for a while. but it fixes after a minute or two.

  9. #59
    Join Date
    Aug 2007
    Posts
    539
    Mentioned
    20 Post(s)
    Quoted
    266 Post(s)

    Default

    Quote Originally Posted by hakishakataki View Post
    I'm not sure what to fill out for fishing Animation.
    Do you need a picture of anything else in shilo village to make this work?

    this is what i got so far, do you need a fishing spot location? i think i have it in one of the pictures.
    BurntFishIDs := [-1];
    CookedFishIDs := [-1];
    RawFishIDs := [336, 332];
    BaitID := -315;
    TreeLocation := Point(-1, -1);
    BankLocation := Point(2852, 2954);
    FishingAnimation := 623;
    TreeObjectID := -1;
    EquipmentID := 310;
    FishingSpotID := 1515;
    FishingTypeName := 'Lure';
    LogID := -1;
    canCook := false;
    canBank := true;

    pictures: http://imgur.com/a/qyvdq

    EDIT: this is what i got now, i put it in the script and it will run to the spot and fish, but when it gets back to the bankers it just talks to them and doesnt enter the screen to deposit.

    // shilo village lure and bank
    BurntFishIDs := [-1];
    CookedFishIDs := [-1];
    RawFishIDs := [336, 332];
    BaitID := 315;
    TreeLocation := Point(-1, -1);
    BankLocation := Point(2852, 2954);
    FishingLocation := Point(2859, 2971);
    FishingAnimation := 623;
    TreeObjectID := -1;
    EquipmentID := 310;
    FishingSpotID := 1515;
    FishingTypeName := 'Lure';
    LogID := -1;
    canCook := false;
    canBank := true;

    Also.. sometimes with rasolo... it thinks it's in the sell screen when it isn't and just right clicks fish for a while. but it fixes after a minute or two.
    Thanks! I'll try and do something with that data there. Also about the selling screens, I'm going to add a DTM to know if its in the selling screen or not, thus eliminating that problem ^^

  10. #60
    Join Date
    Apr 2014
    Posts
    323
    Mentioned
    0 Post(s)
    Quoted
    131 Post(s)

    Default

    Quote Originally Posted by ineedbot View Post
    Thanks! I'll try and do something with that data there. Also about the selling screens, I'm going to add a DTM to know if its in the selling screen or not, thus eliminating that problem ^^
    Cool , if there is anything I can help with, let me know!

    - What DTM editor do you use?

  11. #61
    Join Date
    Aug 2007
    Posts
    539
    Mentioned
    20 Post(s)
    Quoted
    266 Post(s)

    Default

    Quote Originally Posted by hakishakataki View Post
    Cool , if there is anything I can help with, let me know!

    - What DTM editor do you use?
    alright thanks, and I just use the in-program simba DTM editor.

  12. #62
    Join Date
    Apr 2014
    Posts
    323
    Mentioned
    0 Post(s)
    Quoted
    131 Post(s)

    Default

    Some things I've noticed.

    - The whirlpool detection isn't great. I keep losing poles to it
    - The drop speed is a little slow. I haven't figured out how to speed it up.
    - It's not great at some randoms: giles always teleports me. frog random always gets me.

  13. #63
    Join Date
    Aug 2007
    Posts
    539
    Mentioned
    20 Post(s)
    Quoted
    266 Post(s)

    Default

    Quote Originally Posted by hakishakataki View Post
    Some things I've noticed.

    - The whirlpool detection isn't great. I keep losing poles to it
    - The drop speed is a little slow. I haven't figured out how to speed it up.
    - It's not great at some randoms: giles always teleports me. frog random always gets me.
    I could try and do somekind of 'faster' dropping method. Shift keys.
    I can improve the whirlpool detection, right now if two of the same whirlpools overlap each other, it might ignore the whirlpool if there is one.
    My script doesn't handle the randoms, its F_AntiRandoms and reflection anti randoms.

  14. #64
    Join Date
    Apr 2014
    Posts
    323
    Mentioned
    0 Post(s)
    Quoted
    131 Post(s)

    Default

    Quote Originally Posted by ineedbot View Post
    I could try and do somekind of 'faster' dropping method. Shift keys.
    I can improve the whirlpool detection, right now if two of the same whirlpools overlap each other, it might ignore the whirlpool if there is one.
    My script doesn't handle the randoms, its F_AntiRandoms and reflection anti randoms.
    Ah, right.
    Along with the whirlpool, there's also that spitting fish. he just shoots the rod on the ground somewhere.

  15. #65
    Join Date
    Aug 2007
    Posts
    539
    Mentioned
    20 Post(s)
    Quoted
    266 Post(s)

    Default

    Quote Originally Posted by hakishakataki View Post
    Ah, right.
    Along with the whirlpool, there's also that spitting fish. he just shoots the rod on the ground somewhere.
    It'll handle that, it checks the ground and picks up the equipment if it detects that theres no equipment in the users inv,

  16. #66
    Join Date
    May 2007
    Location
    knoxville
    Posts
    2,873
    Mentioned
    7 Post(s)
    Quoted
    70 Post(s)

    Default



    Stopped for some unknown reason(We were logged out, I need to get the 1.5 version )
    Some more feedback: Have the script drop/ bank the items received from random events, if you haven't already added that.
    <TViYH> i had a dream about you again awkwardsaw
    Malachi 2:3

  17. #67
    Join Date
    Aug 2007
    Posts
    539
    Mentioned
    20 Post(s)
    Quoted
    266 Post(s)

    Default

    Nice script! heres a bunch of progs


  18. #68
    Join Date
    Aug 2007
    Posts
    539
    Mentioned
    20 Post(s)
    Quoted
    266 Post(s)

    Default

    Quote Originally Posted by Awkwardsaw View Post


    Stopped for some unknown reason(We were logged out, I need to get the 1.5 version )
    Some more feedback: Have the script drop/ bank the items received from random events, if you haven't already added that.
    Nice proggy thanks!
    I may get around to do it. Maybe in 1.6

  19. #69
    Join Date
    Mar 2013
    Posts
    24
    Mentioned
    0 Post(s)
    Quoted
    13 Post(s)

    Default

    Literally the best script on the Villavu. Ineedbot deserves a medal. I've used your fishing guild fisher until it was outdated and I've been using this script daily. Would like to see a force disable fishing feature if it's remotely possible. Other cooking scripts don't even begin to compare to this script's capabilities and I'd like to rush 94 cooking. Regardless this script is outstanding and I appreciate all of the time that you're putting into it and how you're still updating it. I'm taking this horse to 99 fishing if I can.

  20. #70
    Join Date
    Jun 2014
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    ineedbots AIO Fisher proggy 1.png

    I'm very grateful for this script thank you Its got me from 55 to 68 fishing so far. It is definitely the best script I've used. It no longer seems to work however, I got logged out, on the log in screen it said runescape has been updated. I'm guessing it has something to do with that. I will keep checking to see if there are any updates for the script Thank you for your hard work!

  21. #71
    Join Date
    Jun 2014
    Posts
    35
    Mentioned
    0 Post(s)
    Quoted
    9 Post(s)

    Default

    Has some trouble at the Barbarian Village fly fishing spots with banking activated. It will have trouble detecting if a fishing spot has moved or if your inventory is full, and will spend a lot of time standing around between actions.

  22. #72
    Join Date
    Apr 2013
    Posts
    12
    Mentioned
    1 Post(s)
    Quoted
    4 Post(s)

    Default

    Need help please, I keep getting this error: Exception in Script: File "SRL-OSR/SRL.Simba" not found at line 3, column 5

  23. #73
    Join Date
    Aug 2013
    Posts
    230
    Mentioned
    1 Post(s)
    Quoted
    114 Post(s)

    Default

    Quote Originally Posted by rawrcakez View Post
    Need help please, I keep getting this error: Exception in Script: File "SRL-OSR/SRL.Simba" not found at line 3, column 5
    Download OSR-SRL

  24. #74
    Join Date
    Aug 2013
    Posts
    230
    Mentioned
    1 Post(s)
    Quoted
    114 Post(s)

    Default

    Hey,
    This bot is great and it works amazingly well.

  25. #75
    Join Date
    Nov 2011
    Location
    root@fsociety:~#
    Posts
    106
    Mentioned
    1 Post(s)
    Quoted
    44 Post(s)

    Default

    [Error] C:\Simba\Scripts\F_AntiRandoms.simba(120:10): Duplicate identifier 'R_GETWIDGET' at line 120
    Compiling failed.

    Help please :P I tried re-installing everything but it doesnt seems to work.

Page 3 of 40 FirstFirst 1234513 ... 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
  •