Update WoodcutTree.java

This commit is contained in:
Danial
2021-10-07 12:59:52 +13:00
parent 1a20d915e8
commit e8a3ea42f3
@@ -38,8 +38,8 @@ public class WoodcutTree implements Strategy {
} }
// 502, rock_hash, local_x, local_y, 4 // 502, rock_hash, local_x, local_y, 4
Menu.sendAction(502, myTree.hash, myTree.x, myTree.y, 3); Menu.sendAction(502, myTree.hash, myTree.x, myTree.y, 3);
// Wait 1.5 seconds for the player to reach the tree // Wait 1 seconds for the player to reach the tree
Time.sleep(1500); Time.sleep(1000);
// Sleep until player is cutting the tree for a maximum of 2 seconds // Sleep until player is cutting the tree for a maximum of 2 seconds
Time.sleep(() -> Players.getMyPlayer().getAnimation() != -1, 2000); Time.sleep(() -> Players.getMyPlayer().getAnimation() != -1, 2000);
// Sleep until not woodcutting for a maximum of 10 seconds // Sleep until not woodcutting for a maximum of 10 seconds