Jump to content
Sign in to follow this  
stjimmy1904

[Macro help needed] Inner Focus / Mind Blast macro

Recommended Posts

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?

Share this post


Link to post
Share on other sites

AFAIK it was possible to bind those two on one button so that it cast both at the same time. Since Inner Focus does not have cast time or a GCD the goal is to activate it and then cast Mind Blast with the same click.

Share this post


Link to post
Share on other sites

/cast Inner Focus

/cast Mind Blast 

 

Should do the job

Edit: I see a whitespace between spell and Rank.  This causes an error 

Edited by Meitie

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×