View Single Post
09-13-12, 12:54 PM   #7
Macro-Wow
A Deviate Faerie Dragon
Join Date: Sep 2012
Posts: 18
Originally Posted by Dridzt View Post
Oh, my bad, my mind went directly to the old totemstomper macros (for destroying enemy totems in pvp)

Didn't realize this was referring to own totems, I'll learn to pay more attention next time

On the other hand *arrgh*
Code:
/use EarthGrab Totem
/run local t=0;CreateFrame("Frame"):SetScript("OnUpdate",function(_,e)t=t+e>2 and DestroyTotem(2)end)
9 characters to spare (but it creates a new frame/function every time clicked ofc )
Nice macro, mind if I submit it to my site with you as the author?
__________________
My Wow macros website:
Macro-Wow.com - handpicked Wow macros
Share your macros!

Interests include web dev, design and gaming
  Reply With Quote