Added Readme

This commit is contained in:
Flerp 2025-11-13 21:09:38 -08:00
parent 746ad23253
commit 7634ae7dd9
2 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,20 @@
# ![logo](https://raw.githubusercontent.com/azerothcore/azerothcore.github.io/master/images/logo-github.png) AzerothCore
## Swift Travel Form AzerothCore Module
This module adds mount speed to the druid's travel form, with a configurable set of requirements. It requires no DBC or SQL edits
### Configuration:
- Can set a required item to be held in bags
- Can set a required item to be equipped
- Can set a required spell to be known
- Can set whether the speed increases when cast in combat or not
- Can set a required minimum level
You can combine any of these requirements together
### Installation:
1. Clone the repository into your AzerothCore modules directory
2. Run Cmake
3. Rename or copy mod-swift-travel-form.conf.dist to mod-swift-travel-form.conf
4. Edit mod-swift-travel-form.conf to enable or disable features to your liking