06.10Cast Spell, Say Random Fun Phrase
This macro provides a basic solution to anyone wanting to randomly say a phrase when casting a spell. I now use a more flexible addon solution that allows for more phrases, but this macro is a quick and easy way to start, and makes spells like buffs and rezzing more fun.
Replace “Phrase #” with your own witticisms, update the spell cast from Arcane Brilliance if necessary, and change the last number in “random(1,3)” to reflect your final number of phrases:
/script s={“Phrase 1″,”Phrase 2″,”Phrase 3″};SendChatMessage(s[random(1,3)], “SAY”)
/cast Arcane Brilliance(Rank 1);
Taken from: http://ui.worldofwar.net/macros.php?id=258
credits: belleboomGD
taken from: http://wow-resource.blogspot.com






Leave a Reply