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 ?
Printable View
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:
lua code:
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.
Make sure you have the randomized checkbox disabled if you want fast heals.