mirror of
https://github.com/ok-oldking/ok-wuthering-waves.git
synced 2025-06-07 09:25:34 +00:00
increase time searching jue
This commit is contained in:
parent
9de8441787
commit
9f75f15af6
@ -79,7 +79,8 @@ class FarmEchoTask(BaseCombatTask):
|
|||||||
logger.info(f'farm echo combat end')
|
logger.info(f'farm echo combat end')
|
||||||
self.wait_in_team_and_world(time_out=20)
|
self.wait_in_team_and_world(time_out=20)
|
||||||
logger.info(f'farm echo move forward walk_until_f to find echo')
|
logger.info(f'farm echo move forward walk_until_f to find echo')
|
||||||
if self.walk_until_f(time_out=3, raise_if_not_found=False): # find and pick echo
|
if self.walk_until_f(time_out=3 if self.config.get('Entrance Direction') == 'Forward' else 6,
|
||||||
|
raise_if_not_found=False): # find and pick echo
|
||||||
logger.debug(f'farm echo found echo move forward walk_until_f to find echo')
|
logger.debug(f'farm echo found echo move forward walk_until_f to find echo')
|
||||||
self.incr_drop(True)
|
self.incr_drop(True)
|
||||||
elif not self.last_drop: # only search for the guaranteed drop
|
elif not self.last_drop: # only search for the guaranteed drop
|
||||||
|
Loading…
x
Reference in New Issue
Block a user