Welcome to the Token Item module by Moloko.
The module allows you to exchange tokens for sets based on specialization, class, and faction.
Preview Video
RU locales README_RU
- ✅ Item issuance based on the active talent tree (the calculation is based on the tree with the most upgraded talent points)
# TokenDebug.Enable - debug trace
# 0 - disabled
# 1 - enabled
# default: 0 (enabled)
TokenDebug.Enable == 0
- Clone this repository:
cd path/to/azerothcore/modules
git clone https://github.com/levrules/mod-token-item.git
- Re-run cmake and run a clean build of AzerothCore.
- Change the settings in the config if necessary.
- Restart the server to apply the changes.
⚠ In the file spell_dbc added as a custom but will not work. In order for it to work as it should, you will need to make edits in the client part of spell.dbc and also on the server
⚠ The module has changes in the acore_string
tables where the identifiers 35411, 35412, 35413, 35414, 35415, 35416, 35417
will be changed, if these identifiers are used, it is recommended to change them in the token_item.h
file and also in the token_item.sql
file.
If you encounter problems or have suggestions for improvement, create a request in the Issues section of this repository.
The project is licensed under the GNU Affero General Public License (AGPL-3.0). More details can be found in the LICENSE file.