https://github.com/azerothcore/mod-morphsummon
Change appearance of summoned permanent creatures.
https://github.com/azerothcore/mod-morphsummon
azerothcore azerothcore-module core-module
Last synced: 10 months ago
JSON representation
Change appearance of summoned permanent creatures.
- Host: GitHub
- URL: https://github.com/azerothcore/mod-morphsummon
- Owner: azerothcore
- License: agpl-3.0
- Created: 2020-01-06T21:32:17.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-02T12:59:06.000Z (about 1 year ago)
- Last Synced: 2025-04-30T01:38:51.472Z (10 months ago)
- Topics: azerothcore, azerothcore-module, core-module
- Language: C++
- Homepage:
- Size: 1.42 MB
- Stars: 10
- Watchers: 10
- Forks: 13
- Open Issues: 1
-
Metadata Files:
- Readme: .github/README.md
- License: LICENSE.md
Awesome Lists containing this project
README
#  AzerothCore
## mod-morphsummon

- Latest build status with azerothcore:
[](https://github.com/azerothcore/mod-morphsummon)
## Important notes
You have to use at least AzerothCore commit [3f0739f](https://github.com/azerothcore/azerothcore-wotlk/commit/3f0739f1c9a5289444ff9d62834b7ceb38879ba9).
## Description
This module allows Warlocks, Death Knights and Mages to alter the appearance of their summoned permanent creatures (incl. the Felguard's weapon). The appropriate model / item IDs can be specified in the configuration file.
## How to use ingame
As GM:
- add NPC permanently:
```
.npc add 601072
```
- add NPC temporarily:
```
.npc add temp 601072
```
## Installation
Clone Git repository:
```
cd modules
git clone https://github.com/azerothcore/mod-morphsummon.git -b master
```
## Edit module configuration (optional)
If you need to change the module configuration, go to your server configuration folder (where your `worldserver` or `worldserver.exe` is), copy `morphsummon.conf.dist` to `morphsummon.conf` and edit that new file.
## Screenshots




## Credits
[Stoabrogga](https://github.com/Stoabrogga): author
AzerothCore: [repository](https://github.com/azerothcore) - [website](http://azerothcore.org/) - [discord chat community](https://discord.gg/gkt4y2x)
## License
This code and content is released under the [GNU AGPL v3](https://github.com/azerothcore/azerothcore-wotlk/blob/master/LICENSE-AGPL3).