1. #1

    Question Having trouble making a rather simple macro :(

    I used to know how to make these simple macros, but over the years blizzard changed how macros are written :/

    I need a macro that will:

    - cast Ice Ward on my focus target (if i have a focus target)
    - cast Ice Ward on myself if i have no focus target

    Also it would be nice if someone could also make a similar macro for:

    -cast Misdirect on my focus target (if i have one)
    -cast Misdirect on my Hunter's Pet if i have no focus target

    Thank you a lot for helping me out

  2. #2
    High Overlord
    10+ Year Old Account
    Join Date
    Aug 2013
    Location
    Straya
    Posts
    172
    #showtooltip ice ward
    /cast [@focus, exists] ice ward
    /cast [@player] ice ward

    just tested it

    #showtooltip misdirection
    /cast [@focus, exists] misdirection
    /cast [@pet] misdirection

    ^not sure if that 2nd one will work, actually.

  3. #3
    Works very nicely, thank you very much!

  4. #4
    Pandaren Monk shanthi's Avatar
    10+ Year Old Account
    Join Date
    Oct 2011
    Location
    California
    Posts
    1,775
    Quote Originally Posted by Skytip View Post
    #showtooltip ice ward
    /cast [@focus, exists] ice ward
    /cast [@player] ice ward

    just tested it

    #showtooltip misdirection
    /cast [@focus, exists] misdirection
    /cast [@pet] misdirection

    ^not sure if that 2nd one will work, actually.
    Just as a note, you can condense these.

    Code:
    #showtooltip
    /use [@focus,help][@player] Ice Ward

    and

    Code:
    #showtooltip
    /use [@focus,help][@pet] Misdirection
    That is not dead which can eternal lie.
    And with strange aeons even death may die.

Posting Permissions

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