As title says I want to put Inner Focus and Mind Blast in a macro.
This is what I got, but it does not work somehow:
/cast Inner Focus
/script SpellStopCasting();
/cast Mind Blast (Rank 8)
The problem I guess is that the second line is executed to early somehow, since even without cooldown it does not cast Inner Focus.
Maybe somebody with more macro experience can help me?