[REC] Hunter's Mark Not Recommended For Hunter Specs
sudoalias opened this issue ยท 6 comments
Before You Begin
- I confirm that I have downloaded the latest version of the addon.
- I am not playing on a private server.
- I checked for an existing, open ticket for this issue and was not able to find one.
- I edited the title of this issue (above) so that it describes the issue I am reporting.
- I am reporting an issue with the default priority included with the specialization (imported or edited priorities are not supported).
Describe the Issue
None of the current Hunter class priorities support Hunter's Mark. I have checked the Simulationcraft and it is not there yet either, but I thought it would be a good idea to get it into Hekili. Hunter's Mark should be used when another Hunter has not already used it on a target with higher than 80% health (and likely a bit above that as it only affects 100%-80%). It does not have a duration, but it does have a cooldown when used in combat.
How to Reproduce
- Enter the game as a Hunter (survival, marksmanship or beast mastery)
- Target a mob (including valdrakken target dummies)
- Hunter's Mark is never recommended.
Snapshot (Link)
n/a - Spell is not in current priorities
Raidbots Sim Report (Link)
No response
Additional Information
No response
Contact Information
No response
Forgot to mention, Hunter's Mark spell id and debuff id are 257284 if that helps.
Something like refreshable & target.health.percent >= 85 doesn't work because it doesn't take other player's hunter's mark debuffs on the same target into account and only one hunter's mark can provide the benefit.
n/a - Spell is not in current priorities
Snapshot is still required. Take a snapshot when it should be used but isn't.
Something like refreshable & target.health.percent >= 85 doesn't work because it doesn't take other player's hunter's mark debuffs on the same target into account and only one hunter's mark can provide the benefit.
Is that something you tried?
n/a - Spell is not in current priorities
Snapshot is still required. Take a snapshot when it should be used but isn't.
Something like refreshable & target.health.percent >= 85 doesn't work because it doesn't take other player's hunter's mark debuffs on the same target into account and only one hunter's mark can provide the benefit.
Is that something you tried?
Yes, I tested it on a line in the priorites. Also tried target.debuff.hunters_mark.exists and debuff.hunters_mark.exists. The latter two don't work at all because it isn't a registered spell in the addon for the addon to track.
Yeah, that's not proper syntax. Were you going to provide a snapshot and link to a sim?