Added more options to reward system. Players now can change the min and max time the roll will take place.

This commit is contained in:
talamortis
2018-02-11 15:42:41 +00:00
parent 78921ed54b
commit 34c7316faf
2 changed files with 45 additions and 21 deletions

View File

@@ -12,4 +12,18 @@ RewardSystemEnable = 1
# Description: Can alter the max roll for players
# Default: 1000 - (Enabled)
#
MaxRoll = 1000
MaxRoll = 1000
#
# MinTime
# Description: Min Time in Hours before the random roll will take place
# Default: 2
#
MinTime = 2
#
# MaxTime
# Description: Max Time in Hours before the random roll will take place
# Default: 4
#
MaxTime = 4