Increased maximum amount of Adena players can have in inventory.

Contributed by rocknowx.
This commit is contained in:
MobiusDev
2015-11-18 10:26:38 +00:00
parent 6a850836c6
commit 26622e2c4f

View File

@@ -717,9 +717,8 @@ StartingSP = 0
# eight hundred fifty four million seven hundred seventy five thousand eight hundred seven) # eight hundred fifty four million seven hundred seventy five thousand eight hundred seven)
# Setting negative values (-1 or others) will result in maximum amount available. # Setting negative values (-1 or others) will result in maximum amount available.
# Big values do not cause critical errors, although only 16 digits are visible in the inventory # Big values do not cause critical errors, although only 16 digits are visible in the inventory
# (example: 3,372,036,854,775,807 is visible out of 9,223,372,036,854,775,807) # Default: 9999999999999 (9 Trillion 999 Billion 999 Million 999 Thousand 999 Adena)
# Default: 99900000000 (99 bilion and 900 milion) MaxAdena = 9999999999999
MaxAdena = 99900000000
# This option, when set to True, will enable automatically picking up items. # This option, when set to True, will enable automatically picking up items.
# If set False it will force the player to pickup dropped items from mobs. # If set False it will force the player to pickup dropped items from mobs.