Hi, I am a new player and would like to know if it is possible to make a 1 click macro that puts shield on my priest and then casts pain, followed by shoot (wand).
Thanks in advance.
Hi, I am a new player and would like to know if it is possible to make a 1 click macro that puts shield on my priest and then casts pain, followed by shoot (wand).
Thanks in advance.
You can put it in a macro, but the way it would work is that you would have to push the macro button 3 times.
#showtooltip
/castsequence [@player] reset=target/combat Power Word: Shield, Shadow Word: Pain
/use [harm] Shoot
/startattack
That’ll trigger an invalid target error for SWP (cuz @player isn’t a valid target).
Not sure if this will fix it or you’ll just need to go to the default.
#showtooltip
/castsequence [harm] [@player] reset=target/combat Power Word: Shield, Shadow Word: Pain
/use [harm] Shoot
/startattack
If you need to just use the default targeting.
#showtooltip
/castsequence reset=target/combat Power Word: Shield, Shadow Word: Pain
/use [harm] Shoot
/startattack
It works, because I tested the macro.
The macro is useless because PW:S has a long cooldown.
Neither of the 2 macros you posted did all the 3 tasks.
Thanks for the replies chaps. I will stick to doing it the way god intended and click each button individually ![]()
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.