1. #1

    LF macro help with hunter + focus target.

    Can i make a macro where if i have a focus target it will cast the spell on them and if i have no focus target it just casts normally on my target? Spells i would want to use this for are web wrap and wyvern sting and interrupt. I want to avoid using modifiers i just want to use one keybind, is this possible?

    - - - Updated - - -

    Is it some thing like [if focus exists] type thing?

    - - - Updated - - -

    Ive tried this and it doesnt work:

    /cast [target=focus, exists] Wyvern Sting

    It casts on focus just fine, but when i have no focus it will not cast on my current target. Again im trying to do this without modifiers just one button. Any help appreciated.

  2. #2
    Code:
    /cast [@focus,exists,harm] SPELL_HERE; SPELL_HERE
    E.g.

    Code:
    /cast [@focus,exists,harm] Wyvern Sting; Wyvern Sting

  3. #3
    Figured it out!

    /cast [@focus,exists,nodead][@target,exists,nodead] spell name

    The nodead lets it know to cast on your target if your focus target is dead, this is awesome! I bet i get 300 rating just from these macros lol.

    - - - Updated - - -

    Wow i just capped 2's with a random rogue and this is AMAZING! Game is so much easier with macros lol. Sap>wyvern>scatter>trap>pet stun>blind. All the while i dont have to detarget kill target, if i cared i could probably get 2200 this season lol. Cannot belive i waited this long to find some good arena macros.

    - - - Updated - - -

    Ok so ive only come into one problem, every once in a while i am going to want to cast these spells on my kill target (like if im almost dead and need to silence someon) but with these macros it will just cast them onto the focus, where in the line of this code would i put a modifier into this so it casts on my current target, but yet keeps the functionality of the macro as it sits?

  4. #4
    /cast [mod:shift,@focus] spell; spell
    Will cast at focus if hitting shift, else at your target.

  5. #5
    Deleted
    Code:
    /cast [@focus,exists,harm,nomod:shift] SPELL_HERE; SPELL_HERE

  6. #6
    Ill try that thx tree.

  7. #7
    Deleted
    Quote Originally Posted by fascinate View Post
    ill try that thx tree.
    any luck???

Posting Permissions

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