aboutsummaryrefslogtreecommitdiff
path: root/src/trinitycore
diff options
context:
space:
mode:
authorBlaymoira <none@none>2008-12-31 11:06:52 +0100
committerBlaymoira <none@none>2008-12-31 11:06:52 +0100
commit8e812a2ca651ad1f7c7f6192c422aaf966094047 (patch)
tree24ae0c23e12e7e2cad5a5e1ba86f572c77b18602 /src/trinitycore
parent1fa33c2bfd2e9531ce786285b7095af7a5a5b513 (diff)
*Added Server into at login and new char string with conf settings - by XTZGZoReX
--HG-- branch : trunk
Diffstat (limited to 'src/trinitycore')
-rw-r--r--src/trinitycore/trinitycore.conf.dist13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/trinitycore/trinitycore.conf.dist b/src/trinitycore/trinitycore.conf.dist
index 7855b616082..c4f9128ec56 100644
--- a/src/trinitycore/trinitycore.conf.dist
+++ b/src/trinitycore/trinitycore.conf.dist
@@ -572,6 +572,11 @@ LogColors = ""
# Motd
# Message of the Day. Displayed at worldlogin for every user ('@' for a newline).
#
+# Server.LoginInfo
+# Enable/disable sending server info (core version) on login.
+# Default: 0 - disable
+# 1 - enable
+#
###################################################################################################################
GameType = 1
@@ -617,6 +622,7 @@ SkillChance.Prospecting = 0
Event.Announce = 0
BeepAtStart = 1
Motd = "Welcome to a Trinity Core server."
+Server.LoginInfo = 0
###################################################################################################################
# PLAYER INTERACTION
@@ -1265,6 +1271,12 @@ Ra.Secure = 1
# Default: 60000 (diff is written into log every 60000 ms or 1 minute.
# >0 = Interval
# 0 = Disable
+#
+# PlayerStart.String
+# If set to anything else than "", this string will be displayed to players when they login
+# to a newly created character.
+# Default: "" - send no text
+#
###################################################################################################################
PlayerStart.AllReputation = 0
@@ -1280,3 +1292,4 @@ PvPToken.ItemCount = 1
NoResetTalentsCost = 0
ShowKickInWorld = 0
RecordUpdateTimeDiffInterval = 60000
+PlayerStart.String = "" \ No newline at end of file