This module adds a weekly event that rewards players based on their weekly activity.
- Clone this module into your
azerothcore-wotlk/modules
directory. - Re-run cmake.
- Re-compile core.
- Enable the module in the config.
- Run the server to populate your database with new tables.
- Setup your reward items in the
character_weekly_rewards
table in database.
- If you want to flush the rewards manually you can use the
.event start 123
command. - If you want to change the reward cycle you can edit the event with the id
123
in thegame_event
table.