diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/login/login-server.conf | 16 | ||||
-rw-r--r-- | conf/map/battle/client.conf | 2 | ||||
-rw-r--r-- | conf/map/battle/feature.conf | 5 |
3 files changed, 22 insertions, 1 deletions
diff --git a/conf/login/login-server.conf b/conf/login/login-server.conf index 71928e3d0..4ad02deb2 100644 --- a/conf/login/login-server.conf +++ b/conf/login/login-server.conf @@ -54,6 +54,22 @@ login_configuration: { date_format: "%Y-%m-%d %H:%M:%S" } + // for packet version >= 20170726 + users_count: { + // if false, dont show any colored strings. + // if true, show special users count numbers for coloring char servers. + send_user_count_description: true + + // users counts for use different colors. + // below 'low' show green text + // below 'medium' show oragne text + // below 'high' show red text + // higher 'high' show purple text + low: 200 + medium: 500 + high: 1000 + } + // Account engine configuration account: { // Can you use _M/_F to make new accounts on the server? diff --git a/conf/map/battle/client.conf b/conf/map/battle/client.conf index 32f1324be..4dc803bca 100644 --- a/conf/map/battle/client.conf +++ b/conf/map/battle/client.conf @@ -36,7 +36,7 @@ // 0: disabled // 1: optional (not recommended) -- identifies whether it is required // 2: enabled (recommended) -packet_obfuscation: 1 +packet_obfuscation: 2 // Minimum delay between whisper/global/party/guild messages (in ms) // Messages that break this threshold are silently omitted. diff --git a/conf/map/battle/feature.conf b/conf/map/battle/feature.conf index cdb9913ea..e01c7f93d 100644 --- a/conf/map/battle/feature.conf +++ b/conf/map/battle/feature.conf @@ -65,4 +65,9 @@ features: { // This is disabled in client-side in some client versions // Disabled by default rodex_use_accountmail: false + + // Allow Homunculus autofeeding + // true: enable (Default) + // false: disable + enable_homun_autofeed: true } |