Hekili Priority Helper

Hekili Priority Helper

44M Downloads

Hunter BM don't recommend dire beast before Bloodshed

esergiosantos opened this issue ยท 5 comments

commented

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

Dire Beast does not recommend before Bloodshed, Cooldown ON, and is not in a separate display.

How to Reproduce

  1. Enter game as a Hunter BM.
  2. Take ST Talents Bloodshed
  3. Start Attack Dummy
  4. See recomendations.

Snapshot (Link)

https://pastebin.com/DH04C6r2

Raidbots Sim Report (Link)

https://mimiron.raidbots.com/simbot/report/48f7XnRhsgMaKhjN6PH4cY

Additional Information

example of rotation to be used in Opener
https://www.icy-veins.com/wow/beast-mastery-hunter-pve-dps-rotation-cooldowns-abilities?area=area_2

Contact Information

sergiovegas1

commented

As you can see in your Raidbots sim, the priority as written differs from what the Icy Veins guide recommends:

image

You could write a custom priority, if you were so inclined. The addon will sync up with updates in SimulationCraft as they become available.

commented

Hekili is not recommending dire beast before Bloodshed, as in this print, however if I turn off the cd, it recommends correctly as in raidbots and icyveins
image

CD off
image

commented

The difference is that the sim is using Dire Beast with Beast Within up because of this logic:

Dire Beast: talent.huntmasters_call & ( ! buff.bestial_wrath.up & talent.killer_cobra | cooldown.call_of_the_wild.ready )

This means that with Huntermaster's Call talented:

  • use Dire Beast when Bestial Wrath is NOT active and Killer Cobra is talented, OR
  • use Dire Beast when Call of the Wild is ready

There was earlier feedback that Dire Beast shouldn't be used here when you don't actually have Call of the Wild talented, so the addon was updated to also do a talent check:

Dire Beast: talent.huntmasters_call & ( ! buff.bestial_wrath.up & talent.killer_cobra | talent.call_of_the_wild & cooldown.call_of_the_wild.ready )

You could remove the talent.call_of_the_wild & part from this entry (Beast Mastery > Action Lists > st > 4) if you want it to match the sim in that regard, but the sim will probably get changed as well.

commented

call of the wild talent is not being used in 99% of the logs in the pre patch, maybe it will be changed in the launch of TWW with the hero talents I haven't checked what the rotation there would be like yet, hekili already configured for the new beta rotations?

commented

removing the part, talents.call_of_the_wild & seems to have resolved it with the CD ON
image