[DiscordArchive] Howdy All, I am using this guide- https://www.azerothcore.org/acore-docker/#getting-started
[DiscordArchive] Howdy All, I am using this guide- https://www.azerothcore.org/acore-docker/#getting-started
Archived author: Woodsjail • Posted: 2023-06-19T19:45:12.787000+00:00
Original source
Howdy All, I am using this guide- https://www.azerothcore.org/acore-docker...ng-started
I have the server up and running and I was able to update the db to the correct ip so i can connect. All I would like to do is increase the xp rate to 1.5 - what is the bset way to do this following this guide?
[Embed: ACore docker compose]
docker-compose example to run an azerothcore platform
https://www.azerothcore.org/acore-docker/
Archived author: Honey • Posted: 2023-06-19T19:47:52.685000+00:00
Original source
Disclaimer:
I'm not a docker user.
You need to edit the `worldserver.conf` file.
Archived author: Woodsjail • Posted: 2023-06-19T19:48:11.323000+00:00
Original source
I am trying to find that file
Archived author: Woodsjail • Posted: 2023-06-19T20:02:58.651000+00:00
Original source
solved this:
From your server, connect to your docker container:
find docker continer id - docker ps
connect via as root - docker exec -u root -it continer-id-here /bin/bash
cd /azerothcore/env/dist/etc/
install vim - apt-get update && apt-get install -y vim
edit the server file as needed
vim worldserver.conf
hope this helps - i used chatgpt to figure it out kinda