-
Notifications
You must be signed in to change notification settings - Fork 49
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
Chaos stuck #55
Comments
Personally, I'd like the priority to be something along the lines of: If you want to change the priority order, I think that's within the useAbilities() function. You'd essentially just want to change the order of the checks as they are in if/elif setup, so it stops after the first success. could possibly make if more efficient as well by nesting the statements like so, gives it a way to fail early so that it moves on faster if states = floor 1
elif states = floor 2
elif states = floor 3
|
I managed to resolve this issue by adding the following lines to force the click and move where i want
1 - add in > elif states["status"] == "floor2": before # fightFloor2Boss() (commented line) > Force to move close to the boss on Floor 2 |
If it's possible to do higher priority when it finds the tower or portal, it would help. Most of the time, just get stuck because the skills are being used toward the opposite direction.
The text was updated successfully, but these errors were encountered: