Walter Pagani 9c25df7d39 chore. Compatibility with the latest version (#24)
* chore. Compatibility with the latest version

* ci: add apps/ directory for ci scripts

* Update SQL files

* Update workflow and upload template

* rewrite getf method

* Revert "Update workflow and upload template"

This reverts commit 7951beaca606f8667d107e4436dfe65d43cd947b.

* Pointer to local variable

* update workflow

* Revert "Pointer to local variable"

This reverts commit 22a66673e94b00dabb88f4bde297b0d44898a27c.

* Change const char for std::string

* AzthLanguage in modules

* fix build error

* fix build

* fix. sql

* fix sql

---------

Co-authored-by: Helias <stefanoborzi32@gmail.com>
2024-03-20 02:57:11 -03:00
2021-06-09 01:15:26 +02:00
2021-06-09 01:15:26 +02:00
2021-06-28 16:12:02 +02:00

AzerothShard module

⚠️ DISCLAIMER ⚠️ : this module is a work in progress, hence is not intended to be distributed yet.

This module is a collection of custom features that have been implemented privately on AzerothShard project. Finally, most of them will be released open-source using an all-in-one module since they are coupled between eachother Although possibly in future this module will be refactorized to create standalone modules for each feature.

Installation

In your AzerothCore folder, run the following command in a bash shell:

./acore.sh module install mod-azerothshard

To uninstall:

./acore.sh module uninstall mod-azerothshard

Configure

Create a copy of the azth_mod.conf.dist and rename it as azth_mod.conf under your etc folder Then you can change configurations as you whish

Features

List of features that will be published open-source:

  • Challenge Mode
  • Mythic+
  • PlayerStats
  • Timewalking (libraries only)
  • Guild house
  • Some useful sql files

List not completed, work in progress...

List of features that could be possibly shared open-source (still to consider):

  • Timewalking (full)
  • Multiple-dimensions

List not completed, work in progress...

Description
No description provided
Readme AGPL-3.0 6 MiB
Languages
C++ 98%
C 1%
Shell 0.6%
CMake 0.4%