Browse Source

!2 change to gotoTree

pcacc 4 tháng trước cách đây
mục cha
commit
b98f34f5a7
2 tập tin đã thay đổi với 4 bổ sung4 xóa
  1. 2 2
      app_dongri.py
  2. 2 2
      dongri_task.py

+ 2 - 2
app_dongri.py

@@ -341,8 +341,8 @@ def add_auto_task(isMaxCollect, isJina, isSimple = False, isAddStrengh = False,
             if auto_participate:
                 task_queue.appendleft(task_checkConfilits())
         
-        #task_queue.appendleft(task_gotoTree())
-        task_queue.appendleft(task_get_redPackage())
+        task_queue.appendleft(task_gotoTree())
+        #task_queue.appendleft(task_get_redPackage())
 
         if always == False and g_times == 7:
             handle_end_game()

+ 2 - 2
dongri_task.py

@@ -1181,7 +1181,7 @@ if __name__ == '__main__':
     #task_fightMonster(False, False,False).run()
     #task_checkHelp().run()
     #task_checkStoreRoom().run()
-    task_activity_lianmeng().run()
+    #task_activity_lianmeng().run()
     #task_fight_yongbing(True).run()
     #task_collect([4,3,2,1]).run()
     #task_train("upgrade").run()
@@ -1195,4 +1195,4 @@ if __name__ == '__main__':
     #task_returnAllLine().run()
     #task_paticipateInTeam().run()
     #task_fight_jina(True).run()
-    #task_get_redPackage().run()
+    task_get_redPackage().run()