Macro for play

hi guys
i need some help here
i had macro at cataclysm using a lot but now in shadowlands i cant use it.
i need some help here
i need macro that let put two level ( spell ) on one action bar with reset time for example : strampeding Roar , Dash
first is Roar show on action bar when i will click on it that action bar gonna change to Dash for 20 sec so i can use it in 20 sec if i use it or not . it will change to Roar again after 20 sec.
i hope someone help me im really appreciate it /
i really need this macro because for next season i need it for arena so i can play better.

if anyone know how to make macro like that please write it here. ty

No expert here.
But from what I have seen/read, the way some core macros work had been changed back in Legion. I don’t think you can macro 2 GCD abilities onto the same macro.

There could be one that says something like (not an actual macro commands below)

cat=dash
bear=stampeding roar

But this is not what you want.

But yeah, my druid bars are also full :smiley:

1 Like

Here ya go:

#showtooltip
/castsequence reset=20 Stampeding Roar, Dash

That should work, unless macro rules have changed in the last 4 months, which was the last time I was actively playing.

1 Like

This is the correct macro. I use similar ones right now.

Wait so what does this macro do?

1 Like

It combines two Druid speed-boost abilities into a single button in order to save space on your action bars.

It very specifically does NOT run them at the same time. That isn’t possible. Rather, the first time you press it, it activates your Stampeding Roar ability. Then, if you press it in the next 20 seconds, it activates your Dash ability.

If you do not press it again in 20 seconds, it reverts back to Stampeding Roar. That’s the function of the “reset” conditional.

reset=20

Now, I don’t know why the OP wanted only a 20 second reset timer. Stampeding Roar is a 2 minute cool down ability, so it doesn’t make sense to me. I use a similar macro but with a 120 second reset timer, so that if I haven’t used Dash in 2 minutes, Stampeding Roar pops back up in that action bar slot…because it is ready to use again by that time.

2 Likes

thank you so much my friend. i wanted to use it for cyclone and root or other spells. roar and dash was just example for asking thats all. thank you so much brother

1 Like