• 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

Request - Idea I would love to see in KA. (1 Viewer)

lanceval

veteran member
Creator
Joined
May 27, 2012
RedCents
1,668¢
Guys,
As this will be soon Christmas here are my wishes for kiss assist.

Group formation save load.
I would love to be able to store and load the toons positions.
This will load for each toon a formation absolute or relative to the MA.
This will avoid placing the toons.
This consists more or less to store the toons camp positions for a given camp.
Ex /loadformation /saveformation campname

A command to force all the toon to move to their anchor.

Bard support for dot and debuff.

Debuff sharing mez logic.

Possibility to define more mez ability and spells.

Aggro ability use the max of the group Aggro for tanks.

A macro that builds a default Ini for KA.
 
Guys,
As this will be soon Christmas here are my wishes for kiss assist.

Group formation save load.
I would love to be able to store and load the toons positions.
This will load for each toon a formation absolute or relative to the MA.
This will avoid placing the toons.
This consists more or less to store the toons camp positions for a given camp.
Ex /loadformation /saveformation campname

A command to force all the toon to move to their anchor.

Bard support for dot and debuff.

Debuff sharing mez logic.

Possibility to define more mez ability and spells.

Aggro ability use the max of the group Aggro for tanks.

A macro that builds a default Ini for KA.

1) KissAssist creates its ini for your character upon first usage... if you're asking for it to create a filled out ini for your toon.. that is simply not possible...

2) There is really no "mez logic" to speak of .... only an active mez check on targets that are still on your extended target list and InCamp. And that is just a .mezzed type check against target or spawn class type. It is only active in the PetPullerTank role because you need to break mez with a spell since a pet will not break mez.. and you never want to get in melee range to hit a mob to break mez in that role.

As for the other things.... I can not comment on at this time.
 
Guys,
As this will be soon Christmas here are my wishes for kiss assist.

Group formation save load.
I would love to be able to store and load the toons positions.
This will load for each toon a formation absolute or relative to the MA.
This will avoid placing the toons.
This consists more or less to store the toons camp positions for a given camp.
Ex /loadformation /saveformation campname

A command to force all the toon to move to their anchor.

Bard support for dot and debuff.

Debuff sharing mez logic.

Possibility to define more mez ability and spells.

Aggro ability use the max of the group Aggro for tanks.

A macro that builds a default Ini for KA.

Geezus Fuck. Why not a reach around too when you are touching yourself lmao.

Group formation save load. NO - frigging camp where you are then start the macro after you log back in.

A command to force all the toon to move to their anchor. YES look for in KA8

Bard support for dot and debuff. EXISTS - Its called melee twist.

Debuff sharing mez logic. YES - KA8 will have a new tag for AE section |All. AE1=Malo|All will cast malo on all aggressive mobs in camp if there are more than 2.

Aggro ability use the max of the group Aggro for tanks. - What?

A macro that builds a default Ini for KA. -NO There is no default ini file. As many people that play a class that use kiss every one is a default ini file. KISS= keep it simple stupid there is nothing simple about that.
 
Thanks for the feedback.
By using "max Aggro of the group", I meant that tank would have a better management of their Aggro. If their taunt like skills, were triggered when the highest Aggro of the group members is greater than some value.
At the moment, you have to trigger it based on the value of their own Aggro.
That is, tank's Aggro is bellow 100, which essentially means they already lost the Aggro.
In summary, This would avoid tank loosing Aggro, because the taunt skill is triggering before they actually lost it.

As for position stuff, will it do myself, the version I am using is already fairly customized.
 
Last edited:
Thanks for the feedback.
By using "max Aggro of the group", I meant that tank would have a better management of their Aggro. If their taunt like skills, were triggered when the highest Aggro of the group members is greater than some value.
At the moment, you have to trigger it based on the value of their own Aggro.
That is, tank's Aggro is bellow 100, which essentially means they already lost the Aggro.
In summary, This would avoid tank loosing Aggro, because the taunt skill is triggering before they actually lost it.

Aggro - No I refer back to keep it simple stupid. Get your tank some anger augs

As for position stuff, will it do myself, the version I am using is already fairly customized.
 
Thanks for the feedback.
By using "max Aggro of the group", I meant that tank would have a better management of their Aggro. If their taunt like skills, were triggered when the highest Aggro of the group members is greater than some value.
At the moment, you have to trigger it based on the value of their own Aggro.
That is, tank's Aggro is bellow 100, which essentially means they already lost the Aggro.
In summary, This would avoid tank loosing Aggro, because the taunt skill is triggering before they actually lost it.

As for position stuff, will it do myself, the version I am using is already fairly customized.

lanceval,

I modified my melee ini file for my SK with the following to help with what you are trying to do:
Rich (BB code):
tauntif=/if ((${Me.CombatState.Equal[Combat]} && ${Me.PctAggro} <=99) && (${Target.Distance} <= ${Me.MaxRangeTo}))
 
You could try a holyshit something like /if (${Me.SecondaryPctAggro} > 75) /casting mindless hatred or /taunt or any number of aggro inducing AA.

That will watch the second person on the aggro list and act on their aggro value, not yours.
That would avoid having to re-gain aggro by watching your primary aggro, which drops below 100 after someone else has already moved to 100 or more.
 
Taunt puts you at the top of the mob's hate list. It's basically makes your hate = the highest PC or merc on aggro +1 hate. You never want to taunt unless you're no longer on the top of the list, since if you're already at the top it just adds 1 hate to your existing hate (i.e. basically useless).
 
You could try a holyshit something like /if (${Me.SecondaryPctAggro} > 75) /casting mindless hatred or /taunt or any number of aggro inducing AA.

That will watch the second person on the aggro list and act on their aggro value, not yours.
That would avoid having to re-gain aggro by watching your primary aggro, which drops below 100 after someone else has already moved to 100 or more.

Thanks! that is exactly what I am Looking for.
Moreover, it is fairly simple to implement, in mq2melee setting or KA.
 
Thanks for the feedback.
By using "max Aggro of the group", I meant that tank would have a better management of their Aggro. If their taunt like skills, were triggered when the highest Aggro of the group members is greater than some value.
At the moment, you have to trigger it based on the value of their own Aggro.
That is, tank's Aggro is bellow 100, which essentially means they already lost the Aggro.
In summary, This would avoid tank loosing Aggro, because the taunt skill is triggering before they actually lost it.

As for position stuff, will it do myself, the version I am using is already fairly customized.

As always .. there is nothing to stop you from adding/changing anything you like in kissassist.mac, I myself have a hybrid version that includes a ton of more bells and whistles that suit my specific game play style... However.. that being said ... just as a friendly reminder.....

We will not and can not support any issues you may have for any self maintained/altered version of kissassist you run.

I could not comment on your other request issues because I am under a gag order not to reveal what v8.x will include... but since Maskoi mentioned it.... i'ts out in the open.
 
Last edited:
Request - Idea I would love to see in KA.

Users who are viewing this thread

Back
Top
Cart