Log in

View Full Version : Shaman heal macro



Zurtoz
01-03-2015, 03:51 PM
/stopcasting
/target Dinzo
/cast Healing Surge


I want to get a macro working, that when clicked, will stop my current spell cast, target my Main, and cast Healing Surge. If i spam click this macro, if my shaman is casting the heal, if i click the marco too many times, it will stop him when casting the heal. :(

CDNProdigy
01-03-2015, 06:00 PM
Your problem in the macro is the /stopcasting command. You’re calling a general stop for casting every time you spam the macro so you’ll never actually cast the healing spell. Yes, you stop casting your DPS casting but your Main will die a quick death because you’ll never actually heal him or her.

Your solution might be better if you break it up into two macros:

Macro 1: /stopcasting

Macro 2: /cast [@Dinzo] Healing Surge

or alternatively you can have one dps/heal macro:

Macro 3: /cast [help] Healing Surge; [harm] Lightning Bolt

The third macro though would require you change the target from enemy to your main manually.