• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

TFS 0.X keep walking if you drop connection

chupaescadatri

Banned User
Joined
Jul 5, 2014
Messages
338
Reaction score
49
Is it possible to make the player continue walking even if the connection fails? and if the connection comes back, does it only update its location on the map?

for example player was x = 0 y = 0 z = 7 and the connection dropped
he walked to x = 8 and = 4 z = 7

hence the connection came back and updated his coordinate.

But this would have to be for at most 10sqm
because the map would not be fully loaded
it's possible? If so, does anyone know how to do it?

+rep for answers
 
Solution
Is it possible to make the player continue walking even if the connection fails? and if the connection comes back, does it only update its location on the map?

for example player was x = 0 y = 0 z = 7 and the connection dropped
he walked to x = 8 and = 4 z = 7

hence the connection came back and updated his coordinate.

But this would have to be for at most 10sqm
because the map would not be fully loaded
it's possible? If so, does anyone know how to do it?

+rep for answers
The server is what will keep track of where you are on the map, so even if you are disconnected and still move it will be fine. The tricky part will be checking if the player is actually disconnected and make them walk from there.

This thread may help you...
Is it possible to make the player continue walking even if the connection fails? and if the connection comes back, does it only update its location on the map?

for example player was x = 0 y = 0 z = 7 and the connection dropped
he walked to x = 8 and = 4 z = 7

hence the connection came back and updated his coordinate.

But this would have to be for at most 10sqm
because the map would not be fully loaded
it's possible? If so, does anyone know how to do it?

+rep for answers
The server is what will keep track of where you are on the map, so even if you are disconnected and still move it will be fine. The tricky part will be checking if the player is actually disconnected and make them walk from there.

This thread may help you with inspiration on how to do it:

I would try myself but I don't use older tfs versions. Good luck.
 
Solution
Back
Top