1. #1

    Wind Shear Macro Pvp

    Hey I want a macro if possible that will cast Wind Shear on my focus if my current target is friendly. If my target
    isn't friendly cast it on that as if it was a normal Wind Shear. Is this possible?

    ---------- Post added 2011-10-05 at 11:22 AM ----------

    Oh I think I answered my own questions lol.
    #showtooltip
    /stopcasting
    /cast [target=target][harm] Wind Shear
    /cast [target=focus][harm] Wind Shear
    Is there any problem with this macro? It seems to work from my point of view.

  2. #2
    Warchief Whisperawr's Avatar
    10+ Year Old Account
    Join Date
    Sep 2010
    Location
    Maguuma-US (GW2), Spirestone-US (WoW)
    Posts
    2,135
    I'd suggest using [@target] instead of [target=target] and [@focus] instead of [target=focus]. I've heard that these are better alternatives.

  3. #3
    The macro you wrote tries to wind shear your target if it's an enemy and tries to wind shear your focus if it's an enemy at the same time.

    #showtooltip
    /stopcasting
    /cast [harm, exists] Wind Shear; [target=focus] Wind Shear

    Will try to wind shear your target if it's your enemy and it exists, if you don't have an enemy targeted (ie you're targeting an ally or nothing) it will shear your focus. I believe this will work like you want it to, hope it helps.

Posting Permissions

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