View Single Post
07-15-10, 03:35 AM   #5
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2008
Posts: 1,740
I never understood that. You could have macros to do that much more easily!

Code:
/cast [target=focus,help,exists,nodead,modifier:ctrl] Regrowth; [target=mouseover,help,exists,nodead] Regrowth; [target=target,help,exists,nodead] Regrowth; [target=player] Regrowth;
1) if exists focus and pressed CTRL cast Regrowth on focus
2) if exists mouseover cast Regrowth on mouseover
3) if exists target cast Regrowth on target
4) else cast Regrowth on player

This is so much functionality in just one simple macro.
__________________
| Simple is beautiful.
| WoWI AddOns | GitHub | Zork (WoW)

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)

Last edited by zork : 07-15-10 at 03:38 AM.