[DiscordArchive] Can anyone tell me where exactly the city/town locations are saved and how i could add custom ones a
[DiscordArchive] Can anyone tell me where exactly the city/town locations are saved and how i could add custom ones a
Archived author: huptiq • Posted: 2025-09-24T20:39:06.863000+00:00
Original source
thank you two for your help
Archived author: Bauf • Posted: 2025-09-24T20:59:21.611000+00:00
Original source
Thank you so much. I'm going to use Heidi to export creature_template data to an SQL file. I will then modify that file directly. Playing with different export settings too. Hopefully get my head around a workflow. Any knowledge or don't do's would be very appreciated.
Archived author: Revision • Posted: 2025-09-24T21:22:23.047000+00:00
Original source
That's a bad idea. You should add the queries (insert, delete, update, replace, etc) to a separate SQL file. Exporting the entire thing can very well result in errors if you have to re-import it in the future and columns have changed, not to mention if data changes and you import it again you are using the old data.