• 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 - Condional help

Jibekn

Member
Joined
May 9, 2022
RedCents
134¢
Version of KissAssist.mac?
emu
When did your problem start?
Question
Character Role?
  1. Assist
What class is having this issue?
  1. Druid
How often does this issue occur?
Always
when doing conditions is there a way to evaluate aggro levels?

like ${Target.AggroLevel} >80

etc.
 
Solution
Figured it out.

${Target.AggroHolder.ID} != ${Me.ID} || ( ${Target.SecondaryAggroPlayer.ID} == ${Me.ID} && ${Target.SecondaryPctAggro} < 75 )

My casters use this with a command:/sit at the end of thier dps entries, works wonderful

I also do a stand check on my aggro entry to stand them back up if they pull aggro by sitting.
Figured it out.

${Target.AggroHolder.ID} != ${Me.ID} || ( ${Target.SecondaryAggroPlayer.ID} == ${Me.ID} && ${Target.SecondaryPctAggro} < 75 )

My casters use this with a command:/sit at the end of thier dps entries, works wonderful

I also do a stand check on my aggro entry to stand them back up if they pull aggro by sitting.
 
Last edited:
Solution
Question - Condional help

Users who are viewing this thread

Back
Top
Cart