So im trying to make a macro for a Trinket to be used on an ability, but having some issues with it, basically it “sorta” works, like only half the time it works
Trinket is Grim Codex, and the ability is Black Powder, some help with how to make it work properly?
You’ve macro-ed two things that use the Global Cooldown (GCD) together. That’s not going to work, because the trinket will fail to use any time your Black Powder actually gets used (because the GCD will be up when the game tries to use the trinket). Your macro will use one or the other, but never both at once. The only way to get an on-use trinket to go off at the same time as a skill is for that skill or trinket to not be on the GCD*.
*Edit: Apparently this trinket does not use the GCD after all, so this is not the problem.
According to wowhead, Grim Codex is off the GCD. And most trinkets are off the gcd.
Here’s the trinket base info https://www.wowhead.com/item=178811/grim-codex?bonus=6805:1472
And if you click on the link of the on use effect you go to the actual spell info: https://www.wowhead.com/spell=345739/spectral-scythe
The GCD is 0 and the GCD category is N/A, this means that the ability is off the GCD.
Blizz had made changes in bfa to prevent stacking off GCD trinkets in the same macro and now only 1 on use trinket will work, so if there is more to the macro that… Also the trinket has a 1.5 min cd and won’t fire as frequently as you can use the Black Powder ability.
I have one on my shaman, I won’t be able to do it now, but I’ll check back later and see if I can get it to work. Can’t say I’ve had issues with it firing tho