Explorar el Código

Config changes to match retail (Thanks aik)

yellowperil hace 17 años
padre
commit
7ed042a82a

+ 1 - 1
L2_GameServer_T1/java/config/altsettings.properties

@@ -174,7 +174,7 @@ CastleCircletsRestriction = True
 #   - joining another clan
 DaysBeforeJoinAClan = 1
 #   - creating a new clan
-DaysBeforeCreateAClan = 10
+DaysBeforeCreateAClan = 1
 # Number of days it takes to dissolve a clan
 DaysToPassToDissolveAClan = 7
 # Number of days before joining a new alliance when clan voluntarily leave an alliance

+ 1 - 1
L2_GameServer_T1/java/config/options.properties

@@ -156,7 +156,7 @@ AllowFreight     = True
 # If True player can try on weapon and armor in shop
 # Each Item tried cost WearPrice adena
 AllowWear        = True
-WearDelay        = 10
+WearDelay        = 5
 WearPrice        = 10
 # =============== Test features ===============
 AllowLottery     = False

+ 1 - 1
L2_GameServer_T1/java/config/pvp.properties

@@ -23,7 +23,7 @@ ListOfNonDroppableItems = 57,1147,425,1146,461,10,2368,7,6,2370,2369,6842,6611,6
 MinimumPKRequiredToDrop = 5
 
 # Should we award a pvp point for killing a player with karma?
-AwardPKKillPVPPoint = True
+AwardPKKillPVPPoint = False
 
 # Length one stays in PvP mode after hitting an inocent (in ms)
 PvPVsNormalTime = 40000