This commit is contained in:
Evgeny
2025-08-30 22:21:55 +02:00
parent fae2f5c96e
commit a374d9a3ef
29 changed files with 595 additions and 905 deletions

0
conf/.gitkeep Normal file
View File

View File

@@ -1,9 +0,0 @@
#!/usr/bin/env bash
#
# CUSTOM
#
DB_CHARACTERS_CUSTOM_PATHS+=(
$MOD_REWARD_SYSTEM_ROOT"/sql/characters/"
)

View File

@@ -0,0 +1,12 @@
#
# Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU AGPL v3 license: https://github.com/azerothcore/azerothcore-wotlk/blob/master/LICENSE-AGPL3
#
[worldserver]
RewardPlayedTime.Enable = 1
RewardPlayedTime.Announce = 1
# Reward intervals in seconds
RewardPlayedTime.RewardInterval = 3600
RewardPlayedTime.RewardItems = 117, 159, 2589, 4306, 4338, 43015, 33447, 33448, 38260, 44817, 22250, 51809, 37705, 37702, 22445, 22573, 22574

View File

@@ -1,29 +0,0 @@
[worldserver]
#
# RewardSystemAnnounce
# Description: Announce the reward system
# Default: 1 - (Enabled)
#
RewardSystem.Announce = 1
#
# RewardSystemEnable
# Description: Enable the reward system
# Default: 1 - (Enabled)
# 0 - (Disabled)
RewardSystemEnable = 1
#
# RewardTime
# Description: Time in hours to reward the player
# Default: 1 - (Enabled)
#
RewardTime = 1
#
# MaxRoll
# Description: Max roll the player will do
# Default: 1000 - (Enabled)
#
MaxRoll = 1000