|
@@ -466,6 +466,7 @@ class task_checkStoreRoom(dongri_task):
|
|
|
|
|
|
myTimeSleep_big()
|
|
|
yys_dragAuto(check_img.move_down)
|
|
|
+ yys_dragAuto(check_img.move_down)
|
|
|
myTimeSleep_big()
|
|
|
if waitClickImg_noWait_withBool((train_img.train_success, check_img.needgo), 2, 1) == False:
|
|
|
return False
|
|
@@ -477,6 +478,7 @@ class task_checkStoreRoom(dongri_task):
|
|
|
pcacc_mouse.quickclick_current()
|
|
|
|
|
|
waitClickImg_noWait_withBool(check_img.store_strength, 2, 1)
|
|
|
+ waitClickImg_noWait_withBool((check_img.get,check_img.bigGet), 2, 1)
|
|
|
return True
|
|
|
|
|
|
class task_checkConfilits(dongri_task):
|