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

Tags for Specific types of attacks? TB Raidwide Stack Etc. #5533

Open
Dedoooo opened this issue Jun 9, 2023 · 2 comments
Open

Tags for Specific types of attacks? TB Raidwide Stack Etc. #5533

Dedoooo opened this issue Jun 9, 2023 · 2 comments

Comments

@Dedoooo
Copy link

Dedoooo commented Jun 9, 2023

For Boss Timeline plugin why should a player have to memorize every type of cast name such as a tankbuster/stack/raidwide/whatever mechanic that the boss has?
I would love having tags whether they're text or icons or colorized by bar to be specific for a cast name for fights it would be great to proactively prepare instead of having some spell name and having to remember what it actually does.

Thank you for your work!

@xiashtra
Copy link
Contributor

You could sort of have this with timeline replacements in a user file. For example, to replace every instance of Soul Surge with raidwide, you could have:

Options.Triggers.push({
  zoneId: ZoneId.AnabaseiosTheNinthCircleSavage,
  timelineReplace: [
    {
      'locale': 'en',
      'replaceText': {
        'Soul Surge': 'raidwide',
      },
    },
  ],
});

@quisquous
Copy link
Owner

@xiashtra It's easier than that these days, there's a timeline editing section in the cactbot config. If you go to ACT -> Plugins -> OverlayPlugin.dll -> Cactbot Config -> Raidboss section -> open the expansion -> open the zone you care about -> Edit Timeline

That said, we've had discussion over time for tagging things in #516 and elsewhere, but we never came to any real agreement.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants