Skip to content

raidboss: fix Meso Terminal cleanse doom trigger#996

Open
jacob-keller wants to merge 2 commits intoOverlayPlugin:mainfrom
jacob-keller:jk-meso-terminal-fix-cleanse-doom
Open

raidboss: fix Meso Terminal cleanse doom trigger#996
jacob-keller wants to merge 2 commits intoOverlayPlugin:mainfrom
jacob-keller:jk-meso-terminal-fix-cleanse-doom

Conversation

@jacob-keller
Copy link

The cleanse doom trigger for the Meso Terminal dungeon uses the 11F2
effect ID. This appears to no longer be the ID used for the dungeon (as
of Patch 7.4), as it now comes in the log as 1441. Based on log data
from FFLogs, it appears that the ID changed in Patch 7.4

Update the effectId for Death Penalty to support the new ID. To avoid
issues with parsing legacy log files (for example, in the simulator),
keep the old ID as well.

Fixes #995

The cleanse doom trigger for the Meso Terminal dungeon uses the 11F2
effect ID. This appears to no longer be the ID used for the dungeon (as
of Patch 7.4), as it now comes in the log as 1441. Based on log data
from FFLogs, it appears that the ID changed in Patch 7.4

Update the effectId for Death Penalty to support the new ID. To avoid
issues with parsing legacy log files (for example, in the simulator),
keep the old ID as well.

Fixes OverlayPlugin#995
@github-actions github-actions bot added raidboss /ui/raidboss module needs-review Awaiting review labels Feb 6, 2026
@jacob-keller
Copy link
Author

I ran into this earlier today, and I am fairly confident in my checking against FF logs that this change happened as part of Patch 7.4.. I'm not sure if there is a better way to handle this (or how much precedent changed ability IDs really are?) I was quite surprised when I didn't get an alert for the doom debuff.

@jacob-keller
Copy link
Author

1441 is listed as one (of the many) IDs for doom in the resources/effect_id.ts file, so I guess the game decided to switch which doom was applied for some reason on the backend?

Comment on lines +254 to +255
// The effect ID changed in Patch 7.4 from 11F2 to 1441. The old ID is
// kept to allow older logs to continue working in the simulator.
Copy link
Collaborator

Choose a reason for hiding this comment

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

The older ID also needs to be kept for other regions that aren't on 7.4 yet, so the wording here should probably be updated.

Suggested change
// The effect ID changed in Patch 7.4 from 11F2 to 1441. The old ID is
// kept to allow older logs to continue working in the simulator.
// The effect ID changed in Patch 7.4 from 11F2 to 1441. The old ID is
// kept for backwards compatibility with older logs and other regions.

@github-actions github-actions bot removed the needs-review Awaiting review label Feb 6, 2026
@xiashtra
Copy link
Collaborator

xiashtra commented Feb 6, 2026

Can confirm that I see 11F2 prior to 7.4 and 1441 after 7.4.

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.

meso terminal doom cleanse trigger did not work

3 participants