Hekili Priority Helper

Hekili Priority Helper

44M Downloads

Intimidating Shout not showing

bigd123456 opened this issue ยท 1 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).

WoW Version

Retail (Dragonflight)

Describe the Issue

Hekili would not show Intimidating Shout even when it's set as top priority. To get it working I went to Dragonflight folder and changed the spell id for intimidating shout listed under file "WarriorProtection." Now it works okay. id by default was listed as 316593 which I changed to 5246.

   intimidating_shout = {
        id = 5246,
        copy = { 316593, 5246 },
        cast = 0,
        cooldown = 90,
        gcd = "spell",

        talent = "intimidating_shout",
        startsCombat = true,
        texture = 132154,

        toggle = "cooldowns",

        handler = function ()
            applyDebuff( "target", "intimidating_shout" )
            active_dot.intimidating_shout = max( active_dot.intimidating_shout, active_enemies )
        end,
    },

Big fan of your hardwork. Much appriciated.

How to Reproduce

Take Intimidating Shout telent for protection warrior.
Add Intimidating Shout under Protection Warrior Action List as top priority without conditions. Target training dummy.

Talent Loadout

BkEAR5QSZgdnGefDo4ho9ZGXKLgAAAAASSSkkQSLpkkkGEBCkIRJJBICJBtQSCCQkAAAAAAAARCAgSrBA

Snapshot

NA

Raidbots Sim Report (Link)

NA

Additional Information

No response

Contact Information

No response

commented

Intimidating Shout's ID actually changes based on whether you have Menace talented. I'll make this adjustment. I'm also moving Initmidating Shout to the interrupts toggle by default, since it's a utility function and not a DPS cooldown.