-
Notifications
You must be signed in to change notification settings - Fork 384
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
raidboss: TOP add config option + rotation to omega dodge #5367
Conversation
cc @Legends0 if you wanted to test this out too |
Because the rotation direction depends on which side you have dodged to, it's impossible to write this PR without having the user pick which dodge they are doing. This promotes the dodge direction to a new option (defaulting to far, since that seems to be the PF approach) and adds in the rotation direction as well. Because there's an option, there's no longer any combo output strings for staff sword, and the correct one is picked.
2e1bf8b
to
43e67dd
Compare
I'll try this out next time my group runs (today or tomorrow). |
I had it call left then far E, but that was actually right. Using far dodge. |
After resetting my config, it seems to have resolve itself as I haven't been able to replicate the issue. |
This works well since the 5372 fix. Haven't had an issue with it. |
Ok, I think I'll land this and do a release. Thanks for all the testing. |
…odge (#5367) Because the rotation direction depends on which side you have dodged to, it's impossible to write this PR without having the user pick which dodge they are doing. This promotes the dodge direction to a new option (defaulting to far, since that seems to be the PF approach) and adds in the rotation direction as well. Because there's an option, there's no longer any combo output strings for staff sword, and the correct one is picked. 331e400
…odge (#5367) Because the rotation direction depends on which side you have dodged to, it's impossible to write this PR without having the user pick which dodge they are doing. This promotes the dodge direction to a new option (defaulting to far, since that seems to be the PF approach) and adds in the rotation direction as well. Because there's an option, there's no longer any combo output strings for staff sword, and the correct one is picked. 331e400
Because the rotation direction depends on which side you have dodged to, it's impossible to write this PR without having the user pick which dodge they are doing.
This promotes the dodge direction to a new option (defaulting to far, since that seems to be the PF approach) and adds in the rotation direction as well.
Because there's an option, there's no longer any combo output strings for staff sword, and the correct one is picked.