World chat configuration adjustments.

This commit is contained in:
MobiusDevelopment
2019-07-19 21:37:53 +00:00
parent b0c07230c3
commit 6d01cf60a8
13 changed files with 133 additions and 134 deletions

View File

@@ -312,13 +312,9 @@ GlobalChat = ON
# Default: ON
TradeChat = ON
# World Chat.
# Default: True
WorldChatEnabled = True
# Minimum level for chat, 0 = disable
# Default: 20
MinimumChatLevel = 20
# Default: 0
MinimumChatLevel = 0
# If you are experiencing problems with Warehouse transactions, feel free to disable them here.
# Default: True
@@ -447,15 +443,19 @@ BanChatChannels = GENERAL;SHOUT;WORLD;TRADE;HERO_VOICE
# ---------------------------------------------------------------------------
# World chat settings
# ---------------------------------------------------------------------------
# The minimum level to use this chat
# Default: 94
WorldChatMinLevel = 94
# World Chat.
# Default: True
WorldChatEnabled = True
# The amount of points player will have at his disposal every day
# The minimum level to use this chat.
# Default: 95
WorldChatMinLevel = 95
# The amount of points player will have at his disposal every day.
# Default: 3
WorldChatPointsPerDay = 3
# The delay player must wait before sending new world chat message
# The delay player must wait before sending new world chat message.
# Note: Value is in seconds
# Default: 20secs
WorldChatInterval = 20secs