• 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
Resource icon

Config - 110 Cleric Fast heals, based on "Max Healing"

Many_Whelps

WoW was the first MMO
Joined
Jul 22, 2018
RedCents
772¢
SA_krycek submitted a new resource:

110 Cleric Fast heals, based on "Max Healing" - Fast casting heals, no light heals or HoTs

- Makes moderate use of netbots plugin
- Updated for TBL/ROS spells
- Prioritizes fast casting heals to maximize "casts per minute"
- Based on cleric max healing from this thread on the official forums
- Includes 2 nukes that can be cast as long as MA is over 80% hp
- Makes use of most cleric AAs with conditions
- check conditions 6, 7 and 8 for <char_name> and replace with the names of the...

Read more about this resource...
 
Last edited:
I've been using it for about 5 hours now with no problems. Cleric is healing fast and smooth. Good work and thank you!

Only change I made was adding word of greater restoration under cures just to have another group cure.
 
this INI is very efficient in healing, tested in RoS T2 zone despite the error and few remarks. I suggest leaving one spell slot free for fast rebuffs like "Shining Fortress" and others, maybe sacrifice one nuke spell?.
 
Code:
DPS11=Summoned: Glowing Modulation Shard|89|MA|cond20
DPS12=Summoned: Giant Modulation Shard|88|MA|cond21

Why would a mod rod be tagged with MA?
 
Thanks, what's causing it? and btw, does KA call MQ2Netbots to be loaded or it should be loaded manually or thru MQ2Quest.ini? do you really need NetBots with a shamy in group?
 
Thanks, what's causing it? and btw, does KA call MQ2Netbots to be loaded or it should be loaded manually or thru MQ2Quest.ini? do you really need NetBots with a shamy in group?

Sorry, i meant i have not had time to figure out what was causing it
 
Code:
DPS11=Summoned: Glowing Modulation Shard|89|MA|cond20
DPS12=Summoned: Giant Modulation Shard|88|MA|cond21

Why would a mod rod be tagged with MA?
without |MA, I noticed that for some self-only spells/clicks, KA would target self prior to checking the condition. So in an effort to force the cleric to stay on target, I used the |MA tag.
 
Thanks, what's causing it? and btw, does KA call MQ2Netbots to be loaded or it should be loaded manually or thru MQ2Quest.ini? do you really need NetBots with a shamy in group?
manually loaded.

I could likely get it to work fine without netbots.

Code:
no such string member ID
this results from a misuse of a TLO in the conditions, using the '.ID' where none exists. I thought I had these all worked out. Playing locally, I'm not seeing my cleric throw the same error.
 
I suggest leaving one spell slot free for fast rebuffs like "Shining Fortress" and others, maybe sacrifice one nuke spell?.
I use
Code:
MiscGem=11
and
Code:
MiscGemLW=13
in my General section. Slot 11 is one of the nukes, so KA will un-mem Unyielding Judgment for things like Shining Fortress, etc. when needed and re-mem UJ.
 
Perfect, will give it a try and let you know. Btw, General section was not complete

Code:
[General]
KissAssistVer=11.001
 
Perfect, will give it a try and let you know. Btw, General section was not complete

Code:
[General]
KissAssistVer=11.001
Yes, the template generator plugin strips out some sections of the ini because, reasons.
 
tried this today and getting this error --
That's a netbots related error. Basically that plugin isn't passing kiss the information it needs. I suggest verifying mq2netbots is loading and that you have the relevant flags in your servername_charactername.ini file.

I'm going to take some time and try to rewrite the conditions to not use netbots, seeing as how it keeps coming up that not everyone has the plugin installed and configured.
 
That's a netbots related error. Basically that plugin isn't passing kiss the information it needs. I suggest verifying mq2netbots is loading and that you have the relevant flags in your servername_charactername.ini file.

I'm going to take some time and try to rewrite the conditions to not use netbots, seeing as how it keeps coming up that not everyone has the plugin installed and configured.

