Judgement and Hammer of Wrath

Searched the forums, but couldn’t find an example of how to possibly do it, and just recently reactivated that I don’t know how the new macro system works anymore.

For my Holy Paly, I need is an all-in-one-macro for Judgement and Hammer of Wrath without using mod keys.

I’ve tried this macro below, but it doesn’t trigger Hammer of Wrath at all.

============

#show Judgment
/console Sound_EnableSFX 0
/script UIErrorsFrame:Clear()
/castsequence [@focustarget,harm,nodead][@mouseover,harm,nodead][harm,nodead] reset=0.6 0,0,0,0,Hammer of Wrath
/castsequence [@focustarget,harm,nodead][@mouseover,harm,nodead][harm,nodead] reset=6 Judgment
/console Sound_EnableSFX 1

Any help or pointer appreciated. Thanks.

Here you go!

#showtooltip Judgment
/startattack
/castsequence reset=0.7 1, Judgment
/cast Hammer of Wrath

(This is my first post on this site, hence I haven’t a clue how to make the black code/macro box like I see everywhere else)

Hello Maury Larry, for future reference if you would like to put the macro in a black box just highlight the whole macro with your mouse and click the “code” button on the editor’s bar.