Added initial setup.
This commit is contained in:
parent
4f05836402
commit
caab3c6a82
|
|
@ -92,6 +92,11 @@ def full_setup():
|
||||||
|
|
||||||
|
|
||||||
def start_abyssal_beasts():
|
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
|
global potion_doses
|
||||||
for dose in range(potion_doses):
|
for dose in range(potion_doses):
|
||||||
start_of_dose_time = datetime.now()
|
start_of_dose_time = datetime.now()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue