@@ -299,8 +299,7 @@ def add_auto_task(isMaxCollect, isJina, isSimple = False, isAddStrengh = False,
task_queue.appendleft(task_checkHelp(False))
if auto_participate:
task_queue.appendleft(task_checkConfilits())
-
- task_queue.appendleft(task_gotoTree())
+ task_queue.appendleft(task_gotoTree())
if always == False and g_times == 7:
handle_end_game()
@@ -142,6 +142,7 @@ class check_img:
jina_pic = R'dongri_img\check\jina_pic.png'
jina_pic2 = R'dongri_img\check\jina_pic2.png'
life_tree = R'dongri_img\check\life_tree.png'
+ life_jam = R'dongri_img\check\life_jam.png'
@@ -627,6 +627,11 @@ class task_gotoTree(dongri_task):
myTimeSleep_big()
if waitClickImg_noWait_withBool(check_img.life_tree, 2, 1) == False:
return False
+ myTimeSleep_big()
+ pcacc_mouse.quickclick_current()
+ waitClickImg_noWait_withBool(check_img.life_jam, 2, 1)
return True
class task_checkStoreRoom(dongri_task):