Wow Use Trinket Slot Macro

 

Name: Holy Light

#showtooltip<br />/use Core of Ripeness<br />/cast Avenging Wrath<br />/cast Holy Light

You cant use if statements in WoW Macros, or any decision operators with Blizzards LUA. Hypothetical code would be something like /run if GetItemCooldown('Mark of Supremacy')0 then UseAction(62) end; Where Mark of Supremacy is the item and 62 is actionbar slot Can use external program to bypass this however, PM if want more info. Tip: Shift-click the spell you want to use in your spellbook while in the Create Macros window,that way the spelling is always correct. #showtooltip: Shows the tooltip of the ability you are using. #show:Does not show the tooltip but still shows the cooldown. /use 13: activates trinket 1 ( top one) /use 14: activates trinket 2 (bottom one). #showtooltip /use 13 /cancelaura Fel-Crazed Rage Click once for activate, click second time to de-activate. (13 means your first trinket slot, if u wanna use the other trinket slot its 14). Or If you want to use it immediately every cooldown, use a macro that casts an instant spell you will use all the time, and the trinket under it /cast Shred /use That on Use Trinket Or macro it with a cooldown spell /cast Tiger's Fury /use That on Use Trinket.

Once again, the macro is named the move that I want to mainly use, and I wont forget when I give it a quick look during combat.

Wow Trinket Slot Macro

I'm using '#showtooltip' to show me what I'm using. At first, when my trinket isn't used, it will show me the tooltip for the trinket 'Core of Ripeness', since it can be used. If you want, you can choose which tooltip you want the macro to show. For this example, I want it to always show 'Holy Light', instead of showing 'Avenging Wrath' at all, so, I change the first line from '#showtooltip' to '#show Holy Light'. It would look like this:

Use

#show Holy Light<br />/use Core of Ripeness<br />/cast Avenging Wrath<br />/cast Holy Light

The second line uses my trinket 'Core of Ripeness'. Now, 'use' has different functions in World of Warcraft.

Trinket

Wow Use Trinket Slot Macro Clicker

1. It can use the 'use' function of an item and 2. it can equip an item. This may be good if your trinket is always in that slot. But if you're always switching out trinkets and using them for different fights, then this macro isn't as effective. To make maximum use of this macro you will have to make sure that your 'use' trinket is in the same item slot. This is because all items on your character has a slot number. For example, your Weapons, offhand and mainhand, have the slot numbers of 17 and 16, and your relic, wand, or ranged weapon slot number is 18. For this example, I put my use trinkets in the bottom slot, which is slot number 14. To make this macro work for all the 'use' trinkets I have for the different fights and situations I would write:

Use Trinket Slot Macro Wow Classic

#show Holy Light<br />/use 14<br />/cast Avenging Wrath<br />/cast Holy Light

Wow Use Trinket Slot Macros

For even more effectiveness, just in case you don't remember which slot your 'use' trinket is in:

#show Holy Light<br />/use 13<br />/use 14<br />/cast Avenging Wrath<br />/cast Holy Light
This will use both slots, but only your usable trinket is usable, so, the macro will use it. If you have two 'use' trinkets, the macro will use whatever is in slot 13 (the top trinket), the other trinket will have a 20 second cool down. If you're spamming this macro then there will be no problem in getting full use of both of the 'use' trinkets.

Wow Macro Use Trinket Slot 2

Tip: This is a great way to spam 'use' trinkets to get the maximum effectiveness, especially for healers. For caster damage dealers, this may not be a good macro because you may want to use your trinkets at the most opportune time. We'll go over DPS macros soon!