Page 1 of 1
Trinket+spell macro

Posted:
Sun Apr 05, 2015 12:20 pm
by Garfunkel
I don't have SuperMacro or anything like that, so it is possible to do a macro that pops a trinket and then immediately uses an ability or a spell or even both? Since I got Second Wind, I'd like a macro that couples that with Inner Focus. Even better if that can be combined with max rank Greater Heal on target. Or would that require me to spam the same button multiple times? Or is this impossible?
Re: Trinket+spell macro

Posted:
Mon Apr 06, 2015 4:20 pm
by rotten
/script UseInventoryItem(13);
/cast Spellname
Re: Trinket+spell macro

Posted:
Tue Dec 22, 2015 10:17 pm
by Bottebo
I tried the macro but doesn't work for me.
Here's a copy paste of the macro:
/script UseInventoryItem(13);
/cast Greater Heal(Rank 3)
it just says "another action is in progress'' and casts the heal without using the trinket first.
The trinket in question is Blessed Prayer Beads. It doesn't trigger GCD but has a castanimation, is that why?
I tried same macro but with a trinket that removes bleed and has no animation, with that it triggers the trinket and tries to cast the heal but interrupts the heal instantly.
Re: Trinket+spell macro

Posted:
Mon Dec 28, 2015 3:54 am
by CodyMueller
Bottebo wrote:I tried the macro but doesn't work for me.
Here's a copy paste of the macro:
/script UseInventoryItem(13);
/cast Greater Heal(Rank 3)
take off the ; after 13)
Re: Trinket+spell macro

Posted:
Wed Dec 30, 2015 5:20 pm
by Bottebo
I did it without the ; originaly. Same thing.