you can put the entire list of moves a warlock has on razor naga macro – one button done.
GCD made it impossible.
Razor ? Macro huh can I use the macro or no in classic I neeed someone to rewrite it
So I can’t use this macro or someone rewrite it to the new API so I can’t have a macro like if I cast a dot and he resisted the dot so it will cast that same dot until it hits him?
only /castsequence. If that doesn’t give you results…nope.
Yes a did set up my own castsquence macro but it will work but if one is the spells miss it just goes to the other spell without trying to re cast it and it also re cast the same spell even tho it’s already up I. Think I’m just lost out I guess thanks everyone
works just gotta space /cast [mod:alt] Soul Reaper; thanks
How /castsequence works?
This is needs to be upvoted badly.
A LOT of people need to be shown how to properly create a multi ability macro.
It absolutely blows my mind just how many (especially in 2022) players dont even think a multiability macro exists.
Within the last few days upon looking up more macros, I knew it could be made but just wasnt 100% sure on the important details that may be needed when creating…
I got so many replies from the community basically telling me its not possible.
Even when I didnt know how to make it fully, I still knew that a macro with such simple design should by all rights be possible.
Isnt it possible to merge them, Like have it be a cast sequence but if you want to ladder ability before the 5 seconds are up just use a modifier key? I am just learning macros so I am still a novice. I am not 100% on their limitations.
Use this
#showtooltip
/Castsequence [mod:alt] name of spell; name of spell
Or
#showtooltip
/Castsequence [mod:alt] reset=20 name of spell, name of spell; name of spell
#showtooltip = the spell picture
/Castsequence = cast spells in order
[Mod:alt] = use a modifier (Shift/Alt/Ctrl) when pressed. I use Alt always.
Reset = If a spell has a cool down and you want to sequence a group of spells but don’t use them all at once. It will reset back to the first spell after so many seconds you put in.
Example: reset=20 (20 seconds will reset back to first spell in sequence)
Hope this helps.
It’s been three years. OP has probably moved past this.
Didn’t realize it was necroed
My bad (I didn’t Necro this by the way)
No, it still keeps me up at night
Its been a rough go for me lately and your reply made me laugh for the first time in a while. Thank you.
So, I was trying to do something for Priest where I cast Void Tendrils, then Psychic Scream. This macro actually worked with a reset time of 3.
Keep in mind you have to hit it twice to get the Scream off, but it worked well. The spells could be flipped, but I wanted the tendrils down first because some tanks get cranky when things run away while they are tanking.
If you’re wondering, I was trying to come up with a way to pare down the amount of buttons on my bars and this seemed like a good pairing.
I also have some mouseovers for harm/heal spells that look like this:
#showtooltip
/use [@mouseover,nodead,help] FLASH HEAL; SMITE
And those (I have several) are dual-purpose depending on what is being targeted. I also use the above macro for Shaman and Druid spells and they work rather well.
Spells have to be instant cast - this one casts 2 spells on one random party member (resto druid)
/targetfriend
/cast Barkskin
/cast Cenarion Ward
I assume there are not many spells that are going to work this way.
edit - the barkskin goes on me - which means the other one does too… ack… forgot…why the heck do I bother having targetfriend in there? oh well… still casts both on me.
edit 2 - tried barkskin + prowl - and it worked… I should do more experimenting…
bro, this literally made me laugh out loud, thx for that!!!