Hekili Priority Helper

Hekili Priority Helper

53M Downloads

[FEATURE] Filter Evoker empowered spells while character is moving

Closed this issue ยท 2 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 request and was not able to find one.
  • I edited the title of this feature request (above) so that it describes the issue I am reporting.

Feature Request

It would be great to have a toggle option that prevents empowered spells on Evoker from being recommended while the character is moving.

Additional Information

No response

Contact Information

No response

commented

FYI: as a quickfix you could change the APL and change the lines with the skills you dont want to see while moving from

actions+=/any_dnd,if=hero_tree.deathbringer&!buff.death_and_decay.up&variable.st_planning&cooldown.reapers_mark.remains<gcd.max*2

to something like

actions+=/any_dnd,if=!moving&hero_tree.deathbringer&!buff.death_and_decay.up&variable.st_planning&cooldown.reapers_mark.remains<gcd.max*2

(just add !moving& at the start )

commented

The addon intentionally does not have this built in, because if you're moving, the right answer is to find a way to stop moving and cast. The same goes for scenarios where casters have to run (but can't cast-while-moving); filtering out their hardcasts can cause priorities to break down (i.e., alignment of cooldowns).