Fix for bug #3315687: Quest(#1): Gramp's earhorn , can't get rid of it. Syntax incoherence between item and message.

git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@14562 282e977c-c81d-0410-88c4-b93c2d0d6712
master
ryo_saeba 2011-06-13 16:58:02 +00:00
parent 32553f2342
commit f64dbdfab1
1 changed files with 56 additions and 56 deletions

View File

@ -4,142 +4,142 @@
{ {
"match" : ["stick", "staff", "walking"], "match" : ["stick", "staff", "walking"],
"pre" : [["quest", "scorn/WalkingStick", "60"]], "pre" : [["quest", "scorn/WalkingStick", "60"]],
"post": [], "post" : [],
"msg" : ["Thank you for returning my walking stick, $you"] "msg" : ["Thank you for returning my walking stick, $you"]
},{ }, {
"match" : ["stick"], "match" : ["stick"],
"pre" : [], "pre" : [],
"post": [], "post" : [],
"msg" : ["Ya say yer sick? That's a darn shame!\nI get a touch of the wind myself sometimes..."] "msg" : ["Ya say yer sick? That's a darn shame!\nI get a touch of the wind myself sometimes..."]
},{ }, {
"match" : ["yes"], "match" : ["yes"],
"pre" : [["quest", "scorn/Earhorn", "10"], ["token", "askfor", "horn"], ["item", "Gramp's earhorn"]], "pre" : [["quest", "scorn/Earhorn", "10"], ["token", "askfor", "horn"], ["item", "Gramps' earhorn"]],
"post": [["settoken", "askfor", "0"], ["takeitem", "Gramp's earhorn"], ["giveitem", "diamond", "3"], ["quest", "scorn/Earhorn", "60"]], "post" : [["settoken", "askfor", "0"], ["takeitem", "Gramps' earhorn"], ["giveitem", "diamond", "3"], ["quest", "scorn/Earhorn", "60"]],
"msg" : ["My horn! Thanks.\n Here's a little spending money for your trouble.\n Now I can hear again.\n....err drat now she'll be gabbin at me all day. Maybe I better hide it again..."] "msg" : ["My horn! Thanks.\n Here's a little spending money for your trouble.\n Now I can hear again.\n....err drat now she'll be gabbin at me all day. Maybe I better hide it again..."]
},{ }, {
"match" : ["yes"], "match" : ["yes"],
"pre" : [["quest", "scorn/Earhorn", "10"], ["token", "askfor", "horn"]], "pre" : [["quest", "scorn/Earhorn", "10"], ["token", "askfor", "horn"]],
"post": [["settoken", "askfor", "0"]], "post" : [["settoken", "askfor", "0"]],
"msg" : ["Well, where is it? I can't stand around here all day listening to you making excuses.\n Can't do much listening at all til you get me that horn."] "msg" : ["Well, where is it? I can't stand around here all day listening to you making excuses.\n Can't do much listening at all til you get me that horn."]
},{ }, {
"match" : ["no"], "match" : ["no"],
"pre" : [["quest", "scorn/Earhorn", "10"], ["token", "askfor", "horn"]], "pre" : [["quest", "scorn/Earhorn", "10"], ["token", "askfor", "horn"]],
"post": [["settoken", "askfor", "0"]], "post" : [["settoken", "askfor", "0"]],
"msg" : ["Go? Go where? I ain't going anywhere 'til you get me that horn."] "msg" : ["Go? Go where? I ain't going anywhere 'til you get me that horn."]
},{ }, {
"match" : ["yes"], "match" : ["yes"],
"pre" : [["quest", "scorn/WalkingStick", "10"], ["token", "askfor", "stick"], ["item", "Gramp's walking stick"]], "pre" : [["quest", "scorn/WalkingStick", "10"], ["token", "askfor", "stick"], ["item", "Gramp's walking stick"]],
"post": [["settoken", "askfor", "0"], ["takeitem", "Gramp's walking stick"], ["giveitem", "diamond", "2"], ["quest", "scorn/WalkingStick", "60"]], "post" : [["settoken", "askfor", "0"], ["takeitem", "Gramp's walking stick"], ["giveitem", "diamond", "2"], ["quest", "scorn/WalkingStick", "60"]],
"msg" : ["You found my staff, thanks.\nHeres a little something for you.\nDon't spend it all on sweets now."] "msg" : ["You found my staff, thanks.\nHeres a little something for you.\nDon't spend it all on sweets now."]
},{ }, {
"match" : ["yes"], "match" : ["yes"],
"pre" : [["quest", "scorn/WalkingStick", "10"], ["token", "askfor", "stick"]], "pre" : [["quest", "scorn/WalkingStick", "10"], ["token", "askfor", "stick"]],
"post": [["settoken", "askfor", "0"]], "post" : [["settoken", "askfor", "0"]],
"msg" : ["Well, where is it? I can't stand around here all day waiting for you to get your act together.\n 'course if you don't get me my stick back, I may not have a lot of choice."] "msg" : ["Well, where is it? I can't stand around here all day waiting for you to get your act together.\n 'course if you don't get me my stick back, I may not have a lot of choice."]
},{ }, {
"match" : ["no"], "match" : ["no"],
"pre" : [["quest", "scorn/WalkingStick", "10"], ["token", "askfor", "stick"]], "pre" : [["quest", "scorn/WalkingStick", "10"], ["token", "askfor", "stick"]],
"post": [["settoken", "askfor", "0"]], "post" : [["settoken", "askfor", "0"]],
"msg" : ["Well, you'd better go look for it then hadn't you? I be standing round here waiting for you to get moving\nTsk, kids these days!"] "msg" : ["Well, you'd better go look for it then hadn't you? I be standing round here waiting for you to get moving\nTsk, kids these days!"]
},{ }, {
"match" : ["staff", "walking"], "match" : ["staff", "walking"],
"pre" : [["quest", "scorn/WalkingStick", "20"]], "pre" : [["quest", "scorn/WalkingStick", "20"]],
"post": [["settoken", "askfor", "stick"]], "post" : [["settoken", "askfor", "stick"]],
"msg" : ["Have you found my walking stick, young'un?"] "msg" : ["Have you found my walking stick, young'un?"]
},{ }, {
"match" : ["staff", "walking"], "match" : ["staff", "walking"],
"pre" : [["quest", "scorn/WalkingStick", "10"]], "pre" : [["quest", "scorn/WalkingStick", "10"]],
"post": [["settoken", "askfor", "stick"]], "post" : [["settoken", "askfor", "stick"]],
"msg" : ["Yup lost my walking stick - you haven't seen it lying around have you?"] "msg" : ["Yup lost my walking stick - you haven't seen it lying around have you?"]
},{ }, {
"match" : ["staff", "walking"], "match" : ["staff", "walking"],
"pre" : [], "pre" : [],
"post": [["quest", "scorn/WalkingStick", "30"]], "post" : [["quest", "scorn/WalkingStick", "30"]],
"msg" : ["Yup lost my walking stick - have ya seen it?\n Bring it back here if you find it, y'hear."] "msg" : ["Yup lost my walking stick - have ya seen it?\n Bring it back here if you find it, y'hear."]
},{ }, {
"match" : ["woods", "east"], "match" : ["woods", "east"],
"pre" : [["quest", "scorn/Earhorn", "60"]], "pre" : [["quest", "scorn/Earhorn", "60"]],
"post": [], "post" : [],
"msg" : ["Yes, I used to go hunting out east, there used to more deer around then than there are nowadays"] "msg" : ["Yes, I used to go hunting out east, there used to more deer around then than there are nowadays"]
},{ }, {
"match" : ["woods", "east"], "match" : ["woods", "east"],
"pre" : [], "pre" : [],
"post": [], "post" : [],
"msg" : ["Don't mumble - out with it now..."] "msg" : ["Don't mumble - out with it now..."]
},{ }, {
"match" : ["ear", "horn"], "match" : ["ear", "horn"],
"pre" : [["quest", "scorn/Earhorn", "60"]], "pre" : [["quest", "scorn/Earhorn", "60"]],
"post": [], "post" : [],
"msg" : ["Thank you for returning my earhorn, $you"] "msg" : ["Thank you for returning my earhorn, $you"]
},{ }, {
"match" : ["horn"], "match" : ["horn"],
"pre" : [["quest", "scorn/Earhorn", "20"]], "pre" : [["quest", "scorn/Earhorn", "20"]],
"post": [["settoken", "askfor", "horn"]], "post" : [["settoken", "askfor", "horn"]],
"msg" : ["Have you found my earhorn, young'un?"] "msg" : ["Have you found my earhorn, young'un?"]
},{ }, {
"match" : ["horn"], "match" : ["horn"],
"pre" : [["quest", "scorn/Earhorn", "10"]], "pre" : [["quest", "scorn/Earhorn", "10"]],
"post": [["settoken", "askfor", "horn"]], "post" : [["settoken", "askfor", "horn"]],
"msg" : ["Yup lost my earhorn - you haven't seen it lying around have you?"] "msg" : ["Yup lost my earhorn - you haven't seen it lying around have you?"]
},{ }, {
"match" : ["horn"], "match" : ["horn"],
"pre" : [], "pre" : [],
"post": [["quest", "scorn/Earhorn", "30"]], "post" : [["quest", "scorn/Earhorn", "30"]],
"msg" : ["Yup lost my Earhorn - have ya seen it?\n Bring it back here if you find it, y'hear."] "msg" : ["Yup lost my Earhorn - have ya seen it?\n Bring it back here if you find it, y'hear."]
},{ }, {
"match" : ["ear"], "match" : ["ear"],
"pre" : [], "pre" : [],
"post": [], "post" : [],
"msg" : ["You looking for deer?\nUsed to be a woodsman myself.\nTry the woods to the east - lots of game there..."] "msg" : ["You looking for deer?\nUsed to be a woodsman myself.\nTry the woods to the east - lots of game there..."]
},{ }, {
"match" : ["*"], "match" : ["*"],
"pre" : [["quest", "scorn/Earhorn", "60"], ["quest", "scorn/WalkingStick", "60"]], "pre" : [["quest", "scorn/Earhorn", "60"], ["quest", "scorn/WalkingStick", "60"]],
"post": [], "post" : [],
"msg" : ["Thank you for returning my earhorn and walking stick $you"] "msg" : ["Thank you for returning my earhorn and walking stick $you"]
},{ }, {
"match" : ["*"], "match" : ["*"],
"pre" : [["quest", "scorn/Earhorn", "10"], ["quest", "scorn/WalkingStick", "60"]], "pre" : [["quest", "scorn/Earhorn", "10"], ["quest", "scorn/WalkingStick", "60"]],
"post": [], "post" : [],
"msg" : ["I can walk again thanks to you, $you. now if only I had my horn back."] "msg" : ["I can walk again thanks to you, $you. now if only I had my horn back."]
},{ }, {
"match" : ["*"], "match" : ["*"],
"pre" : [["quest", "scorn/Earhorn", "60"], ["quest", "scorn/WalkingStick", "10"]], "pre" : [["quest", "scorn/Earhorn", "60"], ["quest", "scorn/WalkingStick", "10"]],
"post": [], "post" : [],
"msg" : ["I can hear again thanks to you, $you. now if only I had my staff back."] "msg" : ["I can hear again thanks to you, $you. now if only I had my staff back."]
},{ }, {
"match" : ["*"], "match" : ["*"],
"pre" : [["quest", "scorn/WalkingStick", "60"]], "pre" : [["quest", "scorn/WalkingStick", "60"]],
"post": [["quest", "scorn/Earhorn", "10"]], "post" : [["quest", "scorn/Earhorn", "10"]],
"msg" : ["Thank you for returning my staff, you haven't seen my earhorn lying about anywhere have you?\n If you do find it, please tell me"] "msg" : ["Thank you for returning my staff, you haven't seen my earhorn lying about anywhere have you?\n If you do find it, please tell me"]
},{ }, {
"match" : ["*"], "match" : ["*"],
"pre" : [["quest", "scorn/Earhorn", "60"]], "pre" : [["quest", "scorn/Earhorn", "60"]],
"post": [["quest", "scorn/WalkingStick", "10"]], "post" : [["quest", "scorn/WalkingStick", "10"]],
"msg" : ["Thank you for returning my earhorn, you haven't seen my staff lying about anywhere have you?\n If you do find it, please bring it back."] "msg" : ["Thank you for returning my earhorn, you haven't seen my staff lying about anywhere have you?\n If you do find it, please bring it back."]
},{ }, {
"match" : ["*"], "match" : ["*"],
"pre" : [["quest", "scorn/Earhorn", "30"], ["quest", "scorn/WalkingStick", "30"]], "pre" : [["quest", "scorn/Earhorn", "30"], ["quest", "scorn/WalkingStick", "30"]],
"post": [], "post" : [],
"msg" : ["Did you get anywhere with finding either my horn or my staff?"] "msg" : ["Did you get anywhere with finding either my horn or my staff?"]
},{ }, {
"match" : ["*"], "match" : ["*"],
"pre" : [["quest", "scorn/WalkingStick", "30"]], "pre" : [["quest", "scorn/WalkingStick", "30"]],
"post": [["settoken", "askfor", "stick"]], "post" : [["settoken", "askfor", "stick"]],
"msg" : ["Did you find my staff?"] "msg" : ["Did you find my staff?"]
},{ }, {
"match" : ["*"], "match" : ["*"],
"pre" : [["quest", "scorn/Earhorn", "30"]], "pre" : [["quest", "scorn/Earhorn", "30"]],
"post": [["settoken", "askfor", "horn"]], "post" : [["settoken", "askfor", "horn"]],
"msg" : ["Did you find my Earhorn"] "msg" : ["Did you find my Earhorn"]
},{ }, {
"match" : ["speak"], "match" : ["speak"],
"pre" : [], "pre" : [],
"post": [], "post" : [],
"msg" : ["Bleak? Here? How dare you, you young scallywag, I don't go around to your home and call it bleak. You young'uns are all the same, judging people by the value of their possessions."] "msg" : ["Bleak? Here? How dare you, you young scallywag, I don't go around to your home and call it bleak. You young'uns are all the same, judging people by the value of their possessions."]
},{ }, {
"match" : ["*"], "match" : ["*"],
"pre" : [], "pre" : [],
"post": [], "post" : [],
"msg" : ["Hunn? Speak up there!"] "msg" : ["Hunn? Speak up there!"]
} }
]} ]}