Trinket macro

Hey guys,

i have a trinket that gives a shield to a target on use
and I am trying to setup a way where the trinket always gets used as soon as it is off cd by pairing it with a spell i am using all the time anyway in a macro.
This is what i have.

#showtooltip Renewing Mist
/use [@focus] goldenglow censer
/cast [@mouseover,nodead,help] Renewing Mist

but with this i can never use the macro while the item is on cd

is there a way to make the macro use the trinket unless its on cd then cast renewing mist?

thanks in advance

No. Macros can’t make smart decisions like that for you.

The reason you’re running into problems with this particular trinket is because it’s on the GCD. Therefore, it can’t be combined with any other GCD abilities.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.