Fix quest which can't be finished. Prevent giving multiple keys.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@14633 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
4b791bfcf8
commit
29b25fd904
|
@ -18,8 +18,8 @@
|
|||
"msg" : ["You'll need to bring back his head as proof that you have killed him."]
|
||||
}, {
|
||||
"match" : ["yes"],
|
||||
"pre" : [["token", "highlevel", "head"], ["quest", "scorn/TerrysFarm", "50"], ["item", "Guuh's Head"]],
|
||||
"post" : [["takeitem", "Guuh's Head", "1"], ["quest", "scorn/TerrysFarm", "60"], ["connection", "4"]],
|
||||
"pre" : [["token", "highlevel", "head"], ["quest", "scorn/TerrysFarm", "50"], ["item", "Guuh's head"]],
|
||||
"post" : [["takeitem", "Guuh's head", "1"], ["quest", "scorn/TerrysFarm", "60"], ["connection", "4"]],
|
||||
"msg" : ["Thank you so much for saving us from the evil bandits, please help yourself to whatever you wish from our treasure room"]
|
||||
}, {
|
||||
"match" : ["yes"],
|
||||
|
@ -32,6 +32,11 @@
|
|||
"post" : [["settoken", "highlevel", "head"]],
|
||||
"msg" : ["You've killed the Bandit Leader Guuh? have you recovered his head?"]
|
||||
}, {
|
||||
"match" : ["*"],
|
||||
"pre" : [["quest", "scorn/TerrysFarm", "=40"]],
|
||||
"post" : [],
|
||||
"msg" : ["Please, kill Guuh the bandit, so we can live happily!"]
|
||||
}, {
|
||||
"match" : ["yes"],
|
||||
"pre" : [["token", "highlevel", "yes"]],
|
||||
"post" : [["quest", "scorn/TerrysFarm", "40"], ["giveitem", "Farmer's key"]],
|
||||
|
|
Loading…
Reference in New Issue