[DiscordArchive] Hm, how do i convert the sql back to dbc?
[DiscordArchive] Hm, how do i convert the sql back to dbc?
Archived author: Sanctuary • Posted: 2021-11-06T17:02:43.345000+00:00
Original source
Hm, how do i convert the sql back to dbc?
Archived author: Sanctuary • Posted: 2021-11-06T17:03:02.144000+00:00
Original source
tried just saving the sql as Spell.dbc but no dice
Archived author: A2 • Posted: 2021-11-06T17:05:58.203000+00:00
Original source
if its spell dbc then SpellEditor
Archived author: stoneharry • Posted: 2021-11-06T17:15:17.325000+00:00
Original source
Like Alastor mentioned, you can use the spell editor to import and export any DBC to SQL
Archived author: Sanctuary • Posted: 2021-11-06T17:16:26.794000+00:00
Original source
yeah no problem, i got the 2 made into sql files, now how do i get the combined 1 sql file back into a dbc file? the spell editor doesn't have an option to import a sql file that i can see
Archived author: stoneharry • Posted: 2021-11-06T17:17:09.242000+00:00
Original source
no you import the DBC not an SQL file with the editor
Archived author: stoneharry • Posted: 2021-11-06T17:17:39.682000+00:00
Original source
So you want to import one spell.dbc -> change config to target a different database and add your other spell.dbc -> import again
now go into your favourite SQL editor and manipulate the two tables
then export the final table back into a DBC
Archived author: A2 • Posted: 2021-11-06T17:19:30.146000+00:00
Original source
I would always recommend SpellEditor for that
Archived author: A2 • Posted: 2021-11-06T17:19:54.824000+00:00
Original source
you can use DBC to CVS then easly CSV to SQL then SQL to CSV and to DBC
Archived author: A2 • Posted: 2021-11-06T17:20:10.191000+00:00
Original source
or just skip that part and do edits in CSV so it will be only DBC to CSV to DBC