Skip to content

Latest commit

 

History

History
41 lines (22 loc) · 1.37 KB

README_example.md

File metadata and controls

41 lines (22 loc) · 1.37 KB

MY_NEW_MODULE

Description

This module allows to do this and this.

How to use ingame

Do this and that.

my_new_module screenshot

Youtube Link

Requirements

My_new_module requires:

  • AzerothCore v4.0.0+

Installation

1) Simply `git clone` the module under the `modules` directory of your AzerothCore source or copy paste it manually.
2) Import the SQL manually to the right Database (auth, world or characters) or with the `db_assembler.sh` (if `include.sh` provided).
3) Re-run cmake and launch a clean build of AzerothCore.

Edit the module's configuration (optional)

If you need to change the module configuration, go to your server configuration directory (where your worldserver or worldserver.exe is), copy my_module.conf.dist to my_module.conf and edit that new file.

Credits