r4u 0 Share Posted February 9, 2021 (edited) So I am making a simple miner and I am finding that the Walking.walk(x) and GameObject.interact(x) often result in the mouse moving appropriately to the right place but no click takes place. Can anyone explain it? An example of how I am executing these functions: GameObjects.closest(rock -> (rock.getID() == runeA || rock.getID() == runeB) && rock != null).interact("Mine"); Walking.walk(destA.getRandomTile()); I run Ubuntu if that makes any difference. Edited February 9, 2021 by r4u Adding further information Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now