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

Huanglong & Qilin Raid #56

Closed zorkings closed 3 years ago

zorkings commented 3 years ago

Would it be possible to add this raid to the selection options?

steve1316 commented 3 years ago

Just pushed an update giving support for the "Huanglong and Qilin (Impossible)" Raid. Let me know how it goes!

zorkings commented 3 years ago

New raid finding is working fine but I've noticed two things;

The default one punch and exit script is in invalid syntax to exit and is why i was confused as to why my previous combat script was not exiting (used that one as an example)

If you have 5 pending battles from running an exit script in raids when the bot goes to enter a new raid the "Please check pending battles" pop up causes an error stopping the script seems it thinks it is the berry automated usage popup

steve1316 commented 3 years ago

Thank you for letting me know. I just pushed updates fixing these two bugs. Let me know how it goes!

zorkings commented 3 years ago

Now claims pending battles but however after claiming final one and clicking quest button it gets stuck thinking it has entered a raid id.

steve1316 commented 3 years ago

Just pushed an update fixing that. Let me know how it goes!

zorkings commented 3 years ago

Still an issue, now it is going into crate at homescreen after clearing the 5 pending

steve1316 commented 3 years ago

Can you describe the situation in more detail? I tested it after clearing 5 Pending Battles and it successfully cleared them all, went back to the Home screen, and then proceeded to the Raid screen in order to farm more Raids.

zorkings commented 3 years ago

After clearing pending battles it pressed home button. Log below is after it reached homescreen image Then clicked the crate on home screen

steve1316 commented 3 years ago

Can you paste the full text file log here by clicking on the "Save Logs" button on the UI and uploading the .txt file here?

zorkings commented 3 years ago

logs.txt 0:04:16 [WARNING] F695BB79 already ended or invalid. 2nd to last line is where it enters the crate on home screen.

steve1316 commented 3 years ago

Thank you for posting the log. Finally managed to track down the issue since I was not able to replicate it normally on my end.

zorkings commented 3 years ago

Successfully collected raids, will close as I believe it is now fixed.