Quellcode durchsuchen

BETA/STABLE: Updating default values for AugmentationBlackList.

MELERIX vor 14 Jahren
Ursprung
Commit
46f11ed721

+ 0 - 3
L2J_Server_BETA/dist/startGameServer.bat

@@ -9,9 +9,6 @@ java -Djava.util.logging.manager=com.l2jserver.util.L2LogManager -Xms1024m -Xmx1
 REM
 REM If you have a big server and lots of memory, you could experiment for example with
 REM java -server -Xmx1536m -Xms1024m -Xmn512m -XX:PermSize=256m -XX:SurvivorRatio=8 -Xnoclassgc -XX:+AggressiveOpts
-REM If you are having troubles on server shutdown (saving data),
-REM add this to startup paramethers: -Djava.util.logging.manager=com.l2jserver.L2LogManager. Example:
-REM java -Djava.util.logging.manager=com.l2jserver.util.L2LogManager -Xmx1024m -cp ./../libs/*;l2jserver.jar com.l2jserver.gameserver.GameServer
 REM -------------------------------------
 if ERRORLEVEL 2 goto restart
 if ERRORLEVEL 1 goto error

+ 0 - 3
L2J_Server_BETA/dist/startGameServer.ps1

@@ -16,9 +16,6 @@ do
     #
     # If you have a big server and lots of memory, you could experiment for example with
     # java -server -Xmx1536m -Xms1024m -Xmn512m -XX:PermSize=256m -XX:SurvivorRatio=8 -Xnoclassgc -XX:+AggressiveOpts
-    # If you are having troubles on server shutdown (saving data),
-    # add this to startup paramethers: "-Djava.util.logging.manager=com.l2jserver.L2LogManager". Example:
-    # REM java "-Djava.util.logging.manager=com.l2jserver.util.L2LogManager" -Xmx1024m -cp "./../libs/*;l2jserver.jar" com.l2jserver.gameserver.GameServer
     # -------------------------------------
 }
 while ($LASTEXITCODE -like 2)

+ 1 - 1
L2J_Server_BETA/java/com/l2jserver/Config.java

@@ -1618,7 +1618,7 @@ public final class Config
 					AUGMENTATION_BASESTAT_CHANCE = Integer.parseInt(Character.getProperty("AugmentationBaseStatChance", "1"));
 					AUGMENTATION_ACC_SKILL_CHANCE = Integer.parseInt(Character.getProperty("AugmentationAccSkillChance", "0"));
 					
-					String[] array = Character.getProperty("AugmentationBlackList", "6656,6657,6658,6659,6660,6661,6662,8191,10170,10314,16025,16026,21712").split(",");
+					String[] array = Character.getProperty("AugmentationBlackList", "6656,6657,6658,6659,6660,6661,6662,8191,10170,10314,13740,13741,13742,13743,13744,13745,13746,13747,13748,14592,14593,14594,14595,14596,14597,14598,14599,14600,14664,14665,14666,14667,14668,14669,14670,14671,14672,14801,14802,14803,14804,14805,14806,14807,14808,14809,15282,15283,15284,15285,15286,15287,15288,15289,15290,15291,15292,15293,15294,15295,15296,15297,15298,15299,16025,16026,21712").split(",");
 					AUGMENTATION_BLACKLIST = new int[array.length];
 					
 					for (int i = 0; i < array.length; i++)

+ 2 - 2
L2J_Server_BETA/java/config/Character.properties

@@ -401,8 +401,8 @@ AugmentationTopGlowChance = 100
 # List of non-augmentable items, currently contains only Grand Boss jewels
 # Shadow, common, time-limited, hero, pvp, wear items are hardcoded, as well as all etcitems.
 # Rods can't be augmented too.
-# Default: 6656,6657,6658,6659,6660,6661,6662,8191,10170,10314,16025,16026
-AugmentationBlackList = 6656,6657,6658,6659,6660,6661,6662,8191,10170,10314,13740,13741,13742,13743,13744,13745,13746,13747,13748,14592,14593,14594,14595,14596,14597,14598,14599,14600,14664,14665,14666,14667,14668,14669,14670,14671,14672,14801,14802,14803,14804,14805,14806,14807,14808,14809,15282,15283,15284,15285,15286,15287,15288,15289,15290,15291,15292,15293,15294,15295,15296,15297,15298,15299,16025,16026
+# Default: 6656,6657,6658,6659,6660,6661,6662,8191,10170,10314,13740,13741,13742,13743,13744,13745,13746,13747,13748,14592,14593,14594,14595,14596,14597,14598,14599,14600,14664,14665,14666,14667,14668,14669,14670,14671,14672,14801,14802,14803,14804,14805,14806,14807,14808,14809,15282,15283,15284,15285,15286,15287,15288,15289,15290,15291,15292,15293,15294,15295,15296,15297,15298,15299,16025,16026
+AugmentationBlackList = 6656,6657,6658,6659,6660,6661,6662,8191,10170,10314,13740,13741,13742,13743,13744,13745,13746,13747,13748,14592,14593,14594,14595,14596,14597,14598,14599,14600,14664,14665,14666,14667,14668,14669,14670,14671,14672,14801,14802,14803,14804,14805,14806,14807,14808,14809,15282,15283,15284,15285,15286,15287,15288,15289,15290,15291,15292,15293,15294,15295,15296,15297,15298,15299,16025,16026,21712
 
 # ---------------------------------------------------------------------------
 # Karma