Hello there...

With the Mass kicks My character have been died a few times because...when I receive the disconnection message on the screen, the character kept on target the monster then the Windbot reconnect the character and Windbot is keeping on the target on the same monster but the monster don't die because the targeting got a bug...

To fix that issue, I created a Scripter with this code:

auto(5000)
if $targettime > 60000 then
setsetting('Targeting/Enabled', 'no')
end
Wait(1000)
setsetting('Targeting/Enabled', 'yes')

If I didn't kill the monster in 60 seconds.....
The Targeting will be off....
It will wait 1 second and then it will be activated.....
Someone have other way to change the target to others monsters if it does not die in "Less than 1, 2 Minutes" ?