Customized some config settings.

This commit is contained in:
mobius
2015-01-02 10:38:08 +00:00
parent 9a133a19b0
commit 681be254cc
5 changed files with 28 additions and 28 deletions

View File

@@ -101,7 +101,7 @@ DanceConsumeAdditionalMP = True
# Allow players to have all dances/songs stored when logout. # Allow players to have all dances/songs stored when logout.
# Default: False # Default: False
AltStoreDances = False AltStoreDances = True
# This option allows a player to automatically learn Divine Inspiration. # This option allows a player to automatically learn Divine Inspiration.
# This is not included in AutoLearnSkills above. # This is not included in AutoLearnSkills above.
@@ -356,7 +356,7 @@ FreightPrice = 1000
# before being able to walk again. In seconds # before being able to walk again. In seconds
# Default: 3 # Default: 3
# Set to 0 to disable it # Set to 0 to disable it
NpcTalkBlockingTime = 3 NpcTalkBlockingTime = 0
# --------------------------------------------------------------------------- # ---------------------------------------------------------------------------
# Mentoring System # Mentoring System

View File

@@ -271,22 +271,22 @@ EnableWarehouseSortingPrivate = False
# Option to enable or disable offline trade feature. # Option to enable or disable offline trade feature.
# Enable -> true, Disable -> false # Enable -> true, Disable -> false
OfflineTradeEnable = False OfflineTradeEnable = True
# Option to enable or disable offline craft feature. # Option to enable or disable offline craft feature.
# Enable -> true, Disable -> false # Enable -> true, Disable -> false
OfflineCraftEnable = False OfflineCraftEnable = True
# If set to True, off-line shops will be possible only peace zones. # If set to True, off-line shops will be possible only peace zones.
# Default: False # Default: False
OfflineModeInPeaceZone = False OfflineModeInPeaceZone = True
# If set to True, players in off-line shop mode wont take any damage, thus they cannot be killed. # If set to True, players in off-line shop mode wont take any damage, thus they cannot be killed.
# Default: False # Default: False
OfflineModeNoDamage = False OfflineModeNoDamage = True
# If set to True, name color will be changed then entering offline mode # If set to True, name color will be changed then entering offline mode
OfflineSetNameColor = False OfflineSetNameColor = True
# Color of the name in offline mode (if OfflineSetNameColor = True) # Color of the name in offline mode (if OfflineSetNameColor = True)
OfflineNameColor = 808080 OfflineNameColor = 808080
@@ -296,7 +296,7 @@ OfflineNameColor = 808080
OfflineFame = True OfflineFame = True
#Restore offline traders/crafters after restart/shutdown. Default: false. #Restore offline traders/crafters after restart/shutdown. Default: false.
RestoreOffliners = False RestoreOffliners = True
#Do not restore offline characters, after OfflineMaxDays days spent from first restore. #Do not restore offline characters, after OfflineMaxDays days spent from first restore.
#Require server restart to disconnect expired shops. #Require server restart to disconnect expired shops.

View File

@@ -9,7 +9,8 @@
# PunishmentTime - for how many minutes should the player(jail)/account(ban) be punished (0 = forever), valid only for PunishmentType 'jail' or 'ban' # PunishmentTime - for how many minutes should the player(jail)/account(ban) be punished (0 = forever), valid only for PunishmentType 'jail' or 'ban'
# UseItem - item usage flooding # UseItem - item usage flooding
FloodProtectorUseItemInterval = 4 # Default: 4
FloodProtectorUseItemInterval = 0
FloodProtectorUseItemLogFlooding = False FloodProtectorUseItemLogFlooding = False
FloodProtectorUseItemPunishmentLimit = 0 FloodProtectorUseItemPunishmentLimit = 0
FloodProtectorUseItemPunishmentType = none FloodProtectorUseItemPunishmentType = none

View File

