Jump to content

Khaleesi

$250.00 Donor
  • Posts

    27465
  • Joined

  • Last visited

  • Days Won

    222
  • Feedback

    100%

Everything posted by Khaleesi

  1. Devs are aware and working on it
  2. Possible solution: Add a getter in your CustomBreakManager to calculate time left as you did in shouldActivate() public long getTimeLeft(){ //Logic here } In your main script extract the breakmanager variable: CustomBreakManager breaker; @Override public void onStart() { startTime = System.currentTimeMillis(); getExperienceTracker().start(Skill.MINING); // Initialize the customBreakManager instance breaker = new CustomBreakManager(); breaker.exchangeContext(getBot()); bot.getRandomExecutor().overrideOSBotRandom(breaker); } Add in your paint: if(breaker != null){ long timeLeft = breaker.getTimeLeft(); //print it out } EDIT: I see you already did something similar, but I believe you are using the wrong breakmanager variable? Where does the customBreakManager variable comes from so suddenly? This line -> long timeUntilBreak = customBreakManager.getNextBreakTime() - System.currentTimeMillis();
  3. Khal Cooker (All in One) updated to V1.25: - Fixed walking issue - Added Varrock-East stove Live soon! Enjoy
  4. Enjoy!
  5. Enjoy!
  6. Enjoy!
  7. Doubt no more, Khal is all you need Enjoy the trial
  8. Enjoy!
  9. Enjoy!
  10. Khal Motherlode updated to V1.86: -Option to buy Coal bag at 100 nuggets and stop the script Live soon! Enjoy
  11. Enjoy!
  12. Enjoy!
  13. Only doing 24h trials, enjoy!
  14. You can't
  15. You can't ... The will degrade and disappear so ther eis no point using them if you don't repair them. Enjoy !
  16. Enjoy!
  17. Enjoy!
  18. No trials on this script
  19. Enjoy the trials
  20. Enjoy!
  21. You can enable and disable that in the client settings, nothing to do with scripts
×
×
  • Create New...