|
@@ -254,8 +254,8 @@ class task_fight_yongbing(dongri_task):
|
|
|
|
|
|
if waitClickImg_noWait_withBool(check_img.yongbing, 2, 1) == False:
|
|
|
return False
|
|
|
- if waitClickImg_noWait_withBool(check_img.detect, 2, 1) == False:
|
|
|
- return False
|
|
|
+
|
|
|
+ waitClickImg_noWait_withBool(check_img.detect, 2, 1)
|
|
|
|
|
|
if waitClickImg_noWait_withBool(check_img.yongbing_fight, 2, 1) == False:
|
|
|
return False
|
|
@@ -1027,7 +1027,7 @@ class task_checkActivities(dongri_task):
|
|
|
|
|
|
|
|
|
if __name__ == '__main__':
|
|
|
- task_gotoTree().run()
|
|
|
+ #task_gotoTree().run()
|
|
|
#task_fight_jina_only().run()
|
|
|
#task_checkConfilits().run()
|
|
|
#task_checkActivities().run()
|
|
@@ -1040,7 +1040,7 @@ if __name__ == '__main__':
|
|
|
#task_checkHelp().run()
|
|
|
#task_checkStoreRoom().run()
|
|
|
#task_activity_lianmeng().run()
|
|
|
- #task_fight_yongbing(True).run()
|
|
|
+ task_fight_yongbing(True).run()
|
|
|
#task_collect([4,3,2,1]).run()
|
|
|
#task_train("lv9").run()
|
|
|
#task_information().run()
|