[DiscordArchive] How can I open the server config file and edit some stuff, like XP, for example?
[DiscordArchive] How can I open the server config file and edit some stuff, like XP, for example?
Archived author: AlanSP • Posted: 2021-06-10T05:34:47.604000+00:00
Original source
How can I open the server config file and edit some stuff, like XP, for example?
Archived author: AlanSP • Posted: 2021-06-10T05:34:56.244000+00:00
Original source
Is there some guide "for dummies"?
Archived author: AlanSP • Posted: 2021-06-10T05:46:54.022000+00:00
Original source
Are this configs inside the MySQL database? If so, i could just use SQL commands.
Archived author: stevej • Posted: 2021-06-10T06:09:17.260000+00:00
Original source
The truth is that I have not used the AzerothCore docker, but normally, when I need to modify something, the ideal is to have a volume, with the files you want to modify or enter via bash and make the changes. I think the first option would be the most viable, but I don't know if it works that way.
Archived author: stevej • Posted: 2021-06-10T06:11:30.166000+00:00
Original source
Try entering in the console, with `-it`
Archived author: stevej • Posted: 2021-06-10T06:12:50.990000+00:00
Original source
`docker run -it openjdk:11 bash`. I don't know what the container is called, but change that from openjdk:11 to the container you have with azerothcore. That will run docker, but it will also open a terminal. For now, you can try to modify the files from there.