Wondering if there is a way to automatically switch targets while using KA?
Here is the scenario:
Assisting MT on a mob but on new mob spawn, I want them to switch automatically.
I've been playing with something like this in individual holies:
Problem with this is, they can't be running KA since KA will want to go back to first target. Also, this is probably horribly inefficient since it will retarget while spawn is up.
I've tried having one toon announce a trigger such as like this:
with corresponding event
Same problem.....KA will want to re-engage original target and the toon spotting the spawn will spam repeatedly while spawn condition is true.
Looking for some ideas on how to implement this automatically.
Here is the scenario:
Assisting MT on a mob but on new mob spawn, I want them to switch automatically.
I've been playing with something like this in individual holies:
Rich (BB code):
holyshit50=/if (${Bool[${Spawn[npc radius 100 mob_that_spawns]}]}) /multiline ; /target mob_that_spawns ; /stick 15 loose ; /attack ; /gsay I'm attacking this mob_that_spawns
Problem with this is, they can't be running KA since KA will want to go back to first target. Also, this is probably horribly inefficient since it will retarget while spawn is up.
I've tried having one toon announce a trigger such as like this:
Rich (BB code):
holyshit50=/if (${Bool[${Spawn[npc radius 100 mob_that_spawns]}]}) /bc Hey this mob spawned. Go kill it.
with corresponding event
Rich (BB code):
[My Event]
trigger=#*#Hey this mob spawned. Go kill it.#*#
command=/bca //multiline ; /target mob_that_spawns ; /stick 15 loose ; /attack
Same problem.....KA will want to re-engage original target and the toon spotting the spawn will spam repeatedly while spawn condition is true.
Looking for some ideas on how to implement this automatically.

