https://github.com/azerothcore/mod-cta-switch
Module for AzerothCore that switches a Call to Arms! PvP event with another of your choice.
https://github.com/azerothcore/mod-cta-switch
azerothcore-module hacktoberfest
Last synced: about 1 year ago
JSON representation
Module for AzerothCore that switches a Call to Arms! PvP event with another of your choice.
- Host: GitHub
- URL: https://github.com/azerothcore/mod-cta-switch
- Owner: azerothcore
- License: mit
- Created: 2022-02-20T19:39:53.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-02-27T22:31:41.000Z (over 1 year ago)
- Last Synced: 2025-05-06T19:28:08.214Z (about 1 year ago)
- Topics: azerothcore-module, hacktoberfest
- Language: C++
- Homepage:
- Size: 38.1 KB
- Stars: 1
- Watchers: 5
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: .github/README.md
- License: LICENSE
Awesome Lists containing this project
README
# Call to Arms! Switch module
[English](README.md) | [Español](README_ES.md)
This module switches the Call to Arms! PvP event with another of your choice once it starts and stops them on Tuesdays.
## Requirements
This module currently requires:
AzerothCore v1.0.2+
## How to install
### 1) Simply place the module under the `modules` folder of your AzerothCore source folder.
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-cta-switch.git
```
### 2) Re-run cmake and launch a clean build of AzerothCore
**That's it.**
### (Optional) Edit module configuration
If you need to change the module configuration, go to your server configuration folder (e.g. **etc**), copy `mod-cta-switch.conf.dist` to `mod-cta-switch.conf` and edit it as you prefer.
### Configuration Options
This module offers two options to select which items to automatically save once looted:
1) ModCTASwitch.Enable = 0
Description: Enables the module.
Default: 0 - Disabled
2) ModCTASwitch.SwitchEots, ModCTASwitch.SwitchSota, ModCTASwitch.SwitchIoc
Description: When the Call to Arms! event starts, switch it to another one specified in this config.
Example: ModCTASwitch.SwitchEots = 19 -- Call to Arms! Eye of the Storm will be replaced with Call to Arms! Warsong Gulch.
Default: ModCTASwitch.SwitchEots = 19 (Warsong Gulch)
ModCTASwitch.SwitchSota = 20 (Arathi Basin)
ModCTASwitch.SwitchIoc = 18 (Alterac Valley)
## License
This module is released under the [GNU AGPL license](https://github.com/azerothcore/mod-transmog/blob/master/LICENSE)
## Authors
- [Nyeriah](https://github.com/Nyeriah)