• 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 - Kissassist command to check group pet buffs?

Bruhm

Member
Joined
Oct 23, 2021
RedCents
220¢
Hey guys, hopefully this is an easy command I'm overlooking. So with a druid healer running KA in a mostly caster group with pets I can set the druid to heal pets with HealGroupPetson=1 ... since this is a mid level new group I've been messing with and the caster and pet casters don't have AA that allows group buffs to hit their pets is there a way to have the druid check the group pets buffs?

What I'm attempting to have the druid do is cast the skin of the reptile line of buffs the group pets without making special conditions or manually naming the pets everytime one dies! Thanks RG community, I did search for this situation and didn't find what I was looking for!
 
Set BuffsOn=2 and your group has to be using DanNet. Set DanNetOn=1 for all pet users. The buff has to be a single target buff as well.
I'm trying this out for the first time (new SHM just got a pet) and this doesn't appear to be working. I've got BuffsOn=2 on the Shaman in the Buffs section, and am using DanNet. Here's the Pet section of my .ini, if that's relevant:

[Pet] PetOn=1 PetSpell=Companion Spirit PetFocus=NULL PetShrinkOn=0 PetShrinkSpell=NULL PetBuffsOn=1 PetBuffsSize=1 PetBuffs1=NULL

(I also couldn't find any time in the macro code itself where it cared whether BuffsOn was equal to 2, but I am also not a macro coding expert so I'm probably missing something here.)
 
look for "/if (${BuffsOn}==1) /continue" in the checkbuffs routine. If BuffsOn has a value and is not equal to 1, then this line is skipped and the code below it is executed. This only applies to single target buffs.
 
I'm trying this out for the first time (new SHM just got a pet) and this doesn't appear to be working. I've got BuffsOn=2 on the Shaman in the Buffs section, and am using DanNet. Here's the Pet section of my .ini, if that's relevant:

[Pet] PetOn=1 PetSpell=Companion Spirit PetFocus=NULL PetShrinkOn=0 PetShrinkSpell=NULL PetBuffsOn=1 PetBuffsSize=1 PetBuffs1=NULL

(I also couldn't find any time in the macro code itself where it cared whether BuffsOn was equal to 2, but I am also not a macro coding expert so I'm probably missing something here.)
For your shaman to buff it's own pet, you may need to add the buff name into PetBuffs1=*buffname1*

If you want to add more than one buff, change PetBuffs Size= to a larger number and add PetBuffs2=*buffname2* etc.
 
For your shaman to buff it's own pet, you may need to add the buff name into PetBuffs1=*buffname1*

If you want to add more than one buff, change PetBuffs Size= to a larger number and add PetBuffs2=*buffname2* etc.
My shaman is definitely obeying the PetBuffs commands in his own .ini (though I was hoping his Buffs logic would be sufficient, that's not a big deal). However, my buffers are PAL SHM BST and my pets are SHM BST. No one buffs anyone else's pet, even though they all have BuffsOn=2. I wonder if I need to somehow regenerate the Kiss Buffs .ini or summon the pets after Kiss starts, or before Kiss starts or...something? I feel like I must be doing something wrong.

Edit: The shaman displays the message "Buffing <buff> on <BST's> pet <BST's_warder00>" but the buff doesn't actually land on the pet. The Paladin won't buff any pets.
 
Last edited:
Question - Kissassist command to check group pet buffs?

Users who are viewing this thread

Back
Top
Cart