Jump to content

Czar

Global Moderator
  • Posts

    23238
  • Joined

  • Last visited

  • Days Won

    2142
  • Feedback

    100%

Everything posted by Czar

  1. Yep mine is released
  2. Yea sure done enjoy
  3. Done enjoy
  4. Awesome gl my friend, lemme know if you'd like any other changes!
  5. Use this: public boolean sleeped(String text, int timeout, BooleanSupplier condition) { return new ConditionalSleep(timeout) { @Override public boolean condition() throws InterruptedException { return condition.getAsBoolean(); } }.sleep(); } and in your script: if (getBank().isOpen()) { log("Bank is currently open"); return random(800, 1400); } log("Attempting to open bank..."); if (!getBank().open()) { log("...didn't open bank, try again..."); return random(800, 1400); } boolean didSucceed = sleeped("Wait up to 10s for bank to open", 10000, () -> getBank().isOpen(); if (!didSucceed) { log("Waited the whole 10 seconds and bank didn't open..."); return 600; } log("Bank successfully opened"); return 600;
  6. Czar

    Perfect Thiever AIO

    Sure I will add a new update for this, I remember adding a lot of settings for this maybe I could potentially remove some unnecessary options too, new version coming up ty!
  7. Amazing! Can't wait for release
  8. Done enjoy
  9. Done gl brotha
  10. Czar

    Perfect Hunter AIO

    Beast mode Big shoutout to wrogue for helping me improve the antipk, I will be adding more updates asap. Awesome gl my friend enjoy! Latest update just went live for banking quicker
  11. Done enjoy
  12. I will be releasing another update I found something that needs patching!
  13. Thanks!!
  14. Awesome I am thinking of replacing that option with [How many loads of pay-dirt to do] and have a slider from 1-5 or something instead of counting the ore manually
  15. Yes sure I'll update the loot table right now
  16. Done added trials enjoy
  17. Seems to be related to AFK option, for some reason the bot ignores resetting aggro if afking, should I remove this?
  18. legend hope you get 99 con easy! EDIT: New Update (v10.0) - Added Crystal saw support -- Now patches the scenario during servant dialogue and phials too, works a lot better Update will automatically go live within a few hours enjoy Next update will most likely be bell pull + preparation mode to setup a room for the butler and to purchase a butler, and progressive butler upgrading so we can get demon butler without stopping the bot. I have a big list of new features coming to this bot
×
×
  • Create New...