https://github.com/azerothcore/mod-war-effort
https://github.com/azerothcore/mod-war-effort
azerothcore-module
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/azerothcore/mod-war-effort
- Owner: azerothcore
- License: mit
- Created: 2022-08-03T18:04:50.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-03-04T09:14:10.000Z (about 2 months ago)
- Last Synced: 2025-04-10T13:42:26.130Z (19 days ago)
- Topics: azerothcore-module
- Language: C++
- Homepage:
- Size: 63.5 KB
- Stars: 2
- Watchers: 6
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#  AzerothCore
## mod-war-effort
[English](README.md) | [Español](README_ES.md)
- Latest build status with azerothcore:
[](https://github.com/azerothcore/mod-war-effort)
## Description
- This module brings back the war effort of the two factions for the opening of the gates of Ahn'Qiraj
## How to install
1. Simply place the module under the `modules` directory of your AzerothCore source
You can do clone it via git under the azerothcore/modules directory:
```sh
cd path/to/azerothcore/modules
git clone https://github.com/azerothcore/mod-war-effort.git
```or you can manually [download the module](https://github.com/azerothcore/mod-war-effort/archive/master.zip), unzip the Transmog folder and place it under the `azerothcore/modules` directory.
2. Import the SQL to the right Database (world & characters)
Import the SQL manually to the right Database (world & characters) or with the `db_assembler.sh` (if `include.sh` provided).
3. Re-run CMake and rebuild the AzerothCore source
4. Edit module configuration
Go to your server configuration folder (where your worldserver or worldserver.exe is), copy `mod_aq_war_effort.conf.dist` to `mod_aq_war_effort.conf` and edit that new file.
```
# ModWarEffort.Enable
# Description: Enables the module
# Default: 0 - Disabled
# 1 - Enabled
```## License
This module is released under the [MIT license](https://github.com/azerothcore/mod-war-effort/blob/master/LICENSE).