This commit is contained in:
parent
54f1db859b
commit
9ccac630aa
1 changed files with 2 additions and 2 deletions
|
@ -96,7 +96,7 @@ public class SniperFlipperEvents {
|
||||||
if (InventoryUtils.inventoryNameStartsWith("BIN Auction View")) {
|
if (InventoryUtils.inventoryNameStartsWith("BIN Auction View")) {
|
||||||
clickWindow(latestWindowId, 31);
|
clickWindow(latestWindowId, 31);
|
||||||
Thread.sleep(300 + new Random().nextInt(100));
|
Thread.sleep(300 + new Random().nextInt(100));
|
||||||
clickWindow(latestWindowId, 11);
|
clickWindow(latestWindowId + 1, 11);
|
||||||
tries++;
|
tries++;
|
||||||
Thread.sleep(BED_SPAM_DELAY);
|
Thread.sleep(BED_SPAM_DELAY);
|
||||||
}
|
}
|
||||||
|
@ -119,7 +119,7 @@ public class SniperFlipperEvents {
|
||||||
try {
|
try {
|
||||||
clickWindow(latestWindowId, 31);
|
clickWindow(latestWindowId, 31);
|
||||||
Thread.sleep(300 + new Random().nextInt(100));
|
Thread.sleep(300 + new Random().nextInt(100));
|
||||||
clickWindow(Lilase.mc.thePlayer.openContainer.windowId, 11);
|
clickWindow(latestWindowId + 1, 11);
|
||||||
} catch (Exception ignored) {
|
} catch (Exception ignored) {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue