Updated and semi-rewritten version of azurlane-auto.
Automates Combat, Commissions, Missions, Enhancement, Retiring, Skill Levelling, Dorm Refilling and Dorm Cleaning.
This bot was made for EN server. However, it's now possible to use it on JP thanks to @phantasmalmira (#59). Other servers won't work with current assets.
- Python 3.7.X installed and added to PATH.
- Latest ADB added to PATH.
- ADB debugging enabled emulator with 1920x1080 resolution and Android 5 or newer.
Tested on Windows 10 with BlueStacks and Nox, don't use Nox though.
- Clone or download this repository.
- Install the required packages via
pip3
with the commandpip3 install -r requirements.txt
. - Enable adb debugging on your emulator, on Nox you might also need to enable root.
- Change config.ini's IP:PORT to 127.0.0.1 and your emulator's adb port, then change the rest to your likings. If you are using your own phone/device for the bot, enable debbuging on your device and change IP:PORT to PHONE.
- Run
ALAuto
using the commandpython ALAuto.py
.
Check the Wiki for more information. It's my first time making one, don't mind me.
- It does not support multiple fleets, it only works when one fleet is selected.
- CPU usage might spike when searching for enemies, if it bothers you comment lines 220 to 228 in utils.py.
- If you'd like to disable
oil limit
orretreat after
set them to0
. - If you wish to view a changelog, check the commit history.
- If you'd like to help us during events to release an update faster you can check this guide.
This was made for my own usage, it is far from good and I'm very aware of it. I am posting this because it might be useful to someone, that's all.
If you'd like to contribute in any way make sure to open a pull request or an issue. You can also contact me on Discord ego#9459.