Holy shock and other hpaladin macros

Hello everyone. First of all, sorry for my bad englando, i try my best.

I want a macro for my holy paladin holy shock but i’M bad whit macros. I want the macro work like this:
-My macro mouseover
-I have a target
-If my cursor target friendly player heal like a mouse over
-If my cursor target nothing heal/damage my target
-If i have no target and my cursor target nothing, healmyself
-If possible, don’t work on pet or totem (my last macro try heal my lock mate pet instied of damage my target, and it’s annoying)

i want a same rules for my other healer spell like holy light, flash of light, light of the martyr, etc

-Priority my cursor, heal the cursor (IF friendly player, not pet or totem)
-If my cursor don’t target friendly player, heal my target if possible
-If i have no target or my target not friendly, healmyself

thanx for your time and help

1 Like

This is a basic mouseover macro that does everything except the pet/totem ignore, I don’t think that’s possible with a normal macro tbh. There might be shorter macros but this works so I use it for all my healing spells.

#showtooltip Holy Ward
/cast [target=mouseover,exists,help,nodead] Holy Ward; [help,nodead] Holy Ward; [target=player] Holy Ward

Edit: the one by Amarabael is exactly the same macro I use just shorter, so I’m gonna use that from now on :slight_smile:

Hi,

like @Naleena said, it’s not possible to ignore specific unit types like pets or totems in /cast macros.

This is the version for Holy Shock:

/cast [@mouseover,help,nodead][exists,nodead][@player]Holy Shock

:heavy_check_mark: heal friendly mouseover
:heavy_check_mark: heal friendly target, damage hostile target
:heavy_check_mark: heal yourself, if no target/no mouseover

And this the version for all your other healing spells:

/cast [@mouseover,help,nodead][help,nodead][@player]Flash of Light

:heavy_check_mark: heal friendly mouseover
:heavy_check_mark: heal friendly target
:heavy_check_mark: heal yourself, if hostile target/hostile mouseover

Regards

31 Likes

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