Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/azerothcore/mod-npc-enchanter
Creates an NPC that enchants the player's gear
https://github.com/azerothcore/mod-npc-enchanter
azerothcore-module core-module
Last synced: 6 days ago
JSON representation
Creates an NPC that enchants the player's gear
- Host: GitHub
- URL: https://github.com/azerothcore/mod-npc-enchanter
- Owner: azerothcore
- License: agpl-3.0
- Created: 2018-03-05T17:06:30.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-08-13T15:04:32.000Z (5 months ago)
- Last Synced: 2024-10-29T10:08:14.473Z (3 months ago)
- Topics: azerothcore-module, core-module
- Language: C++
- Homepage: http://azerothcore.org/
- Size: 61.5 KB
- Stars: 24
- Watchers: 9
- Forks: 31
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ![logo](https://raw.githubusercontent.com/azerothcore/azerothcore.github.io/master/images/logo-github.png) AzerothCore
## Enchanter NPC
- Latest build status with azerothcore: [![Build Status](https://github.com/azerothcore/mod-npc-enchanter/workflows/core-build/badge.svg?branch=master&event=push)](https://github.com/azerothcore/mod-npc-enchanter)_This module was created for [StygianCore](https://rebrand.ly/stygiancoreproject). A World of Warcraft 3.3.5a Solo/LAN repack by StygianTheBest | [GitHub](https://rebrand.ly/stygiangithub) | [Website](https://rebrand.ly/stygianthebest))_
_Ported to AzerothCore by gtao725 (https://github.com/gtao725/)_### Data ###
- Type: NPC (ID: 601015)
- Script: npc_enchantment
- Config: Yes
- SQL: No### Version ###
- v2019.04.15 - Ported to AzerothCore by gtao725 (https://github.com/gtao725/)
- v2019.02.21 - Add AI/Phrases/Emotes, Update Menu
- v2018.12.05 - Fix broken menu. Replace 'Enchant Weapon' function. Add creature AI and creature text.
- v2018.12.01 - Update function, Add icons, Fix typos, Add a little personality (Emotes don't always work)
- v2017.08.08 - Release### CREDITS
![Styx](https://stygianthebest.github.io/assets/img/avatar/avatar-128.jpg "Styx")
![StygianCore](https://stygianthebest.github.io/assets/img/projects/stygiancore/StygianCore.png "StygianCore")##### This module was created for [StygianCore](https://rebrand.ly/stygiancoreproject). A World of Warcraft 3.3.5a Solo/LAN repack by StygianTheBest | [GitHub](https://rebrand.ly/stygiangithub) | [Website](https://rebrand.ly/stygianthebest))
#### Additional Credits
- [Blizzard Entertainment](http://blizzard.com)
- [TrinityCore](https://github.com/TrinityCore/TrinityCore/blob/3.3.5/THANKS)
- [SunwellCore](http://www.azerothcore.org/pages/sunwell.pl/)
- [AzerothCore](https://github.com/AzerothCore/azerothcore-wotlk/graphs/contributors)
- [OregonCore](https://wiki.oregon-core.net/)
- [Wowhead.com](http://wowhead.com)
- [OwnedCore](http://ownedcore.com/)
- [ModCraft.io](http://modcraft.io/)
- [MMO Society](https://www.mmo-society.com/)
- [AoWoW](https://wotlk.evowow.com/)
- [More credits are cited in the sources](https://github.com/StygianTheBest)### LICENSE
This code and content is released under the [GNU AGPL v3](https://github.com/azerothcore/azerothcore-wotlk/blob/master/LICENSE-AGPL3).