https://github.com/azerothcore/mod-pvp-zones
A module redefining world pvp.
https://github.com/azerothcore/mod-pvp-zones
azerothcore-module
Last synced: 11 days ago
JSON representation
A module redefining world pvp.
- Host: GitHub
- URL: https://github.com/azerothcore/mod-pvp-zones
- Owner: azerothcore
- License: agpl-3.0
- Created: 2021-09-09T16:38:08.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-02-28T16:47:38.000Z (2 months ago)
- Last Synced: 2025-04-13T01:28:28.469Z (17 days ago)
- Topics: azerothcore-module
- Language: C++
- Homepage:
- Size: 58.6 KB
- Stars: 6
- Watchers: 13
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mod-pvp-zones
## Description
A module redefining world pvp.
This adds random zones and areas marked as pvp and rewards the players with loot participating in the fight!## How to use ingame
TODO
## Requirements
mod-pvp-zones requires:
- AzerothCore v3.0.0+
## Installation
```
1) Simply `git clone` the module under the `modules` directory of your AzerothCore source or copy paste it manually.
2) Re-run cmake and launch a clean build of AzerothCore.
```## Edit the module's configuration (optional)
If you need to change the module configuration, go to your server configuration directory (where your `worldserver` or `worldserver.exe` is), copy `mod_pvp_zones.conf.dist` to `mod_pvp_zones.conf` and edit that new file.
## Credits
* [Me](https://github.com/iraizo) (iraizo): Checkout my website [raizo.dev](https://raizo.dev)
* AzerothCore: [repository](https://github.com/azerothcore) - [website](http://azerothcore.org/) - [discord chat community](https://discord.gg/PaqQRkd)