Add Replies to the Gork quest dialogs

git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@13169 282e977c-c81d-0410-88c4-b93c2d0d6712
master
cavesomething 2010-05-11 23:49:13 +00:00
parent 921f3656bf
commit 7f00ebb782
2 changed files with 20 additions and 10 deletions

View File

@ -5,27 +5,32 @@
"match" : ["hi","hello"],
"pre" : [],
"post" : [["settoken", "gork_speak","hoard"],["quest", "scorn/GorksTreasure","20"]],
"msg" : ["Youse want Gork's hoards? I crush you..."]
"msg" : ["Youse want Gork's hoards? I crush you..."],
"replies": [["gork", "You are Gork, I presume?"], ["hoards", "Where are these hoards?"]]
}, {
"match" : ["gork","hoard","yes","want"],
"pre" : [["token", "gork_speak","hoard","key","pulp"]],
"post" : [["settoken", "gork_speak","mork"]],
"msg" : ["Gork not like you... I not as nice as Mork."]
"msg" : ["Gork not like you... I not as nice as Mork."],
"replies" : [["mork", "Who is Mork?"]]
}, {
"match" : ["mork","nice"],
"pre" : [["token", "gork_speak","friend","key","mork","tower","treasure"]],
"post" : [["settoken", "gork_speak","friend"]],
"msg" : ["Mork be Gork's friend. Mork live in tower."]
"msg" : ["Mork be Gork's friend. Mork live in tower."],
"replies" : [["friend", "Are you good friends?"],["tower", "Which tower would that be?"]]
}, {
"match" : ["friend"],
"pre" : [["token", "gork_speak","friend","tower"]],
"post" : [["settoken", "gork_speak","treasure"]],
"msg" : ["Mork share Gork's treasure."]
"msg" : ["Mork share Gork's treasure."],
"replies" : [["share", "Can I share your treasure too?"]]
}, {
"match" : ["tower"],
"pre" : [["token", "gork_speak","friend","tower"]],
"post" : [["settoken", "gork_speak","tower"]],
"msg" : ["Mork live in tower. Mork big, Mork friend."]
"msg" : ["Mork live in tower. Mork big, Mork friend."],
"replies" : [["friend", "Are you good friends?"]]
}, {
"match" : ["share","treasure"],
"pre" : [["quest", "scorn/GorksTreasure","40"]],
@ -35,7 +40,8 @@
"match" : ["share","treasure"],
"pre" : [["token", "gork_speak","treasure"]],
"post" : [["settoken", "gork_speak","key"],["quest", "scorn/GorksTreasure","30"]],
"msg" : ["Only Gork and Mork can open treasure door."]
"msg" : ["Only Gork and Mork can open treasure door."],
"replies" : [["open", "Will you open the treasure door for me Gork?"]]
}, {
"match" : ["crush","door","open","treasure"],
"pre" : [["token", "gork_speak","hoard","key"]],

View File

@ -5,12 +5,14 @@
"match" : ["gork"],
"pre" : [["quest", "scorn/GorksTreasure", "30"]],
"post" : [["settoken", "mork_speak","gork"]],
"msg" : ["You know Gork? You friend of Gork?"]
"msg" : ["You know Gork? You friend of Gork?"],
"replies" : [["yes", "oh yes, Gork and I are great friends"], ["no", "Nope, Gork is no friend of mine"]]
}, {
"match" : ["yes","friend"],
"pre" : [["quest", "scorn/GorksTreasure", "30"],["token", "mork_speak","gork"]],
"post" : [["settoken", "mork_speak","key"]],
"msg" : ["I bet Gork send you to get key. Did he?"]
"msg" : ["I bet Gork send you to get key. Did he?"],
"replies" : [["yes", "why, er yes, Gork wanted me to get the key and clean ou.. up, his treasure room"], ["no", "no, Gork didn't say anything about getting a key"]]
}, {
"match" : ["key","send","yes"],
"pre" : [["quest", "scorn/GorksTreasure", "40"]],
@ -25,12 +27,14 @@
"match" : ["hello","hi"],
"pre" : [],
"post" : [],
"msg" : ["Geesh, kill all my friends, that's not very nice.\nWhere did you learn your manners?"]
"msg" : ["Geesh, kill all my friends, that's not very nice.\nWhere did you learn your manners?"],
"replies" : [["friends", "You were friends with those creatures?"]]
}, {
"match" : ["friends"],
"pre" : [],
"post" : [],
"msg" : ["They were just my pals."]
"msg" : ["They were just my pals."],
"replies" : [["pals", "I'm sorry I killed your pals"]]
}, {
"match" : ["pals"],
"pre" : [],