summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-11-07 19:04:01 +0300
committerAndrei Karas <akaras@inbox.ru>2017-11-07 19:04:01 +0300
commit907559c3af240e3dc1ce49b8363c3c6c79b3e418 (patch)
treefb6934376e8e2ddafc71d3c8e42a44181a9c68e7 /conf
parent87041b3564e59db8589b5ef74f266fb8fe83a1e2 (diff)
downloadserverdata-907559c3af240e3dc1ce49b8363c3c6c79b3e418.tar.gz
serverdata-907559c3af240e3dc1ce49b8363c3c6c79b3e418.tar.bz2
serverdata-907559c3af240e3dc1ce49b8363c3c6c79b3e418.tar.xz
serverdata-907559c3af240e3dc1ce49b8363c3c6c79b3e418.zip
Update from latest hercules.
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 ba99dba2..ba490576 100644
--- a/conf/login/login-server.conf
+++ b/conf/login/login-server.conf
@@ -53,6 +53,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?