Saturday 27 October 2012

A Real Nature's Swiftness Macro!

#showtooltip Nature's Swiftness
/run SetCVar("autoUnshift",0)
/cast nature's swiftness
/cast healing touch
/run SetCVar("autoUnshift",1)

Thanks to Williee on MMO-Chamion <3

Just a note: I've also worked this in to Clique. 

1. Open the Clique options from your spell book.
2. At the bottom click Bind other and select "Run custom macro"
3. Click "Set binding" and hit the key you want to bind it to.
4. In the text box put:


/run SetCVar("autoUnshift",0)
/cast nature's swiftness
/cast [@mouseover] Healing Touch;
/run SetCVar("autoUnshift",1)

This just runs the same macro you would use for yourself but casts it at your mouseover target.


No comments:

Post a Comment