Sync with L2JServer Jan 24th 2015.
This commit is contained in:
15
trunk/dist/game/config/Character.properties
vendored
15
trunk/dist/game/config/Character.properties
vendored
@@ -206,10 +206,6 @@ AltGameSkillLearn = False
|
||||
# Default: False
|
||||
AltSubClassWithoutQuests = False
|
||||
|
||||
# Allow player to add/change subclass at all village master
|
||||
# Default: False
|
||||
AltSubclassEverywhere = False
|
||||
|
||||
# Allow player to learn transformations without quest.
|
||||
# Default: False
|
||||
AltTransformationWithoutQuest = False
|
||||
@@ -285,8 +281,8 @@ MaxExpBonus = 3.5
|
||||
MaxSpBonus = 3.5
|
||||
|
||||
# Maximum character running speed.
|
||||
# Default: 250
|
||||
MaxRunSpeed = 250
|
||||
# Default: 300
|
||||
MaxRunSpeed = 300
|
||||
|
||||
# Maximum character Physical Critical Rate. (10 = 1%)
|
||||
# Default: 500
|
||||
@@ -315,6 +311,7 @@ MinAbnormalStateSuccessRate = 10
|
||||
MaxAbnormalStateSuccessRate = 90
|
||||
|
||||
# Maximum number of allowed subclasses for every player.
|
||||
# Do not use more than 3!
|
||||
# Default: 3
|
||||
MaxSubclass = 3
|
||||
|
||||
@@ -322,6 +319,10 @@ MaxSubclass = 3
|
||||
# Default: 40
|
||||
BaseSubclassLevel = 40
|
||||
|
||||
# Starting level for dualclasses after reawaking.
|
||||
# Default: 85
|
||||
BaseDualclassLevel = 85
|
||||
|
||||
# Maximum subclass level.
|
||||
# Default: 80
|
||||
MaxSubclassLevel = 80
|
||||
@@ -363,7 +364,7 @@ FreightPrice = 1000
|
||||
|
||||
# Npc talk blockage. When a player talks to a NPC, he must wait some secs
|
||||
# before being able to walk again. In seconds
|
||||
# Default: 3
|
||||
# Default: 0
|
||||
# Set to 0 to disable it
|
||||
NpcTalkBlockingTime = 0
|
||||
|
||||
|
Reference in New Issue
Block a user