View Full Version : Stop Targeting
Macko
09-25-2016, 10:21 AM
Hello.
At the respawn at my bottingspot is really fast, so when the waypoint hits "leave" the char keeps hunting and runs out of supplies and dies. Is there any way that the bot can turn off Targeting when the waypoints hits "leave" and like rush out of the spawn ?
thanks
Trykon
09-25-2016, 11:12 AM
On label leave use Targeting.Stop() or Targeting.StartIgnoring(), I would suggest second option as if you get trapped you will still kill blocking creature and ignore rest again
Just remember that this way you need to set Targeting.Start() or Targeting.StopIgnoring() on Start Hunt label or when you leave town...
shadowart
09-25-2016, 08:39 PM
On label leave use Targeting.Stop() or Targeting.StartIgnoring(), I would suggest second option as if you get trapped you will still kill blocking creature and ignore rest again
Just remember that this way you need to set Targeting.Start() or Targeting.StopIgnoring() on Start Hunt label or when you leave town...
In some really creature heavy spawns, like Apes Surface for example, this is not enough. There you instead (or additionally) have to run a module that turns on ignore mode when you want to leave.
Powered by vBulletin® Version 4.2.5 Copyright © 2025 vBulletin Solutions Inc. All rights reserved.