1. #1

    shadowfiend macro help

    I want to make a macro and I'm unable to figure out how to get it to work.
    Basically i want a single button that will cast SF if i'm targeting an enemy but also cast it on my targets target if I'm targeting a player.

  2. #2
    You could do something like:
    Code:
    #showtooltip 
    /cast [@target,exists,harm][@targettarget,exists,harm] Shadowfiend
    This will try to cast it on your target if they exist and are hostile, but if they are friendly, it will fail and go onto the second check. For the second check, if that target exists and isn't a friend, then it should cast it on them.
    Last edited by Shamypriest; 2013-02-20 at 07:12 AM.

  3. #3
    Deleted
    #showtooltip Shadowfiend
    /cast [nopet,harm][nopet,target=targettarget,harm] Shadowfiend
    /petattack [harm][target=targettarget,harm]
    /cast [harm][target=targettarget,harm]Shadowcrawl

    If enemy is targeted cast shadowfiend to it, if friendly is targeted cast shadowfiend to target's target. Start petattack and cast Shadowcrawl.

  4. #4
    thank you very much. was exactly what i wanted.

Posting Permissions

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