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

NPC walking distance

Rudixx

New Member
Joined
Aug 3, 2007
Messages
246
Reaction score
0
Location
England
Hello, I would like to request you dear community for help to fix my problem with walking npc. After couple of hours my NPCs are mixed in all cities. They are walking through whole map, can anyone help me how to make them walk only 3 sqm for example? Also how to make npc to react on hi only from 3 sqms not from 16 sqm?
 
Also how to make npc to react on hi only from 3 sqms not from 16 sqm?
data\npc\lib\npcsystem\npchandler.lua, line 74
Code:
talkRadius = 4,

this will work FOR ALL NPCs. I don't know how to use it for a single NPC.
 
Last edited:
Back
Top