AHHH I don't have netbots loaded so that explains that ;) thanks.
 
That's a netbots related error. Basically that plugin isn't passing kiss the information it needs. I suggest verifying mq2netbots is loading and that you have the relevant flags in your servername_charactername.ini file.

I'm going to take some time and try to rewrite the conditions to not use netbots, seeing as how it keeps coming up that not everyone has the plugin installed and configured.

Thanks! the INI is really worth updating, got me through high end content so far and SK never died even with 3 adds. :)

Waiting for your updates
 
Updated to remove use of MQ2Netbots plugin. Also, I combed through the conditions and verified my use of '.ID' tag against the MQ2 wiki documentation. It appears that I'm using the TLOs correctly and in my testing this morning, I am not seeing the error mentioned earlier.

Also added a more complete [General] section and included MQ2Melee and MQ2Heals entries if anyone wants to use those plugins along side KISS.
 
Updated to remove use of MQ2Netbots plugin. Also, I combed through the conditions and verified my use of '.ID' tag against the MQ2 wiki documentation. It appears that I'm using the TLOs correctly and in my testing this morning, I am not seeing the error mentioned earlier.

Also added a more complete [General] section and included MQ2Melee and MQ2Heals entries if anyone wants to use those plugins along side KISS.

Thanks a lot, testing now.
 
Updated to remove use of MQ2Netbots plugin. Also, I combed through the conditions and verified my use of '.ID' tag against the MQ2 wiki documentation. It appears that I'm using the TLOs correctly and in my testing this morning, I am not seeing the error mentioned earlier.

Also added a more complete [General] section and included MQ2Melee and MQ2Heals entries if anyone wants to use those plugins along side KISS.

also testing again today in eok thanks,
 
This is looking solid, however, where would you suggest I place the Aegis of Superior Divinity epic clicky? I was not able to see this in the ini file?
 
it's not, I don't use the epic click, but you could add it as another DPS entry. something like
Code:
DPS#=Aegis of Superior Divinity|50|Me
and possibly a condition like
Code:
cond#=!${Me.AltAbilityReady[Divine Arbitration]} && ${Group.injured[80]} > 2
 
Last edited:
Excuse this maybe stupid question, but where do I put the code for the mq2heals and mq2melee ?
 
Updated to remove use of MQ2Netbots plugin. Also, I combed through the conditions and verified my use of '.ID' tag against the MQ2 wiki documentation. It appears that I'm using the TLOs correctly and in my testing this morning, I am not seeing the error mentioned earlier.

Also added a more complete [General] section and included MQ2Melee and MQ2Heals entries if anyone wants to use those plugins along side KISS.

Question - does the netbots plugin allow it to work 'faster' ? or have you noticed any difference between the netbots version of your ini and after removing it?

I havent tried your ini yet but I'm thinking about it.. my healer is a bit sluggish sometimes.. could use a bit of a kick in the pants..
 
Question - does the netbots plugin allow it to work 'faster' ? or have you noticed any difference between the netbots version of your ini and after removing it?

I havent tried your ini yet but I'm thinking about it.. my healer is a bit sluggish sometimes.. could use a bit of a kick in the pants..
Netbots was there originally to check other party members for active songs. Some priest AAs put an entry into the tank's song window that prevents other AAs of the same type from being cast on him for a period of time. Guardian Spirit is one example. Clerics, druids and Shaman all have their own version but only 1 can be up at a time. If the cleric's is up and the shaman tries to cast theirs, they essentially waste a cooldown. As near as I can tell, there is no way in the base MQ2 code to check another character's song window. Target.Buff only checks the main buff window, not songs. Perhaps that's a limitation in the EQ client that doesn't make that information available. Netbots allows each character to 'tell' the rest of the group what songs they have active, among other things.

I have not noticed any difference in healing response since making the changes. Basically, I think I may have tried to get too cute with the conditions. There may be times where the priests in my group burn an AA cooldown they didn't need to, but the overall effect is probably minimal.
 
