OverlayPlugin / cactbot

FFXIV TypeScript Raiding Overlay
Apache License 2.0
85 stars 34 forks source link

raidboss: use suppressSeconds to avoid double-callout stacks #337

Closed jacob-keller closed 1 month ago

jacob-keller commented 1 month ago

The party stack head marker appears on multiple players, and pops at the same time. This produces a much louder sound than usual due to the sounds overlapping. There's no reason to tell the player about the stacks twice. Avoid this by supressing the trigger after the first one.

Signed-off-by: Jacob Keller jacob.keller@gmail.com