From 022151a7f365534993a3d27f611ef8e692b22770 Mon Sep 17 00:00:00 2001 From: Nicolas Weeger Date: Sun, 25 Feb 2024 11:51:52 +0100 Subject: [PATCH] Allow the priest of Valriel to give more keys, in case the player gets killed and the church reset meanwhile --- euthville/church/valriel.msg | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/euthville/church/valriel.msg b/euthville/church/valriel.msg index 23b179154..b24de9329 100644 --- a/euthville/church/valriel.msg +++ b/euthville/church/valriel.msg @@ -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"]],