1. #1

    Talent Macro for Lichborne and Anti-Magic Zone

    Hey guys, I'm trying to make the following macro work:

    Code:
    #showtooltip
    /cast [talent:2/1] Lichborne;
    /cast [talent:2/2] Anti-Magic Zone;
    /cast [@player] Death Coil;
    The problem with the macro is that I only want to cast Death Coil at myself if Lichborne is the selected talent, and I'm not sure how to go about this, which is why I'm here.

    The following works if I remove the last line that cast Death Coil at myself:

    Code:
    #showtooltip
    /cast [talent:2/1] Lichborne;
    /cast [talent:2/2] Anti-Magic Zone;
    So, how do I go about making Death Coil only casted at self when Lichborne is the selected talent?

    Thanks

  2. #2
    Deleted
    #showtooltip
    /cast [talent:2/1] Lichborne;
    /cast [talent:2/2] Anti-Magic Zone;
    /cast [@player, talent:2/1] Death Coil;

    should do what you want

  3. #3
    Quote Originally Posted by turtlefreak View Post
    #showtooltip
    /cast [talent:2/1] Lichborne;
    /cast [talent:2/2] Anti-Magic Zone;
    /cast [@player, talent:2/1] Death Coil;

    should do what you want
    Thanks for your input. Tried that macro and something similar but for some reason it still won't cast Death Coil at the player target. Anyone else maybe has an idea?

    Edit: Never mind, the macro works and thank you. I was thinking I was testing the macro when in fact I was using a previous version that was key bound in bind pad.
    Last edited by Nayami; 2015-06-23 at 10:06 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •