Hello i have a little problem that i can't find any solution to.
- I add a npc, doing some initial settings like name and spawnpoint.
- Then i try to add waypoints. i start with creating a new waypoints list, and adding waypoint markers, then save it as some name.
- I go back to npc, using /npc waypoints <name of waypoints list>
I have a different server i use as a dev/test server and i got it working just perfectly there, but it wont work on production server.
I host this on dedicated server, so its not a shared hosting manager that is enforcing some settings either, so that can be excluded in debugging this
Is there any rust config variables that i need to check?Currently i can confirm that these settings are set, but i dont know if its related:
- ai.think: "True"
- ai.move: "True"
- aimanager.nav_disable: "False"
- aimanager.nav_wait: "False"