This guide will provide developers a step-by-step solution to use a trinket with their WoW macro, even when it is not currently on cooldown. Not only this, but it’s an approach that can be used with any trinket, no matter what the current state is. To make sure you get the most out of this one-of-a-kind tool, read on to learn how to use a trinket with a WoW macro even when not on cooldown.
Step-by-Step Process
Create a macro specifically for your trinket by typing /macro
into the chat box. Title the macro and select an appropriate icon.
Add a condition to the macro to check if the trinket is currently on cooldown. To do this, type /run
followed by if
and IsUsableItem"item ID"
.
Paste the macro in the chat. Enter the trinket’s item and an alternative action for when the trinket is not on cooldown.
Replace the alternative action with a command to use the trinket regardless of its current cooldown state. To do this, type /run
followed by UseInventoryItem"item ID"
.
Once the macro is finalized, type /cast
followed by macro name
. This will allow you to use the trinket with the macro even when it’s not on cooldown.
FAQ
Can I use any trinket with this approach?
Yes! This approach is incredibly versatile and can be used with any type of trinket.
How do I find the item ID of my trinket?
You can find the item ID of any trinket by opening your inventory and right-clicking on the item. It will show you the item’s unique ID on the bottom.
How do I find the macro name I created earlier?
To find the macro’s name, type /macro
into the chat box. This will open up a list of all of your macros and their associated names.
How do I create a macro specifically for my trinket?
To create a macro specifically for your trinket, type /macro
into the chat box. Title the macro and select an appropriate icon.
Will this approach work for any trinket?
Yes, this approach will work for any trinket, regardless of its current cooldown state.