Hello priest friends, i’ve started playing priest recently and wanted to make a macro to make disc healing easier on myself-
#showtooltip Smite
/cast [@targettarget,harm] Smite
I’m using this atm for my damage spells but it only works when i’m targetting someone, is there a way to make it attack my target as well if they’re an enemy? Sometimes i want to focus a target instead of just quickly hitting the tanks target
Well, for Disc Priest I usually use this Smite macro so I don’t cancel my Penance early when I spam Smite:
- #showtooltip Smite
/cast [nochanneling:Penance] Smite
But I think this is what you’re looking for maybe. This macro below will make it so when you’re targetting your ally, you will cast Smite and attack the person they are attacking/targetting (Should let you target the enemy and damage them yourself too, I’ve never noticed it wouldn’t let me NOT attack anyone. Should work like it does with no macro):
- #showtooltip Smite
/cast [harm][@targettarget] Smite
I usually just use those types of macros on Holy Priest and just target enemies like a DPS would on Disc to attack them. The macro works with other spells like so, just replace the spell name:
- #showtooltip Shadow Word: Pain
/cast [harm][@targettarget] Shadow Word: Pain
-Bonus macro- This one makes it so when you are about to be CC’d, you press it and it will automatically target any enemy close to you and instantly use Shadow Word: Death. This is good to instantly break out of Polymorph (or any other “break on damage” CC like Fears) with the SW: Death feedback damage on yourself.
- #showtooltip
/StopCasting
/Focus
/TargetEnemy [@Target,noharm][@Target,dead]
/TargetLastEnemy [@Target,noharm][@Target,dead]
/Cast Shadow Word: Death
/ClearTarget [@Focus,noexists]
/Target [@Focus]
/ClearFocus
Ty these work perfect, and the swd macro is appreciated for arena