1. #1

    LF CE Macro that targets pet.

    LF a macro that will auto target my pet and cast CE on him. All of the macros I have tried dont target my pet. They just target any body around.

  2. #2

    Re: LF CE Macro that targets pet.

    /cast [target=pet] Corpse Explosion

  3. #3

    Re: LF CE Macro that targets pet.

    Quote Originally Posted by Nevo!
    /cast [target=pet] Corpse Explosion
    to add on to this, I'd probably modify it as:

    /cast [target=pet] Corpse Explosion; Corpse Explosion

    Just so that it would indeed pick up a random corpse and explode it if your pet was unavailable for some reason, without losing the idea behind the macro. Or maybe even add a button modifier like shift to allow you to use it on either or.

  4. #4

    Re: LF CE Macro that targets pet.

    The problem is I have made these macros and they just wont cast on my pet.

  5. #5

    Re: LF CE Macro that targets pet.

    this was taken from wow wiki

    Code:
    #showtooltip
    /target [modifier:alt] pet
    /cast [modifier:alt] Corpse Explosion
    /targetlasttarget 
    /cast [nomodifier] Corpse explosion
    but this should work
    /cast [target=pet, exists] Corpse Explosion; Corpse Explosion

    and remember punctuation and capitalization are key

  6. #6

    Re: LF CE Macro that targets pet.

    Thank you for clarifying the macro Beanchild, I realized when I got home last night that macros I have involving the pet, always have the "target=pet,exists" in them.

Posting Permissions

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