Trinket Slot Macro Wow

Hi, I've got a trinket that does an AoE heal on my target (similar to how Prayer of Healing works) but I can't figure out how to make a mouseover macro with it. It's in slot 13. Any help would be appreciated. Performs the specified actions in order. This command accepts secure command options.The value associated with the first satisfied condition will be interpreted as described below, and an action will be performed at the condition target (or your current target, or the implied target if the condition did not specify an explicit target). 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.

Name: Holy Light

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

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.

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:

Trinket Slot Macro Wow Classic

#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.

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:

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

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.

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!

Macros
General guides

Macros Beginners Guide
Making a macro
Macro conditionals
Macro commands
Category:Macros

Useful macros by class


Main Menu
Trinket Slot Macro Wow

Performs the specified actions in order.

Usage

This command accepts secure command options. The value associated with the first satisfied condition will be interpreted as described below, and an action will be performed at the condition target (or your current target, or the implied target if the condition did not specify an explicit target). If no conditions are satisfied, no action will be performed.

Arguments

Macro
reset=condition
If you wish to specify a condition to reset the list, you may do so here. Format is 'reset=' followed by the reset condition, more than one condition may be set. When using more than one condition, '/' should be used between the functions.Trinket
  • <number> - The number of seconds since the command was last executed with these parameters
  • target - You changed target
  • combat - You entered or exited combat
  • alt - Alt was pressed
  • shift - Shift was pressed
  • ctrl - Ctrl was pressed
action1, action2, ...
A comma-separated list of actions to perform in sequence. You may use any way of specifying an action accepted by /cast here, including spell names and item names.

Details

  • This command will not advance to the next action in the comma-separated list if the previous action was not performed successfully: instead, it will attempt to perform that action until it either succeeds, or the reset condition of the sequence is triggered (in which case the sequence will return to the first action in the list).

Wow Macro For Trinket Slot

Examples

Trinket Slot Macro Wow Classic

This will cast Blessing of Might, followed by Seal of Insight:

Trinket Slot Macro Wow

This will cast Hunter's Mark, followed by Aimed Shot, and will reset to Hunter's Mark if the player changes targets after casting it:

Use Trinket Slot Macro Wow Classic

This will cast Exorcism, Crusader Strike, Crusader Strike, Crusader Strike, Shield of the Righteous and will reset back to Crusader Strike after leaving combat or 10 seconds after the last click (note: this will not skip Shield of the Righteous if you don't have any Holy Power):

Wow Macro Trinket Slot Number

This will use the first sequence in a raid with a living, harmable focustarget and the second sequence elsewhere:

Wow Macro Trinket Slot 1

Retrieved from 'https://wow.gamepedia.com/MACRO_castsequence?oldid=5313132'