Macro Trinket Slot 2

Macro Trinket Slot 2 4,2/5 2948 votes
Wow macro use trinket slot 2
  • Item slot Use Macro: Uses the Item slot, can be used for Trinkets, Rings or Engineering Enchants. #showtooltip 6 /use 6 Item slots: 1 - Head Slot 6 - Belt Slot 11 - Ring Slot 1 12 - Ring Slot 2 13 - Trinket Slot 1 14 - Trinket Slot 2 15 - Back Slot. Tricks of the Trade Macro.
  • This is typically not needed by the end-user.Software implementation Configuration reads strategii poker texas holdem and writes trinket 2 slot number can be initiated from the CPU in two ways: Join the Conversation Activate item in slot macro?

Macro Trinket Slots

To break down the previous macro into a readable psuedo-code: Equip TrinketName in slot 14 End Macro Else if right-clicked Equip TrinketName in slot 13 End Macro It never even gets to the 'or if right-clicked'- it just reads the first command and then ends the macro. By swapping it around, you get: If right-clicked Equip TrinketName in slot 13. Community Forums UI & Macros. What is the Item # for trinket slot 2? Post Reply - 114062. Joined on 2008/01/02 Posts: 26.

TrinketSlot

Macro Trinket Slot 2 Type

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