@@ -44,11 +44,11 @@ GMHeroAura = False
# Auto set invulnerable status to a GM on login. # Auto set invulnerable status to a GM on login.
# Default: False # Default: False
GMStartupInvulnerable = False GMStartupInvulnerable = True
# Auto set invisible status to a GM on login. # Auto set invisible status to a GM on login.
# Default: False # Default: False
GMStartupInvisible = False GMStartupInvisible = True
# Auto block private messages to a GM on login. # Auto block private messages to a GM on login.
# Default: False # Default: False
@@ -56,7 +56,7 @@ GMStartupSilence = False
# Auto list GMs in GM list (/gmlist) on login. # Auto list GMs in GM list (/gmlist) on login.
# Default: False # Default: False
GMStartupAutoList = False GMStartupAutoList = True
# Auto set diet mode on to a GM on login (affects your weight penalty). # Auto set diet mode on to a GM on login (affects your weight penalty).
# Default: False # Default: False
@@ -72,7 +72,7 @@ GMSkillRestriction = True
# Allow GMs to drop/trade non-tradable and quest(drop only) items # Allow GMs to drop/trade non-tradable and quest(drop only) items
# Default: False # Default: False
GMTradeRestrictedItems = False GMTradeRestrictedItems = True
# Allow GMs to restart/exit while is fighting stance # Allow GMs to restart/exit while is fighting stance
# Default: True # Default: True
@@ -133,16 +133,16 @@ GMAudit = False
# Check players for non-allowed skills # Check players for non-allowed skills
# Default: False # Default: False
SkillCheckEnable = False SkillCheckEnable = True
# If true, remove invalid skills from player and database. # If true, remove invalid skills from player and database.
# Report only, if false. # Report only, if false.
# Default: False # Default: False
SkillCheckRemove = False SkillCheckRemove = True
# Check also GM characters (only if SkillCheckEnable = True) # Check also GM characters (only if SkillCheckEnable = True)
# Default: True # Default: True
SkillCheckGM = True SkillCheckGM = False
# --------------------------------------------------------------------------- # ---------------------------------------------------------------------------
@@ -417,8 +417,7 @@ GeoData = 0
# GeoData driver to use # GeoData driver to use
# Default: com.l2jserver.gameserver.geoengine.NullDriver # Default: com.l2jserver.gameserver.geoengine.NullDriver
GeoDataDriver=com.l2jserver.gameserver.geoengine.NullDriver GeoDataDriver=com.l2j.geodriver.GeoDriver
#GeoDataDriver=com.l2j.geodriver.GeoDriver
# Pathnode directory # Pathnode directory
# Default: data/pathnode # Default: data/pathnode
@@ -816,32 +815,32 @@ SafeEnchantCostMultipiler = 5
# --------------------------------------------------------------------------- # ---------------------------------------------------------------------------
# Default: False # Default: False
CustomSpawnlistTable = False CustomSpawnlistTable = True
# Option to save GM spawn only in the custom table. # Option to save GM spawn only in the custom table.
# Default: False # Default: False
SaveGmSpawnOnCustom = False SaveGmSpawnOnCustom = True
# Default: False # Default: False
CustomNpcData = False CustomNpcData = True
# Default: False # Default: False
CustomTeleportTable = False CustomTeleportTable = True
# Default: False # Default: False
CustomNpcBufferTables = False CustomNpcBufferTables = True
# Default: False # Default: False
CustomSkillsLoad = False CustomSkillsLoad = True
# Default: False # Default: False
CustomItemsLoad = False CustomItemsLoad = True
# Default: False # Default: False
CustomMultisellLoad = False CustomMultisellLoad = True
# Default: False # Default: False
CustomBuyListLoad = False CustomBuyListLoad = True
# --------------------------------------------------------------------------- # ---------------------------------------------------------------------------
# Birthday Event Settings # Birthday Event Settings

View File

@@ -126,7 +126,7 @@ Debug = False
# Enable disable scheduled login restart. # Enable disable scheduled login restart.
# Default: False # Default: False
LoginRestartSchedule = False LoginRestartSchedule = True
# Time in hours. # Time in hours.
# Default: 24 # Default: 24
LoginRestartTime = 24 LoginRestartTime = 24