BBot - The best bot of the world

Full Version: Priority->trap problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, I've gotta problem. I won't explain everything, I will just show you the situation.
Why bot always attack witch first? I tried to change priority, higher for witch and lower for assassin, but it didn't work, bot always want to attack witch first...
[Image: jjmt.png]
What's the version of that BBot?
I had the same problem ins version 23.0. The char just got trapped until the death.
Have you tried to set an "anti-stuck" macro that resets the Killer function? Something like this:

Misc.StandTime>10
Killer.Stop()
Killer.Start()

Good luck!
lol thx guy I forgot this trick xD
If you have a target Misc.StandTime() always returns 0.
(09-20-2013, 03:41 PM)MegaNo0body Wrote: [ -> ]What's the version of that BBot?
23.0


(09-20-2013, 07:51 PM)Ohtar Wrote: [ -> ]Have you tried to set an "anti-stuck" macro that resets the Killer function? Something like this:

Misc.StandTime>10
Killer.Stop()
Killer.Start()

Good luck!
Yes, I've got this macro