MACRO: Hammer of Wrath

Hi guys!!

Was wondering if its possible to create a macro that casts Hammer of Wrath (when its possible, when a target is below 20%) without having to target the enemy.

I want this because in arena i dont want to have to drag my mouse to the player I want to just be able to press it while still targeting my ally.

Thanks

Your best bets are probably either a mouseover or a focus macro.

/use [@mouseover, exists] Hammer of Wrath
/use [@focus] Hammer of Wrath

As the name implies, the focus macro requires you to have a focus)

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.