|
@@ -908,11 +908,11 @@ class task_activity_lianmeng(dongri_task):
|
|
|
waitClickImg_noWait_withBool(special_activity_img.task_done, 2, 1)
|
|
|
|
|
|
if waitFindImg_withBool(special_activity_img.doing_task, 2, 1) == False:
|
|
|
- if waitClickImg_noWait_withBool((special_activity_img.shili_120, special_activity_img.shili_860, special_activity_img.bigMonster), 2, 1) == True:
|
|
|
+ if waitClickImg_noWait_withBool((special_activity_img.shili_120, special_activity_img.shili_860_2, special_activity_img.bigMonster), 2, 1) == True:
|
|
|
if waitClickImg_noWait_withBool(special_activity_img.accept_task, 2, 1) == False:
|
|
|
return False
|
|
|
|
|
|
- if waitFindImg_withBool((special_activity_img.shili_120, special_activity_img.shili_860), 2, 1) == False:
|
|
|
+ if waitFindImg_withBool((special_activity_img.shili_120, special_activity_img.shili_860_2), 2, 1) == False:
|
|
|
maxTryTimes = 2
|
|
|
while waitClickImg_noWait_withBool((special_activity_img.owning, special_activity_img.owning_120), 2, 1) == True:
|
|
|
waitClickImg_noWait_withBool(special_activity_img.refresh_task, 2, 1)
|