Naylepsh / guild-wars-2-auto-daily-rewards

Automate daily login rewards acquisition for multiple accounts
3 stars 1 forks source link

Added recognition of the "Remind Me later" button to skip the verification of SMS. #1

Closed Errox closed 2 years ago

Errox commented 2 years ago

Also adds a more generic location to press the first character. Other location (line 81 in main.py) overshoot on my alt and didn't login.

Naylepsh commented 2 years ago

Your change to x coordinate (from 1860 to 1900) in generate_locations overshoots by a couple of pixels on my end. I suppose adding another loop for walking through possible x would be required. The other possibility would be to just change the x to be slightly to the left. Don't know how it's on your end, but for me about 1895 is the furthest it can go. Let me know that would work for you.

Other than that, looks good!