Macro Trinket Slot 2

Posted on by admin

Shadowstrike Macro:

Uses [Backstab] or [Shadowstrike] depending on your stance.

Macro Trinket Slots

Shadowdance Macro:

I tried the macro but doesn't work for me. Here's a copy paste of the macro: /script UseInventoryItem(13); /cast Greater Heal(Rank 3) it just says 'another action is in progress' and casts the heal without using the trinket first. The trinket in question is Blessed Prayer Beads. It doesn't trigger GCD but has a castanimation, is that why? 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.edit - most on use trinkets trigger a 30 sec cool down. The most important equipment slots to remember are: 13 – Trinket 1 14 – Trinket 2. Adding an equipslot # to your macro will activate the respective on-use trinket. For example, if you have an Ancient Petrified Seed equipped in your bottom trinket slot, you could macro it in with Bestial Wrath, like this. May 03, 2016 Macro #2 is your feign death/swap macro. I keep this separate from my normal feign death for when I don't want to trinket swap (trash, etc).

[stance:0] prevents you from accidentallyactivating [Shadow Dance] twice.
/cast Shadowstrike prevents you from accidentally using [Backstab] after activating [Shadow Dance].

You can add this 2 conditions if you want to, [Specter of Betrayal] or any other on use trinket is usually lined up with [Shadow Dance]. [Symbols of Death] gets usually used pre [Shadow Dance]. This means this condition will never trigger but would allow you to use [Symbols of Death] together with [Shadow Dance] during the animation.
it's still recommended to use 2 macros in case you don't want [Symbols of Death] to line up or if you don't want to use [Shadowstrike].

Marked for Death / Death from Above Macro:

Uses [Marked for Death] or [Death from Above] depending on what Talent is used.

Macro Trinket Slot 2 Type

Slot

Same but with mouseover for [Marked for Death].

Vanish Macros:

Macro Trinket Slot 2

My personal version of the macro, prevents you from accidentally using [Vanish] when out of combat.

Nightblade Mouseover Macro:

Use [Nightblade] on mouseover, uses nightblade on the target if no mouseover exist.

remove @target if you don't want the macro to only work on mouseover.

Shadowstep Mouseover Macro:

Macro Trinket Slot 2 0

It's often quite nice to have the option to [Shadowstep] a target via mouseover during a fight.

Item slot Use Macro:

Uses the Item slot, can be used for Trinkets, Rings or Engineering Enchants.

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

Macro Use Trinket Slot 2

Tricks of the Trade Macro:

[Tricks of the Trade] on the Main tank.

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.