Releases: steve1316/granblue-automation-pyautogui
Releases · steve1316/granblue-automation-pyautogui
4 New Combat Mode Adjustment Options
v1.3.4 - Changelog
New
- Add 4 new Combat Mode options in the Adjustments page.
Fixed
- Possible fix for reloading right after combat ended, causing the bot to break navigation by skipping the Loot Collection screen.
Full Changelog: v1.3.3...v1.3.4
New Command and Bugfixes
v1.3.3 - Changelog
New
- Add dictor as requirement and use it to improve parsing of settings.json. Install dictor by calling
pip install -r requirements.txt
in the /backend/ folder. - Add new command,
attackback
that will press the "Attack" button and then press the "Back" button to advance to the next wave (useful for farming Fragments quickly from the Elemental Treasure Quests).
Changed
- Optimize call to check for battle end during combat.
Fixed
- Fix the fix previously implemented to handle comments in same string.
- Fix variable names for Arcarum adjustment settings.
- Fix general bypass on adjustments for image processing.
- Fix incorrect printing of loot collection to message log.
Full Changelog: v1.3.2...v1.3.3
New Arcarum Adjustment Settings
v1.3.2 - Changelog
New
- Add new Arcarum adjustment settings in the Adjustments page.
Changed
- Add another exit condition for Combat Mode.
Fixed
- Fix reading command where there is a comment in the same string.
Full Changelog: v1.3.1...v1.3.2
Updater Enabled
v1.3.1 - Changelog
New
- Enabled the long overdue ability for GA to detect if there is an available update starting from v1.3.1. A Snackbar will appear at the top of the application on program start if there is an update. Clicking on the "Go to GitHub" button will open a new window leading to this Releases page in the GitHub repo.
- Add some additional options in Adjustments page like adjusting how long to search for CAPTCHA.
Changed
- Minor changes and tweaks.
- Update descriptions in Adjustments page.
Fixed
- Add missing condition to reload for Arcarum combat.
- Fix possible situation where bot executes skill command when combat end
Full Changelog: v1.3.0...v1.3.1
New Adjustment Settings
v1.3.0 - Changelog
New
- Add a new Adjustments page to fine-tune number of tries the bot attempts in image searching during certain situations to compensate for ping and/or long animations.
- Add Belial support summon.
- Add option to enable/disable refreshing during combat in the Extra Settings page.
- Add option to automatically use quick summons during Full/Semi Auto in the Extra Settings page.
- Add option to bypass the process to reset summons and just select the first summon at the top of the page in the Extra Settings page.
Changed
- Consolidated exit logic for Combat Mode.
- Full/Semi Auto behavior will no longer stop combat script reading.
- Certain checkboxes are hidden when the "Enable Auto Restore" checkbox is checked.
- Generally increased the amount of tries the bot attempts to image search in almost everything.
Fixed
- Fix unable to use exit time setting while Raid farming.
- Fix Generic Farming Mode not working when trying to farm Coop missions.
- Attempt at fixing bug where bot stops during Auto while Raid farming.
Full Changelog: v1.2.7...v1.3.0
GW navigation bugfixes
v1.2.7 - Changelog
Fixed
- Generalize GW navigation for NM and meat farming.
- Fix NM150 selection.
Full Changelog: v1.2.6...v1.2.7
New chain command added: ".wait(#)"
v1.2.6 - Changelog
New
- Add a new chain command
.wait(#)
used in skill and summon commands. Refer to the wiki for usage examples.
Fixed
- Prevent bot from restarting Auto if combat already ended.
- Fix issue where bot was not auto reloading after attacking in NM95 for GW.
Full Changelog: v1.2.5...v1.2.6
Add new setting in Settings Page for Generic Farming Mode
v1.2.5 - Changelog
New
- Add new setting in the Settings Page to enable forced reloading during Combat Mode for Generic Farming Mode.
Full Changelog: v1.2.4...v1.2.5