-
Arcane Mage Macro?
Hi everyone,
what im looking for is an Arcane-Mage-One-Button-DPS-Macro.
I use a setup with a leader, what i want the macro to do is:
assist the leader
start casting the spells in the following order (i think castsequence is the right macro), but is
there a way to tell this macro to not stop casting Arcane Missile if i hit the button again?
AM is a channeled spell and it breaks always when i spam my DPS Button. Im at work so i dont have the macro here but its like:
/assist leader
/castsequence reset=target Arcane Blast, Arcane ..., Arcane Missile, Arcane Blast .... and so on.
On the Same key is the DPS macro for my druid which i have to spam on while channeling arcane missile.
Can someone help my out?
Thanks in advance
Hertome
-
You can try doing /castsequence [nochanneling] reset=target Arcane Blast, Arcane ..., Arcane Missile, Arcane Blast to see if this helps.
-
I will give it a try thanks!
-
Or you can use a stop macro step
/assist leader
/stopmacro [channeling]
/castsequence reset=target Arcane Blast, Arcane ..., Arcane Missile, Arcane Blast .... and so on.
Just a matter of preference.
-
It works great thanks a ton!