Log in

View Full Version : Lag Suggestion



mariorton
12-18-2014, 10:39 PM
We most people share internet in our homes, we got brothers using youtube, playing oline games, mothers watching their programs, being at their facebooks etc..
I d always look at tibia´s lag dot on the left corner and its sometime orange or red.
Well yesterday i was on bed and let my char botting, how ever i thought:
"It will be nice when you get >several lag on your internet< (red dot) the bot will just stop until it gets orage or green (low lag) it will save us lots of deaths...
Dont know if its possible, how ever i think it will be a good idea

maroxy
12-19-2014, 03:11 PM
Module.New("Check-Latency", function(module)
if (Self.Ping() > 500) then
while (Self.Ping() > 500) do
Cavebot.Stop()
end
Cavebot.Start()
end
module:Delay(1000)
end)

The number 500 is the number of delay that you must have for to automatically start this function

mariorton
12-19-2014, 11:56 PM
Module.New("Check-Latency", function(module)
if (Self.Ping() > 500) then
while (Self.Ping() > 500) do
Cavebot.Stop()
end
Cavebot.Start()
end
module:Delay(1000)
end)

The number 500 is the number of delay that you must have for to automatically start this function

Pense que no existia nada asi, gracias bro!