• 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!

Lua Npcs Walk all over the place

destroyer667

Member
Joined
Nov 21, 2007
Messages
290
Reaction score
6
I'm using TFS 0.2 for 7.6 The npc's walk every where they don't just say in like a 4 block spot they could walk from venore to thais if they wanted to. How can i fix this

Tried this code

Code:
<npc name="Benjamin" script="data/npc/scripts/default.lua" walkinterval="2000" floorchange="0">

and this one also tried to put it to 0
Code:
<npc name="Captain Seahorse" script="data/npc/scripts/default.lua" autowalk="25">
 
In the walkinterval change it to 0 but don't delete it. And they should be stationary. Floorchange just means whether they can go up floors or down etc. Change the interval to 0 and with your captain, change to 0 but leave the line there.
 
Back
Top