Thread: Pve\Pvp macro

  1. #1

    Pve\Pvp macro

    Hey everyone. I've started playing pvp recently and want to create macros for arena targets. But I don't want to rebind my kicks, stuns and etc. For example, I've bound my kick for Q for pve and I want to bind /cast [arena1] kick for Q, but I don't want to change between spell and macro everytime. Can I somehow create macros that work simultaneously in both pve and pvp or is there an addon that can create something like a template for keybinds?

  2. #2
    Code:
    /cast [@arena1, exists] Kick;Kick

    Should work.

  3. #3
    Code:
    #showtooltip
    /cast [@arena1,harm][] Kick
    Originally Posted by Zarhym (Blue Tracker)
    this thread is a waste of internet

  4. #4
    Quote Originally Posted by Finney View Post
    Code:
    /cast [arena1, exists] Kick;Kick

    Should work.
    Yes, it's working. Thank you

Posting Permissions

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