1. #1
    Deleted

    macro tricks of the trade.

    hello there!
    just want some help making a macro, i want it to:
    Cast Tricks of the trade on my team mate (so i can switch the name in the macro, depending on who im playing with) but i dont want to change target.
    so i can burst my target and still just spam that macro to get my tricks on my teammate ?

  2. #2
    I am Murloc! Viradiance's Avatar
    10+ Year Old Account
    Join Date
    Jul 2010
    Location
    AFK in boralus
    Posts
    5,178
    #showtooltip Tricks of the Trade
    /cast [@playername] Tricks of the Trade

    This requires editing every time you change your teammate.

    #showtooltip Tricks of the Trade
    /cast [@focus] Tricks of the Trade

    You have to set a focus target for this one-- I use it for mah Dragonslaying.
    Steve Irwin died the same way he lived. With animals in his heart.

  3. #3
    /cast [@playername,help,nodead][@mouseover,help,nodead][@target,help,nodead][@focus,help,nodead][@targettarget,help,nodead]Tricks of the Trade

    macro from EJ. If your named person dies it will revert to your focus then your Target of Target. All macros in one so you don't have to use up multiple slots or worry about it becoming "broken" if you don't have a target.

  4. #4
    I don't like macros that do a lot of different things depending on various factors. It feels like I don't have full control over what they do.

    I have my [@focus] macro on one keybind and [@mouseover] on another. Then I keep the target I will mostly tricks (tank on trash/heroics and a dps on raid bosses), and use the mouseover macro when I need to tricks someone else.

  5. #5
    Deleted
    #showtooltip tricks of the trade
    /cast [target=rogue1,exists,nodead] Tricks of the Trade
    /cast [target=rogue2,exists,nodead] Tricks of the Trade
    /cast [target=rogue3,exists,nodead] Tricks of the Trade

    Type in the name of your rogue friends and it will cast tricks on whoever is present and has the highest prio

  6. #6
    Quote Originally Posted by sagan-man View Post
    #showtooltip tricks of the trade
    /cast [target=rogue1,exists,nodead] Tricks of the Trade
    /cast [target=rogue2,exists,nodead] Tricks of the Trade
    /cast [target=rogue3,exists,nodead] Tricks of the Trade

    Type in the name of your rogue friends and it will cast tricks on whoever is present and has the highest prio
    Or just the melee with the highest dps. Doesn't have to be a rogue.

  7. #7
    Deleted
    Quote Originally Posted by Lugo Moll View Post
    Or just the melee with the highest dps. Doesn't have to be a rogue.
    Or that, I just assumed he was trading tricks

Posting Permissions

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