Skip to content

Commit e594d68

Browse files
committed
sleep before combat in farming echo
1 parent 323fed9 commit e594d68

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/task/FarmEchoTask.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ def run(self):
6464
# return
6565

6666
self.wait_until(lambda: self.in_combat(), time_out=40, raise_if_not_found=True)
67+
self.sleep(4)
68+
self.wait_until(lambda: self.in_combat(), time_out=3, raise_if_not_found=True)
6769
self.load_chars()
6870
while self.in_combat():
6971
try:

0 commit comments

Comments
 (0)