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.