This module allows you to prestige, resetting your level back to 1 and resetting quest progress.
Caution
This module is a work in progress and a bit quirky. Use at your own risk.
Clone
this module into your./azerothcore-wotlk/modules
directory.Re-run
CMake.Compile
your core.Enable
the module in the module config.Start
the WorldServer to generate database tables.Populate
theprestige_rewards
template with items for each prestige level.Reload
config with.reload config
entry:int
- This field is any entry from theitem_template
table.count:int
- This is the amount of item to reward. This is affected by multipliers in config if scalable is enabledscalable:bool
- Determines if the item count should scale with the config multipliers. 0 = no, 1 = yes.prestige:int
- Determines what level prestige to reward the item. Set to 0 to reward for all levels.