06.11Thistle Tea Macros
This will see if the “Renataki†trinket is equipped and check that it is not on cooldown, then use it. Otherwise it will drink the Tea. You can change the Trinket slot you are using (13 is top, 14 is bottom), and define the location of your ThistleTea in the “UseContainerItem†slots. Also, specify some part of the trinket name (“Renataki†trinket in the case of this question) – you may need to fiddle with the name a bit so it works properly.
/run C=CastSpellByName;i=GetInventoryItemLink(“player”,13)n=strfind(i,”Renataki”)if n==1 and GetInventoryItemCooldown(“playerâ€,13)==0 then UseInventoryItem(“13″)else UseContainerItem(x,y)end
USE TEA @ <30 ENERGY -> BLIND -> BANDAGE SELF
This should use your Tea if you have <30, otherwise it will blind. Then with the next button tap it should go into the Bandage portion of the macro. But if your Blind misses you may find yourself getting hit while bandaging…
/run if UnitMana(“Player”)<30 then UseContainerItem(x,y)else CastSpellByName(“Blind”);end
/run UseContainerItem(x,y)
/run TargetUnit(“player”)
/run TargetLastEnemy()
CHEAP SHOT -> BACKSTAB -> THISTLE TEA -> BACKSTAB…
When you spam this it should check for low energy first, fire off a CS…. keep spamming ’til you get your energy tick… then it will do your Backstab… keep spamming. At this point your energy should drop below 10 (you may need to adjust this number – maybe set it to 20?) and you’ll drink your Tea. Of course you are out of stealth, so it won’t do CS any more, but once the Tea kicks in you will fire off your 2nd Backstab.
/run C=CastSpellByName;If UnitMana(“Player”)<=10 then UseContainerItem(x,y)end;C(“Cheap Shot”)end;C(“Backstab”)end
In theory, if the energy ticks are just right, you might even get 3 BS out of it. So line up your target and spam away






This web page is fail as fucking hell
Sorry. This macro is already not unfunctional since 2.0.1. Many cast/use/pet function has been protected and cannot be used directly by AddOns and scripts.
This post will be left as it is until any updated or alternative is available.
“This web page is fail as fucking hell”
Why is this page fail? So what, it doesn’t work anymore. Name me one site that has nothing but working macros?