- Latest build status with azerothcore:
This is a module for AzerothCore that changes the speed while dead
- Modifies Ghost speed to use custom values
https://www.azerothcore.org/wiki/installing-a-module
- Requires source recompilation
- Modify config
found in
/etc/modules
, copy.conf.dist
to.conf
and edit - Apply database changes
this should be done automaticly
data/sql/db-world/base/ghost_speed.sql
-
Undo database changes:
optional/undo_ghost_speed.sql
-
Remove
mod-ghost-speed
folder
ghost speed is set by aura 8326
Night Elves are applied ID - 20584 Ghost
with Blizzard Default speed of 75 (+50% increase)
Highest speed value is applied
example of usage in the core
modifying the bp set by this aura with an AuraScript sets a custom speed
Spellwork 8326
- Use the script
create_module.sh
located inmodules/
to start quickly with all the files you need and your git repo configured correctly (heavily recommended). - You can then use these scripts to start your project: https://github.com/azerothcore/azerothcore-boilerplates
- Do not hesitate to compare with some of our newer/bigger/famous modules.
- Edit the
README.md
and other files (include.sh
etc...) to fit your module. Note: the README is automatically created fromREADME_example.md
when you use the scriptcreate_module.sh
. - Publish your module to our catalogue.