• 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 - Best way to force kissassist to heal a NPC?

Sum1

Warriors are inferior (read: crybaby) tanks
Joined
Jul 30, 2006
RedCents
6,302¢
I'm looking to have kissassist (or mq2heals, for that matter) heal a NPC that I need to keep alive during an event. Is there a way to force kissassist or the plugin to do that?
 
Kiss won't heal npcs normally.
you might be able to fudge it using =command:/ with a condition
 
@Sum1, Using Xtarget healing you could heal an NPC, but you would have to make a change to 1 line in Singleheal routine.

Change this:
INI:
        /if (!${HealsOn} || ${Me.Moving} || ${Me.Hovering} || ${Spawn[${SHealName} ${SHealType}].ID}==0 || ${Select[${SHealType},PC,Pet,Mercenary]}==0 || (${Me.Invis} && !${AggroTargetID}) ) /return

to this:

INI:
        /if (!${HealsOn} || ${Me.Moving} || ${Me.Hovering} || ${Spawn[${SHealName} ${SHealType}].ID}==0 || (${Select[${SHealType},PC,Pet,Mercenary]}==0 && !${XTarHeal}) || (${Me.Invis} && !${AggroTargetID}) ) /return

You will have to setup XTarHealing for the NPC you want to heal, Not sure if this will even work, but if it does your healer will also try and rez the NPC if he dies and leaves a corpse. So it's not perfect, but worth a try.
 
@Sum1, Using Xtarget healing you could heal an NPC, but you would have to make a change to 1 line in Singleheal routine.

Change this:
INI:
        /if (!${HealsOn} || ${Me.Moving} || ${Me.Hovering} || ${Spawn[${SHealName} ${SHealType}].ID}==0 || ${Select[${SHealType},PC,Pet,Mercenary]}==0 || (${Me.Invis} && !${AggroTargetID}) ) /return

to this:

INI:
        /if (!${HealsOn} || ${Me.Moving} || ${Me.Hovering} || ${Spawn[${SHealName} ${SHealType}].ID}==0 || (${Select[${SHealType},PC,Pet,Mercenary]}==0 && !${XTarHeal}) || (${Me.Invis} && !${AggroTargetID}) ) /return

You will have to setup XTarHealing for the NPC you want to heal, Not sure if this will even work, but if it does your healer will also try and rez the NPC if he dies and leaves a corpse. So it's not perfect, but worth a try.

Thanks! I think I’ll mod a version to see if this works. I’m trying a few events that become easier if you heal NPCs that assist on your side. I’m not sure I NEED to be able to do it, but I’d rather throw an extra cleric into the raid to ensure success... everything else being equal.
 
Question - Best way to force kissassist to heal a NPC?

Users who are viewing this thread

Back
Top
Cart