Ive tried searching the forums and am not coming up with much. I basically want to pet pull with a conjuror in an instance, basically the conjy will never move, the pet will just go out, attack and bring back a mob, then re-attack, and the conjy starts his combat scheme. The only part I need help with would be the pet attacking, and coming back once it has aggro, then reattacking once its at my feet.
This is probly very minimalistic and wrong but could I do like
Target NPC (targets closest npc)
EQ2Execute "/Pet Attack"
Then here I was thinking about some sort of if ${target.InCombat}
Eq2Execute "/pet backoff"
But I couldnt get that incombat thing to work, at the minimum i guess i could just make it wait an amount of time that the pet would have definitely engaged it by, but thats less than optimal.
Then here would I put in something thats checks how close the pet is to me, and if it is that close, then have the pet reattack, basically at my feet so I can start nuking away.
I think a lot of people that browse these forums would like to see something like this, any help or pointing me in the right direction is much appreciated, thanks!
This is probly very minimalistic and wrong but could I do like
Target NPC (targets closest npc)
EQ2Execute "/Pet Attack"
Then here I was thinking about some sort of if ${target.InCombat}
Eq2Execute "/pet backoff"
But I couldnt get that incombat thing to work, at the minimum i guess i could just make it wait an amount of time that the pet would have definitely engaged it by, but thats less than optimal.
Then here would I put in something thats checks how close the pet is to me, and if it is that close, then have the pet reattack, basically at my feet so I can start nuking away.
I think a lot of people that browse these forums would like to see something like this, any help or pointing me in the right direction is much appreciated, thanks!