Updated to move all items in the Burn section to the DPS section. Also, note the instructions. Similar to @Sicprofundus's cleric ini, mine exceeds the Kiss default limit on heal entries. Thus, you need to edit the kissassist.mac file per the instructions.
 
Help> Trying to get this to work. I know it is probably something stupid on my part but I cannot for the life of me figure out why my cleric is not healing. There is no error when I start Kissassist with /mac kissassist (targeting my tank).
Here is my .ini slightly modified for her to heal the xtended target (I need to be able to heal 6 outside of the group) and with my mount etc swapped in:

[General]
KissAssistVer=11.001
Role=Assist
CampRadius=35
CampRadiusExceed=400
ReturnToCamp=0
ChaseAssist=0
ChaseDistance=25
MedOn=1
MedStart=60
MedCombat=0
LootOn=0
RezAcceptOn=1|96
AcceptInvitesOn=1
GroupWatchOn=0
EQBCOn=1
IRCOn=0
MiscGem=11
HoTTOn=0
CampfireOn=0
CustomPull=0
CastingInterruptOn=1
CharInfo=Cleric|110|GOLD
TheWinTitle=NULL
MiscGemLW=13
MiscGemRemem=1
DefaultUI=
DPSMeter=0
MoveCloserIfNoLOS=1
GemStuckHelp=Sometimes the spellgems get stuck in a foreverloop, casting a altability that has a cast time will unstick it, this is a eq bug.
GemStuckAbility=Yaulp (Lesser)
ScatterOn=1
XTSlot=0

[Buffs]
BuffsOn=1
RebuffOn=1
CheckBuffsTimer=10
PowerSource=NULL
BuffsSize=13
Buffs1=High Vizier's Cape|dual|Illusionary Spikes|ME|cond1
Buffs2=Aura of Divinity|Aura
Buffs3=Aura of the Reverent|Aura
Buffs4=Saint's Unity|Dual|Armor of the Merciful|Me|cond2
Buffs5=Unified Hand of Assurance|Dual|Assurance
Buffs6=Rallied Greater Guard of Vie
Buffs7=Anticipated Intervention|MA
Buffs8=Divine Imposition|MA|cond3
Buffs9=Shining Fortress|MA
Buffs10=Divine Reaction|Me
Buffs11=Whirligig Flyer Control Device|dual|Mount Blessing Uzah|mount
Buffs12=Emperor Ganak Familiar|Dual|Familiar: Emperor Ganak
Buffs13=Summon Familiar: Emperor Ganak|Remove

[Melee]
AssistAt=99
MeleeOn=0
FaceMobOn=1
MeleeDistance=100
StickHow=healer
AutoFireOn=0
UseMQ2Melee=1

[GoM]
GoMSHelp=Format - Spell|Target, MA Me or Mob, i.e. Rampaging Servant Rk. II|Mob
GoMSize=1
GoMSpell1=Chromaburst|Mob

[AE]
AEOn=0
AERadius=50
AESize=1
AE1=NULL

[DPS]
DPSOn=2
DPSSize=24
DPSSkip=5
DPSInterval=0
DebuffAllOn=0
DPS1=Healing Frenzy|99|cond6
DPS2=Forceful Rejuvenation|99|cond7
DPS3=Exquisite Benediction|99|cond8
DPS4=Shield of Reverence|90|weave|cond9
DPS5=Yaulp (Lesser)|90|weave|cond10
DPS6=Divine Avatar|95
DPS7=Divine Alliance|95|MA|cond12
DPS8=Divine Guardian|90|MA|weave
DPS9=Curate's Retort|95|MA|cond14
DPS10=Wand of Pelagic Transvergence|70|cond19
DPS11=Summoned: Glowing Modulation Shard|70|weave|cond20
DPS12=Summoned: Giant Modulation Shard|70|cond21
DPS13=Chromaburst|85|cond5
DPS14=Blood of the Vicarum|85|cond16
DPS15=Veturika's Perseverance|90|weave|cond33
DPS16=Miniature Horn of Unity|90|weave|cond17
DPS17=Ward of Purity|90|weave|cond8
DPS18=Celestial Hammer|90|weave|once
DPS19=Improved Twincast|90|weave|cond16
DPS20=Fundament: Third Spire of Divinity|90|weave|cond31
DPS21=Celestial Rapidity|85|cond15
DPS22=Flurry of Life|85|cond29
DPS23=Battle Frenzy|85|cond11
DPS24=Channeling the Divine|85|cond18

