Skip to content

raidboss: fix enuo-ex Gaze of the Void trigger#1044

Merged
valarnin merged 1 commit into
OverlayPlugin:mainfrom
Asvel:fix-enuo-gotv
May 3, 2026
Merged

raidboss: fix enuo-ex Gaze of the Void trigger#1044
valarnin merged 1 commit into
OverlayPlugin:mainfrom
Asvel:fix-enuo-gotv

Conversation

@Asvel
Copy link
Copy Markdown

@Asvel Asvel commented May 3, 2026

For a possible orb sequence LDLLDDLD:
0=L1 1=D1 2=L2 3=L3 4=D2 5=D3 6=D4 7=L4 (index=color+order)
after 2 passes, it became:
3=L3 5=D3 6=D4 7=L4
index of light is 0, adds 4 became 4, but its actual index is 3,
so the original logic couldn't work correctly.

@github-actions github-actions Bot added raidboss /ui/raidboss module needs-review Awaiting review labels May 3, 2026
@Bing-su
Copy link
Copy Markdown
Collaborator

Bing-su commented May 3, 2026

The original code was assuming that light and darkness appear as a pair...

@Bing-su Bing-su requested a review from valarnin May 3, 2026 10:36
Copy link
Copy Markdown
Collaborator

@valarnin valarnin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The logic bug in the original implementation was that the trimmedOrbs array was being re-indexed after each set of orbs was pulled out, rather than leaving the orb in the array and marking it as used somehow.

I only have tank and healer geared to do extreme, so those were the only two I tested in-game with... coincidentally the only two that weren't impacted by the logic bug.

This is definitely a more elegant solution though.

@valarnin valarnin merged commit 462fac9 into OverlayPlugin:main May 3, 2026
10 checks passed
@github-actions github-actions Bot removed the needs-review Awaiting review label May 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

raidboss /ui/raidboss module

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants