This repository has been archived by the owner on Nov 22, 2021. It is now read-only.
Compiled virtual environment with ready to go start.bat
file and auto-update.
What's new:
- new in 0.9.5 Epic Quest "The Fate of Mankind" added
- new in 0.9.4 Hotfix for saving queue JSON-file
- new in 0.9.3 New actions: Buy Artifact chests with Gold, Dismantle Artifacts
- new in 0.9.3 Story mission added
- new in 0.9.2-0.9.3 Fixes for UI in MFF 7.5.0-7.5.1
- new in 0.9.2 New action: Acquire free artifact chest
- new in 0.9.1 Hotfixes for #45 and #46
- new in 0.9.0 New actions: Upgrade/Combine/Lock ISO-8, Acquire weekly rewards
- new in 0.9.0 Queue control: new action to run queue inside queue, option to restart queue when network errors happen
- new in 0.9.0 Legendary Battle: Shang-Chi added
- new in 0.9.0 Shadowland [BETA] added
WARNING: The method of character selection in shadowland is not optimal. This mode requires a big roaster of powerful heroes. - new in 0.9.0 GUI quality of life changes:
- extended multi-selection (via CTRL/SHIFT clicks) for queue's items
- tabs for different log levels
- synchronization of games modes between proccesses (bot will scan Content Status Board only if it was changed)
- low memory mode was removed. Now it is always used as low memory as possible because of Content Status Board optimization.
- no need to resize window every time, now it saves previous state
- new in 0.9.0 All UI elements is now in
.py
files insted of.json
. Now you can override it's values insettings\ui_override.py
.
WARNING:settings\ui
folder is deprecated. It won't be deleted after update but changes in this folder will no longer works. Use newsettings\ui_override.py
file. - new in 0.9.0 Fixed codestyle and docstrings, a lot of refactoring