All Projects → azerothcore → mod-transmog

azerothcore / mod-transmog

Licence: AGPL-3.0 License
Plug&Play transmog module for AzerothCore, based on Rochet2 works

Programming Languages

C++
36643 projects - #6 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to mod-transmog

mod-autobalance
Module for AzerothCore(MaNGOS -> TrinityCore -> SunwellCore)
Stars: ✭ 34 (-2.86%)
Mutual labels:  azerothcore, core-module, acore-rev-2-x, acore-rev-1-x, azerothcore-module
acore-api
RESTful APIs for AzerothCore.
Stars: ✭ 24 (-31.43%)
Mutual labels:  azerothcore
WoWHead-PHP-Extractors
Compare your database with WoWHead and find missing data
Stars: ✭ 14 (-60%)
Mutual labels:  azerothcore
why-I-hate-wow-private-servers
Reasons why most of WoW private servers sucks
Stars: ✭ 55 (+57.14%)
Mutual labels:  azerothcore
FusionCMS
A CMS for World of Warcraft private servers
Stars: ✭ 18 (-48.57%)
Mutual labels:  azerothcore
BlizzCMS
BlizzCMS website World of Warcraft Multi Expansion
Stars: ✭ 36 (+2.86%)
Mutual labels:  azerothcore
WoWSimpleRegistration
Simple Registration page for TrinityCore/AzerothCore/AshamaneCore/CMangos
Stars: ✭ 121 (+245.71%)
Mutual labels:  azerothcore

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

You have to use at least this AzerothCore commit:

https://github.com/azerothcore/azerothcore-wotlk/commit/b6cb9247ba96a862ee274c0765004e6d2e66e9e4

If using this module with an AzerothCore commit older than

https://github.com/azerothcore/azerothcore-wotlk/commit/b34bc28e5b02514fca3519beac420c58faa89cad

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) Import the SQL to the right Database (auth, world or characters)

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

4) Place transmog npc

With a gm account goto the location you want to add the npc and use this command:

.npc add 190010

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].