|
@@ -1035,7 +1035,7 @@ class task_activity_lianmeng(dongri_task):
|
|
|
down_tryTimes = 3
|
|
|
while down_tryTimes > 0:
|
|
|
down_tryTimes -= 1
|
|
|
- if waitClickImg_noWait_withBool((special_activity_img.shili_120_2, special_activity_img.shili_860_2, special_activity_img.shili_430), 1, 0.5, True) == True:
|
|
|
+ if waitClickImg_noWait_withBool((special_activity_img.shili_120_2, special_activity_img.shili_860_2, special_activity_img.shili_430, special_activity_img.bigMonster_2), 1, 0.5, True) == True:
|
|
|
if waitClickImg_noWait_withBool(special_activity_img.accept_task, 2, 1) == False:
|
|
|
return False
|
|
|
break
|
|
@@ -1052,7 +1052,7 @@ class task_activity_lianmeng(dongri_task):
|
|
|
|
|
|
|
|
|
|
|
|
- if waitFindImg_withBool((special_activity_img.shili_120, special_activity_img.shili_860_2), 2, 0.5, True) == False:
|
|
|
+ if waitFindImg_withBool((special_activity_img.shili_120, special_activity_img.shili_860_2), 2, 1, True) == False:
|
|
|
maxTryTimes = 2
|
|
|
while waitClickImg_noWait_withBool((special_activity_img.owning2), 2, 1) == True:
|
|
|
waitClickImg_noWait_withBool(special_activity_img.refresh_task, 2, 1)
|