Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 11/17/21 in Posts

  1. @Heiz If you just want to override the break manager then you can try this
    3 points
  2. Alternatively if you don't want to make a custom break manager, you can simply tell the bot to go to an area before breaks are triggered by using this method that based pat improved recently: getBot().getTimeUntilNextBreak() this will tell you the time (in seconds now) until breaks will trigger. So if getBot().getTimeUntilNextBreak() < 20, walk to bank or walk to a safe area.
    2 points
  3. This is an AIO (All-in-one) bot that has almost every thieving style except blackjack, ask for a free trial by liking thread or making a post! Vyres and elves are now supported! Both can make solid profit per hour, decent passive income! BIG THANK YOU TO ALL OUR SUPPORTERS! WE ARE THE MOST SOLD THIEVING BOT IN OSBOT HISTORY. MOST REPLIES, MOST USERS, LONGEST PROGGIES #1 Thiever | Most Overall Sales | Most Total Replies | Most Results | 10+ Years Maintained | 'the intelligent choice' by Czar SUPPORTS VYRES 224M made in a single sitting of 77 hours 1.1B made from elves and vyres!! ELVES SUPPORTED TOO! (NEW) 2.1m/hr, 6 crystals in 7 hrs 99 THIEVING MANY MANY TIMES, 35M EXP IN ONE BOTTING RUN!! 99 thieving in ~43k xp (12 minutes remaining)! Just got 99 proggy! Gratz to @iz0n THIEVING PET AT LVL 22 FROM TEA STALLS 11.5 HOURS, WITH PET TOO!! 610k/hr getting 99s on deadman worlds!
    1 point
  4. Create a class called Breaker and add this in: import org.osbot.rs07.script.RandomEvent; import org.osbot.rs07.script.RandomSolver; import org.osbot.rs07.script.ScriptManifest; public class Breaker extends RandomSolver { public Breaker() { super(RandomEvent.BREAK_MANAGER); } @Override public boolean shouldActivate() { //Condition for the break manager to be activated return false; } @Override public int onLoop() throws InterruptedException { //Code which should be executed while the break manager is activated //example log("hi"); return 0; } } Add this to your scripts onStart() Breaker breaker = new Breaker(); breaker.exchangeContext(getBot()); bot.getRandomExecutor().overrideOSBotRandom(breaker);
    1 point
  5. Czar, love the script, do you have any recommended breaks?
    1 point
  6. I'm not sure, I only really used it on mirror mode myself I don't think a changing the time would make any difference, I would still let it run 12-16 hours a day
    1 point
  7. @Czar still having problems with hovering tree... and c1d1 working now sorry. but what trees can i use c1d1
    1 point
  8. I’ve bought just about every script you’ve put out so might as well add to it lol
    1 point
  9. I pushed an update to fix this with v4.525, allow up to 24 hours for the update to be live
    1 point
  10. Bot gets stuck every time with cli. If I have it set to kill and tan it gets stuck once inventory is full. If I tell it just to kill it runs to the bank and gets stuck once bank is open. Works fine when the script is started up manually but breaks every time with cli.. which is what I bought it for. [ERROR][Bot #1][11/16 11:53:06 PM]: Error in script executor! java.lang.NullPointerException at i.prn.E(g:153) at script.Main.onLoop(ta:111) at org.osbot.rs07.event.ScriptExecutor$InternalExecutor.run(hg:185) at java.lang.Thread.run(Unknown Source)
    1 point
  11. @Czar also the mouse hovers over the tree thats been cut continuously
    1 point
  12. Cringe looking back on my reply. Khal scripts are great and I’ve used this one for many 99s since. just gotta do trial and error safe botting works, listen to khal and follow his tips
    1 point
  13. @Czar how do i get chop one drop one working? I'm struggling thanks
    1 point
  14. okay i found an problem. When you using banking + prayer flicking. When it goes to bank it starts to prayer flick at the bank with 0 prayer points.. I added the prayer potions what to withdraw when banking. Will provide more information if this aint ennough thx.
    1 point
  15. Should be added now, let me know if theres any issues
    1 point
×
×
  • Create New...