Character maximum SP value increased.

Contributed by Liamxroy.
This commit is contained in:
MobiusDev 2019-03-04 18:39:32 +00:00
parent a0c2047c4f
commit 77d6bf75a7

View File

@ -299,9 +299,9 @@ MinAbnormalStateSuccessRate = 10
MaxAbnormalStateSuccessRate = 90
# Maximum amount of SP a character can posses.
# Current retail limit is 50 billion, use -1 to set it to unlimited.
# Current retail limit is 500 billion, use -1 to set it to unlimited.
# Default: 50000000000
MaxSp = 50000000000
MaxSp = 500000000000
# Maximum Player Level
# WARNING: Cannot exceed the maximum experince.xml level.