From 4dc1e2b9d315d8a9fc979591d825640a86bc0a33 Mon Sep 17 00:00:00 2001 From: ryo_saeba Date: Wed, 15 Jun 2011 17:59:42 +0000 Subject: [PATCH] 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 --- scorn/misc/magistrate_duke.msg | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/scorn/misc/magistrate_duke.msg b/scorn/misc/magistrate_duke.msg index 406ab6635..b2afe62cb 100644 --- a/scorn/misc/magistrate_duke.msg +++ b/scorn/misc/magistrate_duke.msg @@ -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."] } -]} \ No newline at end of file +]}