Macro help?

Hi, I’m looking for some help doing a macro. I hope this is the best place for it?

Okay so I want it to switch to which talent I have picked, and either be a mouseover if I have Bestow Faith, or an @cursor if I have Light’s Hammer.

What I made was:
#showtooltip
/cast [@mouseover,help,nodead][nodead][@player] [talent: 1/2] Bestow Faith;
/cast [@cursor][talent: 1/3] Light’s Hammer

The first part works but not the hammer part. Any idea on how to fix?

Might have better luck in the UI & Macro forum.

Edit - And here we are.

oh a mod just moved it for me, ty I couldn’t find the macro board.

[this, and this]
[this] [or this]
#showtooltip
/cast [talent:1/2,@mouseover,help,nodead] [talent: 1/2] Bestow Faith; [talent:1/3,@cursor] Light's Hammer
1 Like

oh it worked! Thank you :smiley: