• 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 1.2 item related crash

two interlocked teleports resulting with "call stack overflow" in these positions:
oldPos = {x = 757, y = 31, z = 7 '\a'}
newPos = {x = 486, y = 80, z = 8 '\b'}
 
two interlocked teleports resulting with "call stack overflow" in these positions:
oldPos = {x = 757, y = 31, z = 7 '\a'}
newPos = {x = 486, y = 80, z = 8 '\b'}
Interesting it looks like its because those cordinates are tile that requires level to pass them and next to it is entry room so it looks like when u exit that room u appear instantly on that tile which requires level and it forces to crash
 
my guess is walkback forces it to frompos and frompos is teleport in this case so it tries to teleport again. Add level check before teleporting.
 
Back
Top