{"id":19134446,"url":"https://github.com/azerothcore/mod-transmog","last_synced_at":"2025-04-06T04:11:34.101Z","repository":{"id":39000362,"uuid":"74011079","full_name":"azerothcore/mod-transmog","owner":"azerothcore","description":"Plug\u0026Play transmog module for AzerothCore, based on Rochet2 works","archived":false,"fork":false,"pushed_at":"2024-09-11T14:22:25.000Z","size":370,"stargazers_count":119,"open_issues_count":17,"forks_count":143,"subscribers_count":18,"default_branch":"master","last_synced_at":"2024-10-29T15:12:26.191Z","etag":null,"topics":["acore-rev-1-x","acore-rev-2-x","azerothcore","azerothcore-module","hacktoberfest"],"latest_commit_sha":null,"homepage":"https://github.com/azerothcore/mod-transmog/blob/master/README.md","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/azerothcore.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-11-17T09:24:30.000Z","updated_at":"2024-10-10T18:08:29.000Z","dependencies_parsed_at":"2023-12-15T22:07:00.095Z","dependency_job_id":"e5b1b03f-cdf4-4bf1-8bbc-4655894b6803","html_url":"https://github.com/azerothcore/mod-transmog","commit_stats":{"total_commits":131,"total_committers":30,"mean_commits":4.366666666666666,"dds":0.8854961832061069,"last_synced_commit":"625d452239fe1c169806dbd95075d4edc249cf79"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azerothcore%2Fmod-transmog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azerothcore%2Fmod-transmog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azerothcore%2Fmod-transmog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azerothcore%2Fmod-transmog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/azerothcore","download_url":"https://codeload.github.com/azerothcore/mod-transmog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247142418,"owners_count":20890724,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["acore-rev-1-x","acore-rev-2-x","azerothcore","azerothcore-module","hacktoberfest"],"created_at":"2024-11-09T06:26:37.223Z","updated_at":"2025-04-06T04:11:34.086Z","avatar_url":"https://github.com/azerothcore.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Transmog Module\n\n- Latest Transmog build status with azerothcore: [![Build Status](https://github.com/azerothcore/mod-transmog/workflows/core-build/badge.svg?branch=master\u0026event=push)](https://github.com/azerothcore/mod-transmog)\n\nThis is a module for [AzerothCore](http://www.azerothcore.org) that adds transmog feature, it's based on [Rochet2 Transmog Script](http://rochet2.github.io/Transmogrification.html) \n\n## Important notes\n\nYou have to use at least this AzerothCore commit:\n\n\u003chttps://github.com/azerothcore/azerothcore-wotlk/commit/b6cb9247ba96a862ee274c0765004e6d2e66e9e4\u003e\n\nIf using this module with an AzerothCore commit older than\n\n\u003chttps://github.com/azerothcore/azerothcore-wotlk/commit/b34bc28e5b02514fca3519beac420c58faa89cad\u003e\n\nplease delete the IDs 50000 and 50001 from npc_text before upgrading AzerothCore:\n```sql\nDELETE FROM `npc_text` WHERE `ID` IN (50000,50001);\n```\nOtherwise there will be conflicts for these IDs. The module will now use IDs 601083 and 601084 as default.\n\n## Requirements\n\nTransmogrification module currently requires:\n\nAzerothCore v1.0.2+\n\n## How to install\n\n### 1) Simply place the module under the `modules` folder of your AzerothCore source folder.\n\nYou can do clone it via git under the azerothcore/modules directory:\n\n```sh\ncd path/to/azerothcore/modules\ngit clone https://github.com/azerothcore/mod-transmog.git\n```\n\nor you can manually [download the module](https://github.com/azerothcore/mod-transmog/archive/master.zip), unzip the Transmog folder and place it under the `azerothcore/modules` directory.\n\n### 2) Import the SQL to the right Database (auth, world or characters)\n\nImport the SQL manually to the right Database (auth, world or characters) or with the `db_assembler.sh` (if `include.sh` provided).\n\n### 3) Re-run cmake and launch a clean build of AzerothCore\n\n### 4) Place transmog npc\n\nWith a gm account goto the location you want to add the npc and use this command:\n\n```\n.npc add 190010\n```\n\n**That's it.**\n\n### (Optional) Edit module configuration\n\nIf 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.\n\n\n## License\n\nThis module is released under the [GNU AGPL license](https://github.com/azerothcore/mod-transmog/blob/master/LICENSE).\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazerothcore%2Fmod-transmog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fazerothcore%2Fmod-transmog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazerothcore%2Fmod-transmog/lists"}