Haitharn 2 Report post Posted December 31, 2016 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 0 Share this post Link to post Share on other sites
Ike 20 Report post Posted January 1, 2017 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! 1 Share this post Link to post Share on other sites
Haitharn 2 Report post Posted January 1, 2017 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!!! 0 Share this post Link to post Share on other sites
Ike 20 Report post Posted January 2, 2017 (edited) Never played on feenix and never used their forums. :p But I'm glad you're liking the Addon! Edited January 2, 2017 by Ike 0 Share this post Link to post Share on other sites
Haitharn 2 Report post Posted January 2, 2017 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 0 Share this post Link to post Share on other sites
cryofsorrow 5 Report post Posted January 3, 2017 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). 0 Share this post Link to post Share on other sites
Ike 20 Report post Posted January 3, 2017 The macro allows you to spam click Mind Flay and only have it cast again once the currently channeled one has finished. 0 Share this post Link to post Share on other sites
Haitharn 2 Report post Posted January 6, 2017 (edited) 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 January 6, 2017 by Haitharn dumb 0 Share this post Link to post Share on other sites
uti 0 Report post Posted February 1, 2017 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. 0 Share this post Link to post Share on other sites
Prancinglid 4 Report post Posted February 9, 2017 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. 0 Share this post Link to post Share on other sites