[DiscordArchive] whats the easiest way to convert AC sql query t...
[DiscordArchive] whats the easiest way to convert AC sql query t...
Archived author: Hex • Posted: 2025-08-30T14:39:44.549000+00:00
Original source
do i need to create 5 tables i mean for creature_model_info, conditions
Archived author: Hex • Posted: 2025-08-30T14:39:50.247000+00:00
Original source
and everything thats in my query?
Archived author: Hex • Posted: 2025-08-30T14:40:36.126000+00:00
Original source
also i dont think i can do that in notepad++ easy because i have player_race_stats
Archived author: Hex • Posted: 2025-08-30T14:40:41.522000+00:00
Original source
that table dont exist at all in TC
Archived author: stoneharry • Posted: 2025-08-30T14:43:03.875000+00:00
Original source
I was only looking at `insert into `playercreateinfo_action` (`race`, `class`, `button`, `action`, `type`) values('25','4','0','6603','0');`
I didn't see how big the query is
Archived author: stoneharry • Posted: 2025-08-30T14:44:02.469000+00:00
Original source
you will need to copy the different tables out into different SQL files and do the find+replace on each file, then run those queries. Or create conversion tables for each table being targeted. ChatGPT can often convert these files for you if you tell it the differences.
Archived author: Hex • Posted: 2025-08-30T14:48:48.824000+00:00
Original source
I will try with ChatGPT thanks man for your time
Archived author: Titi • Posted: 2025-08-30T15:10:57.458000+00:00
Original source
dump the structure of both tables and ask ai t make a query
Archived author: Hex • Posted: 2025-08-31T11:03:51.002000+00:00
Original source
i succeed it was a big headche with AI
Archived author: Hex • Posted: 2025-08-31T11:04:22.895000+00:00
Original source
maybe i will release The Trinitycore Structure writted in a txt file if someone else in the future need to convert queries