From caab3c6a8221e86b551f917768af65aa2c68bd86 Mon Sep 17 00:00:00 2001 From: Filip Date: Fri, 20 Jun 2025 17:18:16 +0200 Subject: [PATCH] Added initial setup. --- full_abyssal_beasts.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/full_abyssal_beasts.py b/full_abyssal_beasts.py index 77c9f50..6db08b5 100644 --- a/full_abyssal_beasts.py +++ b/full_abyssal_beasts.py @@ -92,6 +92,11 @@ def full_setup(): def start_abyssal_beasts(): + k.tap(key_quick_prayers) + random_sleep_between(600, 700) + k.tap(key_book_activation) + random_sleep_between(600, 700) + global potion_doses for dose in range(potion_doses): start_of_dose_time = datetime.now()