Giter Club home page Giter Club logo

mod-transmog's Introduction

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.

mod-transmog's People

Contributors

zhengpeiru21 avatar helias avatar gozzim avatar winfidonarleyan avatar nyeriah avatar locus313 avatar acidmanifesto avatar barbzyhool avatar yehonal avatar kitzunu avatar r-o-b-o-t-o avatar jiangtaste avatar heyitsbench avatar microbica avatar francescoborzi avatar nefertumm avatar rochet2 avatar svenbledt avatar ultranix avatar viste avatar wizzymore avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.