Log in

View Full Version : Xenobot healing



Kaguya
10-30-2015, 12:32 PM
Could someone explain me why the healing in xenobot is that slow/weak compared to other bots ?
I thought an injected version would be much faster. Is it possible to change it somehow ?

Joshwa534
10-30-2015, 02:57 PM
Could someone explain me why the healing in xenobot is that slow/weak compared to other bots ?
I thought an injected version would be much faster. Is it possible to change it somehow ?

DarkstaR has hard-coded delays by default.

This is about as fast as its going to get, change to your own needs:

while true do
if Self.Health() <= 800 then
Self.Cast('exura vita')
end
end

Without some sort of wait(100) or so after casting exura vita, you're gonna to be getting some "lag" while moving around.

shadowart
10-30-2015, 03:47 PM
Make sure you have the randomized checkbox disabled if you want fast heals.

Kaguya
10-30-2015, 04:58 PM
Make sure you have the randomized checkbox disabled if you want fast heals.
What doy ou mean by randomized checkbox ?

Elvang
10-31-2015, 04:59 PM
What doy ou mean by randomized checkbox ?

Purchase the bot and i'll tell you.