You think it's detectable?
I mean it would be a good way to detect a cheater, but would Cip rly do that? Would require the fieldwalking to send some info to the server.
Printable View
The fastest walk are Right Click!!
Try it and you'll see :)
Code:local pos = Self.Position()
local time = os.clock()
local stuck = false
Module.New('pathfinder_ifstuck', function()
if (Self.DistanceFromPosition(pos.x, pos.y, pos.z) > 0) then
if (os.difftime(os.clock(), time) > 30) and (stuck) then
loadsettings('PathfinderMapClick', 'Pathfinder')
stuck = false
end
pos = Self.Position()
time = os.clock()
elseif (os.difftime(os.clock(), time) > 30) and not (stuck) then
loadsettings('PathfinderStuck', 'Pathfinder')
time = os.clock()
stuck = true
end
end)
You need to create two xbst files, one with pathfinder set for mapclicks, one with pathfinder set for walk on fire/furniture.