Requirements
In order to use the module, you need to have the latest version of the AzerothCore emulator.
Using GIT
You must enter the folder where you have the emulator, for example:
cd ~/azerothcoreand then to the modules folder:cd modules.Then you have to clone the repository
git clone https://github.com/pangolp/mod-quest-status.git -b masterUsing cmake, you build the solution.
Finally, run the SQL inside the
datafolder or use thedb_assemblerto incorporate the SQL files from the module.
Without using GIT
If you don’t use git, the process is similar to the one above, the only difference is that instead of cloning the repository, you will download the .zip and add it to the modules folder inside the emulator.
Note: Please note, that the folder name should be in this case: mod-quest-status, however, when you download the .zip the folder will be named: mod-quest-status-master. Rename the folder, removing the -master from the directory.
We recommend using git. To have access to the updates that may arise, either because of problems within the module, or because the emulator api is updated, add commands, e.t.c.