(unsuccessfully) Trying to add HoR to a working macro

Ive got the below macro working but want to add Hand of Reckoning (with a ctrl modifier)

#showtooltip

/cast [@mouseover,mod:shift,harm]Hammer of Wrath

/cast [@mouseover,nomod,harm]Hammer of Justice;[@mouseover,mod:shift,help][mod:shift]Flash of Light;[@mouseover,nomod,help][]Cleanse Toxins

This is the line I want to add but it wont work, Im assuming its because its off the global cooldown but I cant figure out how to “fix” that

#showtooltip

/cast [@mouseover,mod:ctrl,harm]Hand of Reckoning

Any ideas please

#showtooltip
/cast [mod:ctrl,@mouseover,harm] [mod:ctrl] Hand of Reckoning; [mod:shift,@mouseover,harm] Hammer of Wrath; [mod:shift,@mouseover,help] [mod:shift] Flash of Light; [@mouseover,harm] Hammer of Justice; [@mouseover,help] [] Cleanse Toxins

Make sure to unbind any key conflicts or the modified presses wont work. By default CTRL 1-6 are bound to the pet bar and SHIFT 1-6 are bound to Action Page 1-6.

1 Like

Brilliant you are a star thank you.

Ive wasted about 3 hours trying to get that to work today

These are a bit dated but they follow the same principal:

And if you need general templates:

1 Like

Thank you :grinning:

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