Blackbeard 0 Report post Posted March 3, 2017 Hey there, so as a rogue, I'm mostly spamming sinister strike in dungeons. When we fight a group, I spam it on the focus target and fire my finishers now and then. When the focus mob dies, my target switches to the next mob, which is all fine so far. But when I don't have enough energy to hit with a sinister strike, when changing the target, I stand there for a good while, doing nothing. How to prevent that with a macro? I try to just right click the mob as often as I can, to do swings on him but in larger mob groups it's a high chance, that I don't right click the mob, I want to hit. I also tried it with a macro that looks like /cast attack /cast sinister strike but when I hit that more than once, I just stop attacking at all. Does someone have a macro that solves my problem? Couldn't find anything. 0 Share this post Link to post Share on other sites
Lebowski 0 Report post Posted March 3, 2017 (edited) Put the spell 'Attack' where #36 is and then make the following macro to spam: /run CastSpellByName("Sinister Strike") /run if not IsCurrentAction(36) then UseAction(36) end Edited March 3, 2017 by Lebowski 0 Share this post Link to post Share on other sites
shirsig 18 Report post Posted March 3, 2017 Or use this: https://github.com/shirsig/notoggle 0 Share this post Link to post Share on other sites
altoholic 2 Report post Posted March 4, 2017 13 hours ago, shirsig said: Or use this: https://github.com/shirsig/notoggle I use it (thx, btw), but it won't make you autoattack if you don't use an autoattack macro with your ability (eg is sinister strike). Or i use it wrong, and please correct me. 0 Share this post Link to post Share on other sites
Blackbeard 0 Report post Posted March 4, 2017 16 hours ago, Lebowski said: Put the spell 'Attack' where #36 is and then make the following macro to spam: /run CastSpellByName("Sinister Strike") /run if not IsCurrentAction(36) then UseAction(36) end Hide contents Thank you all for your help. @Lebowskiany idea, how to figure out which one is #36 with bartender or will I have to disable bartender, place Attack on 36 and enable it again? 0 Share this post Link to post Share on other sites
shirsig 18 Report post Posted March 4, 2017 5 hours ago, altoholic said: I use it (thx, btw), but it won't make you autoattack if you don't use an autoattack macro with your ability (eg is sinister strike). Or i use it wrong, and please correct me. Yeah, it has nothing to do with that. It just changes the attack ability not to toggle (no matter how you use it, macro, spellbook, actionbar). 0 Share this post Link to post Share on other sites