Addition of Config to set maximum player level.

This commit is contained in:
MobiusDev
2016-07-17 12:16:44 +00:00
parent 6ea72b643b
commit d91bfddb1c
6 changed files with 46 additions and 4 deletions

View File

@@ -262,6 +262,12 @@ MaxAbnormalStateSuccessRate = 90
# Default: 50000000000
MaxSp = 50000000000
# Maximum Player Level
# WARNING: Cannot exceed the maximum experince.xml level.
# Example: Set as 85 to force the maximum player level at 85.
# Default: 105
MaximumPlayerLevel = 105
# Maximum number of allowed subclasses for every player.
# Do not use more than 3!
# Default: 3