03 How to Install - sogladev/mod-vanilla-naxxramas GitHub Wiki

This is an AzerothCore module. The same steps described in the Azerothcore wiki: Installing a Module will work for this

  1. Clone the repository

    clone into /modules so that /modules/mod-vanilla-naxxramas

  2. Settings

    a. copy /modules/mod-vanilla-naxxramas/conf/vanilla_naxxramas.conf.dist to /conf/modules/vanilla_naxxramas.conf.dist

    b. copy /conf/modules/vanilla_naxxramas.conf.dist to /conf/modules/vanilla_naxxramas.conf. Optionally, modify the settings in .conf file.

  3. Recompile

    a. Reconfigure and regenerate CMake

    b. Rebuild the core

  4. Initial worldserver start

    a. ⚠️ Database changes contain custom IDs that may overlap with other modules, see detailed list in "Mod Compatibility" to avoid conflicts

    b. Start the worldserver to apply initial database changes in /sql. These are automaticly applied. There is no need to apply these queries manually

  5. (Optional) Apply optional files from /optional

    These may contain .sql that need to be run manually, or client-side .mpq patches

    See /optional/README.md for details

AzerothCore compatibility

Does this work with latest AzerothCore?

This module is periodically built with the latest version of AzerothCore. In case of a build failure (❌), check the Actions tab to see the last successful commit.

actions tab

azerothcore hash