Problem: PullerTank does not engage adds in camp. KA does not pull if adds in camp however everyone is assisting the PullerTank so it HAS to engage the XTarg, and it doesn't. I believe the problem is same for designated Tank as well but don't remember as I don't use Tank outside PullerTank much. Uncontested adds are the bane of my multi-boxing experience and I give up trying to solve it from inside KA.
Been playing around with a Down that will handle it. If I am present to witness the tpw, all I have to do is manually target the XTar with the tank. That's it. Then everything works problem solved.
Downshit requirements:
What I've been playing with:
I would love to add a test for the macro.name being null (in case not running KA). Had one, don't think it worked, took it out.
It seemed to have been working so I left it on overnight which was a disaster (don't ask).
The only time I didn't have probs with adds was when I had a tank merc out, auto-assist on, and everyone 'assisted' it. I've been trying to let KA manage the mercs so auto-assist is off. One reason I wanted KA to manage the mercs is because if the merc is on auto-assist it often engages too early and therefore out of range for the rest of the group to engage.
Any help is greatly appreciated!
Been playing around with a Down that will handle it. If I am present to witness the tpw, all I have to do is manually target the XTar with the tank. That's it. Then everything works problem solved.
Downshit requirements:
- Only fire when KA is running (don't want this firing at any other time)
- Tank not in combat (don't want to switch targets) (have to test for combat due to timing overlap between Combat/NonCombat mode switching even tho this is a Down)
- XTar is in range (say we evac'd, or some other reason we are now far away)
- XTar is not being addressed by another toon (if it's being handled, not sure I care - problem I am solving here is uncontested XTars)
What I've been playing with:
Rich (BB code):
downshit1=/if (${Macro.Name.Equal[Kissassist]} && ${Me.XTarget[1].ID} && !${Me.Combat} && ${Me.XTarget[1].Distance} < 51 && !${Me.XTarget[1].Assist}) /multiline ; /tar ID ${Me.XTarget[1].ID} ; /bcg /echo ** Targeting XTarg1 << ${Me.XTarget[1].Name} >> **
I would love to add a test for the macro.name being null (in case not running KA). Had one, don't think it worked, took it out.
It seemed to have been working so I left it on overnight which was a disaster (don't ask).
The only time I didn't have probs with adds was when I had a tank merc out, auto-assist on, and everyone 'assisted' it. I've been trying to let KA manage the mercs so auto-assist is off. One reason I wanted KA to manage the mercs is because if the merc is on auto-assist it often engages too early and therefore out of range for the rest of the group to engage.
Any help is greatly appreciated!
Last edited:

