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-b93c2d0d6712master
parent
98782c5c42
commit
4b791bfcf8
|
@ -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"]]
|
||||
}
|
||||
]}
|
||||
]}
|
||||
|
|
Loading…
Reference in New Issue