1. #1

    Im useless with macros, can I please get some help? :X

    I've made a macro for tricks of the trade, so it will go onto my target of target when I press it and I don't have to waste time switching targets etc.
    However I want to make this macro usable with my mutilate. So I can spam mut and as soon as It comes off cd tricks will pop.
    I have no-idea how to make this work :-\

  2. #2

    Re: Im useless with macros, can I please get some help? :X

    Quote Originally Posted by Shiravan
    I've made a macro for tricks of the trade, so it will go onto my target of target when I press it and I don't have to waste time switching targets etc.
    However I want to make this macro usable with my mutilate. So I can spam mut and as soon as It comes off cd tricks will pop.
    I have no-idea how to make this work :-\
    #showtooltip Mutilate
    /cast [@targettarget,help] Tricks of the Trade
    /startattack
    /cast Mutilate

    should work

  3. #3
    Deleted

    Re: Im useless with macros, can I please get some help? :X

    Isn't tricks on the global cooldown? If it is, this obviously won't work.

  4. #4

    Re: Im useless with macros, can I please get some help? :X

    Quote Originally Posted by Undertaker
    #showtooltip Mutilate
    /cast [@targettarget,help] Tricks of the Trade
    /startattack
    /cast Mutilate

    should work
    even if this was off the global shouldn't it fail every time tricks is on cd?

  5. #5

    Re: Im useless with macros, can I please get some help? :X

    Quote Originally Posted by dashaus
    even if this was off the global shouldn't it fail every time tricks is on cd?
    It'd work if TotT wasn't on gcd.

    Unfortunately, you'll have to press not one but two buttons.

  6. #6

    Re: Im useless with macros, can I please get some help? :X

    As others have said, fallthrough logic can't be used with spells that are on the GC and Cooldown.

    You can always make a modifier macro so that when you pres shift it will cast tricks on your targetoftarget.


    #showtooltip Mutilate
    /cast [mod:shift,@targettarget,help,nodead]Tricks of the Trade; Mutilate

  7. #7

    Re: Im useless with macros, can I please get some help? :X

    Yeah that macro has been tried and it doesn't work in the same way it would do if I wired my trinket to the mut macro.
    I know there will be a basic answer out there somewhere but for now I have a button for /cast [@targettarget,help] Tricks of the Trade right next to my mut button >3<

  8. #8

    Re: Im useless with macros, can I please get some help? :X

    With a recent change to the macro system, you can't make it work like you want. You'll have to have them on separate buttons, but you will be able to smash both of them as often as you want with no issues. Just can't be the same command.

Posting Permissions

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