From 118b284f8072962fb969b9beb3b1e848b149674a Mon Sep 17 00:00:00 2001 From: Filip Date: Thu, 19 Jun 2025 22:53:10 +0200 Subject: [PATCH] Timing tweak. --- full_abyssal_beasts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/full_abyssal_beasts.py b/full_abyssal_beasts.py index e1651ee..da1e6ed 100644 --- a/full_abyssal_beasts.py +++ b/full_abyssal_beasts.py @@ -48,7 +48,7 @@ def right_click_at(position: tuple[int,int]): def full_setup(): k.tap(key_pvm_hub_teleport) - random_sleep_between(4_000, 5_000) + random_sleep_between(6_000, 7_000) click_at(position_compass) random_sleep_between(100, 300) click_at(position_bank_chest_teleport)