Apocalypse macro?

Is it possible to use the Apocalypse ability from your spellbook in any sort of macro whatsoever? a simple /use Apocalypse makes it think your using the artifact ability and there doesnt seem to be a way to differentiate them.

1 Like

Its on the GCD and incurs a GCD, i dont think what you want is possible

I know its on the gcd im not trying to combine spells with it, just make a simple castsequence macro. i.e. /castsequence reset=30 Apocalypse, soul reaper

Im just trying to consolidate space for unholy’s 800 different abilties, but as far as im aware this ability can not be used in any kind of macro whatsoever even by itself.

It works by itself as a macro for me.

The new spellbook version? if i put it in a macro the artifact icon pops up with no tooltip and it doesnt do anything.

You are making sure the target has festering wounds first right?

1 Like

That fixed it ty

I found this in another thread, but if you ever have issues with a skill sharing a name with an item, add “()” after the spell name, and it will force the game to use the spell. In this case:

/cast Apocalypse()

5 Likes

Thanks for the info!