View Single Post
07-15-10, 04:00 AM   #6
Ferous
Sheer Sense of Doom
AddOn Author - Click to view addons
Join Date: Mar 2008
Posts: 863
Originally Posted by zork View Post
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.
I agree. Click to cast healing isn't as fast or as functional as a macro that can do much more than that, without having to click things. Sounds better when you can just hover and heal to me :P