Nik

http://trac.l2jdp.com/ticket/4734 fix

Nik
Apr 18th, 2011
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 2.31 KB | None | 0 0
  1. Index: java/com/l2jserver/Config.java
  2. ===================================================================
  3. --- java/com/l2jserver/Config.java  (revision 4569)
  4. +++ java/com/l2jserver/Config.java  (working copy)
  5. @@ -1568,7 +1568,7 @@
  6.                     AUGMENTATION_BASESTAT_CHANCE = Integer.parseInt(Character.getProperty("AugmentationBaseStatChance", "1"));
  7.                     AUGMENTATION_ACC_SKILL_CHANCE = Integer.parseInt(Character.getProperty("AugmentationAccSkillChance", "0"));
  8.                    
  9. -                   String[] array = Character.getProperty("AugmentationBlackList", "6656,6657,6658,6659,6660,6661,6662,8191,10170,10314").split(",");
  10. +                   String[] array = Character.getProperty("AugmentationBlackList", "6656,6657,6658,6659,6660,6661,6662,8191,10170,10314,16025,16026").split(",");
  11.                     AUGMENTATION_BLACKLIST = new int[array.length];
  12.                    
  13.                     for (int i = 0; i < array.length; i++)
  14. Index: java/config/Character.properties
  15. ===================================================================
  16. --- java/config/Character.properties    (revision 4569)
  17. +++ java/config/Character.properties    (working copy)
  18. @@ -368,8 +368,8 @@
  19.  # List of non-augmentable items, currently contains only Grand Boss jewels
  20.  # Shadow, common, time-limited, hero, pvp, wear items are hardcoded, as well as all etcitems.
  21.  # Rods can't be augmented too.
  22. -# Default: 6656,6657,6658,6659,6660,6661,6662,8191,10170,10314
  23. -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
  24. +# Default: 6656,6657,6658,6659,6660,6661,6662,8191,10170,10314,16025,16026
  25. +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
  26.  
  27.  # ---------------------------------------------------------------------------
  28.  # Karma
Add Comment
Please, Sign In to add comment