This module switches the Call to Arms! PvP event with another of your choice once it starts and stops them on Tuesdays.
This module currently requires:
AzerothCore v1.0.2+
You can do clone it via git under the azerothcore/modules directory:
cd path/to/azerothcore/modules
git clone https://github.com/azerothcore/mod-cta-switch.git
That's it.
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.
This module offers two options to select which items to automatically save once looted:
-
ModCTASwitch.Enable = 0
Description: Enables the module. Default: 0 - Disabled
-
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)
This module is released under the GNU AGPL license