Readd missing 'pre' blocks. Fix typos.

git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@14346 282e977c-c81d-0410-88c4-b93c2d0d6712
master
ryo_saeba 2011-03-17 22:04:44 +00:00
parent ac34055229
commit 456db0e1ff
2 changed files with 7 additions and 2 deletions

View File

@ -4,12 +4,12 @@
"match" : ["password"], "match" : ["password"],
"pre" : [["quest", "scorn/CityGate", "5"], ["quest", "scorn/GatePassword", "10"]], "pre" : [["quest", "scorn/CityGate", "5"], ["quest", "scorn/GatePassword", "10"]],
"post" : [], "post" : [],
"msg" : ["I am not allow to tell you the password."] "msg" : ["I am not allowed to tell you the password."]
}, { }, {
"match" : ["password"], "match" : ["password"],
"pre" : [["quest", "scorn/CityGate", "5"]], "pre" : [["quest", "scorn/CityGate", "5"]],
"post" : [["quest", "scorn/GatePassword", "10"]], "post" : [["quest", "scorn/GatePassword", "10"]],
"msg" : ["I am not allow to tell you the password."] "msg" : ["I am not allowed to tell you the password."]
}, { }, {
"match" : ["hero", "king"], "match" : ["hero", "king"],
"pre" : [["quest", "scorn/CityGate", "5"], ["quest", "scorn/ScornHero", "10"]], "pre" : [["quest", "scorn/CityGate", "5"], ["quest", "scorn/ScornHero", "10"]],
@ -43,19 +43,23 @@
"msg" : ["The gate opens only for certain people."] "msg" : ["The gate opens only for certain people."]
}, { }, {
"match" : ["open", "gate"], "match" : ["open", "gate"],
"pre" : [],
"post" : [["quest", "scorn/CityGate", "5"]], "post" : [["quest", "scorn/CityGate", "5"]],
"msg" : ["The gate opens only for certain people."], "msg" : ["The gate opens only for certain people."],
"replies" : [["people", "For whom is the gate opened?"]] "replies" : [["people", "For whom is the gate opened?"]]
}, { }, {
"match" : ["secret", "wall", "door"], "match" : ["secret", "wall", "door"],
"pre" : [],
"post" : [], "post" : [],
"msg" : ["I can't tell you that! Do you want to be thrown in JAIL?"] "msg" : ["I can't tell you that! Do you want to be thrown in JAIL?"]
}, { }, {
"match" : ["monster"], "match" : ["monster"],
"pre" : [],
"post" : [], "post" : [],
"msg" : ["They keep trying to sneak in, but we always kill them."] "msg" : ["They keep trying to sneak in, but we always kill them."]
}, { }, {
"match" : ["*"], "match" : ["*"],
"pre" : [],
"post" : [], "post" : [],
"msg" : ["Good to see a friend!\n Have you seen any monsters lately?"], "msg" : ["Good to see a friend!\n Have you seen any monsters lately?"],
"replies" : [["monsters", "Why are you having problems with monsters?"]] "replies" : [["monsters", "Why are you having problems with monsters?"]]

View File

@ -8,6 +8,7 @@
"msg" : ["Well, you know the password, so you must be ok.\nPass Friend.."] "msg" : ["Well, you know the password, so you must be ok.\nPass Friend.."]
}, { }, {
"match" : ["chain"], "match" : ["chain"],
"pre" : [],
"post" : [["quest", "scorn/GatePassword", "30"], ["connection", "12"]], "post" : [["quest", "scorn/GatePassword", "30"], ["connection", "12"]],
"msg" : ["Well, you know the password, so you must be ok.\nPass Friend..."] "msg" : ["Well, you know the password, so you must be ok.\nPass Friend..."]
}, { }, {