[DiscordArchive] does that link install aserothcore also?
[DiscordArchive] does that link install aserothcore also?
Archived author: Dristen • Posted: 2025-03-29T01:03:25.489000+00:00
Original source
does that link install aserothcore also?
Archived author: metallinos • Posted: 2025-03-29T01:47:19.121000+00:00
Original source
Yes, a separate dork of azerothcore
Archived author: metallinos • Posted: 2025-03-29T01:47:33.360000+00:00
Original source
Fork****
Archived author: Dristen • Posted: 2025-03-29T02:03:48.407000+00:00
Original source
Hmm, I did the Azerothcore one then the bot one, think it will be good?
Archived author: Dristen • Posted: 2025-03-29T02:04:40.861000+00:00
Original source
Should I run an update before I start using it?
Archived author: metallinos • Posted: 2025-03-29T02:29:05.296000+00:00
Original source
You mean you pulled liyunfan1223's azerothcore-wotlk repo + cd-ed into the modules dir and pulled mod-playerbots? Them yes youre good
Archived author: metallinos • Posted: 2025-03-29T02:29:16.386000+00:00
Original source
Not really necessary
Archived author: Dristen • Posted: 2025-03-29T02:57:33.038000+00:00
Original source
Thanks for all the help. So if I install other mods into the proper directory before I compose up will they all work then?
Archived author: metallinos • Posted: 2025-03-29T04:40:32.021000+00:00
Original source
Gotta build for every new module
Archived author: metallinos • Posted: 2025-03-29T04:43:10.765000+00:00
Original source
I made myself an alias command to compile, recreate containers and clear cache older than 24 hrs to more easily use Docker:
```
alias compile='sudo docker compose build && sudo docker compose down && sudo docker compose up -d && docker builder prune --filter "until=24h" -f'
```