Customized some config settings.
This commit is contained in:
35
trunk/dist/game/config/General.properties
vendored
35
trunk/dist/game/config/General.properties
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user