• 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 - Secondary Aggro tag << in KA 12. How does it work?

Joined
Feb 14, 2022
RedCents
961¢
Playing around with my warrior ini and trying to understand the secondary aggro tag of << . Does that mean it will check xtarget for any target below 100 with the following tag 100|<<

Aggro1=Area Taunt|100|<<

Trying to figure out a way of adding a condition to Area taunt to only go off if I don't already have aggro on multiple mobs. Using AOE, I can just specify how many mobs before it fires, regardless if I already have aggro.
 
Playing around with my warrior ini and trying to understand the secondary aggro tag of << . Does that mean it will check xtarget for any target below 100 with the following tag 100|<<

Aggro1=Area Taunt|100|<<

Trying to figure out a way of adding a condition to Area taunt to only go off if I don't already have aggro on multiple mobs. Using AOE, I can just specify how many mobs before it fires, regardless if I already have aggro.
I "think" that only applies to your targets secondary aggro, not xtarget.

Not sure if something like this would work or not, but you could try;

Aggro1=Area Taunt|99|<|Cond1
Cond1=${Me.XTarget}> 2 && ${XTarget.Distance}<30 (or whatever distance)

If not, I'm sure someone with more KA knowledge will chime in =)
 
I "think" that only applies to your targets secondary aggro, not xtarget.

Not sure if something like this would work or not, but you could try;

Aggro1=Area Taunt|99|<|Cond1
Cond1=${Me.XTarget}> 2 && ${XTarget.Distance}<30 (or whatever distance)

If not, I'm sure someone with more KA knowledge will chime in =)
But what does secondary aggro mean?

Yeah, wish you could have conditions for aoe section. I can play around with the conditions too in aggro.
 
I believe it means like the second person on the mobs hate list. So for example, if you're a tank and you have agro while your tanking you're on the top of the hate list. Then the person 2nd on hate list gets to 90% threat, then you use an ability to gain more threat.

Examples (Secondary Aggro):

Aggro1=MobsHateThis|50|<<

This will use MobsHateThis if targets secondary aggro gets above 50
If TargetFlag is not provided it is defaulted to Mob.
 
I believe it means like the second person on the mobs hate list. So for example, if you're a tank and you have agro while your tanking you're on the top of the hate list. Then the person 2nd on hate list gets to 90% threat, then you use an ability to gain more threat.
^^^This!
 
I believe it means like the second person on the mobs hate list. So for example, if you're a tank and you have agro while your tanking you're on the top of the hate list. Then the person 2nd on hate list gets to 90% threat, then you use an ability to gain more threat.
Nice. Ok, I could use that. None of the warriors inis do, until now. Working on a completely redone warrior ini. Still have a lot of testing to do.
 
Question - Secondary Aggro tag << in KA 12. How does it work?

Users who are viewing this thread

Back
Top
Cart