Macro issue

Hi, how do I stop the below macro from casting consecration if it is doing one of the mouseover/modifiers please

#showtooltip]
/cast [mod:alt,@mouseover,help] Blessing of Sacrifice; [mod:alt,@mouseover,harm] Rebuke; [@mouseover,harm] Holy Shock; [@mouseover,help] Word of Glory
/cast Consecration
/startattack

and the same with this one, it will do the Lay on Hands ok but it also tries to cast Lights Hammer

#showtooltip]
/cast [mod:alt,@mouseover,help] Lay on Hands
/cast Light’s Hammer
/startattack



EDIT:

Fixed it I needed to do a nomod like below

#showtooltip]
/cast [mod:alt,@mouseover,help] Lay on Hands; [nomod] Light’s Hammer
/startattack

Don’t use multiple /cast if you’re only trying to do one thing.

#showtooltip
/cast [mod:alt,@mouseover,help] Blessing of Sacrifice; [mod:alt,@mouseover,harm] Rebuke; [@mouseover,harm] Holy Shock; [@mouseover,help] Word of Glory; Consecration
/startattack
#showtooltip
/cast [mod:alt,@mouseover,help] Lay on Hands; Light's Hammer
/startattack
1 Like

Thank you very much :slight_smile:

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