Purify Dispel macro with alt to self Purify

I’m using the below macro to purify on team mates, and dispel magic on enemies. How do I adjust this so that if I press alt, it cast purify on myself?

#showtooltip
/cast [help] Purify; [harm] Dispel Magic

#showtooltip
/cast [mod:alt,@player][help] Purify; [harm] Dispel Magic
1 Like

Replacing Mass with alt-self cast makes it

#showtooltip
/cast [mod:alt,spec:3,@player] [spec:3,@mouseover,help,nodead] Purify Disease; [mod:alt,@player] [@mouseover,help,nodead] Purify; [@mouseover,harm,nodead] [harm] Dispel Magic; [spec:3] Purify Disease; Purify
1 Like