• 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

Problem - Pet taunt when tank goes down.

Joined
Oct 19, 2020
RedCents
1,253¢
Version of KissAssist.mac?
12
When did your problem start?
couple days ago
Character Role?
  1. Assist
What class is having this issue?
  1. Enchanter
How often does this issue occur?
Always
DPS18=command:/pet taunt on|cond13
Cond13=${Spawn[${Group.MainTank} pccorpse radius 40].ID} > 0 && !${Pet.Taunt}
 
Well, right now you say you want taunt on if the MT has a corpse. But he can be standing there and have a corpse. So something like: !${Spawn[${Group.MainTank}.ID]} would follow what you have up there. You could also limit the radius (like if your tank is running across the zone) by doing a similar spawn search as you have.

I just mention it so you’re covering all your bases.
 
Sorry, what I meant was instead of just checking that the spawn ID doesn’t exist for when the tank is up you could check that the tank itself is within a certain radius (the same way you do when checking a corpse).
 
when i used mq2melee and kiss for my bst, this is what i had

Could turn it into a react instead

INI:
holyshit0=/if (${Spawn[${Group.MainTank} pccorpse radius 40].ID}>0 && ${Me.Pet.Taunt}==False) /pet taunt on
holyshit1=/if (${Spawn[${Group.MainTank}  pccorpse radius 40].ID}==NULL && ${Me.Pet.Taunt}==True) /pet taunt off
 
when i used mq2melee and kiss for my bst, this is what i had

Could turn it into a react instead

INI:
holyshit0=/if (${Spawn[${Group.MainTank} pccorpse radius 40].ID}>0 && ${Me.Pet.Taunt}==False) /pet taunt on
holyshit1=/if (${Spawn[${Group.MainTank}  pccorpse radius 40].ID}==NULL && ${Me.Pet.Taunt}==True) /pet taunt off
I'll try this. Thank you! Not sure i'm skilled enough but i'll try.
 
KA had started implementing an OffTank role, don't know whether it was finished. I'd modded it to also have PetOffTank which would do what you want.
 
Problem - Pet taunt when tank goes down.

Users who are viewing this thread

Back
Top
Cart