• 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

Config - Trying to figure out conditional for count of mobs that have aggro

Joined
Aug 29, 2019
RedCents
1,371¢
So I am trying to get a conditional for snare, that checks if the target already doesn't have snare and if I have multiple mobs aggroed since I typically only need to fire off snare when I am fighting just one mob so he doesn't run.

Right now I have the Cond2=!${Target.Snared.ID} &&
But I am trying to see if anyone knows of something I can test with off the Xhater for instance to see the total number of mobs and make sure it only fires if it is < 2 for instance.

I did see a post https://www.redguides.com/community...ractice-to-get-number-of-mobs-on-aggro.90482/ that seemed promising but from those it appeared that was only accessible in the macro and not as a reference for the conditional statements in kissassist. Does anyone know of anything similar like this that I could throw into the conditional statement?

Thank you,
qaldyari
 
So I am trying to get a conditional for snare, that checks if the target already doesn't have snare and if I have multiple mobs aggroed since I typically only need to fire off snare when I am fighting just one mob so he doesn't run.

Right now I have the Cond2=!${Target.Snared.ID} &&
But I am trying to see if anyone knows of something I can test with off the Xhater for instance to see the total number of mobs and make sure it only fires if it is < 2 for instance.

I did see a post https://www.redguides.com/community...ractice-to-get-number-of-mobs-on-aggro.90482/ that seemed promising but from those it appeared that was only accessible in the macro and not as a reference for the conditional statements in kissassist. Does anyone know of anything similar like this that I could throw into the conditional statement?

Thank you,
qaldyari
I've used the following:
Cond1=${Me.XTAggroCount} >= 3

If you look at the wiki for the XTAggroCount, you will see it also refers to XAssist (if MQ2XAssist is loaded) so it seems you could also do something like this:

Cond1=${XAssist.XTFullHaterCount} < 2
 
I've used the following:
Cond1=${Me.XTAggroCount} >= 3

If you look at the wiki for the XTAggroCount, you will see it also refers to XAssist (if MQ2XAssist is loaded) so it seems you could also do something like this:

Cond1=${XAssist.XTFullHaterCount} < 2
Thank you. The Second one with Xassist loaded seems to work more reliably for what I needed.
 
Config - Trying to figure out conditional for count of mobs that have aggro

Users who are viewing this thread

Back
Top
Cart