Macro use trinkets if no cooldown

Hello dear all,

I now have a great macro for my Frost DK. It works like a charm! But the only thing is, the cooldown of my Trinket. I have 2 trinkets which almost results same DPS output and I want to have them both in my Macro.

Now I understand that using both Trinkets can’t be done as the other goes in cooldown, but that’s not what I want. I am looking for the macro to trigger the Trinkets which are not in cooldown.

It should be like this:
If Trinket A = cooldown -> Use Trinket B
If Trinket B = cooldown -> Use Trinket A

Thank you!

In general, trinkets are off the GCD so you can just try to use both

#showtooltip
/use 13
/use 14
1 Like

Ohhhhhhh right!! That was actually very easy to put it both, and if macro is available but not Trinket 1, then it will use trinket 2 :smile:

Thanks!!

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