BBot - The best bot of the world
Delay on healing - Printable Version

+- BBot - The best bot of the world (https://forums.bmega.net)
+-- Forum: Support (https://forums.bmega.net/forum-6.html)
+--- Forum: Support & Help (https://forums.bmega.net/forum-8.html)
+--- Thread: Delay on healing (/thread-19351.html)



Delay on healing - Jozek321 - 02-12-2016

I've got a pretty strict GMs on my server that started banning people suspectible to autoheal and I need something that will make my healing do itself after a random delay (lets say 100-1000ms). Is that possible somehwere in the settings or do I have to write a macro? Maybe there's one already?


RE: Delay on healing - Unreal - 02-12-2016

Unsure about random delay, but it's quite possible to give it a certain delay using macros to heal, kinda like this:

LowLife%:=99
Self.Health%<!LowLife%!
Hotkey.Use(ID)

Using automatic macro in whatever ms you want (you may want a higher value than 1000 ms so it doesn't look like bot heal). As the auto macros are always running, the healing tempo will already be kinda random, so I guess it solves your problem.


RE: Delay on healing - Jozek321 - 02-13-2016

Thats works perfectly, big thanks!