Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!
  1. nullstring

    Pantastic [Deleted]

    NullString submitted a new resource: Pantastic - It's the gold rush all over again. Read more about this resource...
  2. nullstring

    Resolved Missing classes on bot store.

    javafx.fxml.LoadException: unknown path:15 at javafx.fxml.FXMLLoader.constructLoadException(FXMLLoader.java:2601) at javafx.fxml.FXMLLoader.access$700(FXMLLoader.java:103) at javafx.fxml.FXMLLoader$ValueElement.processAttribute(FXMLLoader.java:922) at...
  3. nullstring

    CraftyMiner [Deleted]

    NullString submitted a new resource: CraftyMiner - Crafting Guild Miner Read more about this resource...
  4. nullstring

    Resolved Checking if the player is mining.

    So I'm trying to stop execution while the player is mining, I came up with the following. Execution.delayWhile(()->bot.player.getAnimationId() != -1 || bot.player.isMoving(), 2000, 45000); The issue I'm having is if the player gets through an entire mining cycle and still hasn't mined the ore...
Top