Macro for trinkets

Hi,

any idea if it’s possible to create a macro that either shows my trinket if it has “Use” ability or some thing else when it’s not usable?

You can put your on use trinket on an actionbar?

Whether your trinket has an on use effect or not is not a valid condition for macros so it’s up to you to adjust your macros/action bars when switching trinkets.

1 Like

Well, you can always make the macro /use 13 and /use 14. But you have to put the trinket yourself on the actionbar to track it is available.

That’s what I was looking for, guess I have to track it manually then. Thank you.

Not always, but usually it’s best to hookup trinket with some cool-down.

1 Like

to display it you need to have at the start of the macro

#showtooltip

#showtooltip accepts arguments (without one it displays the first ability in the macro), so maybe

#showtooltip 14

Or 13, depends on which slot the trinket is in. That way, it will always show the icon and tooltip of the trinket, but the macro can be anything underneath. I use a similar one for Recklessness, but track the Recklessness CD with it :

#showtooltip Recklessness
/use 14
/cast Recklessness
/cast Avatar

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