2019-01-26 19:30:06 +01:00
2019-01-26 19:30:06 +01:00
2019-01-26 19:30:06 +01:00
2019-01-26 19:30:06 +01:00
2019-01-26 19:30:06 +01:00
2019-01-26 19:30:06 +01:00
2019-01-26 19:30:06 +01:00
2019-01-26 19:30:06 +01:00
2019-01-26 19:30:06 +01:00

Transmog Module

  • Latest Transmog build status with azerothcore: Build Status

This is a module for AzerothCore that adds transmog feature, it's based on Rochet2 Transmog Script

Important notes

If using this module with an AzerothCore commit older than

b34bc28e5b

please delete the IDs 50000 and 50001 from npc_text before upgrading AzerothCore:

DELETE FROM `npc_text` WHERE `ID` IN (50000,50001);

Otherwise there will be conflicts for these IDs. The module will now use IDs 601083 and 601084 as default.

Requirements

Transmogrification module currently requires:

AzerothCore v1.0.2+

How to install

1) Simply place the module under the modules folder of your AzerothCore source folder.

You can do clone it via git under the azerothcore/modules directory:

cd path/to/azerothcore/modules
git clone https://github.com/azerothcore/mod-transmog.git

or you can manually download the module, unzip the Transmog folder and place it under the azerothcore/modules directory.

2) Re-run cmake and launch a clean build of AzerothCore

That's it.

(Optional) Edit module configuration

If you need to change the module configuration, go to your server configuration folder (e.g. etc), copy transmog.conf.dist to transmog.conf and edit it as you prefer.

License

This module is released under the GNU AGPL license.

Description
No description provided
Readme AGPL-3.0 613 KiB
Languages
C++ 99.5%
Shell 0.5%