Watermasta 7 Report post Posted February 5, 2014 I am terrible with macros and i was wondering if i could get some assistance from someone who is much more versitile with them. I want to create a macro that would replace backstab on my bar with ambush during shadow dance. I would want to throw a premed in there as well. All help is greatly appreciated. Quote Share this post Link to post Share on other sites
Sethadon 0 Report post Posted February 5, 2014 I want to create a macro that would replace backstab on my bar with ambush during shadow dance. I would want to throw a premed in there as well. It sounds like you'd need to check your stance conditions. Subtlety Rogues have 3 stances I believe: [stance: 0] = normal stance **also includes Shadowmeld if you're a Night Elf - i think. [stance: 1] = stealth [stance: 2] = shadow dance Knowing this, we could simply add some stance conditions to a cast (or castsequence) line of code: /cast [stance:1/2] Ambush; [stance:0] Backstab /cast [stance:1/2] Premeditation These have not been tested, but they should work. NOTE: There is a PvE Assassination macro here, that might give you some other ideas. Cheers! Quote Share this post Link to post Share on other sites