forked from quisquous/cactbot
-
Notifications
You must be signed in to change notification settings - Fork 75
Open
Labels
bugSomething isn't workingSomething isn't workingfix-meBug report validated or feature request plannedBug report validated or feature request plannedneeds-reviewAwaiting reviewAwaiting review
Description
Description
Some oopsy trigger using 'source' not working for none-english user
Additional Details / Steps to Reproduce
This is an old problem, actually.
Some oopsy triggers have source fields.
cactbot/ui/oopsyraidsy/data/06-ew/ultimate/the_omega_protocol.ts
Lines 509 to 529 in 174be62
| { | |
| id: 'TOP In Line Debuff Cleanup', | |
| type: 'StartsUsing', | |
| // 7B03 = Program Loop | |
| // 7B0B = Pantokrator | |
| netRegex: NetRegexes.startsUsing({ id: ['7B03', '7B0B'], source: 'Omega', capture: false }), | |
| // Don't clean up when the buff is lost, as that happens after taking a tower. | |
| run: (data) => data.inLine = {}, | |
| }, | |
| { | |
| id: 'TOP Program Loop Counter', | |
| type: 'Ability', | |
| // 7B0A Blaster and 7B04 Storage Violation can be in either order. | |
| netRegex: NetRegexes.ability({ id: ['7B0A', '7B04'], source: 'Omega', capture: false }), | |
| suppressSeconds: 2, | |
| run: (data) => { | |
| data.towerCount = (data.towerCount ??= 0) + 1; | |
| data.blasterCollect = []; | |
| data.towerCollect = []; | |
| }, | |
| }, |
However, there are no translation fields for these, so they do not work in non-English environments.
Cactbot Module
Oopsyraidsy
Configuration Info
Plugin Name - Status - Version - Path
FFXIV_ACT_Plugin.dll - Enabled - 2.4.4.9 - C:\Advanced Combat Tracker\Plugins\FFXIV_ACT_Plugin_KR\FFXIV_ACT_Plugin.dll
OverlayPlugin.dll - Enabled - 0.19.63 - C:\Advanced Combat Tracker\Plugins\OverlayPlugin\OverlayPlugin.dll
CactbotOverlay.dll - Enabled - 0.35.0.0 - C:\Advanced Combat Tracker\Plugins\cactbot\CactbotOverlay.dll
BindingCoil.ACTTimeline.dll - Disabled - 0.4.0.0 - C:\Advanced Combat Tracker\Plugins\BingCoilTimeline_2\BindingCoil.ACTTimeline.dll
DutyContent.dll - Enabled - 1.1.0.0 - C:\Advanced Combat Tracker\Plugins\DutyContent\DutyContent.dll
ACT.SpecialSpellTimer.dll - Enabled - 3.0.0.0 - C:\Advanced Combat Tracker\Plugins\ACT.Hojoring\ACT.SpecialSpellTimer.dll
ACT.TTSYukkuri.dll - Disabled - 7.0.0.0 - C:\Advanced Combat Tracker\Plugins\ACT.Hojoring\ACT.TTSYukkuri.dll
ACT.UltraScouter.dll - Enabled - 2.0.0.0 - C:\Advanced Combat Tracker\Plugins\ACT.Hojoring\ACT.UltraScouter.dll
ACT.XIVLog.dll - Enabled - 2.6.0.2 - C:\Advanced Combat Tracker\Plugins\ACT.Hojoring\ACT.XIVLog.dll
Overlay Name - URL
[Cactbot] Raidboss - https://overlayplugin.github.io/cactbot/ui/raidboss/raidboss.html
[Cactbot] Oopsyraidsy - https://overlayplugin.github.io/cactbot/ui/oopsyraidsy/oopsyraidsy.html
[Cactbot] Eureka - https://overlayplugin.github.io/cactbot/ui/eureka/eureka.html
[Cactbot] Jobs - https://overlayplugin.github.io/cactbot/ui/jobs/jobs.html
ikegami - https://idyllshi.re/ikegami/
Skyline Overlay - https://skyline.dsrkafuu.net/
[Cactbot] Test - https://overlayplugin.github.io/cactbot/ui/test/test.html
Various Settings - Value
Game Language - Korean
Plugin Language - Korean
Machina Region - Korean
Game Version - 2025.08.01.0000.0000
Screen Mode - Borderless Windowed
ACT Process Elevation - Elevated (Admin)
FFXIV Process Elevation - Elevated (Admin)
Hide Chat Log (for privacy) - False
Disable Combine Pets with Owner - False
Disable Damage Shield estimates - False
(DEBUG) Enable Debug Options - True
(DEBUG) Log all Network Packets - False
(DEBUG) Also Show 'Real' DoT Ticks - False
(DEBUG) Simulate Individual DoT Crits - False
(DEBUG) Graph Potency, not Damage - False
(DEBUG) Enable Benchmark Tab - False
Cactbot User Dir - C:\Advanced Combat Tracker\FileResources\user
Log & Screenshots
No response
Confirmation
- I reviewed Common Issues and Workarounds and verified that my settings are correct.
- I used the search function to confirm this issue doesn't already exist.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingfix-meBug report validated or feature request plannedBug report validated or feature request plannedneeds-reviewAwaiting reviewAwaiting review