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.
# Default: False
AltStoreDances = False
AltStoreDances = True
# This option allows a player to automatically learn Divine Inspiration.
# This is not included in AutoLearnSkills above.
@ -356,7 +356,7 @@ FreightPrice = 1000
# before being able to walk again. In seconds
# Default: 3
# Set to 0 to disable it
NpcTalkBlockingTime = 3
NpcTalkBlockingTime = 0
# ---------------------------------------------------------------------------
# Mentoring System

View File

@ -271,22 +271,22 @@ EnableWarehouseSortingPrivate = False
# Option to enable or disable offline trade feature.
# Enable -> true, Disable -> false
OfflineTradeEnable = False
OfflineTradeEnable = True
# Option to enable or disable offline craft feature.
# Enable -> true, Disable -> false
OfflineCraftEnable = False
OfflineCraftEnable = True
# If set to True, off-line shops will be possible only peace zones.
# 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.
# Default: False
OfflineModeNoDamage = False
OfflineModeNoDamage = True
# 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)
OfflineNameColor = 808080
@ -296,7 +296,7 @@ OfflineNameColor = 808080
OfflineFame = True
#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.
#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'
# UseItem - item usage flooding
FloodProtectorUseItemInterval = 4
# Default: 4
FloodProtectorUseItemInterval = 0
FloodProtectorUseItemLogFlooding = False
FloodProtectorUseItemPunishmentLimit = 0
FloodProtectorUseItemPunishmentType = none

View File

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

View File

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