steve1316 / granblue-automation-pyautogui

Educational application aimed at automating user-defined workflows for the mobile game, "Granblue Fantasy", using a variety of CV technologies in the backend such as OpenCV, PyAutoGUI and EasyOCR and a frontend coded in Typescript.
https://github.com/steve1316/granblue-automation-pyautogui/wiki
120 stars 36 forks source link

Features #97

Closed colpocleisis closed 2 years ago

colpocleisis commented 2 years ago

Howdy, awesome bot!

Was wondering if you could add the option in the settings to skip checking for the party each time since the browser saves your last selected party and many uses the same setup each time for farming.

Another feature I would request would be the option to automate hosting raids.

Thank you very much

steve1316 commented 2 years ago

The bot already has the feature to skip party selection after it selects it for the first time for every subsequent run after the bot starts.

For the feature of being able to host raids, that will be put onto the TODO list but I don't see myself tackling that for some time.

colpocleisis commented 2 years ago

Some other issues I found would be the bot doesnt seems to be able to handle trophy/skyscope mission popups, and do or die events in arcarum in conjunction with a treasure chest as it just stalls

1:15:08 [CAPTCHA] CAPTCHA not detected.
1:15:08 [WARNING] Failed to confirm the bot's location at ARCARUM_PARTY_SELECTION.
1:15:09 [WARNING] Failed to find the OK button.
1:15:09 [ARCARUM] Action to take will be: Claimed Spirethorn
steve1316 commented 2 years ago

Fixed the stuck loop on the Treasure + Do or Die combo in Arcarum, but I saw no issue with clearing away trophy/skyscope mission popups.

In the future, it is preferable to create a new Issue to separate bugs from feature requests.