Page 37 of 40 FirstFirst ... 273536373839 ... LastLast
Results 901 to 925 of 1000

Thread: [Reflection] ineedbot's AIO Fisher

  1. #901
    Join Date
    Mar 2016
    Location
    Isle de Muerta
    Posts
    40
    Mentioned
    0 Post(s)
    Quoted
    23 Post(s)

    Default

    i always had this problem that bots get stuck at draynor village when the cooking option is on, when he catches full inventory of fishes and doesn't leave one empty space for log to make fire and cook those fishes, after he runs to chop down tree it get stuck because there is no empty space in inventory. So i made this small edit that when inventory is full now he drops that fish in Draynor village:
    Add this code after line 4070 ends:
    0:begin //draynor small net
    cookedFishIDs := daLocation.getCookedFishIDs;
    if not Reflect.Inv.Contains(cookedFishIDs) then
    goto normal;
    end;

    And change line 4090 to look like this:
    line 4090 Reflect.Text. chooseOptionFast('Drop');

  2. #902
    Join Date
    Apr 2016
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    whats the ban rate on this? ive used his WC bot straight to 99, is this also near perfect?

  3. #903
    Join Date
    May 2015
    Posts
    38
    Mentioned
    0 Post(s)
    Quoted
    15 Post(s)

    Default

    Quote Originally Posted by FkingAhhhh View Post
    whats the ban rate on this? ive used his WC bot straight to 99, is this also near perfect?
    I used this bot from ~60 to 99 about 6 months ago no bans, just be smart with it and you should be fine.

  4. #904
    Join Date
    Jan 2016
    Posts
    20
    Mentioned
    0 Post(s)
    Quoted
    12 Post(s)

    Default

    im getting this error wen it starts....
    Error: List index (311) out of bounds at line 10
    Execution failed.
    The following bitmaps were not freed: [0, 1]


    any1 no wats wrong?

  5. #905
    Join Date
    Jun 2007
    Location
    Michigan
    Posts
    269
    Mentioned
    2 Post(s)
    Quoted
    141 Post(s)

    Default

    Quote Originally Posted by pitch2cs View Post
    im getting this error wen it starts....
    Error: List index (311) out of bounds at line 10
    Execution failed.
    The following bitmaps were not freed: [0, 1]


    any1 no wats wrong?
    Take a screen shot of the first 15 lines of the script so we can see if anything was changed.

    EDIT: If you are sure nothing was changed then try redownloading the needed files or reread the original post. I just pressed play after not using it for a while and it worked fine.

  6. #906
    Join Date
    May 2015
    Posts
    38
    Mentioned
    0 Post(s)
    Quoted
    15 Post(s)

    Default

    You may have entered some information incorrectly into the script, i have had this issue in the past.

  7. #907
    Join Date
    Jan 2016
    Posts
    20
    Mentioned
    0 Post(s)
    Quoted
    12 Post(s)

    Default

    function TReflectInvItem.GetName: string;
    var
    Line: string;
    Id: Integer;
    begin
    Id := Self._Id;
    if not InRange(Id, 0, Definition_Items_Length) then
    Exit;
    Line := ItemCache.GetStrings(Id);
    Result := Between('''name'': ''', ''',', Line);
    end;

    function TReflectInvItem.GetInvActions: TStringArray;
    var
    Line, Temp: string;
    Id: Integer;
    begin
    Id := Self._Id;
    if not InRange(Id, 0, Definition_Items_Length) then
    Exit;
    Line := ItemCache.GetStrings(Id);
    Temp := Between('''actions'': [''', ']', Line);
    Temp := Copy(Temp, 1, Length(Temp) - 1);
    Result := Explode(''',''',Temp);
    end;

    thats what comes up after it stops working, thats like the first 20 lines or so.

  8. #908
    Join Date
    Apr 2014
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    I've noticed that the drop feature can be a bit buggy. It will some how open up the achievement diary and then start click around as if it's trying to drop. It does this until you manually switch back to the inventory tab. Not sure what's going on. Also, I have brightness set to high, default zoom, and everything is up to date.

  9. #909
    Join Date
    Apr 2014
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    Quote Originally Posted by bgibson9970 View Post
    I've noticed that the drop feature can be a bit buggy. It will some how open up the achievement diary and then start click around as if it's trying to drop. It does this until you manually switch back to the inventory tab. Not sure what's going on. Also, I have brightness set to high, default zoom, and everything is up to date.


    Yep I can confirm exactly when it happens. When the anti ban is on the quest tab and your inventory is full, it will just start dropping. Maybe that random feature can be disabled.

  10. #910
    Join Date
    Apr 2014
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    Quote Originally Posted by bgibson9970 View Post
    Yep I can confirm exactly when it happens. When the anti ban is on the quest tab and your inventory is full, it will just start dropping. Maybe that random feature can be disabled.
    I switched shortkeys off and it does the exact same thing...

  11. #911
    Join Date
    May 2012
    Posts
    59
    Mentioned
    0 Post(s)
    Quoted
    22 Post(s)

    Default

    For some odd reason when i have this script set to catch sharks at the fishing guild it sometimes fishes swordfish and tuna and it doesnt recognize them in the inventory and once my invy fills up with tuna and swords the script logs out. sometimes im able to get around 800 shark before this happens and other times i can barely catch 100.. anyone got a clue how to fix this?

  12. #912
    Join Date
    Oct 2016
    Posts
    19
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    i went from 1-50 fishing over a few days of slow fishing. Great script.

  13. #913
    Join Date
    Nov 2015
    Posts
    22
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    Getting this message when i try to start the bot :

    [18:38:28:549] [Reflection] [Status] Paired with SMART client 11560.
    [18:40:28:608] [Reflection] [Fatal] Failed to detect or load OSRS.
    [18:40:28:614] [Reflection] [Status] All cached references free'd from memory
    Successfully executed.

    how to fix this? it wont log in
    Last edited by niot; 10-23-2016 at 04:41 PM.

  14. #914
    Join Date
    Oct 2006
    Posts
    491
    Mentioned
    0 Post(s)
    Quoted
    41 Post(s)

    Default

    Quote Originally Posted by niot View Post
    Getting this message when i try to start the bot :

    [18:38:28:549] [Reflection] [Status] Paired with SMART client 11560.
    [18:40:28:608] [Reflection] [Fatal] Failed to detect or load OSRS.
    [18:40:28:614] [Reflection] [Status] All cached references free'd from memory
    Successfully executed.

    how to fix this? it wont log in
    login the player you're attempting to use and make sure the settings are like this.

    Untitled.png

  15. #915
    Join Date
    Nov 2015
    Posts
    22
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    still getting the same message when i login too, someone told me to reinstall java but it didnt work.

    any other tips?

  16. #916
    Join Date
    Oct 2016
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    It work flawless

  17. #917
    Join Date
    Jan 2015
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    Hey, I'm having problems with the script that I haven't had before. I tried to update, but there was no changes. I'm at the fishing guild, and when I bank, it runs over to the bank and deposits the items fine, but sometimes it moves the viewing angle really low and tries to click on the fishing spot but can't do it. It also opens up the quest tab as an antiban and then never switches back, so when my bag goes full, it logs out from inactivity. Most importantly, though, it sometimes loses the fishing spots or thinks they're a tile over and cannot click them. I'm not sure if it's because runescape updated or something, because I haven't had these problems before. I'm going to delete and re-download the simba files. I'll see if that fixes things.

    EDIT: It didnt fix it, but I did see an error in the console. "[GaussBox] Point invalid (%d, %d)"
    Last edited by dandandan; 11-02-2016 at 02:34 PM.

  18. #918
    Join Date
    Apr 2014
    Posts
    96
    Mentioned
    1 Post(s)
    Quoted
    35 Post(s)

    Default

    When I Download and open up the updater, it just opens up a blank page. Any help?

  19. #919
    Join Date
    Nov 2016
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    please pm me if you have found or are aware of a fix for my error while running this script.

    Error: Unknown declaration "Plane" at line 1780
    Compiling failed.

  20. #920
    Join Date
    May 2012
    Location
    North Yorkshire, UK
    Posts
    61
    Mentioned
    0 Post(s)
    Quoted
    25 Post(s)

    Default

    ineedbot's AIO Fisher proggy 63_Ink_LI.jpg

    22 hour proggie on sharks at the fishing guild with breaks - thanks for the script

    Edit: got a 24.5 hour proggie too - thanks again

    ineedbot's AIO Fisher proggy 65.png
    Create a POH Alter script

    6 99's to go before maxing a mainly botted account

  21. #921
    Join Date
    Nov 2014
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Botting around 12-14h

    I'm get 76-87 lvl fish with sharks

    No breaks or something !!!

    Best script ever!!!

    Ps:If you created account and go to salmon in barbarian village .You will get ban.
    Last edited by Nxtahata; 12-07-2016 at 07:52 AM.

  22. #922
    Join Date
    Jul 2014
    Posts
    30
    Mentioned
    0 Post(s)
    Quoted
    17 Post(s)

    Default

    Quote Originally Posted by Nxtahata View Post
    Botting around 12-14h

    I'm get 76-87 lvl fish with sharks

    No breaks or something !!!

    Best script ever!!!

    Ps:If you created account and go to salmon in barbarian village .You will get ban.
    yea reached level 72 on suicide account, then banned

  23. #923
    Join Date
    Jan 2007
    Location
    Not here
    Posts
    1,604
    Mentioned
    2 Post(s)
    Quoted
    19 Post(s)

    Default

    Haha yep Barbarian Village fishing spot is savage for banning. I did bot irresponsibly, I was there for probably 6 hours without monitoring it and woke up to a ban the next morning.
    This script is great though, just be responsible with the areas you fish, I think I will stick with netting at Draynor and then move onto Karamja and see how I go.
    Sleeping...

  24. #924
    Join Date
    Apr 2014
    Posts
    96
    Mentioned
    1 Post(s)
    Quoted
    35 Post(s)

    Default

    When I run the auto updater then open where it downloaded, it is a blank page. Anyone able to help?

  25. #925
    Join Date
    Jan 2016
    Posts
    77
    Mentioned
    0 Post(s)
    Quoted
    44 Post(s)

    Default

    Anyone know if the script works well at karamja? For example will it go all the way back on the boat to bank?

    Plus it works flawlessly so far. If I do have to provide one critique it would be how low the bot changes it view to pick out another fishing spot. I dont know many people that would do that in real life (if the spot is far away then most people would just click on the minimap) so it does seem very 'bot like'. Other than that, it is fantastic!

Page 37 of 40 FirstFirst ... 273536373839 ... 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
  •