Hey all.
As you all know, Assassins begin their fight rotation with garrote, applying it to most target available to synergize with the Subterfuge buff.
Obvious stuff.
So i made a Pickpocket/Garrote macro
/console set targetnearestdistance 10
/cleartarget
/targetenemy [target=target, noexists]
/cast pick pocket
/cast Garrote
But the issue i have is that on long fights (M+ dungeons, raid encounters), when comes the time to reapply the empowered garrote with a vanish, i get the error message “target was already pickpocketed” or “no pocket to pick” and no garrote is applied, thus wasting the subterfuge time window…
Any way to fix my macro?