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

[BUG] Intimidation not being tracked #16

Open
alan-smith-vt opened this issue Sep 8, 2019 · 0 comments
Open

[BUG] Intimidation not being tracked #16

alan-smith-vt opened this issue Sep 8, 2019 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@alan-smith-vt
Copy link

What steps will reproduce the problem?

  1. Should be obvious, but here's what I did. I built up around 400 damage on a mob, then hit intimidation and sent pet in. Pet does two auto attacks for a total of 98 damage as well as procing intimidation. Mob swaps aggro to pet. Threat meter shows player at 400 threat (or whatever the damage was done) and shows pet at 98 threat.

What version of ClassicThreatMeter are you using? (Stating 'latest' is not useful)

1.06

Do you have an error log of what happened?

Not applicable I don't think. I could link the combatlog but that would be unhelpful.

Any additional information? (example: WoW language if not English) (Attach screenshots here if available, do not link externally)

I believe the issue to be that intimidation is an applied debuff, not a cast. Where intimidation is in the code suggests it is treated like a spell cast such as growl.

Looking at the combat log it goes:

  1. Spell-cast-success intimidation player -> pet
  2. Spell-aura-applied intimidation player -> pet (buff)
  3. Spell-aura-removed intimidation player-pet (buff)
  4. Spell-aura-applied intimidation pet -> target (debuff)

The fourth part is what should be tracked to apply the threat increase. Blizzard has some blocks preventing debuff tracking so there may be an issue with that.

@alan-smith-vt alan-smith-vt added the bug Something isn't working label Sep 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants