Wow Macro Trinket Slot Number

Posted on  by admin
Wow macro trinket slot numbers

Wow Macro Trinket Slot Number

He would have to win 200 times for him to earn wow macro equip trinket slot 1k gold.40g - 18,97% lose chance 5 times in a row:Back item gear slots are grouped with trinket slots in the Hero Panel.When it comes to games, then PlayOJO keeps the bar just as high.Code:Reply With Quote #5 Multitask View Profile View Forum Posts Private. /use slot This form of use allows you to use an item in the specified slot. See also InventorySlotId for lists of the slot numbers. Example: /use 13 Uses whatever is in your top trinket slot. /use slot You can also use an item in a specific bag location. Yes - there are multiple ways of identifying it: - simply the name of the trinket: /use Token of Strength OR /use 13 (top trinket slot in character pane, 14 is the bottom). Instead of using the trinket name (which can be mispelled) use 13 (1st trinket slot) or 14 (2nd trinket slot) like this: /castsequence reset=60 13, Apocalypse - or - /castsequence reset=60 Apocalypse, 13 You can also add some stuff to the reset, like reset automatically at the beginning of combat. /castsequence reset=60/combat 13, Apocalypse. 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.

Wow Macro Trinket Slot Numbers

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.