Character maximum SP value increased.
Contributed by Liamxroy.
This commit is contained in:
parent
a0c2047c4f
commit
77d6bf75a7
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user