Skip to content

sogladev/mod-ghost-speed

Repository files navigation

AzerothCore Module Ghost Speed

  • Latest build status with azerothcore:

Build Status

This is a module for AzerothCore that changes the speed while dead

  • Modifies Ghost speed to use custom values

How to install

https://www.azerothcore.org/wiki/installing-a-module

  1. Requires source recompilation
  2. Modify config found in /etc/modules, copy .conf.dist to .conf and edit
  3. Apply database changes this should be done automaticly data/sql/db-world/base/ghost_speed.sql

How to remove

  1. Undo database changes: optional/undo_ghost_speed.sql

  2. Remove mod-ghost-speed folder

Resources

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

8326 spell info

How to create your own module

  1. Use the script create_module.sh located in modules/ to start quickly with all the files you need and your git repo configured correctly (heavily recommended).
  2. You can then use these scripts to start your project: https://github.com/azerothcore/azerothcore-boilerplates
  3. Do not hesitate to compare with some of our newer/bigger/famous modules.
  4. Edit the README.md and other files (include.sh etc...) to fit your module. Note: the README is automatically created from README_example.md when you use the script create_module.sh.
  5. Publish your module to our catalogue.