added hercule punch
This commit is contained in:
parent
b725b9f1a6
commit
08d3872257
5 changed files with 26 additions and 0 deletions
5
Saves/ios/testo
Normal file
5
Saves/ios/testo
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
QpjHUdoHCvd4vaebzw68AwkaAItJvAiFcE5uP+1mkivkmRPsyXpAPfOAz5T2Yag0Uh4T9HamWhnDraA3gbvTew==:/Reiii1GV7ZuNoicmvhfeg==
|
||||
7fca3087-43cf-4bf1-950b-165834aa828a
|
||||
5e9a6e1f-f069-4bcf-adb3-dbf0e87272d0:4b46bc26
|
||||
ios
|
||||
global
|
||||
Binary file not shown.
Binary file not shown.
20
commands.py
20
commands.py
|
|
@ -2603,6 +2603,7 @@ def user_command_executor(command):
|
|||
complete_unfinished_events()
|
||||
complete_unfinished_zbattles()
|
||||
complete_clash()
|
||||
punch_machine()
|
||||
refresh_client()
|
||||
get_user_info()
|
||||
elif command == 'completequests':
|
||||
|
|
@ -2638,6 +2639,8 @@ def user_command_executor(command):
|
|||
items_viewer()
|
||||
elif command == 'medals':
|
||||
sell_medals()
|
||||
elif command == 'punchmachine':
|
||||
punch_machine()
|
||||
elif command == 'sell':
|
||||
sell_cards__bulk_GUI()
|
||||
elif command == 'cards':
|
||||
|
|
@ -2673,7 +2676,24 @@ def user_command_executor(command):
|
|||
refresh_client()
|
||||
else:
|
||||
print('Command not found.')
|
||||
####################################################################
|
||||
|
||||
def punch_machine():
|
||||
print("This will do all of Hercule Punch levels.")
|
||||
print("Wait for it...")
|
||||
#Zeni Stage 711001 Difficulties: [1] AreaID: 711
|
||||
#Potential Orb Stage 711002 Difficulties: [1] AreaID: 711
|
||||
#Dragon Stone Stage 711003 Difficulties: [1] AreaID: 711
|
||||
#Zeni Stage 711004 Difficulties: [1] AreaID: 711
|
||||
#Potential Orb Stage 711005 Difficulties: [1] AreaID: 711
|
||||
#Dragon Stone Stage 711006 Difficulties: [1] AreaID: 711
|
||||
complete_stage('711001', 1)
|
||||
complete_stage('711002', 1)
|
||||
complete_stage('711003', 1)
|
||||
complete_stage('711004', 1)
|
||||
complete_stage('711005', 1)
|
||||
complete_stage('711006', 1)
|
||||
print("It is done.")
|
||||
####################################################################
|
||||
def medal_calculator():
|
||||
# ## Pre Lr Accounts
|
||||
|
|
|
|||
1
help.txt
1
help.txt
|
|
@ -20,6 +20,7 @@ To stop a command from executing, hold ctrl + c
|
|||
'omegafarm' -> Completes everything (story, events, zbattle, daily, accepts gifts and missions)
|
||||
'info' -> Print out account information.
|
||||
'medalcal' -> Does free LR's
|
||||
'punchmachine' -> Does Punch Machine
|
||||
'items' -> Provides a GUI to view user items.
|
||||
'medals' -> Provides a GUI to view and sell medals.
|
||||
'potara' -> One command to do all potara events (it's not automated, you have to do stuff manualy as well!)
|
||||
|
|
|
|||
Loading…
Reference in a new issue