[DiscordArchive] That was removed like 6 years ago, wasn't it?
[DiscordArchive] That was removed like 6 years ago, wasn't it?
Archived author: sudlud • Posted: 2025-02-28T16:09:52.795000+00:00
Original source
Ah alright
Archived author: Ozymandias • Posted: 2025-02-28T16:10:19.994000+00:00
Original source
there's not many changes to the schema that affect these npcs, but this particular table db_script_string had me curious because i cant remember what it was actually used for.
Archived author: Revision • Posted: 2025-02-28T16:11:53.819000+00:00
Original source
That makes it easier. I thought you meant the entire thing. Doesn't it make sense to do a partial rewrite, using the old data as a guide but write it using up-to-date code?
Archived author: Ozymandias • Posted: 2025-02-28T16:14:53.167000+00:00
Original source
right, im just updating the old sql files to align with the schema changes that have occurred. this particular table db_script_string had me curious because i cant remember what it was actually used for.
Archived author: Revision • Posted: 2025-02-28T16:15:03.078000+00:00
Original source
I have no idea what it was used for
Archived author: Ozymandias • Posted: 2025-02-28T16:16:44.772000+00:00
Original source
in my old database it shows a total of 142 npc text strings, so i was curious of those particular strings were migrated to another table.
Archived author: Revision • Posted: 2025-02-28T16:17:02.363000+00:00
Original source
npc_text is one table that comes to mind
Archived author: Ozymandias • Posted: 2025-02-28T16:18:16.339000+00:00
Original source
i'll check it out. thanks!
Archived author: Ozymandias • Posted: 2025-02-28T16:22:06.458000+00:00
Original source
it appears each string from db_script_string has been replicated to both the creature_text and broadcast_text tables. why both? no clue.