Egoistically / ALAuto

Azur Lane bot based on azurlane-auto. Discord: https://discord.gg/vCFxDen.
Do What The F*ck You Want To Public License
105 stars 43 forks source link

Can't start with Fleet 2 during events #114

Open WhiteTrashWeeb opened 4 years ago

WhiteTrashWeeb commented 4 years ago

Sometimes, do to event req, you have to arrange your fleet so that Fleet 1 is the boss fleet and Fleet 2 is the mob fleet. How can I tell the bot to start with Fleet 2 and then switch to Fleet 1 for boss?

UserFromSpace commented 4 years ago

As previously mentioned, you could always alter the script to your liking. Try adding this to line 548 of combat.py:

Utils.touch_randomly(self.region["button_switch_fleet"])

This section is mostly for issues with the project. If you need further assistance, please join us on discord, where there is a "suggestions" channel.

MarioGilera commented 4 years ago

combat.py, line 548 after Utils.script_sleep(2.5): #Switch between Mob fleet and Boss Fleet Utils.touch_randomly(self.region['button_switch_fleet'])

in E-C3 doesn't needed changing preliminary swipe.