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

Raidboss - Archive all inaccurate stack/spread #259

Closed
Dukdied opened this issue Oct 14, 2018 · 1 comment
Closed

Raidboss - Archive all inaccurate stack/spread #259

Dukdied opened this issue Oct 14, 2018 · 1 comment

Comments

@Dukdied
Copy link
Contributor

Dukdied commented Oct 14, 2018

On final omega, when he casts "Archive All" there is a delta attack, where you either have to stack or spread.
The trigger for it will always show "stack", even if you don't have any debuff.
I'd assume this comes due to this bit of code, which is meant for Omega M/F:

...
   {
     id: 'O12S Stack Marker',
     regex: /1B:........:\y{Name}:....:....:003E:0000:0000:0000:/,
     suppressSeconds: 1,
     infoText: {
       en: 'Stack',
     },
   },
...

I think adding a check for target might help fix this. Not sure how to correctly add that, though.

@quisquous
Copy link
Owner

Thanks for reminding me that I needed to fix this. Sorry for the confusion!

SiliconExarch pushed a commit to SiliconExarch/cactbot that referenced this issue Jul 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants