• 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 - KA Setting a condition to check Target's Target health

corvusclanculum

New member
Joined
Jun 4, 2020
RedCents
12¢
I am trying to set up an ini for a Ranger and want to use the Desperate healing line to heal my MA in case his health drops below a certain threshold.
Is it possible to set up a conditional to check a target's target's HP, and if so, what is the syntax for the conditional?

Thanks!
 
I think Cond1=${Target.AggroHolder.PctHPs} < 80 or whatever threshold you want would probably work (though I haven't tested it), but it's probably more straightforward to put something like Heals1=Desperate Facepunching|80|MA to just heal the MA directly when their health gets low.
 
I use this condition on my paladin for heals which are cast on the mob (but heal it's target). Placed in the dps section as I'm not sure heal section takes additional conditions.
INI:
CondX=${Me.TargetOfTarget.PctHPs} < 50

The pally is the MA so is always targeting the mob so not sure it's suitable for you.
 
I use this condition on my paladin for heals which are cast on the mob (but heal it's target). Placed in the dps section as I'm not sure heal section takes additional conditions.
INI:
CondX=${Me.TargetOfTarget.PctHPs} < 50

The pally is the MA so is always targeting the mob so not sure it's suitable for you.
That's exactly what I'm looking for, thanks!
 
Question - KA Setting a condition to check Target's Target health

Users who are viewing this thread

Back
Top
Cart