From 26622e2c4f6e27a3dc30c4a5897cd2b2bdbc8c21 Mon Sep 17 00:00:00 2001 From: MobiusDev <8391001+MobiusDevelopment@users.noreply.github.com> Date: Wed, 18 Nov 2015 10:26:38 +0000 Subject: [PATCH] Increased maximum amount of Adena players can have in inventory. Contributed by rocknowx. --- trunk/dist/game/config/Character.ini | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/trunk/dist/game/config/Character.ini b/trunk/dist/game/config/Character.ini index e6d5f19e19..7517d2250d 100644 --- a/trunk/dist/game/config/Character.ini +++ b/trunk/dist/game/config/Character.ini @@ -717,9 +717,8 @@ StartingSP = 0 # 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. # 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: 99900000000 (99 bilion and 900 milion) -MaxAdena = 99900000000 +# Default: 9999999999999 (9 Trillion 999 Billion 999 Million 999 Thousand 999 Adena) +MaxAdena = 9999999999999 # 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.