If I cast cure using its icon, and I dont have a friendly targetted, then the game knows to cast it on myself. But if I put cure in a macro then that doesnt work. Is there a way to macro it so if I target a teammate and cast it will cast on him but if not then it casts on me?
Comments
try
/macroicon "Cure"
/ac "Cure" <mo>
/ac "Cure" <t>
/ac "Cure" <me>
First it will try your mouse over, then your target, then you. <tt> is useful too that's target of target. I found <tt> dangerous, if you are mouse moving you can heal some random party member.
/action "Aero" <t>
/action "Aero" <tt>
Is handy for all your offensive spells never need to deselect your tank then.