PDA

View Full Version : Help with macro


memetootoo
08-11-2008, 12:04 AM
Hi,

I'm using the following macro, and I have it bound to shift-r and mouse button 5.

#showtooltip Wild Growth
#show Wild Growth
/cast [target=mouseover,exists,help,nodead] Wild Growth; Wild Growth

The problem is that when I mouse over a unit frame, and press mouse button 5 it does not work, but it works when I do not mouse over a unit frame.

Help would be great,

Thank you.

elsegundo
08-11-2008, 12:23 AM
it works when you do not have a mouse over a unit frame becuase its doing the second Wild Growth.

two things you should know. help implies exist. so you dont need exist. plus... its not existS. its just exist.