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-b93c2d0d6712master
parent
41ff2c5649
commit
4dc1e2b9d3
|
@ -2,24 +2,23 @@
|
|||
"rules": [
|
||||
{
|
||||
"match" : ["titan", "pretender", "crown", "yes", "assistance"],
|
||||
"pre" : [["quest", "scorn/Titancrown", "10"], ["token", "question", "helptitan"]],
|
||||
"post" : [["settoken", "question", "0"], ["quest", "scorn/Titancrown", "20"]],
|
||||
"pre" : [["quest", "scorn/TitanCrown", "10"], ["token", "question", "helptitan"]],
|
||||
"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."]
|
||||
},{
|
||||
}, {
|
||||
"match" : ["no"],
|
||||
"pre" : [["token", "question", "helptitan"]],
|
||||
"post" : [["settoken", "question", "0"]],
|
||||
"msg" : ["My apologies for the impertience Your Grace, I am but your humble servant."]
|
||||
},
|
||||
{
|
||||
}, {
|
||||
"match" : ["*"],
|
||||
"pre" : [["quest", "scorn/TitanCrown", "10"]],
|
||||
"post" : [["settoken", "question", "helptitan"]],
|
||||
"msg" : ["May I be of assistance, My Lord $you?"]
|
||||
},{
|
||||
}, {
|
||||
"match" : ["*"],
|
||||
"pre" : [],
|
||||
"post" : [],
|
||||
"msg" : ["My Lord $you, I am unworthy to be in your presence, please, go upstairs and speak to the King directly."]
|
||||
}
|
||||
]}
|
||||
]}
|
||||
|
|
Loading…
Reference in New Issue