World Of Warcraft Macros Priest
World Of Warcraft Macros Priest
World of Warcraft macro making help for my priest?
Is there a way to make a macro with a spell that for example would automatically cast “lesser heal” on myself? I think it is a pain to always have to click on myself and then use it when it takes time when i need to kill something. Is there a way to do that not in macro making maybe? Please help
You don’t necessarily need a macro for this. For example, if your spell is bound to your 3 key you can just press Alt + 3 which should heal yourself without deselecting your current target. Keep in mind the key can be anything you want.
But if you still want a macro, this macro should have the same effect and pressing Alt is not needed.
/targetself
/cast Lesser Heal
/targetlasttarget
