Trinket Slot Macro Classic Wow

Posted onby admin
Trinket Slot Macro Classic Wow Average ratng: 3,6/5 5618 reviews
TrinketMacro
  1. 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.
  2. But you are right that trinkets are slot 13 (top trinket) and 14 (bottom) and the macro would be /use 14. If you are not going to macro the trinket with another ability such as Icy Veins (for example) just drag the trinket to your action bar and don't worry about taking up a macro slot.
  3. Here's a full lazyman's trinket macro that I use on my Death Knight. It rotates between three tanking trinkets on my top trinket slot, and uses that top trinket slot on normal click.
  4. Wow Classic Equipment Slot Numbers This brief Wow macro guide will teach you how to use items in a macro like potions, trinkets, belt tinkers and more. Adding macros to your dps, tank or healing rotation makes you a better player and more handsome than the next guy.

For example, I keep the pet food in the top right slot of my last bag (the bag all the way on the left), so that's bag 4, slot 4. From memory: #showtooltip 4 4 /cast Feed Pet /use 4 4 That shows the same tooltip and icon as the item in the bag slot. Including the number of items in the bag slot, so I know when it's time to go fishing.

Trinket

Trinket Slot Macro Classic Wow Tailoring

Use trinket slot macro classic wow

Trinket Slot Macro Classic Wow Addon

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.