Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public int pickup() {
- for (RS2Object obj : this.client.getCurrentRegion().getObjects())
- if (obj.getId() == this.fungiID)
- try {
- obj.interact("Pick", "Fungi on log", false, 5, false, false);
- sleep(random(1200, 1600));
- } catch (Exception localException) {
- }
- this.state = State.OPERATE;
- return 250;
- }
Advertisement
Add Comment
Please, Sign In to add comment