[Aggro]
AggroOn=1
AggroSize=3
Aggro1=Divine Retribution|30|>
Aggro2=Divine Peace|80|>
Aggro3=Silent Casting|35|>

[Heals]
HealsOn=1
HealsSize=20
XTarHeal=1
AutoRezOn=1
AutoRezWith=Blessing of Resurrection
HealGroupPetsOn=1
Heals1=Blessing of Sanctuary|20|!MA|cond23
Heals2=command:/alt act 7689|35|MA|cond24
Heals3=Sanctuary|25|ME|cond25
Heals4=Quiet Prayer|25|MA|cond4
Heals5=Sixteenth Serenity|30|MA|cond26
Heals6=Dissident Blessing|40|MA|cond13
Heals7=Harmony of the Soul|60|MA|cond32
Heals8=Focused Celestial Regeneration|50
Heals9=Divine Arbitration|60|MA
Heals10=Celestial Regeneration|50|cond28
Heals11=Beacon of Life|85|cond22
Heals12=Ward of Assurance|99|MA
Heals13=Merciful Remedy|99|MA
Heals14=Spiritual Remedy|99|MA|cond27
Heals15=Syllable of Mending|85
Heals16=Furial Renewal|80|cond30
Heals17=Merciful Intervention|99|MA|cond30
Heals18=Mystical Intervention|99|MA|cond30
Heals19=Merciful Remedy|80|!MA
Heals20=Spiritual Remedy|80|!MA|cond27
XTarHealList=2|3|4|5|6|7|8
AutoRez1=Blessing of Resurrection
AutoRez2=Your Secondary Rez Item/AA/Spell
AutoRez3=Your Third Rez Item/AA/Spell

[Cures]
CuresOn=1
CuresSize=4
Cures1=Radiant Cure
Cures2=Group Purify Soul
Cures3=Purified Spirits|Me
Cures4=Purify Soul

[Burn]
BurnSize=1
Burn1=NULL
BurnAllNamed=0
UseTribute=0
BurnText=BURN

[Pull]
PullWith=Melee
MaxRadius=350
MaxZRange=50
PullWait=0
PullRoleToggle=0
ChainPull=0
ChainPullHP=90
ChainPullPause=30|2
PullLevel=0|0
PullPath=NULL
PullMeleeStick=0
CheckForMemblurredMobsInCamp=0
PullNamedsFirst=0
ActNatural=1
UseCalm=0
CalmWith=Harmony
UseWayPointZ=0
PullRadiusToUse=90
PullPause=30|2
PullArcWidth=0

[AFKTools]
AFKHelp=AFKGMAction=0 Off, 1 Pause Macro, 2 End Macro, 3 Unload MQ2, 4 Quit Game
AFKToolsOn=1
AFKGMAction=3
AFKPCRadius=150
CampOnDeath=0
ClickBacktoCamp=1

[Merc]
Help=To use: Turn off Auto Assist in Manage Mercenary Window
MercOn=0
MercAssistAt=97

[SpellSet]
LoadSpellSet=1
SpellSetName=Kissassist

[GMail]
GMailHelp=Events currently support - Dead,GM,Level,Named,Leftgroup
GMailOn=0
GMailSize=1
GMail1=NULL

