aboutsummaryrefslogtreecommitdiff
path: root/src/server/worldserver
diff options
context:
space:
mode:
authorShocker <shocker@freakz.ro>2012-02-09 10:28:02 -0800
committerShocker <shocker@freakz.ro>2012-02-09 10:28:02 -0800
commitd2e018dbbc7b207c0b7370df4510e17f803e8bef (patch)
tree08d0d4891efc82496f25cceb7822e28ef8a312f5 /src/server/worldserver
parent493ff0fbb2ca3d25b14aa7d0cb982d7c0d3685bc (diff)
parent89adbc177893ae88a4649c96e04cfeafc75197ba (diff)
Merge pull request #5150 from Kline-/master
Core/Config: Add config option for Quest Auto Accept/Ignore (commiter's note: there is no blizzlike reason for this but that doesn't mean it's not a good idea)
Diffstat (limited to 'src/server/worldserver')
-rw-r--r--src/server/worldserver/worldserver.conf.dist16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/server/worldserver/worldserver.conf.dist b/src/server/worldserver/worldserver.conf.dist
index 1e37f50aa63..df46cccb9cf 100644
--- a/src/server/worldserver/worldserver.conf.dist
+++ b/src/server/worldserver/worldserver.conf.dist
@@ -1249,6 +1249,22 @@ Quests.HighLevelHideDiff = 7
Quests.IgnoreRaid = 0
#
+# Quests.IgnoreAutoAccept
+# Description: Ignore auto accept flag. Clients will have to manually accept all quests.
+# Default: 0 - (Disabled, DB values determine if quest is marked auto accept or not.)
+# 1 - (Enabled, clients will not be told to automatically accept any quest.)
+
+Quests.IgnoreAutoAccept = 0
+
+#
+# Quests.IgnoreAutoComplete
+# Description: Ignore auto complete flag. Clients will have to manually complete all quests.
+# Default: 0 - (Disabled, DB values determine if quest is marked auto complete or not.)
+# 1 - (Enabled, clients will not be told to automatically complete any quest.)
+
+Quests.IgnoreAutoComplete = 0
+
+#
# Guild.EventLogRecordsCount
# Description: Number of log entries for guild events that are stored per guild. Old entries
# will be overwritten if the number of log entries exceed the configured value.