Posts: 7
Threads: 4
Joined: Feb 2016
Reputation:
0
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?
Posts: 4
Threads: 1
Joined: Feb 2016
Reputation:
0
02-12-2016, 05:37 PM
(This post was last modified: 02-12-2016, 05:38 PM by Unreal.)
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.
Posts: 7
Threads: 4
Joined: Feb 2016
Reputation:
0
Thats works perfectly, big thanks!