1. macro help (rogue)

    heya ladies,
    I'm looking for your help.
    So I want to make a macro which is like > if the target or the focus or whatever is it is in combat then I'll cast kick on him, but if he's not in combat then I'll cast sap on it, already tried a lot of ways to build this macro but I had no success yet, so if you could give me a hand of help I would really appreciate it, thanks in advance, peace

  2. Macro can check only if the player himself is in combat.

    /cast [@focus, nocombat] Sap; [@focus, combat] Kick

    Your only option is doing castsequence macro that'll first attempt to sap, then kick.

    /castsequence [@focus] reset=0.3 0, Kick
    /castsequence [@focus] reset=0.3 Sap, n

Posting Permissions

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