# ================================================== ==============
# CONFIGURATION FOR GAMESERVER:
# ================================================== ==============
# Commands assigned to the configuration of the Data Base.
# More information:
# ================================================== ==============
# Server Name:
# Default: "U3J-Aion"
Server.Name = U3J-Aion
# Server Country Code (cc):
# Default: "1"
Server.Country.Code = 2
# ---------------------------------------------------------------------------
# Misc Player Settings
# ---------------------------------------------------------------------------
# Character name template:
# To enable UTF support for names - set this parameter to [a-zA-Z\u0410-\u042f\u0430-\u044f]{3,16}
# Default: "[a-zA-Z]{3,16}"
Character.Name.Template = [a-zA-Z]{3,16}
# Character name template:
# To enable UTF support for names - set this parameter to [a-zA-Z\u0410-\u042f\u0430-\u044f]{3,16}
# Default: "[a-zA-Z]{3,16}"
Pet.Name.Template = [a-zA-Z]{3,16}
# ---------------------------------------------------------------------------
# Welcome message
# ---------------------------------------------------------------------------
# Show screen welcome message on player login:
# Default: "True"
Screen.Welcome.Message.Enable = True
# Screen welcome message text to show on character login if enabled:
# Default: "Welcome to U3J-Aion!"
Screen.Welcome.Message.Text = Welcome to U3J-Aion!
# ---------------------------------------------------------------------------
# Manastore Percent
# ---------------------------------------------------------------------------
# Manastone:
gameserver.manastone.percent.slot1 = 98
gameserver.manastone.percent.slot2 = 85
gameserver.manastone.percent.slot3 = 75
gameserver.manastone.percent.slot4 = 65
gameserver.manastone.percent.slot5 = 55
gameserver.manastone.percent.slot6 = 45
gameserver.manastone.percent7.slot7 = 35
# Supplement:
gameserver.supplement.lesser = 10
gameserver.supplement.regular = 15
gameserver.supplement.greater = 20
# ---------------------------------------------------------------------------
# Thread Configuration
# ---------------------------------------------------------------------------
# Dead Lock Detector (a separate thread for detecting deadlocks).
# For improved crash logs and automatic restart in deadlock case if enabled.
# Enable/disable deadlock detector (true/false):
# Default: "True"
Server.Deadlock.Enable = True
# Interval for deadlock detector run schedule (seconds):
# Default: "300"
Server.Deadlock.Interval = 300
# Extreme caution should be here, set to defaults if you do not know what you are doing.
# These could possibly hurt your servers performance or improve it depending on your server's configuration, size, and other factors.
# Default: "2"
Thread.Basepoolsize = 2
# Default: "4"
thread.Threadpercore = 4
# Default: "500"
Thread.Runtime = 5000
# ---------------------------------------------------------------------------
# Shoutdown
# ---------------------------------------------------------------------------
# Enable disable Shutdown Settings:
# NOTE: This settings works only if shutdown is used from console.
# Shutdown Hook Mode: 1 = Shutdown, 2 = Restart.
# Default: "1"
Gameserver.Shutdown.Mode = 1
# Shutdown Hook delay:
# Default: "60"
Gameserver.Shutdown.Delay = 60
# Shutdown announce interval:
# Default: "1"
Gameserver.Shutdown.Interval = 1
# This is a safe reboot mode:
# All action is disabled in shutdown progress.
# Default: "True"
Gameserver.Shutdown.Safereboot = True