-
Notifications
You must be signed in to change notification settings - Fork 34
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
[BRD] Simple mode doesn't burst at level 50 #295
Comments
Did you experience an issue with that happening? |
I didn't pay attention during the quest tbh, it was just a thought that occured to me while I was writing that. But looking at it more closely, |
An issue Caused by having to swap the buff order for a patch cycle with the Hardcoded openers until i could sort it all out. Not an issue in advanced ST. Porting that buff section to all 4, should have done it in 270. my bad. |
Currently, Level 50 and 51 Bards don't auto-burst because Battle Voice hard requires The Wanderer's Minuet to be active, which is acquired on level 52.
In
BRD.cs
, lines 381, 936 and 1160 need to bypass the Wanderer's Minuet buff check if the level is < 52.Also, since the ability is learned from a quest, I strongly suggest adding a similar check to raging strikes (so it doesn't go full-manual randomly during that quest battle or if you forget to do the quest before queueing up for MSQ roulette).
The text was updated successfully, but these errors were encountered: