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)
Last edited by Spectrus; 10-09-2013 at 04:17 AM.
You need to create two xbst files, one with pathfinder set for mapclicks, one with pathfinder set for walk on fire/furniture.