as title say, some npcs randome walk but npcs in cities dont
as title say, some npcs randome walk but npcs in cities dont
Because they are disabled or juts not added in NPC.java
nope they are not disabled.
for some reason some walk some don't
It may be you have some npcs disabled from random walking.
In NPC.java;
Search -
If you want an Npc to walk add:Code:setRandomWalk(false);
Code:if (id == NPCHERE)
setRandomWalk(false);