I have seen people saying castsequence doesn’t work, but others do.
I tried on my priest like
/castsequence heal, lesser heal
I clicked on my toon and clicked the marco button, but it only casted heal then stopped.
It also tried like
/castsequence holy fire, smite, shadow word: pain
it only casted the 1st spell then stopped.
I just want a macro that will cast some spells in sequence for once and stop.
I also added
/castsequence reset=x … or reset=target and both doesn’t work.
Can anyone please help to explain how to actually use castsequence macro ?
Thanks a lot
That should work. You press it once to holy fire, a second time for smite, and a third time for shadow word: pain. Then the macro repeats itself. It will not automatically cast the spells in sequence.
The reset part of the macro will jump the sequence back to the first spell if the conditions are met.
Can anyone help me with a macro that does my rotation?
It goes: “Shadowbolt, Shadowbolt, Shadowbolt, Shadowbolt, Shadowbolt, Shadowbolt, Shadowbolt, Shadowbolt, Shadowbolt, Shadowbolt, Shadowbolt, Shadowbolt, Shadowbolt, Shadowbolt, Shadowbolt, Shadowbolt…”
10 Likes
You don’t need a rmacro for that just use the spell from ur spell book (the highest rank u have unless you down rain k)
It’s hard because I use my mouse to click the movepad too.
Set up keybind then that’s what I try to do
What’s the macro command for “move forward” or “turn right”?
1 Like
Domt need macro either u can just press W or D
Also up arrow and right arrow, if u use ur right hand to move
W is fear and D is shadowbolt.
So… I’m supposed to fear myself to move? Do I have to mindcontrol myself first?
3 Likes
YEah suer.
#showtooltip
/use Shadow Bolt
/petattack [@target,exists]
/petfollow [@target,noexists]
Lol r u being dumb on purpose… …
WHAT? Why would I do that?
Lol haha
That’s funny lol. Good on Tin 
1 Like
Real talk tho: Using [@target,noexists]
as a condition for /petfollow is not a bad idea. Right now I have separate macros for attacking and following.
I can’t imagine binding it to an offensive spell, though. Sometimes I want my pet to stay next to me.
I don’t know if /follow has options allowed for it, but it would be funny if a raider could use:
#showtooltip
/follow raid1
/use Shadow Bolt
/petattack [@target,exists]
/petfollow [@target,noexists]
Then replace raid1 with whatever unit ID you want.
https://wow.gamepedia.com/UnitId
Yeaaaa no. I’m not going to follow any of the tanks.
Oh…, I didn’t know I have to press the action button multiple times to get the cast sequence. I thought my toon will automatically cast all the spells without me having to press the button multiple times. Thanks for that info.