pocarifitness Posted September 21, 2021 Posted September 21, 2021 Hey, I've bought your script and everything going well with it, but I can't seem to get my character to eat? Currently trying to use shrimps as an option
progamerz Posted September 21, 2021 Author Posted September 21, 2021 2 hours ago, pocarifitness said: Hey, I've bought your script and everything going well with it, but I can't seem to get my character to eat? Currently trying to use shrimps as an option Hi, what settings are you using? Did you enter the food name in the GUI exactly as it shows in game, i.e. "Shrimps"?
thehonestpirate Posted September 23, 2021 Posted September 23, 2021 Hi, just liked the post, can i get that trial to test this out?
progamerz Posted September 23, 2021 Author Posted September 23, 2021 24 minutes ago, thehonestpirate said: Hi, just liked the post, can i get that trial to test this out? Enabled trial for 24 hours starting from now, enjoy 1
progamerz Posted October 11, 2021 Author Posted October 11, 2021 32 minutes ago, reflexor1 said: Can i have a trial? Enabled trial for 24 hours starting from now, enjoy
geckospeed Posted October 18, 2021 Posted October 18, 2021 Anyway to get the script to use food that's not in the dropdown list? Like cake?
progamerz Posted October 18, 2021 Author Posted October 18, 2021 33 minutes ago, geckospeed said: Anyway to get the script to use food that's not in the dropdown list? Like cake? Nope currently it only supports main food(that are available in the selection) because implementing cake/wine etc needs a different implementation.
geckospeed Posted October 20, 2021 Posted October 20, 2021 Ah okay. Worth mentioning I've never botted before, ran this script for about 5 hours using 'stealth' mode locally. Got a 1 day ban the following day. Any advice on not getting banned?
progamerz Posted October 21, 2021 Author Posted October 21, 2021 10 hours ago, geckospeed said: Ah okay. Worth mentioning I've never botted before, ran this script for about 5 hours using 'stealth' mode locally. Got a 1 day ban the following day. Any advice on not getting banned? I would recommend buying VIP and using mirror mode, I've had accounts last until 60s and till now not banned using mirror mode and of course you should avoid botting for long intervals, and you should take breaks in between. This thread is a good start for you: https://osbot.org/forum/topic/124429-preventing-rs-botting-bans-v3/
Heiz Posted October 24, 2021 Posted October 24, 2021 Hello friend, when auto retaliation is off the bot simply stands still taking hits from the cows until they run out of food. Could you add something like that to the bot's "onStart"? if(!getCombat().isAutoRetaliateOn()) { getCombat().toggleAutoRetaliate(true); Sleep.sleepUntil(() -> (getCombat().isAutoRetaliateOn()), 1200, 1200); } Thank you very much 1
progamerz Posted October 24, 2021 Author Posted October 24, 2021 (edited) 1 hour ago, Heiz said: Hello friend, when auto retaliation is off the bot simply stands still taking hits from the cows until they run out of food. Could you add something like that to the bot's "onStart"? if(!getCombat().isAutoRetaliateOn()) { getCombat().toggleAutoRetaliate(true); Sleep.sleepUntil(() -> (getCombat().isAutoRetaliateOn()), 1200, 1200); } Thank you very much Hey, sure I will implement that, never thought that someone will have Auto Retaliate off. Thanks for letting me know EDIT: Pushed v4.523 which will enable auto retaliate if not enabled allow up to 24 hours to be live on the SDN! Edited October 24, 2021 by progamerz 1
lakersrule22 Posted November 2, 2021 Posted November 2, 2021 two quick requests, one I'm running into an inconsistent "We should setup zoom" error - any chance you can take a look? Additionally, Event RPG is BIS starting weapon, but your script isn't able to switch combat styles with the event rpg equipped - can you add this as well? Incredible script, I use it on 100% of my bots.
progamerz Posted November 2, 2021 Author Posted November 2, 2021 2 hours ago, lakersrule22 said: two quick requests, one I'm running into an inconsistent "We should setup zoom" error - any chance you can take a look? Additionally, Event RPG is BIS starting weapon, but your script isn't able to switch combat styles with the event rpg equipped - can you add this as well? Incredible script, I use it on 100% of my bots. Hello, I checked the zoom issue and I think you have mouse wheel zooming disabled, which I will implement in the new update with the Event RPG to enable it if it wasn't enabled since lately I implemented zooming in/out using mouse wheel
progamerz Posted November 2, 2021 Author Posted November 2, 2021 Pushed update v4.524 @lakersrule22 Changelog: - Added "Event rpg" weapon attack styles - The script will now enable the "zoom through mouse wheel scroll" if it was disabled when it has to set up zoom (which was causing issue like getting stuck at the stage of fixing zoom) Allow up to 24hrs for the SDN version to be updated.