1. Help with macro for rogue

    Not sure if this is the correct sub.

    I want to edit this macro

    #showtooltip
    /cast [nomod] Kick
    /cast [mod:shift] Dismantle

    What I need is to cast Pick Pocket when in stealth. But I cant seem to make that work. Any ideas?

  2. I assume you want to cast Pick Pocket when in stealth, Dismantle if shift is pressed and Kick otherwise. If so, i think it would go like this:

    #showtooltip
    /cast [stealth] Pick Pocket; [mod:shift] Dismantle; Kick

  3. Yes that is exactly what I needed! Thank you very much!

Posting Permissions

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