1.6.4 Update

This commit is contained in:
Blackvein 2013-06-29 23:36:53 -07:00
parent 0474f20933
commit e12674d2ad
173 changed files with 5087 additions and 2439 deletions

BIN
.DS_Store vendored

Binary file not shown.

View File

@ -1,4 +1,4 @@
#Mon, 22 Apr 2013 13:58:51 -0700 #Fri, 07 Jun 2013 13:23:55 -0700
/Users/136-aclarke/Desktop/Quests= /Users/136-aclarke/Desktop/Quests=

View File

@ -16,24 +16,20 @@
# debug-mode: true/false # debug-mode: true/false
# Should debugging information be printed out to console? # Should debugging information be printed out to console?
# #
# kill-delay: number # kill-time: number
# How long (in seconds) should a player have to wait before they can kill the same player for a Quest? # How long (in seconds) should a player have to wait before they can kill the same player for a Quest?
#
# prompt-timeout: number
# How long (in seconds) should a player be prompted for a Quest before it auto-cancels? (0 = Infinite)
allow-command-questing: true allow-command-questing: true
allow-command-quests-with-npcs: false allow-command-quests-with-npcs: false
show-requirements: true show-requirements: true
allow-quitting: true allow-quitting: true
debug-mode: false debug-mode: false
kill-delay: 600 kill-delay: 600
accept-timeout: 20
snoop: true snoop: true
prompt-timeout: 20 show-npc-effects: true
npc-effect: "note"
quester-blacklist: quester-blacklist:
- "SomeGuy12345" - "SomeGuy12345"
- "somePrefix*" - "somePrefix*"
- "*someSuffix" - "*someSuffix"
- "*someRegex*" - "*someRegex*"

Some files were not shown because too many files have changed in this diff Show More