# AzurLaneAutoScript

Azur Lane bot with GUI (Supports CN, EN, JP, TW, able to support other servers), designed for 24/7 running scenes, can take over almost all Azur Lane gameplay. Azur Lane, as a mobile game, has entered the late stage of its life cycle. During the period from now to the server down, please reduce the time spent on the Azur Lane and leave everything to Alas.

Alas is a free open source software, link: https://github.com/LmeSzinc/AzurLaneAutoScript

EN support, thanks @whoamikyo (opens new window) and @nEEtdo0d (opens new window).

JP support, thanks @ferina8-14 (opens new window), @noname94 (opens new window) and @railzy (opens new window).

TW support, thanks @Zorachristine (opens new window) , some features might not work.

GUI development, thanks @18870 (opens new window) , say HURRAY.

gui

# Features

  • Farm: Main chapter, events, raids, 1-1 affinity farming, 7-2 mystery farming, 12-2 medium leveling, 12-4 large leveling, gems farming.
  • Reward: Commission, tactical class, research, dorm, meowfficer, guild, missions, shop, shipyard, gacha, data key.
  • Daily: Daily mission, hard, exercise, SOS, event daily AB, event daily SP, raid daily, war archives.
  • Opsi: Ash beacon assist, Opsi monthly explore, Opsi daily, obscured zones, meowfficer farming, abyssal zones, siren strongholds.

# Highlighted Features

  • Mood Control: Calculates mood consumption, keep exp bonus or prevent red faces.
  • Event Exploring: Able to run without clear mode, also handles fleet moving limits and other event mechanism.
  • Seamless Reward: Calculates the finish time of research, commission, etc. Receive reward and dispatch again when time reached.
  • Operation Siren: Receive Opsi dailies, purchase port shops, do Opsi dailies, do meowfficer farming, purchase Akashi's shop, clear obscured zones every 27 min, clear abyssal and strongholds. What the ... is the strategic search, like sh*t, compares to Alas.
  • Opsi Explore: After Opsi monthly reset, re-explore all zones without special radar (5000 oil item)

# Installation

Refers to Installation tutorial, including easy-installer manual, use manual, manual installation tutorial, remote access manul.

# Modify Game Settings

Modify the in-game settings according to this table.

Name Value
Frame Rate Settings 60 FPS
OpSi - Reduce TB Guidance On
OpSi - Auto use items during Auto Mode On
OpSi - Default to Auto Mode in Threat Safe Off
Story Autoplay Enable
Text Auto-Scroll Speed Very Fast

Operation Siren => Navigation Orders => Submarine Support:

Name Value
Automatically call submarines Off

Main Page => Build => Retirement => Quick Retire Options(left gear icon):

Name Value
Prioritize Rarity 1 R
Prioritize Rarity 2 E
Prioritize Rarity 3 N
「own」a fully Limit Broken ship Don't Keep
「has not」a fully Limit Broken ship Keep Enough to Max LB or Don't Keep

# How to Report Bugs

Spend at least 5 minutes for thinking and preparing, before someone spend his/her 5 minutes to help you. Issues like "Why isn't running", "Why stuck here" will not be answered.

  • Check Frequently Asked Questions (FAQ).
  • Check updates of Alas, ensure it's the latest.
  • Upload error logs under log/error, which include log.txt and recent screenshots. If it's an unexpected behavior not an error, provide today's log under log and at least one screenshot.

# Known issues

  • Unable to handle network issues
  • Low-end PCs might have issues, Low-end PCs have a screenshot time cost over 1s, while middle-end costs about 0.5s, high-end costs about 0.3s.
  • Exercise may too late to quit when it's going to failed
  • NemuPlayer does not support two-finger zoom out send from minitouch, unable to collect loves and coins in dorm. NemuPlayer is not recommended.
  • Swipe may be treated as click if emulator stuck randomly

# Alas Community Guidelines

See #1416 (opens new window).

# Documents

Map detection

The core of an Azur Lane bot is map detection. If you simply use Template matching to search enemies, will encounter situation that mob enemies block the boss. Alas provide a better map detection method. In module.map_detection, you will be able to access full map data, like this.

2020-03-10 22:09:03.830 | INFO |    A  B  C  D  E  F  G  H
2020-03-10 22:09:03.830 | INFO | 1 -- ++ 2E -- -- -- -- --
2020-03-10 22:09:03.830 | INFO | 2 -- ++ ++ MY -- -- 2E --
2020-03-10 22:09:03.830 | INFO | 3 == -- FL -- -- -- 2E MY
2020-03-10 22:09:03.830 | INFO | 4 -- == -- -- -- -- ++ ++
2020-03-10 22:09:03.830 | INFO | 5 -- -- -- 2E -- 2E ++ ++

Development documents, refer to WIKI.

# Join Development

Alas is still in active development, we will occasionally publish future work on Issues (opens new window) and mark it as help wanted, feel free to submit Pull Requests (opens new window) to Alas, we will read every line of your code.

Oh yeah, don't forget to read the development documentation.

# Relative Repositories

# Contact Us