diff options
| author | Shauren <none@none> | 2010-07-12 14:38:24 +0200 |
|---|---|---|
| committer | Shauren <none@none> | 2010-07-12 14:38:24 +0200 |
| commit | 5ad02b578d40e8c8ff0272c177dbe375f2614027 (patch) | |
| tree | 932d0e4b098519e7c4c169b64436fdd358bf8b92 /src/server/worldserver | |
| parent | 7a8d464b194ac8aac3194c77a57e403b951555be (diff) | |
Added support for all raid quest types
Added new config option to allow non-raid quest progression when in raid group
code by Vladimir
--HG--
branch : trunk
Diffstat (limited to 'src/server/worldserver')
| -rw-r--r-- | src/server/worldserver/worldserver.conf.dist | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/server/worldserver/worldserver.conf.dist b/src/server/worldserver/worldserver.conf.dist index b78d8b363cd..6811c3ed9ea 100644 --- a/src/server/worldserver/worldserver.conf.dist +++ b/src/server/worldserver/worldserver.conf.dist @@ -811,6 +811,11 @@ ChatLogTimestamp = 0 # Default: 7 # -1 (show all available quests marks) # +# Quests.IgnoreRaid +# Allow non-raid quests to be completed when in raid group +# Default: 0 (false) +# 1 (true) +# # Guild.EventLogRecordsCount # Count of guild event log records stored in guild_eventlog table # Increase to store more guild events in table, minimum is 100 @@ -928,6 +933,7 @@ Instance.ResetTimeHour = 4 Instance.UnloadDelay = 1800000 Quests.LowLevelHideDiff = 4 Quests.HighLevelHideDiff = 7 +Quests.IgnoreRaid = 0 Guild.EventLogRecordsCount = 100 Guild.BankEventLogRecordsCount = 25 MaxPrimaryTradeSkill = 2 |
