Thistle Tea Macros

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...

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 :-)

Posted by Wow Macros
wowmacros@yahoo.com wowmacros.googletalk

Wow Macros. We provide the most complete wow macros list for all class. Paladin, Warrior, Shaman, Priest, Mage, Warlock, Hunter, Rogue. You can use this to describe yourself, which server you play, your guild or just to show off your toons or whatever. The social contact is just an example :)

Secret Gold Guide

3 Responses to “Thistle Tea Macros” Macro

  1. sdtrhg says:

    This web page is fail as fucking hell

  2. Wow Macros says:

    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.

  3. Rogue Macros says:

    “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?

Leave a Reply