|
@@ -102,11 +102,8 @@ while True:
|
|
|
"######### seems like moloch is dead already. stopping"
|
|
"######### seems like moloch is dead already. stopping"
|
|
|
)
|
|
)
|
|
|
break
|
|
break
|
|
|
- time.sleep(0.5)
|
|
|
|
|
tap(*locations[0])
|
|
tap(*locations[0])
|
|
|
- if name in ["auto_battle", "ok"]:
|
|
|
|
|
- time.sleep(1.5)
|
|
|
|
|
- continue
|
|
|
|
|
|
|
+ continue
|
|
|
if name == "attack":
|
|
if name == "attack":
|
|
|
if len(locations) == 1:
|
|
if len(locations) == 1:
|
|
|
element = first_template(tpl_mixed)
|
|
element = first_template(tpl_mixed)
|