I was mainly saying you cannot do ${Me.Pet.Target}. Target is a TLO.JJ wrote:He was asking about his pet, so I don't think he wants to retarget the mob. I think he wants to send a pet in, switch targets, and when his pet is no longer engaged, send his pet in on the new target. That's my guess.
Assuming the list of animation ID's is correct...
Pet attacking:
Code: Select all
/if (${Me.Pet.Animation}==80 || ${Me.Pet.Animation}==129 || ${Me.Pet.Animation}==144) {
<whatever you want to do if pet is attacking>
}


