| Master | Dev |
|---|---|
This is a module for Azeroth Core inspired by the RandomEnchants module. The module will randomly enchant items with stats that compliment the item. I am developing this module in an attempt to take it in a slightly different direction and to fix bugs that are present in the original module.
This is my first C++ project so any tips are appreciated and welcome! :)
The features I have planned for this module that differ from the original are:
- Stat Analysis - Items are analyzed and enchanted based on stats already on the item. (If there are no stats then it is analyzed based off class & subclass types.)
- Expandable Enchant Pool - You can add enchant ids to your database table to expand your pool.
- Item Level Based - You can assign item level ranges to enchants in the database table for each entry preventing high level enchants on low level items.
- Clone this repository into your
./azerothcore-wotlk/modulesfolder. (Make sure to clone it into a subdirectory called StatBooster) - Place
statbooster.conf.distinto your server./configs/modulesdirectory.
Visit the Wiki if you require help with setting up enchants in the database.
If you would like to help out with the mod or just need help there is a Discord Server you can join.
This module uses the MIT license.
- AzerothCore community for their help with implementing my hooks and creating a great core.
- 3ndos for inspiring this module (and whoever made the original LUA script)!



