From 4b791bfcf89f15d3e7759819ef7d8da3be51ad8f Mon Sep 17 00:00:00 2001 From: ryo_saeba Date: Wed, 15 Jun 2011 18:02:30 +0000 Subject: [PATCH] Fix for bug #3316426: Scorn nobilityArchdukequest (second part). Fix quest step mistake. git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@14622 282e977c-c81d-0410-88c4-b93c2d0d6712 --- scorn/misc/king_duke.msg | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/scorn/misc/king_duke.msg b/scorn/misc/king_duke.msg index 8155036b9..a906e09bc 100644 --- a/scorn/misc/king_duke.msg +++ b/scorn/misc/king_duke.msg @@ -3,34 +3,34 @@ { "match" : ["titan", "crown", "pretender", "meganthropopulos", "yes"], "pre" : [["quest", "scorn/TitanCrown", "10"], ["item", "Meganthropopulos' Crown"], ["token", "question", "crown"]], - "post" : [["takeitem", "Meganthropopulos' Crown"], ["quest", "scorn/TitanCrown", "70"], ["givecontents", "Archduke Reward"], ["settoken", "question", "0"]], + "post" : [["takeitem", "Meganthropopulos' Crown"], ["quest", "scorn/TitanCrown", "80"], ["givecontents", "Archduke Reward"], ["settoken", "question", "0"]], "msg" : ["Congratulations on completing your quest. Kneel and receive your accolade.....\n You are now an Archduke! \n Also, please take this fine shield as a reward. May it serve you well!"] - },{ + }, { "match" : ["titan", "crown", "pretender", "meganthropopulos", "yes"], "pre" : [["quest", "scorn/TitanCrown", "10"], ["token", "question", "crown"]], "post" : [["settoken", "question", "0"]], "msg" : ["Where is it then?"] - },{ + }, { "match" : ["*"], "pre" : [["quest", "scorn/TitanCrown", "10"]], "post" : [["settoken", "question", "crown"]], "msg" : ["Have you returned with the pretender's crown?"], - "replies": [["no", "No, your majesty, I still seek the crown"], ["yes", "Yes, Your majesty, I have the Titan's crown"]] - },{ + "replies" : [["no", "No, your majesty, I still seek the crown"], ["yes", "Yes, Your majesty, I have the Titan's crown"]] + }, { "match" : ["no"], "pre" : [], "post" : [], "msg" : ["Very well then Lord $you, do return here if you change your mind."] - },{ + }, { "match" : ["yes", "service", "Scorn"], "pre" : [], "post" : [["quest", "scorn/TitanCrown", "10"]], "msg" : ["A wayward Titan has been styling himself 'the Rightful King of Scorn' and named me an Usurper.\n Clearly this insult demands a suitably swift and decisive response.\n This titan has created a crown for himself, deprive him of it, if you choose to deprive him of his life at the same time, then I would not be displeased.\n Speak to my magistrate, he may know where the pretender hides"] - },{ + }, { "match" : ["*"], "pre" : [], "post" : [], "msg" : ["Hail Lord $you, would you like to be of service to your King?"], - "replies": [["no", "No, Your Majesty"], ["yes", "Yes, Your Majesty"]] + "replies" : [["no", "No, Your Majesty"], ["yes", "Yes, Your Majesty"]] } -]} \ No newline at end of file +]}