[KConditions]
ConOn=1
CondSize=33
Cond1=!${Me.Buff[Illusionary Spikes].ID}
Cond2=!${Me.Buff[Wulthan Focusing].ID} && !${Me.Buff[Arcronite Blessing].ID}
Cond3=${FindItemCount[Emerald]}>1
Cond4=${Target.ID} && ${Target.BuffsPopulated} && !${Target.Buff[Shroud of Prayer].ID} && !${Me.AltAbilityReady[Burst of Life]}
Cond5=${Group.MainAssist.PctHPs} > 80
Cond6=${Target.Named} && !${Me.Buff[Healing Frenzy].ID}
Cond7=!${Me.AltAbilityReady[Exquisite Benediction]} && ${SpawnCount[Ward radius 50]}>0
Cond8=${SpawnCount[Ward radius 50]}==0
Cond9=${Target.Class.CanCast} && !${Me.Buff[Shield of Reverence].ID}
Cond10=!${Me.Buff[Yaulp].ID}
Cond11=!${Me.Buff[Battle Frenzy].ID} && ${Target.Named}
Cond12=!${Target.Buff[Divine Alliance].ID}
Cond13=!${Target.Buff[Dissident Blessing].ID}
Cond14=!${Target.Buff[Curate's Retort].ID}
Cond15=!${Me.Buff[Celestial Rapidity].ID} && ${Target.Named}
Cond16=!${Me.Buff[Improved Twincast].ID} && ${Target.Named}
Cond17=!${Me.Song[Blessing of Unity].ID}
Cond18=!${Me.Buff[Channeling the Divine].ID} && ${Target.Named}
Cond19=${Me.PctMana}<75 && ${FindItemCount[Wand of Pelagic Transvergence]}>0
Cond20=${Me.PctMana}<75 && ${FindItemCount[Summoned: Glowing Modulation Shard]}>0
Cond21=${Me.PctMana}<75 && ${FindItemCount[Summoned: Giant Modulation Shard]}>0
Cond22=!${Me.AltAbilityReady[Divine Arbitration]}
Cond23=!${Me.AltAbilityReady[Bestow Divine Aura Azia]}
Cond24=!${Me.AltAbilityReady[Focused Celestial Regeneration]}
Cond25=!${Me.Buff[Sanctuary].ID} && !${Me.Song[Evader's Temporary Sanctuary].ID}
Cond26=!${Me.AltAbilityReady[Burst of Life]}
Cond27=!${Me.SpellReady[${Spell[Merciful Remedy].RankName}]}
Cond28=!${Me.AltAbilityReady[Divine Arbitration]} && !${Me.Song[Celestial Regeneration].ID}
Cond29=!${Me.Song[Flurry of Life].ID} && ${Target.Named}
Cond30=!${Me.SpellReady[${Spell[Merciful Remedy].RankName}]} && !${Me.SpellReady[${Spell[Spiritual Remedy].RankName}]} && !${Me.SpellReady[${Spell[Ward of Assurance].RankName}]}
Cond31=${Target.Named} || ${Me.XTAggroCount}>2
Cond32=!${Me.AltAbilityReady[Divine Arbitration]}
Cond33=${Me.PctMana}<75

[MySpells]
Gem1=Merciful Remedy
Gem2=Spiritual Remedy
Gem3=Ward of Assurance
Gem4=Syllable of Mending
Gem5=Merciful Intervention
Gem6=Mystical Intervention
Gem7=Furial Renewal
Gem8=Dissident Blessing
Gem9=Sixteenth Serenity
Gem10=Chromaburst
Gem11=Blood of the Vicarum
Gem12=Curate's Retort
Gem13=Divine Imposition
 
have you edited the kissassist.mac file to increase the heal array size? KA 11.002 recently went out and this would have overwritten the file if you had done so already. You'll need to make that change every time KA updates.
 
have you edited the kissassist.mac file to increase the heal array size? KA 11.002 recently went out and this would have overwritten the file if you had done so already. You'll need to make that change every time KA updates.
Yes, I did - yesterday.
 
so if I'm understanding correctly, KA starts as normal, does not give an error message and continues to run without ever actually doing any actions?
 
Config - 110 Cleric Fast heals, based on "Max Healing"

Users who are viewing this thread

Back
Top
Cart