From cd9630dc71816da7dd2c7e168b030d4917a70149 Mon Sep 17 00:00:00 2001 From: ryo_saeba Date: Sat, 12 May 2012 12:13:43 +0000 Subject: [PATCH] Missing message file. git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@18098 282e977c-c81d-0410-88c4-b93c2d0d6712 --- navar_city/ben.msg | 53 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 navar_city/ben.msg diff --git a/navar_city/ben.msg b/navar_city/ben.msg new file mode 100644 index 000000000..515f3224c --- /dev/null +++ b/navar_city/ben.msg @@ -0,0 +1,53 @@ +{ + "rules": [ + { + "match" : ["*"], + "pre" : [["quest", "navar/rescue-daughters", "=60"]], + "post" : [], + "msg" : ["Hello, $you."] + }, { + "match" : ["*"], + "pre" : [["quest", "navar/rescue-daughters", "=50"]], + "post" : [["quest", "navar/rescue-daughters", "60"], ["givecontents", "reward"]], + "msg" : ["Oh, thank you for saving my daughters!\n\nHere, take that as a token of thanks.\n\n\nYou should talk to Lt. Piltro, in the High Court Building, he could be interested by information about smugglers."] + }, { + "match" : ["*"], + "pre" : [["quest", "navar/rescue-daughters", "10-40"]], + "post" : [], + "msg" : ["Please, help find my daughters..."] + }, { + "match" : ["yes"], + "pre" : [["npctoken", "status", "wait"]], + "post" : [["quest", "navar/rescue-daughters", "10"]], + "msg" : ["Thank you very much! I'll reward you for your courage."] + }, { + "match" : ["no"], + "pre" : [["npctoken", "status", "wait"]], + "post" : [["setnpctoken", "status", "0"]], + "msg" : ["Oh, guess I'll have to find some one else..."] + }, { + "match" : ["cove"], + "pre" : [["npctoken", "status", "cove"]], + "post" : [["setnpctoken", "status", "wait"]], + "msg" : ["I don't know where it is but maybe someone at the Frolicking Mermaid would?"], + "replies" : [["ok", "Ok, I'll go try to save them.", "1"], ["no", "Sorry, I'm busy for now...", "0"]] + }, { + "match" : ["smugglers"], + "pre" : [["npctoken", "status", "smugglers"]], + "post" : [["setnpctoken", "status", "cove"]], + "msg" : ["Yes members of the smugglers guild. I heard them say they would take the girls to 'Smugglers Cove.' You must help me find them."], + "replies" : [["cove", "And where is that cove?", "2"]] + }, { + "match" : ["what"], + "pre" : [["npctoken", "status", "what"]], + "post" : [["setnpctoken", "status", "smugglers"]], + "msg" : ["My daughters Susan and Nancy. They were captured by smugglers. We were ambushed, I got away and am trying to get help for them."], + "replies" : [["smugglers", "Smugglers?", "2"]] + }, { + "match" : ["*"], + "pre" : [], + "post" : [["setnpctoken", "status", "what"]], + "msg" : ["Please, can you help me find my daughters?"], + "replies" : [["what", "What happened?", "2"]] + } +]}