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.
i havent tried it yet but you can try ${AggroPCT} > 80. Im pretty sure u would want to put another check to ensure that tht target is on yiu
 
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