Sync with L2JServer Feb 3rd 2015.
This commit is contained in:
29
trunk/dist/game/config/General.properties
vendored
29
trunk/dist/game/config/General.properties
vendored
@@ -462,6 +462,31 @@ WearDelay = 5
|
||||
WearPrice = 10
|
||||
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
# Instances
|
||||
# ---------------------------------------------------------------------------
|
||||
|
||||
# Restores the player to their previous instance (ie. an instanced area/dungeon) on EnterWorld.
|
||||
# Default: False
|
||||
RestorePlayerInstance = False
|
||||
|
||||
# Set whether summon skills can be used to summon players inside an instance.
|
||||
# When enabled individual instances can have summoning disabled in instance xml's.
|
||||
# DEFAULT NEEDS TO BE VERIFIED, MUST BE CHANGED HERE AND IN CONFIG.JAVA IF NOT CORRECT
|
||||
# Default: False
|
||||
AllowSummonInInstance = False
|
||||
|
||||
# When a player dies, is removed from instance after a fixed period of time.
|
||||
# Time in seconds.
|
||||
# Default: 60
|
||||
EjectDeadPlayerTime = 60
|
||||
|
||||
# When is instance finished, is set time to destruction currency instance.
|
||||
# Time in seconds.
|
||||
# Default: 300
|
||||
DefaultFinishTime = 300
|
||||
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
# Misc Settings
|
||||
# ---------------------------------------------------------------------------
|
||||
@@ -881,6 +906,10 @@ AllowReportsFromSameClanMembers = False
|
||||
# Default: False
|
||||
Debug = False
|
||||
|
||||
# Instances debugging
|
||||
# Default: False
|
||||
InstanceDebug = False
|
||||
|
||||
# Html action cache debugging
|
||||
# Default: False
|
||||
HtmlActionCacheDebug = False
|
||||
|
Reference in New Issue
Block a user