From 89adbc177893ae88a4649c96e04cfeafc75197ba Mon Sep 17 00:00:00 2001 From: Matthew Goff Date: Wed, 8 Feb 2012 20:01:38 -0600 Subject: Add config values to allow ignoring auto accept and auto complete flags on quests. --- src/server/worldserver/worldserver.conf.dist | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'src/server/worldserver') 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 @@ -1248,6 +1248,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 -- cgit v1.2.3