Jump to content
Sign in to follow this  
Haitharn

Spammable Mind Flay Macro

Recommended Posts

I currently am using this macro:

/run m=0 for i=1,40 do if(strfind(tostring(UnitDebuff("target",i)),"Spell_Shadow_SiphonMana"))then m=1 end end if m==0 then CastSpellByName("Mind Flay(Rank 6)") end

however, if there is a 2nd shadow priest in raid, or mana drain on the mob, I cannot spam it. Does anyone have a macro that can spam the spell on any target? I had one on old nost but then lost it. I think it uses supermacro

Share this post


Link to post
Share on other sites

If you're not against using Addons try CastModifiers. This allows you to make macros like:

/cast !Mind Flay

This does exactly what you want and is actually readable!

Share this post


Link to post
Share on other sites
6 hours ago, Ike said:

If you're not against using Addons try CastModifiers. This allows you to make macros like:

 


/cast !Mind Flay

 

This does exactly what you want and is actually readable!

Oh I remember you! From the feenix forums! Haha I completely forgot about this addon! Using it now and it's so nice, thank you so much!!!

Share this post


Link to post
Share on other sites

Never played on feenix and never used their forums. :p

But I'm glad you're liking the Addon!

Edited by Ike

Share this post


Link to post
Share on other sites
8 hours ago, Ike said:

Never played on feenix and never used their forums. :p

But I'm glad you're liking the Addon!

Hmm then it's some other forum, but I definitely remember seeing those two videos and even asking you about the mind flay macro haha

Share this post


Link to post
Share on other sites

What does this Mind Flay macro do? Cancels MF cast if there's already Mana Drain/Mind Flay up? You can have 2 shadow priests in raid actually, both's Mind Flays will tick but only one will have the animation, or that's what I've experienced so far. I guess it gets more confusing with Mana Drain on? Dunno.
Also, I'm gonna hijack this thread and ask what macros you guys use? So far I only got inner focus+devouring plague which is mostly pvp/5man (and not really a macro :D).

Share this post


Link to post
Share on other sites

The macro allows you to spam click Mind Flay and only have it cast again once the currently channeled one has finished.

Share this post


Link to post
Share on other sites
On 1/3/2017 at 8:18 AM, Ike said:

The macro allows you to spam click Mind Flay and only have it cast again once the currently channeled one has finished.

I'm dumb 

Edited by Haitharn
dumb

Share this post


Link to post
Share on other sites

Is there a way to count the number of Shadow Vulnerability stacks in a macro?

Like can you have something for example Spell_Shadow_SiphonMana (3) ?

What I want to have is a macro that does Mind flay up to X debuff stacks and then a Mind blast.

Share this post


Link to post
Share on other sites
On 2/1/2017 at 5:26 AM, uti said:

Is there a way to count the number of Shadow Vulnerability stacks in a macro?

Like can you have something for example Spell_Shadow_SiphonMana (3) ?

What I want to have is a macro that does Mind flay up to X debuff stacks and then a Mind blast.

This shouldnt be necessary. If you want to stack up shadow weaving as fast as possible, using the longest channel spell you have isn't the way to do it. You are better off spamming r1 swp at the start of the fight. 

If you are wanting it for another purpose, it isn't hard to count to 5 or look at the little number on the debuff slot.

 

 

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  

×