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
119 stars 36 forks source link

fix bugs for and add features for generic V2 #185

Closed r0ngk closed 1 year ago

r0ngk commented 1 year ago

Bug fix:

  1. scroll from home use none coordinate
  2. default behaviour of script not specify #184

    Features:

  3. add enable auto in ready page
  4. complete more combat script action from original
  5. custom wait time after clicking a button
r0ngk commented 1 year ago

fix issues #186

AthTop commented 1 year ago

Skill selecting seems to not work. It selects character fine, then clicks between skills 2-3 and goes off to the next command.

steve1316 commented 1 year ago

Skill selecting seems to not work. It selects character fine, then clicks between skills 2-3 and goes off to the next command.

@AthTop, just to confirm was this with GenericV2 or was this seen in other Farming Modes?

Also, were you using a second window and roughly where was your main window (the one doing the combat) positioned? Far left of your screen, far right, etc.?

AthTop commented 1 year ago

It was with GenericV2 yes. Main window was on the far left, with sub window being to main window's right side.

r0ngk commented 1 year ago

Issues is confirmed, working on it

r0ngk commented 1 year ago

Skill selecting problem solved