I tried my hand at fixing the problem with melee pulling moving mobs (see https://www.redguides.com/forums/threads/52843-Struggling-kissassist-noob) by adding the /stick command after line 5909. It worked in my simple cleric scenario.
Rich (BB code):
:AttackAgain
/moveto id ${MyTargetID} mdist 15
/if (${Target.ID}) /face fast nolook
/look 0
/attack on
/stick id ${MyTargetID} 75%
/delay 10
Last edited:

