Macro Trinket Slot Wow

Posted on  by admin
Macro Trinket Slot Wow Rating: 8,0/10 7298 reviews
  1. Mar 28, 2019 I would like to build a macro for a trinket with on use that has a target reticle to cast @player but have not found a way to make it work is this possible? /use 13 @player /use @player 13 /cast @player Ward of Envelopment None of these work. What am I doing wrong and is this even possible to do? I almost always want this in melee and I am almost always in melee so I just want to cast it at my.
  2. The results are random Wow Macro Use Trinket Slot 1every time, meaning that nothing in the game is rigged. To ensure fair play, only choose slots from approved Playing at any of these will give you a fair chance Wow Macro Use Trinket Slot 1of winning.
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.

Wow Macro Equip Trinket Slot

MacroMacro

Wow Macro Trinket Slot

Aug 13, 2012 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. #showtooltip /use nomod 13 /equip modifier:alt Indomitable Pride; modifier:ctrl Resolve of Undying; modifier:shift Mirror of Broken Images. 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.