Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pick a portal at the start of the game #5

Open
akshualy opened this issue Apr 23, 2024 · 1 comment
Open

Pick a portal at the start of the game #5

akshualy opened this issue Apr 23, 2024 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@akshualy
Copy link
Contributor

Picking a portal does not do anything, it just looks neat.

Estimate of what's needed:

  • A method to recognize that the game just started
  • Check if there is even an option to select a portal (there's rare events where none are offered)
  • Click on one of the three options randomly
  • Click on the Vote button that appears at a variable location
@akshualy akshualy added enhancement New feature or request good first issue Good for newcomers labels Apr 23, 2024
@RomeoAlphaEkko
Copy link

RomeoAlphaEkko commented May 2, 2024

a pre vanguard working way was with image capturing:

ile onscreen("./captures/1-1.png"):
#print("Captured Carussel")
auto.moveTo(41, 455)
#click_right()
click_to("./captures/vote.png")
time.sleep(5)

vote

this should work here too, well it only vortes the one with the coordinates unless one goes rng 1 to 3 with all 3 coordinates

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants