Trinket Slot Macro Wow

Posted on by admin
Trinket Slot Macro Wow 4,1/5 1696 reviews
SlotMacro

Trinket Slot Macro Wow Classic

Macro

Trinket Slot Macro Wow Classic

Trinkets + Curse of Doom. This macro will use your available Trinket, and Curse of Doom all in one button. #showtooltip Curse of Doom /use 13 /use 14 /use Curse of Doom Be wary this will still cast Curse of Doom regardless if you have a trinket available. All three drains on a single button (via ctrl and alt). WoW item slot for macro. Here is a list of the item slot numbers for your character: Head = 1 Neck = 2 Shoulders = 3 Body = 4 (shirt) Chest = 5 Waist = 6 Legs = 7. Shamanistic Rage and Trinket. This macro is designed for those situations when you're surprised and need a burst - both offensive and defensive - to get back into the fight. This requires an at-use Attack Power boosting trinket. /use (trinket that you have equipped) ex. Platinum Disks of Battle /cast Shamanistic Rage. Whatever one wow encounters first in the macro will be cast and the other one will be ignored. There is a special case for some off gcd items (like trinkets), where they will be off the main gcd but still share a gcd with other similar items and for this reason you can only have 1 on use trinket in a macro. If you have 2, the second one is ignored.

I was wondering if there is a way to first check if my trinkets are off cooldown and THEN use /use them.
Here is what the problem is.
My macros look BASICALLY something like this.

Problem with this method is when my trinkets are on Cooldown I get bombarded withItem is Not Ready YetandSpell Is Not Ready Yeterror messages, which significantly reduce my casting speed, which is a BIG problem in PVP. You know every failed spell or trinket use trigger a GCD of like 0.5 or more.
I need some way to check if the trinkets are ready before executing the /use command and if they are still on Cooldown, the macro should skip the /use 13, 14 part and proceed directly with the spell-cast.
Here is how I imagine it, USING PSEUDO-CODE to just represent my idea.


Anyone got any idea how to resolve this ? I used the Search function but didn't find anything relevant to my problem.

Trinket Slot Macro Wow

Trinket
I was wondering if there is a way to first check if my trinkets are off cooldown and THEN use /use them.
Here is what the problem is.
My macros look BASICALLY something like this.

Problem with this method is when my trinkets are on Cooldown I get bombarded withItem is Not Ready YetandSpell Is Not Ready Yeterror messages, which significantly reduce my casting speed, which is a BIG problem in PVP. You know every failed spell or trinket use trigger a GCD of like 0.5 or more.
I need some way to check if the trinkets are ready before executing the /use command and if they are still on Cooldown, the macro should skip the /use 13, 14 part and proceed directly with the spell-cast.
Here is how I imagine it, USING PSEUDO-CODE to just represent my idea.


Anyone got any idea how to resolve this ? I used the Search function but didn't find anything relevant to my problem.

Use Trinket Slot Macro Wow Classic

Macro

As I understand it, this type of macro won't work quite this way. My recommendation would be to make different modifer keys do different parts of this, so like, press G to equip trinket 1, press alt-G to use trinket 1 and then equip trinket 2, shift-G to use trinket 2. Something like that would work, but it's not what you're looking for exactly.