Log in

View Full Version : nochanneling+@player?



Lyonheart
11-10-2019, 03:20 PM
can i write a macro to do nochanneling and @player? trying to cast rain of fire at feet and be able to spam it while my mages spam arcane explosion with same hotkey ( until i get hellfire )

MiRai
11-10-2019, 03:48 PM
/stopmacro [channeling]
/cast [@player] Rain of Fire

nodoze
11-10-2019, 04:35 PM
/stopmacro [channeling]
/cast [@player] Rain of Fire

Does that work in Classic Warcraft?

Can you target the Tank and cast it on him with something like @Character_name ?

MiRai
11-10-2019, 04:43 PM
Does that work in Classic Warcraft?
Yes, outside of /focus, the macro API should be identical between Retail and Classic.


Can you target the Tank and cast it on him with something like @Character_name ?
No, ground-target AoE only accepts @cursor and @player.

nodoze
11-10-2019, 04:46 PM
Yes, outside of /focus, the macro API should be identical between Retail and Classic.


No, ground-target AoE only accepts @cursor and @player.That helps a lot. Thanks so much for the fast replies.

Lyonheart
11-10-2019, 06:08 PM
/stopmacro [channeling]
/cast [@player] Rain of Fire
i thought i tried that.. i must of typoed or somthing..Thanks! it works!