• You've discovered RedGuides, an EverQuest multi-boxing and scripting community 🧙‍♀️⚙️. We want you to play several EQ characters at once, come join us and say hello! 👋

  • A TLP without truebox has thawed (Very Vanilla ready)
    Frostreaver

Question - Why do my pets always go in to guard state?

erasimus

SUSPENDED
Joined
Aug 6, 2020
RedCents
140¢
I 6 box with 4 pet classes (mage pet tank, enc, shm, nec). When I initialize kissassist (either as pettank or assisting another pc) my pets always go in to guard state instead of follow. The only ini setting that I see is for hold but that is a separate pet command, irrespective of guard / follow which cannot both be set simultaneously. Is there a way to prevent my pets from always reverting to guard when I initialize kissassist?
 
hmmm, not seen this behavior myself, but a workaround would be to add something to your buffs such as:

INI:
Buffs1=command:/pet follow me

You can pretty much change that to what you want
 
Thanks! I'll try that tomorrow. I stated that it happens when I initialize KA but my pet actually goes in to Guard after / during every fight so I have to keep clicking follow.
 
If your role is one of puller,pullertank,pettank,pullerpettank and your pet is within CampRadius of you he is put in guard mode. If your pet is outside of CampRadius from you, he is put in follow mode.
 
@erasimus Its hard wired in to any role with PetTank. i think this is what your dealing with. Plus a delay and timer?
/if (${Select[${Role},puller,pullertank,pettank,pullerpettank]} && ${Me.Pet.Distance}<=${CampRadius}) /pet guard
/if (${Select[${Role},puller,pullertank,pettank,pullerpettank]} && ${Me.Pet.Distance}>${CampRadius}) /pet follow

maybe you could use these to make command or condition.
${Me.Pet.Stance.Equal[GUARD]} /pet follow
${Me.Pet.Stance.NotEqual[FOLLOW]} /pet follow
 
Question - Why do my pets always go in to guard state?

Users who are viewing this thread

Back
Top
Cart