SunWellCore
SunWellCore copied to clipboard
Worldserver Config/formatting error
There are lines in the worldserver.conf that appear to be incorrectly formatted and possibly missing lines:
ORIGINAL:
#
# Rate.Mining.Amount
# Description: Rate for minimum/maximum times a deposit can be used.
# Default: 1
Rate.Talent = 1
MY MODIFIED:
#
# Rate.Mining.Amount
# Description: Rate for minimum/maximum times a deposit can be used.
# Default: 1
Rate.Mining.Amount = 1
#
# Rate.Talent
# Description: Talent point rate.
# Default: 1
Rate.Talent = 1
Please let me know if I am incorrect in this, I just got my server online so I need to test it, but have to wait until later, either way the worldserver.conf file is not formatted correctly to me.