|
@@ -1065,7 +1065,7 @@ class task_paticipateInTeam2(dongri_task):
|
|
return False
|
|
return False
|
|
waitClickImg_noWait_withBool(check_img.talkin_union, 1, 0)
|
|
waitClickImg_noWait_withBool(check_img.talkin_union, 1, 0)
|
|
|
|
|
|
- if waitClickImg_noWait_withBool(check_img.bear_team, 1, 1) == False:
|
|
|
|
|
|
+ if waitClickImg_noWait_withBool(check_img.bear_team, 1, 1, True) == False:
|
|
return False
|
|
return False
|
|
if waitClickImg_noWait_withBool(check_img.bear_add, 1, 1) == False:
|
|
if waitClickImg_noWait_withBool(check_img.bear_add, 1, 1) == False:
|
|
return False
|
|
return False
|
|
@@ -1716,7 +1716,7 @@ if __name__ == '__main__':
|
|
#basic_operate.add_strength()
|
|
#basic_operate.add_strength()
|
|
#task_fightMonster(False, True,False).run()
|
|
#task_fightMonster(False, True,False).run()
|
|
#task_checkHelp().run()
|
|
#task_checkHelp().run()
|
|
- #task_checkStoreRoom().run()
|
|
|
|
|
|
+ task_checkStoreRoom().run()
|
|
#task_start_game(1)
|
|
#task_start_game(1)
|
|
#check_safe_collect().run()
|
|
#check_safe_collect().run()
|
|
#task_fight_campion().run()
|
|
#task_fight_campion().run()
|