Trying to get a templar to heal pets as MT

Trying to duo a conjurer and templar using eq2bot and would like the templar to heal the earthen pet, though seem to have hit a dead end says main tank does not exist when set to the pet, though as long as epic enounter logic is used will heal it when set to another as main tank. Have tried editing the script though I cant seem to figure it out. Never really done programming, always been more of a hardware type for computers. I did notice in the script the reference to epic enounters so was able to get some pet healing though does not heal as it would on a MT. Ive looked through the forums though have been unable to find a workaround for it, maybe im just missing something. :confused:
 
Last edited:

bob_the_builder

Well-Known Member
Looks like the eq2bot Templar.iss file has it set to check conjuror pets and there is nothing to change:

From Templar.iss
Code:
if (${Me.Group[${temphl}].Class.Equal[conjuror]}  || ${Me.Group[${temphl}].Class.Equal[necromancer]}) && ${Me.Group[${temphl}].ToActor.Pet.Health}<60 && ${Me.Group[${temphl}].ToActor.Pet.Health}>0
					PetToHeal:Set[${Me.Group[${temphl}].ToActor.Pet.ID}

Maybe set the <60 to something higher?
 
had set it to 95 even and pet will almost die without any real healing, maybe i just need to change the spell markers for whats used to heal? Had been trying to get it to set the pet as maintank but that didnt work.
 

Pygar

EQ2Bot Specialist
What happens when you set the pet as MT, then set the templar to maintain reactives?
 
Top Bottom