1. #1
    Stood in the Fire Tyranader's Avatar
    10+ Year Old Account
    Join Date
    Oct 2012
    Location
    England
    Posts
    411

    Korkron Dark Shaman Macro

    So I am looking to make 2 macros that will allow me to target each one of the bosses and cast taunt on them at the same time...

    I tried

    /target Wavebinder Kardris
    /cast [@Wavebinder Kardris] Taunt

    /target Earthbreaker Haromm
    /cast [@Earthbreaker Haromm] Taunt

    and it didn't work. It targeted the boss but didn't cast taunt and I want to know how to do this.

  2. #2
    Just take out the conditionals. Conditionals can't use the names of targets that aren't in your group, and since you've already targeted the unit you want to taunt, just casting taunt will taunt the unit you want.

  3. #3
    Quote Originally Posted by Fractalize View Post
    So I am looking to make 2 macros that will allow me to target each one of the bosses and cast taunt on them at the same time...

    I tried

    /target Wavebinder Kardris
    /cast [@Wavebinder Kardris] Taunt

    /target Earthbreaker Haromm
    /cast [@Earthbreaker Haromm] Taunt

    and it didn't work. It targeted the boss but didn't cast taunt and I want to know how to do this.
    /targetexact Wavebinder Kardris
    /cast Taunt

    is plenty enough.

    You can use unitids in [] so if you really want to cast it at a specific target, use /cast [@boss1] taunt

  4. #4
    Stood in the Fire Tyranader's Avatar
    10+ Year Old Account
    Join Date
    Oct 2012
    Location
    England
    Posts
    411
    Quote Originally Posted by Lissa View Post
    /targetexact Wavebinder Kardris
    /cast Taunt

    is plenty enough.

    You can use unitids in [] so if you really want to cast it at a specific target, use /cast [@boss1] taunt
    so I could use...

    /targetexact [Wavebinder Kardris]
    /cast Taunt

    and it would work?

  5. #5
    Quote Originally Posted by Fractalize View Post
    so I could use...

    /targetexact [Wavebinder Kardris]
    /cast Taunt

    and it would work?
    No. You use literally what Lissa posted.

  6. #6
    Stood in the Fire Tyranader's Avatar
    10+ Year Old Account
    Join Date
    Oct 2012
    Location
    England
    Posts
    411
    Quote Originally Posted by pnutbutter View Post
    No. You use literally what Lissa posted.
    Okay then.

Posting Permissions

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