View Single Post
07-14-08, 09:16 PM   #22
Cladhaire
Salad!
 
Cladhaire's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Jul 2005
Posts: 1,935
Originally Posted by Maynarddt View Post
Hello I play a Paladin and I've begun using the Grid/Clique combo for healing. Now when I try to use Clique macros for Librams to get a little more passive +healing, the macro I use along with FoL, HL, etc. is cast upon myself instead of the raid frame that I click. Currently my macro is as follows.

/equip Blessed Book of Nagrand
/cast [target=mouseover]
/cast Flash of Light(Rank 6)
Why are you doing /cast [target=mouseover]? That does absolutely nothing. What you want is the following:

Code:
/equip Blessed Book of Nagrand
/cast [target=mouseover] Flash of Light(Rank 6)
__________________
"There's only one thing that I know how to do well and I've often been told that you only can do what you know how to do well, and that's be you-- be what you're like-- be like yourself. And so I'm having a wonderful time, but I'd rather be whistling in the dark..."
  Reply With Quote