View Full Version : Start Target after 3 seconds
lothar
09-09-2016, 12:45 AM
Hey,
I want to make a script that stops targeting and continue walking and then after 3 seconds start targeting again.
I tried using Targeting.Stop() wait(3000) but it stops the char for 3 seconds and don't walk.
Thanks
Elvang
09-09-2016, 12:54 AM
Lure actions in the walker?
lothar
09-09-2016, 12:59 AM
Thanks for reply.
Actually I need to disable targeting only when going to hunt. The problem is that there are many monsters and my character might get trapped. I don't want to lure monsters while hunting.
lothar
09-09-2016, 01:07 AM
Maybe you are right. If I use start lure mode and the character gets trapped before it reaches stop Lure Mode, will the bot attack the monsters automatically? If yes, then that will work.
Trykon
09-09-2016, 06:03 AM
Use Targetting.StartIgnoring() while going to hunt and Targetting.StopIgnoring() while on hunting spot.
This will ignore monsters, but if you get trapped it will fight for as sec until you have clear path and then continue ignoring. Is that ok?
lothar
09-18-2016, 03:31 PM
I think that will work. Thanks
Powered by vBulletin® Version 4.2.5 Copyright © 2025 vBulletin Solutions Inc. All rights reserved.