World Of Warcraft Warlock Macros
World Of Warcraft Warlock Macros
How do you cast multiple spells in a macro in world of war craft?
I have a warlock in World of Warcraft. I want to be able to cast multiple spells with one macro. I have researched macros. This is what I came up with.
/cast “spell name”(Rank#)
/stop casting
/cast “spell name”(Rank#)
etc….
I have used various combinations on the syntax with no luck. I can get one spell off, but when I do get it to read the next spell it tells me that I am still charging up.
I’d like to know how I can set the time between spell castings so that I can cast the next spell.
Any ideas?
I have looked at various websites with no success.
I don’t think that it is possible.
Macros will only carry out one action per click. You can, however, include logic to change what that action is based on certain circumstances, but multiple actions will require multiple clicks.
For instance, a warrior can have a macro:
/cast [stance:2] Taunt; Defensive Stance
which will ‘Taunt’ if you are in the Defensive stance, if you are not, it will put you in the Defensive stance, then you hit the macro again to ‘Taunt’.
This gives you the advantage of not having to remember the correct key sequence, all you have to do is repeatedly hit the same button and have a multitude of actions performed.
But you WILL have to hit the button several times.
