Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public void checkForSmoker() throws InterruptedException {
- Position da = myPlayer().getPosition();
- Entity rocks = closestObject(RockID);
- while ((this.client.getMyPlayer().isAnimating())
- && (!rocks.isInArea(this.MineArea))) {
- log("Smoking Rocks");
- da.interact(this.bot, "Walk here");
- sleep(random(9000, 10000));
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment