Replies: 3 comments
-
|
Hi! The modules must be cloned in your Then you have to clone the modules you want. First go into the modules folder: Next, launch the command to clone a module. For example, 'Transmog': When you cloned all the modules you want, you have to get back on the Next, launch the pre-make command: This command will check if all is OK for compilation, including mods. If you don't do this each time you clone a new mod, you can recompile many times as it will not see the new mods, until you launch this command again! Finally, launch the compile command: Last step: Don't forget to:
When done, test each executables by launching them alone. Like: Now, you should be able to play with your mods enabled. Have fun! Source: https://www.azerothcore.org/wiki/installing-a-module NOTE: |
Beta Was this translation helpful? Give feedback.
-
|
Thank you for your help! When executing the first cmake command I get below error (at the end):
I guess this is a problem? ;-) |
Beta Was this translation helpful? Give feedback.
-
|
Likely you don't have mysql setup but these questions are better to ask in Discord https://discord.gg/kamyY9uc additionally you can follow guides here to include community guides https://www.azerothcore.org/wiki/installation |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I created a server on docker and everything is working perfectly.. except.. I can't seem to load/enable any modules in the server.
I place the modules I want in the ./modules map, and when recompiling I don't get any errors. But when I start the server, no modules are loaded/enabled (except for the standard mod-eluna). Am I missing something? Can someone help me out?
AC> .server debug
AC> AzerothCore rev. 847d215+ 2025-01-20 14:09:27 +0100 (master branch) (Unix, RelWithDebInfo, Static)
Connected players: 0. Characters in world: 0.
Connection peak: 0.
Server uptime: 16 second(s)
Update time diff: 2ms. Last 500 diffs summary:
|- Mean: 1ms
|- Median: 1ms
|- Percentiles (95, 99, max): 5ms, 9ms, 10ms
Using SSL version: OpenSSL 3.0.2 15 Mar 2022 (library: OpenSSL 3.0.2 15 Mar 2022)
Using Boost version: 1.74.0
Using CMake version: 3.22.1
Using MySQL version: 80040
Found MySQL Executable: /usr/bin/mysql
Compiled on: Linux 6.8.0-1017-azure
Worldserver listening connections on port 8085
Realmlist (Realm Id: 1) configured in port 8085
VMAPs status: Enabled. LineOfSight: true, getHeight: true, indoorCheck: true
MMAPs status: Enabled
maps directory located in /azerothcore/env/dist/data/maps. Total size: 291014951 bytes
vmaps directory located in /azerothcore/env/dist/data/vmaps. Total size: 658130721 bytes
mmaps directory located in /azerothcore/env/dist/data/mmaps. Total size: 2192910844 bytes
Default DBC locale: enUS.
All available DBC locales: enUS
Using World DB: ACDB 335.13-dev
Latest LoginDatabase update: 2024_12_15_00.sql
Latest CharacterDatabase update: 2024_11_15_00.sql
Latest WorldDatabase update: 2025_01_19_02.sql
LoginDatabase queue size: 0
CharacterDatabase queue size: 0
WorldDatabase queue size: 0
List of enabled modules:
|- mod-eluna
AC>
Beta Was this translation helpful? Give feedback.
All reactions