1. #1

    Distracting shot macro help

    Hey guys, I'm just starting to take my hunter alt into ICC 10, and for the Saurfang fight, i'd like to have a macro that will cast distracting shot on blood beasts but will stop the macro if a blood beast isn't targeted (so it doesn't cast distracting shot on the boss which would be very very bad) is this possible?

    or would i have to do a complex focus macro?
    Devils used to be gods, angels that fell from the top.

    Quote Originally Posted by M_10
    I once said "brb [posessive noun] [noun] [verb] [preposition] [article] [noun]." That group was probably confused.

  2. #2

    Re: Distracting shot macro help

    Probably here will be the same problem as macro on healing Valithria Dreamwalker, wich can't be target of macros.
    You can try both aproches.

    Approach first (direct target), probably dont' work
    Code:
    #showtooltip
    /cast [target="Blood Beasts",exists,nodead] Distracting Shot
    /cast Your normal spell casted on saurfang
    Approach second (focusing)
    Code:
    #showtooltip
    /target "Blood Beasts"
    /focus [@target,nodead,exists]
    /cast [@focus,exists,nodead] Distracting Shot
    /stopmacro [@target,dead,noexist]
    /clearfocus


    Quote Originally Posted by Lich King
    "You speak of justice? Of cowardice? I will show you the justice of the grave... and the true meaning of fear."

  3. #3

    Re: Distracting shot macro help

    /cleartarget
    /targetexact Blood Beast
    /stopmacro [noexists]
    /cast Distracting Shot

    Gershuun @ Borean Tundra US - Interface & Macros Moderator

  4. #4

    Re: Distracting shot macro help

    awesome thank you both these should be massively helpful.
    Devils used to be gods, angels that fell from the top.

    Quote Originally Posted by M_10
    I once said "brb [posessive noun] [noun] [verb] [preposition] [article] [noun]." That group was probably confused.

Posting Permissions

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