mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 16:47:03 +08:00
Fix: [CN][JP] Handle OpSi game tips (#855)
This commit is contained in:
@@ -45,6 +45,13 @@ class MapEventHandler(EnemySearchingHandler):
|
||||
|
||||
return False
|
||||
|
||||
def handle_os_game_tips(self):
|
||||
# Close game tips the first time enabling auto search
|
||||
if self.appear_then_click(OS_GAME_TIPS, offset=(20, 20), interval=3):
|
||||
return True
|
||||
|
||||
return False
|
||||
|
||||
def handle_ash_popup(self):
|
||||
name = 'ASH'
|
||||
# 2021.12.09
|
||||
@@ -107,6 +114,8 @@ class MapEventHandler(EnemySearchingHandler):
|
||||
"""
|
||||
if self.handle_map_get_items():
|
||||
return True
|
||||
if self.handle_os_game_tips():
|
||||
return True
|
||||
if self.handle_map_archives():
|
||||
return True
|
||||
if self.handle_guild_popup_cancel():
|
||||
|
||||
Reference in New Issue
Block a user