Wrong forum
- Version of KissAssist.mac?
- 12
- When did your problem start?
- Today
- Character Role?
- Assist
- What class is having this issue?
- Necromancer
- How often does this issue occur?
- Always
- Can you reproduce the issue?
- By taking damage
Hey All,
I play a 6-necro group, where I manually play the main chaaracter, and all other non-main characters are managed via basic macro keys like "/dgae /assist MainNecro", "/dgae /pet kill" , "/dgae /cast DoT", etc. Everything is running fine, but I would like the 5 non-main characters to auto-cast Harmshield and Feign Death if they get hit.
I have tried to copy/paste the following [KConditions] and [DPS] from KissAssist's INI library and place them into the character's standard INI files (ServerName_CaracterName.ini) for all those 5 non-main characters:
[KConditions]
ConOn=1
CondSize=2
Cond1=${Me.PctHPs} <= 99 && ${Me.PctHPs} > 80 && !${Me.Feigning}
Cond2=${Me.PctHPs} <= 80 && ${Me.PctHPs} > 0 && !${Me.Feigning}
[DPS]
DPSOn=1
DPSSkip=0
DPSInterval=1
DPSSize=2
DPS1=Harmshield|100|Cond1
DPS2=Feign Death|100|Cond2
DebuffAllOn=0
Unfortunately, it doesnt work: when any of those 5 non-main characters take damage, neither HarmShield or Feign Death trigger. I would prefer not to use KissAssist if possible (I have had too many headaches trying to making it work, no need to elaborate). Is there any way to program some basic conditional rules to achieve the above WITHOUT using KissAssist?
Thanks!
I play a 6-necro group, where I manually play the main chaaracter, and all other non-main characters are managed via basic macro keys like "/dgae /assist MainNecro", "/dgae /pet kill" , "/dgae /cast DoT", etc. Everything is running fine, but I would like the 5 non-main characters to auto-cast Harmshield and Feign Death if they get hit.
I have tried to copy/paste the following [KConditions] and [DPS] from KissAssist's INI library and place them into the character's standard INI files (ServerName_CaracterName.ini) for all those 5 non-main characters:
[KConditions]
ConOn=1
CondSize=2
Cond1=${Me.PctHPs} <= 99 && ${Me.PctHPs} > 80 && !${Me.Feigning}
Cond2=${Me.PctHPs} <= 80 && ${Me.PctHPs} > 0 && !${Me.Feigning}
[DPS]
DPSOn=1
DPSSkip=0
DPSInterval=1
DPSSize=2
DPS1=Harmshield|100|Cond1
DPS2=Feign Death|100|Cond2
DebuffAllOn=0
Unfortunately, it doesnt work: when any of those 5 non-main characters take damage, neither HarmShield or Feign Death trigger. I would prefer not to use KissAssist if possible (I have had too many headaches trying to making it work, no need to elaborate). Is there any way to program some basic conditional rules to achieve the above WITHOUT using KissAssist?
Thanks!
Last edited:


