mxwcore-wotlk/modules/mod-no-hearthstone-cooldown
mikx bde1978585 updated gitignore to include modules 2023-11-07 18:17:57 -05:00
..
.github/workflows updated gitignore to include modules 2023-11-07 18:17:57 -05:00
conf updated gitignore to include modules 2023-11-07 18:17:57 -05:00
src updated gitignore to include modules 2023-11-07 18:17:57 -05:00
.editorconfig updated gitignore to include modules 2023-11-07 18:17:57 -05:00
.git_commit_template.txt updated gitignore to include modules 2023-11-07 18:17:57 -05:00
.gitattributes updated gitignore to include modules 2023-11-07 18:17:57 -05:00
.gitignore updated gitignore to include modules 2023-11-07 18:17:57 -05:00
LICENSE updated gitignore to include modules 2023-11-07 18:17:57 -05:00
README.md updated gitignore to include modules 2023-11-07 18:17:57 -05:00
include.sh updated gitignore to include modules 2023-11-07 18:17:57 -05:00
setup_git_commit_template.sh updated gitignore to include modules 2023-11-07 18:17:57 -05:00

README.md

logo AzerothCore

mod-no-hearthstone-cooldown

This is a module for AzerothCore

Module info

Module integration

  • AzerothCore hash/commit compliance: 5af98783
  • Includes configuration (.conf)?: Yes, copied by CMake
  • Includes SQL patches?: No
  • Core hooks used:
    • PlayerScript: OnLogin
    • PlayerScript: OnBeforeTeleport
    • WorldScript: OnAfterConfigLoad

Description

A module that simply skips the cooldown of the Hearthstone

Features:

  • It resets the Hearthstone cooldown immediately

This module currently requires:

  • AzerothCore v4.0.0+

How to install

  1. Simply place the module under the modules folder of your AzerothCore source folder.
  2. Re-run cmake and launch a clean build of AzerothCore
  3. that's all

(Optional) Edit module configuration

  • You can turn the module on and off, default it is on
  • You can also turn the announcement of the module on player-login on and off, default it is on
  • If you want change the settings, go to your server configuration folder (e.g. etc), copy mod_no_hearthstone_cooldown.conf.dist to mod_no_hearthstone_cooldown.conf and edit the settings

Credits