• 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

Problem - Using [Kconditions] will ignore when attacked if resting

Joined
May 17, 2015
RedCents
6,058¢
Version of KissAssist.mac?
11.005
When did your problem start?
Always
Character Role?
  1. PullerTank
What class is having this issue?
  1. Bard
How often does this issue occur?
Always
Can you reproduce the issue?
yes
Using [Kconditions] will ignore when attacked if resting

Situation
PullerTank Bard MOLO, no healer so have to wait for merc to self regen
While waiting if Bard gets attacked will just sit there and die.

Code:
[General]
KissAssistVer=11.005
Role=PullerTank
CampRadius=30
CampRadiusExceed=400
ReturnToCamp=1
ChaseAssist=0
ChaseDistance=25
MedOn=1
MedStart=20
MedCombat=0
LootOn=0
RezAcceptOn=1|90
AcceptInvitesOn=1
GroupWatchOn=1
GroupWatchCheck=cond1

Code:
[KConditions]
ConOn=1
CondSize=1
Cond1=${Me.Mercenary.PctHPs}<=70
 
Yeah group watch pauses the macro for a period so nothing is happening until the groupwatch is over. If you run a debug you'll see no code running during an active groupwatch. It's obviously intended to be run on a puller in a group, so soloing it will just sit and die but in a group the tank would grab the mob.

Maybe you could put two different options in your groupwatch condition like this logic, if I'm in combat or if my merc hp is over 70.

Cond1=(${Me.CombatState.Equal[Combat] || ${Me.Mercenary.PctHPs}<=70)
 
Last edited:
Problem - Using [Kconditions] will ignore when attacked if resting

Users who are viewing this thread

Back
Top
Cart