diff --git a/README.md b/README.md index e69de29..d19c9bd 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/conf/.mod-swift-travel-form.conf.dist.kate-swp b/conf/.mod-swift-travel-form.conf.dist.kate-swp deleted file mode 100644 index bfe710e..0000000 Binary files a/conf/.mod-swift-travel-form.conf.dist.kate-swp and /dev/null differ