|
@@ -1053,16 +1053,6 @@ class task_paticipateInTeam(dongri_task):
|
|
|
while maxTryTimes > 0:
|
|
|
maxTryTimes -= 1
|
|
|
if waitFindImg_withBool(special_activity_img.power0, 1, 0.5) == False:# 实力不为0
|
|
|
- '''
|
|
|
- ret1, powerPos = pcacc_img.find_img_origin(special_activity_img.power_empty)
|
|
|
- ret2, plusPos = pcacc_img.find_img_origin(special_activity_img.plus_small)
|
|
|
- if ret1 == False or ret2 == False:
|
|
|
- waitClickImg_withBool([monster_img.fight, monster_img.fight2, monster_img.fight3], 1, 0.5)
|
|
|
- return False
|
|
|
-
|
|
|
- if plusPos[0] - powerPos[0] < 74:
|
|
|
- return False
|
|
|
- '''
|
|
|
powerCount = task_checkPower().run()
|
|
|
if powerCount < 4000000:
|
|
|
return False
|