Everything posted by Khaleesi
- ๐ฅ KHAL SCRIPTS TRIALS ๐ฅ HIGHEST QUALITY ๐ฅ BEST REVIEWS ๐ฅ LOWEST BANRATES ๐ฅ TRIALS AVAILABLE ๐ฅ DISCORD SUPPORT ๐ฅ ALMOST EVERY SKILL ๐ฅ CUSTOM BREAKMANAGER ๐ฅ DEDICATED SUPPORT
- Khal Tempoross
- Khal AIO Agility
-
cant connect to osbot
Online again Happy Botting!
-
can not connect to osbot
Online again Happy Botting!
-
cannot connect to OSBot! error? what can i do?
Online again Happy Botting!
- Khal Guardians Of The Rift
- Khal AIO Fighter
- Khal Tutorial Island
- Khal AIO Smither
- ๐ฅ KHAL SCRIPTS TRIALS ๐ฅ HIGHEST QUALITY ๐ฅ BEST REVIEWS ๐ฅ LOWEST BANRATES ๐ฅ TRIALS AVAILABLE ๐ฅ DISCORD SUPPORT ๐ฅ ALMOST EVERY SKILL ๐ฅ CUSTOM BREAKMANAGER ๐ฅ DEDICATED SUPPORT
-
cant connect to osbot
Devs are aware and working on it
-
Change forum username
- Need help with time until break/ break duration paint.
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();- Khal AIO Cooker
Khal Cooker (All in One) updated to V1.25: - Fixed walking issue - Added Varrock-East stove Live soon! Enjoy- Khal AIO Herblore
- Khal Motherlode
- ๐ฅ KHAL SCRIPTS TRIALS ๐ฅ HIGHEST QUALITY ๐ฅ BEST REVIEWS ๐ฅ LOWEST BANRATES ๐ฅ TRIALS AVAILABLE ๐ฅ DISCORD SUPPORT ๐ฅ ALMOST EVERY SKILL ๐ฅ CUSTOM BREAKMANAGER ๐ฅ DEDICATED SUPPORT
- Khal Tithe Farm
- Khal AIO RuneCrafter
Doubt no more, Khal is all you need Enjoy the trial- Khal Blast Furnace
- Khal AIO Smither
- Khal Motherlode
Khal Motherlode updated to V1.86: -Option to buy Coal bag at 100 nuggets and stop the script Live soon! Enjoy- ๐ฅ KHAL SCRIPTS TRIALS ๐ฅ HIGHEST QUALITY ๐ฅ BEST REVIEWS ๐ฅ LOWEST BANRATES ๐ฅ TRIALS AVAILABLE ๐ฅ DISCORD SUPPORT ๐ฅ ALMOST EVERY SKILL ๐ฅ CUSTOM BREAKMANAGER ๐ฅ DEDICATED SUPPORT
- Khal AIO RuneCrafter
- Need help with time until break/ break duration paint.