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