From 6036d4f37ad97ee1a9a830b36fb2edf9b82e3a3b Mon Sep 17 00:00:00 2001 From: fusion32 Date: Tue, 18 Nov 2025 15:35:22 -0300 Subject: overall improvements + support STATUS requests --- config.cfg | 28 ++++++++++++++++++++-------- 1 file changed, 20 insertions(+), 8 deletions(-) (limited to 'config.cfg') diff --git a/config.cfg b/config.cfg index 913e60c..69ed6f3 100644 --- a/config.cfg +++ b/config.cfg @@ -1,8 +1,20 @@ -MOTD = "Welcome to Tibia!" -UpdateRate = 20 -LoginPort = 7171 -MaxConnections = 10 -LoginTimeout = 10s -QueryManagerHost = "127.0.0.1" -QueryManagerPort = 7173 -QueryManagerPassword = "a6glaf0c" +# Service Config +LoginPort = 7171 +ConnectionTimeout = 5s +MaxConnections = 5 +MaxStatusRecords = 1024 +MinStatusInterval = 5m +QueryManagerHost = "127.0.0.1" +QueryManagerPort = 7173 +QueryManagerPassword = "a6glaf0c" + +# Service Info +StatusWorld = "" +URL = "" +Location = "" +Owner = "" +ServerType = "Tibia" +ServerVersion = "7.7" +ClientVersion = "7.7" +MOTD = "Welcome to Tibia!" + -- cgit v1.2.3