21 lines
851 B
Markdown
21 lines
851 B
Markdown
#  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
|