BarkingSpiders 0 Report post Posted February 8, 2017 Is there anyway to make a macro that let's me spam my Mind Flay ability so that it doesn't cancel the channeling of the spell if I hit it too many times too quickly? Also can something similar be done with wand attacking? I googled it and the only results I found were posts from other private servers with macros that didn't work on here. Any ideas? 0 Share this post Link to post Share on other sites
jagonx 7 Report post Posted February 8, 2017 (edited) https://forum.elysium-project.org/topic/24380-addon-castmodifier-tbc-and-above-like-conditionals-for-cast-macros/ /cast !Mind Flay And https://github.com/shirsig/notoggle for the wand attack. This is the easiest way for newcomers. Edited February 8, 2017 by jagonx 0 Share this post Link to post Share on other sites
BarkingSpiders 0 Report post Posted February 8, 2017 Wow this shit's amazing. Thanks. 0 Share this post Link to post Share on other sites
фткyн 1469 Report post Posted February 8, 2017 Wand macro, where 1 is slot num of action slot. /script if not IsAutoRepeatAction(1) then CastSpellByName("Shoot") end 0 Share this post Link to post Share on other sites