summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-10-29 00:16:03 +0300
committerAndrei Karas <akaras@inbox.ru>2017-10-29 02:10:10 +0300
commitebff7968504ee090961390820ce74458d7b0f956 (patch)
tree9e6268b61e9e5e86112632ade1dc2a6da27ee8f0 /conf
parent0e16e4d19a3ffc16d34a39c3ded3a9b20c1298b8 (diff)
downloadhercules-ebff7968504ee090961390820ce74458d7b0f956.tar.gz
hercules-ebff7968504ee090961390820ce74458d7b0f956.tar.bz2
hercules-ebff7968504ee090961390820ce74458d7b0f956.tar.xz
hercules-ebff7968504ee090961390820ce74458d7b0f956.zip
Add configurable way to show char servers with color in list in client.
Options configurable in login-server.conf in users_count section.
Diffstat (limited to 'conf')
-rw-r--r--conf/login/login-server.conf16
1 files changed, 16 insertions, 0 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?