From 99b74b40c5ef14b1ad52d9aca2c3d711dbb4fa68 Mon Sep 17 00:00:00 2001 From: Pawel Orzech Date: Fri, 9 Aug 2019 10:16:26 +0100 Subject: [PATCH] wip --- commands.py | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/commands.py b/commands.py index 18cd75e..383bb21 100644 --- a/commands.py +++ b/commands.py @@ -2677,6 +2677,8 @@ def user_command_executor(command): rank_up() elif command == 'lrpan': lr_pan() + elif command == 'sbr': + superbattleroad() elif command == 'bossrush': bossrush() elif command == 'omegafarm': @@ -2767,6 +2769,29 @@ def user_command_executor(command): print('Command not found.') #################################################################### + +def superbattleroad(): + print("This will do all of Super Battle Road.") + 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 punch_machine(): print("This will do all of Hercule Punch levels.") print("Wait for it...")