Void Blast Click GSE

Hello,

I would like to make a Macro to click as a Discipline Priest, but I have a problem with Void Blast. The spell doesn’t normally exist; it’s a proc with Mind Spike.

I keep getting the message looping that says “Unable to find spell: Void Blast from Discipline_Dps - Compiled Step 1,” which makes sense, and the Macro works fine when I have the proc. I would like to know if there is a solution for my case, or if it’s necessary to go purely macro, even in GSE? I hope I was clear.

Maybe make a macro and set your block to reference the macro like…

#showtooltip
/cast [known:Void Blast] Void Blast
/cast Mind Spike

possibly..

Void Blast is just Smite when your Entropic Rift is out, so the game will automatically turn Smite into Void Blast when it is out. You don’t have to change the name, or if you want to have it in its own macro, it is still named “smite” for a macro’s case.

i.e.
/cast Smite
will turn into
/cast Void Blast
when the void rift is out. You can check this yourself by throwing the void ball out and seeing that the smite icon and name change to Void Blast (on your action bar) while it’s out.

I hope that helps.
Please let me know if I read your post wrong and didn’t help with your problem.