Fix for bug #3316426: Scorn nobilityArchdukequest (first part). Fix quest name typo.

git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@14620 282e977c-c81d-0410-88c4-b93c2d0d6712
master
ryo_saeba 2011-06-15 17:59:42 +00:00
parent 41ff2c5649
commit 4dc1e2b9d3
1 changed files with 6 additions and 7 deletions

View File

@ -2,24 +2,23 @@
"rules": [ "rules": [
{ {
"match" : ["titan", "pretender", "crown", "yes", "assistance"], "match" : ["titan", "pretender", "crown", "yes", "assistance"],
"pre" : [["quest", "scorn/Titancrown", "10"], ["token", "question", "helptitan"]], "pre" : [["quest", "scorn/TitanCrown", "10"], ["token", "question", "helptitan"]],
"post" : [["settoken", "question", "0"], ["quest", "scorn/Titancrown", "20"]], "post" : [["settoken", "question", "0"], ["quest", "scorn/TitanCrown", "20"]],
"msg" : ["So the King wishes you to depose the titan, Meganthropopulos? This will be no easy task I fear.\n We know that Meganthropopulos has secured himself in a stronghold on the extreme south-east of this continent, we can not launch a direct assault on him though, because this stronghold is well defended and located on a narrow peninsula with only one approach.\n You may be able to sneak in and accomplish the task however.\n Good Luck Your Grace."] "msg" : ["So the King wishes you to depose the titan, Meganthropopulos? This will be no easy task I fear.\n We know that Meganthropopulos has secured himself in a stronghold on the extreme south-east of this continent, we can not launch a direct assault on him though, because this stronghold is well defended and located on a narrow peninsula with only one approach.\n You may be able to sneak in and accomplish the task however.\n Good Luck Your Grace."]
},{ }, {
"match" : ["no"], "match" : ["no"],
"pre" : [["token", "question", "helptitan"]], "pre" : [["token", "question", "helptitan"]],
"post" : [["settoken", "question", "0"]], "post" : [["settoken", "question", "0"]],
"msg" : ["My apologies for the impertience Your Grace, I am but your humble servant."] "msg" : ["My apologies for the impertience Your Grace, I am but your humble servant."]
}, }, {
{
"match" : ["*"], "match" : ["*"],
"pre" : [["quest", "scorn/TitanCrown", "10"]], "pre" : [["quest", "scorn/TitanCrown", "10"]],
"post" : [["settoken", "question", "helptitan"]], "post" : [["settoken", "question", "helptitan"]],
"msg" : ["May I be of assistance, My Lord $you?"] "msg" : ["May I be of assistance, My Lord $you?"]
},{ }, {
"match" : ["*"], "match" : ["*"],
"pre" : [], "pre" : [],
"post" : [], "post" : [],
"msg" : ["My Lord $you, I am unworthy to be in your presence, please, go upstairs and speak to the King directly."] "msg" : ["My Lord $you, I am unworthy to be in your presence, please, go upstairs and speak to the King directly."]
} }
]} ]}