[DiscordArchive] How do I tell an npc to "wander"?
[DiscordArchive] How do I tell an npc to "wander"?
Archived author: Genetry • Posted: 2025-02-23T20:02:11.311000+00:00
Original source
How do I tell an npc to "wander"?
Archived author: Tereneckla • Posted: 2025-02-23T20:03:23.472000+00:00
Original source
MovementType 1 in db
Archived author: Genetry • Posted: 2025-02-23T20:03:47.221000+00:00
Original source
Ok so can't be done in gm, must be at the database level. Thank you
Archived author: Tereneckla • Posted: 2025-02-23T20:04:10.501000+00:00
Original source
idk if it can be done with commands, I never use those
Archived author: Ryan Turner • Posted: 2025-02-23T20:11:26.887000+00:00
Original source
do .npc
Archived author: Ryan Turner • Posted: 2025-02-23T20:11:31.717000+00:00
Original source
and i think there's a wander command there
Archived author: Honey • Posted: 2025-02-23T20:13:27.897000+00:00
Original source
Keep in mind that any changes you do using GM commands will vanish when you reset the world DB.
You're supposed to work on the database and keep a copy of all the queries you execute to be able to let the core re-apply them after a reset at all times
Archived author: Ryan Turner • Posted: 2025-02-23T20:16:00.737000+00:00
Original source
Correction, .npc (i think is wander) will do perma changes for that creature in the db
![[Image: image.png?ex=690c5ab3&is=690b0933&hm=538...0f19a73f9&]](https://cdn.discordapp.com/attachments/1255602330431127753/1343317006299959338/image.png?ex=690c5ab3&is=690b0933&hm=5389cedfbb71e94fd3ff3450d9949efa0bdb57b7261ea9a030062b00f19a73f9&)
Archived author: Ryan Turner • Posted: 2025-02-23T20:22:11.973000+00:00
Original source
I recall using a command to set some NPC's wanders in the world and still remain in that world after many restarts
![[Image: image.png?ex=690c5ab3&is=690b0933&hm=538...0f19a73f9&]](https://cdn.discordapp.com/attachments/1255602330431127753/1343317006299959338/image.png?ex=690c5ab3&is=690b0933&hm=5389cedfbb71e94fd3ff3450d9949efa0bdb57b7261ea9a030062b00f19a73f9&)
Archived author: Honey • Posted: 2025-02-23T20:27:54.688000+00:00
Original source
There's no doubt GM commands write to the world DB. You misunderstood me.
If you reset as in "drop" the world DB the changes from GM commands are gone.