1. #1

    Question Rogue macro help

    I currently have a macro which will cast shadowstep, and will cast shadow dance while alt is pressed.

    Code:
    #showtooltip
    /cast [mod:alt] shadow dance; [nomod] shadowstep
    I want to improve it a bit which will also use trinket slot 17 while alt is holding. Ideally will cast the shadow dance first (if it's not in cooldown), then use the trinket (if it's not CDing) with only one press. Can anyone help please?
    Last edited by kenshiro; 2011-10-27 at 05:42 AM.

  2. #2
    Trinkets are slot 13 and 14, so this is the bottom trinket....

    Try this:
    Code:
    #showtooltip
    /cast [mod:alt]Shadow Dance;Shadowstep
    /use [mod:alt,combat]14

    Gershuun @ Borean Tundra US - Interface & Macros Moderator

  3. #3
    Thanks a lot, will try it out, :-)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •