• 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

How to Manage Group Heals with KissAssist

SomeRandomDude

Well-known member
Joined
Jan 29, 2023
RedCents
208¢
I'm trying to upgrade my cleric's KissAssist .ini file to do some sensible group healing. I figured that I would need to use a condition like ${Group.Injured[75]}>1, but the healing section doesn't seem to support conditions. I looked at a cleric .ini (level 85) in the .ini database and I just see a very ambiguous:

Heals3=Word of Recovery|90

What does this mean? How many people need to be below 90% for this group heal to trigger?

I suppose one way to accomplish my goal would be to put my group heals into a section that supports conditions (like DPS). But the problem with that is that I don't then have good control of the order in which the various heals are considered (since some are in the normal healing section and others are in DPS).

Thanks for any advice.
 
This is the check that is made for casting group heals. /if (${Group.AvgHPs} < 100 && ${Group} && ${Group.Injured[90]}>1) . Conditions work on group heals, just make sure you provide the HP tag.

Heals3=Word of Recovery|99|Cond1

Cond1=${Group.Injured[75]}>1
 
Thank you ctaylor! The documentation (https://www.redguides.com/docs/projects/kissassist/) doesn't mention conditions being available for anything but DPS, Buffs, Aggro, PullPause, and GroupWatchCheck. Is it generally the case that all rows that trigger character actions can be suffixed with a condition? I would imagine the following are possible candidates: Cures, Burn, AE, and Heals (which you've already clarified)?
 
How to Manage Group Heals with KissAssist

Users who are viewing this thread

Back
Top
Cart