[DiscordArchive] I fixed my issue with the playerbots.conf.dist and removed the .dist after the server was already ma
[DiscordArchive] I fixed my issue with the playerbots.conf.dist and removed the .dist after the server was already ma
Archived author: Spargel • Posted: 2025-06-23T05:51:57.725000+00:00
Original source
In my case, I just made a batch file that I run to do a new build, so I just click it after changing something in the source.
```wsl -e bash -c "cd ~/azerothcore-wotlk && ./acore.sh compiler build"
pause```
Archived author: BootlessFawn007 • Posted: 2025-06-23T06:08:03.550000+00:00
Original source
What does this part mean for a module?
"Import the SQL to the right Database (character)"
Archived author: BootlessFawn007 • Posted: 2025-06-23T06:08:18.326000+00:00
Original source
Do I use the SQL command line?
Archived author: Tereneckla • Posted: 2025-06-23T06:09:07.683000+00:00
Original source
whatever you have to access your mysql database
could be cli, could be a graphical client
Archived author: BootlessFawn007 • Posted: 2025-06-23T06:09:22.518000+00:00
Original source
I use HeidiSQL
Archived author: Mithria • Posted: 2025-06-23T06:09:27.874000+00:00
Original source
then use heidisql
Archived author: Mithria • Posted: 2025-06-23T06:10:06.473000+00:00
Original source
in heidi you can select the specified database (like character), then file -> run sql file
Archived author: BootlessFawn007 • Posted: 2025-06-23T06:10:09.465000+00:00
Original source
Right, just not sure how to import the SQL into the existing database
Archived author: Spargel • Posted: 2025-06-23T06:11:59.569000+00:00
Original source
I think some modules with sql files will handle it on their own, but if you get errors about them missing on server startup you can look for the sql files within the module and copy them into azerothcore-wotlk/data/sql/<relevant folders within>. I put mine under custom there and it seems fine, though I'm not certain if that's the intended location.
Archived author: BootlessFawn007 • Posted: 2025-06-23T06:13:23.085000+00:00
Original source
I found the .sql in this module, so I would assume it would find that when I run the SQL in HeidiSQL? Do I use acore_characters, or the characters category within that?