A highly subjective list of absolutely mandatory druid macros, courtesy of a grizzled veteran of Vanilla WoW…
Category: Macros
Hot Damn: Yogg Dead!!
Whoohoo! I am SO PROUD of my pirates!! Yoggy DEAD tonight!
Best Macro Ever!
This macro came to me courtesy of the fabulous For the Bubbles. It is indeed the best. macro. ever. Unless you are allergic to cute.
/script
a={”Sound\\Creature\\BabyMurloc\\BabyMurlocA.wav”,”Sound\\Creature\\BabyMurloc\\BabyMurlocB.wav”,”Sound\\Creature\\BabyMurloc\\BabyMurlocC.wav”};
/script PlaySoundFile(a[math.random(#a)])
/use Conjured Mana Strudel
Macros Are Your Friends for Showing off Pets and Mounts
Now that I can carry around all my pets and mounts all the time, I needed to find a better way to summon them than stopping to scroll through 5 pages of them every team I wanted to have one out. I ended up using macros and posting them to my right hand bar. Here are the ones I am using:
Pets
/run CallCompanion("CRITTER", random(GetNumCompanions("CRITTER")))
Mounts
/run CallCompanion("MOUNT", random(GetNumCompanions("MOUNT")))
It’s nice to use macros for things more fun than tossing tainted cores at raid members or pleading to have someone click the spine off me so I can continue healing kthxbai.