mirror of
https://github.com/freekode/mod-reward-played-time-improved.git
synced 2026-02-07 19:41:06 +00:00
upgrade
This commit is contained in:
0
conf/.gitkeep
Normal file
0
conf/.gitkeep
Normal file
@@ -1,9 +0,0 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
#
|
||||
# CUSTOM
|
||||
#
|
||||
|
||||
DB_CHARACTERS_CUSTOM_PATHS+=(
|
||||
$MOD_REWARD_SYSTEM_ROOT"/sql/characters/"
|
||||
)
|
||||
12
conf/mod-reward-played-time-improved.conf.dist
Normal file
12
conf/mod-reward-played-time-improved.conf.dist
Normal 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
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user