#showtooltip Apocalypse
/cast Apocalypse
/cast Unholy Frenzy
^How come this macro doesn’t work? It only casts 1st spell… Even if i keep pressing keybind for this macro, it doesn’t cast 2nd spell.
Someone told me i’d need a cast sequence macro for this to work, anyone know how to do that?
Doesn’t work cuz of the GCD. Read the sticky.
Table of Contents:
Intro - Macro Basics
Macros - What can they do?
Macros - What can they NOT do?
Conditionals - How do they work?
Scripting - What is possible in a macro?
Macros - Tips, Tricks, and Shortcuts
1. Intro - Macro Basics
Macros are a very useful tool within the World of Warcraft client. They allow you to combine multiple actions onto a single button. While the entire macro will run every time, actions which trigger the Global Cooldown will stop later GCD actions from functionin…
#showtooltip
/castsequence Apocalypse, Unholy Frenzy
You can also do something like this for a reset timer and change the 5 there for any second timer you want. otherwise, the above will be a single button pressed twice to activate (2 globals)
#showtooltip
/castsequence reset=5 Apocalypse, Unholy Frenzy
1 Like
Also for your fast fingers not to press too early.
#showtooltip
/castsequence [nochanneling] reset=target Apocalypse, Unholy Frenzy
ehhhh sorry guys, but none of those 3 macros worked at all…
it didn’t activate Apocalypse or Unholy Frenzy, strangely enough. Any idea why?
Did you put the macro on your bars?
If Apocalypse was on CD when you hit it, or you were channeling another spell, that would prevent it from casting and advancing but aside from that, no.
that’s not the issue
/edit but doesn’t matter, i found an alternative solution