Allow the priest of Valriel to give more keys, in case the player gets killed and the church reset meanwhile

master^2
Nicolas Weeger 2024-02-25 11:51:52 +01:00
parent 3a9027ce82
commit 022151a7f3
1 changed files with 6 additions and 1 deletions

View File

@ -22,11 +22,16 @@
"post" : [],
"msg" : ["Please bring it back..."]
}, {
"match" : ["key"],
"pre" : [["quest", "euthville/valriel", "10-30"]],
"post" : [["giveitem", "key to the catacombs"]],
"msg" : ["Here's another one, please bring back the chalice..."]
}, {
"match" : ["*"],
"pre" : [["quest", "euthville/valriel", "10-30"]],
"post" : [],
"msg" : ["So, do you have the chalice?"],
"replies" : [["yes", "Yes, I got it.", "1"], ["no", "No, not yet", "1"]]
"replies" : [["yes", "Yes, I got it.", "1"], ["no", "No, not yet", "1"], ["key", "Well, err... seems I lost the key...", "1"]]
}, {
"match" : ["recover"],
"pre" : [["npctoken", "state", "recover"]],