Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

macro targetting question

svannsvann Member RarePosts: 2,230
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

  • GorillaGorilla Member UncommonPosts: 2,235

    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.

     

  • svannsvann Member RarePosts: 2,230
    Thanks.  I was trying to put it in one line, didnt think of multiple lines.
  • GorillaGorilla Member UncommonPosts: 2,235

    /action "Aero" <t>
    /action "Aero" <tt>

    Is handy for all your offensive spells never need to deselect your tank then.

Sign In or Register to comment.