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

Detect Accept queue button outside of queue lock loop #72

Open
RichAmber opened this issue Oct 22, 2024 · 1 comment
Open

Detect Accept queue button outside of queue lock loop #72

RichAmber opened this issue Oct 22, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@RichAmber
Copy link

Is it possible to make a bot accept a match in a party? I tried to run a bot in a lobby with a friend to get the party xp bonus, and it only accepts the match if you are the lobby leader. I think it doesn't realize the que loop has started, so it didn't try to press the accept button.

@akshualy
Copy link
Contributor

You are correct. At the moment we need to start the queue before we look for the accept button. This is mainly due to the reason that there is no good way to differentiate between being in the lobby and being in queue, at least visually in the way we check these things. It has been a pain point for me that I wanted to fix for a while now, but have not come up with a good solution yet.

@akshualy akshualy added the enhancement New feature or request label Oct 22, 2024
@akshualy akshualy changed the title Run bot in party Detect Accept queue button outside of queue lock loop Oct 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants