-
Posts
11146 -
Joined
-
Last visited
-
Days Won
91 -
Feedback
100%
Everything posted by Apaec
-
Naturally, as botting is against the game rules, there's little to nothing that us scripters can do to completely prevent users from getting banned. I'd advise seeing all scripts merely as tools, with the assumption that jagex knows you are botting the moment you log in through OSBot. The key to avoiding bans is to keep a low profile (no magic anti-ban system will change this, it's 2019) - as I mentioned before, the more cautiously you bot, the less likely you are to be banned. If you are botting in a saturated bot hotspot, then spend minimal time there and diversify your tasks, perhaps bot/play elsewhere as a break. Entirely evading bans is not easy, but it is certainly possible! Best Apa
-
Hi both, Sorry to hear about these bans, sounds like you were both caught in the same wave. Those sound like brave run times though! I'd strongly suggest keeping sessions much shorter and using generous breaks in future. For more info about preventing bans, this thread provides a nice summary: https://osbot.org/forum/topic/124429-preventing-rs-botting-bans-v2/ Best Apa
-
Sure - trial activated You might find sand crabs to have a better exp rate though! Apa
-
The destination is currently a single tile, however the acceptance criteria for a refresh is within 3 (ish) tiles I believe, so it shouldn't walk to the exact same one each time Apa
-
Hey, Thanks for the feedback - the path is randomised internally with the OSBot path walker, however the destination region is indeed the same. That being said, most players I know follow the same approximate route to reset, they don't walk a different direction each time! Apa
-
Sure no problem, trial activated! -Apa
-
Sure, just started a trial!
-
Hmm, that doesn't look right I'll see what I can do. Edit: Done!
-
Sure, trial started Apa
-
(Copying this reply from the Sand Crabs thread as the message is relevant in both places) I'd advise considering all scripts and bots as equally dangerous - you're never safe when your botting, as it breaches the OSRS rules. Sadly there's not much that I can do to prevent this as of course detecting robots is far easier than creating humans (hence captchas work!) - it is down to you to 'bot safe'. Keep sessions short, use very generous breaks, and play legitimately between sessions. I personally avoid botting for more than 15-30 minutes consecutively, and try not to exceed 2 hours of botting per day. Hopefully you're not put off botting in the future, if you're careful it can be very fruitful!
-
Hey, Sorry to hear this, although that is a very brave botting schedule! I'd advise considering all scripts and bots as equally dangerous - you're never safe when your botting, as it breaches the OSRS rules. Sadly there's not much that I can do to prevent this as of course detecting robots is far easier than creating humans (hence captchas work!) - it is down to you to 'bot safe'. Keep sessions short, use very generous breaks, and play legitimately between sessions. I personally avoid botting for more than 15-30 minutes consecutively, and try not to exceed 2 hours of botting per day. Being cautious like this has allowed me to (admittedly over a significant period of time) train multiple accounts to high levels while receiving minimal bans. Hopefully you're not put off botting in the future, if you're careful it can be very fruitful! -Apa
-
Sure, trial activated Apa
-
Hey! I'm not sure what you mean exactly by this. If you're wanting to access the Den cooker, you can add it to your collection here: https://osbot.org/mvc/sdn2/scripts/4 Cheers Apa
-
Hey, The low level banking interaction is handled by the client, so how it clicks I cannot change. I can only change what it clicks which should hopefully be correct and consistent! (Here's the banking code: https://github.com/apaec/aio-herblore/blob/master/src/uk/co/ramyun/herblore/util/Banker.java ) As for the chatbox interaction, this is certainly possible, i'm a little busy at the moment to make such changes but you're more than welcome to tailor the code to your preferences - the structure of the script means the changes you make to each task are encapsulated. Here's the task directory https://github.com/apaec/aio-herblore/tree/master/src/uk/co/ramyun/herblore/task Best Apa
-
Thanks for letting me know about this - I did some heavy testing on the door handling code when I re-wrote the script a year or so ago - it relies on the client reachability API. Perhaps this code is malfunctioning causing the script to fail when trying to handle the door. I'll run some further tests and try and figure out the cause of this issue - in the mean time, i'd recommend cooking somewhere without a door between the bank and range. Perhaps Al-kharid if you're limited to F2P? Apa
-
Hey, I wouldn't say the ban rates would differ from any other script (or bot) for that matter. When you're botting, you're always at risk of a ban, no matter what. As for this, the script uses the OSBot interaction API and so will almost all other scripts, so it is likely that it will behave the same. Note that resizeable mode support was only recently rolled out (and is still in beta) thus odd behaviour/issues are to be expected for all scripts -Apa
-
Hey, Thanks for the suggestions. The prayer idea is interesting - since potions are so expensive I never thought people would train with prayers active, i'll investigate the feasibility of this. For now i'd just suggest training with potions - super combat potions are probably the best, but if you are on a budget then normal combat potions are good enough. As for hopping, you're right - this is not ideal. I've added a 'combined force attack/hop' mode to my list of things to do. With regards to switching gear on milestones, this seems like an unnecessary over complication which could lead to more problems than it would solve - manually upgrading your gear every now and then is not too much effort and users seldom run the script for long enough to regularly pass a milestone anyway! Thanks again for the ideas, Apa
-
Sure thing, trial activated! Apa
-
Sure, trial started Apa Hi justin and lolkek, I just ran some tests and it looks like in the most recent game update (Kebos), Jagex changed the interaction text on Sandicrahb from 'Quick-travel' to 'Travel'. This meant the script could not recognise the interaction option following the game update and as such the interaction failed. I've just fixed this and pushed it to the OSBot developers for verification as version 3.10. This should take no more than 24h to go live and the script will be updated automatically on your end. In the mean time, while running version 3.09, i'd suggest sticking to the mainland. Thank you bringing this to my attention -Apa
-
Sure - trial activated ! -Apa
-
Hmm, thanks for letting me know about this. Perhaps the interaction options have changed following the recent game update as this always used to work well! I'll take a look into this for you today. Thanks for letting me know Apa
-
Trial activated As for RSGP, you can pay with RSGP, however not directly, rather you must first buy a voucher to subsequently redeem for in-store credit. The store is maintained by OSBot staff and not the scripters, so I am unable to take payment directly (OSBot must take their share). Here is a link to the vouchers subforum: https://osbot.org/forum/forum/227-vouchers/ Apa Ah, sorry to hear that I would have been happy to re-start the trial since you didn't get a go. Glad it's working well for you so far though! -Apa
-
Hmm, likely an issue caused by the game update. Hopefully it will go away within the next couple of days following a client update
-
Hmm, i've not heard of this happening before, the script uses reachability checks among other methods to determine the next interaction, so it is worrying that you have experienced this, and could potentially be to do with the client. While it is likely the issue is caused by todays game update (these always cause issues with bots), in the off chance that it is not, please could you tell me which course are you running at so that I can investigate further? -Apa
-
Hey, Unfortunately mirror mode doesn't support this bot - funny behaviour such as this is to be expected. I'd strongly suggest switching over to Stealth Injection. For more info, check out the 'things to consider before buying/trying' subsection on the original thread. Best Apa