Tweak Treasure Island quest

- Remove line breaks from dialog
- Give Black Beard a reasonable reply
- Move quest start trigger to boat to (instead of back from) island
master
Kevin Zheng 2022-06-01 23:54:55 -07:00
parent 1cda22c9d8
commit 894a6a6504
4 changed files with 20 additions and 14 deletions

View File

@ -4,7 +4,7 @@
"match" : ["treasure"], "match" : ["treasure"],
"pre" : [["quest", "wolfsburg/treasure-island", "=10"], ["npctoken", "state", "job"]], "pre" : [["quest", "wolfsburg/treasure-island", "=10"], ["npctoken", "state", "job"]],
"post" : [["quest", "wolfsburg/treasure-island", "20"]], "post" : [["quest", "wolfsburg/treasure-island", "20"]],
"msg" : ["Yarh, I do happen.\n\nYou need a magic shovel.\n\nTalk to my friend Long John Silver in this tavern, he knows more than I do."] "msg" : ["Yarh, I do happen. You need a magic shovel. Talk to my friend Long John Silver in this tavern, he knows more than I do."]
}, { }, {
"match" : ["pirate", "job"], "match" : ["pirate", "job"],
"pre" : [["quest", "wolfsburg/treasure-island", "=10"]], "pre" : [["quest", "wolfsburg/treasure-island", "=10"]],
@ -12,24 +12,27 @@
"msg" : ["I search the seven seas looking for treasure."], "msg" : ["I search the seven seas looking for treasure."],
"replies" : [["treasure", "Talking of treasure, you don't happen to know anything about the so-called treasure island?", "2"]] "replies" : [["treasure", "Talking of treasure, you don't happen to know anything about the so-called treasure island?", "2"]]
}, { }, {
"match" : ["hi", "hello"],
"pre" : [],
"post" : [],
"msg" : ["ARRRRRRR MATEY!!!!!"]
}, {
"match" : ["name"], "match" : ["name"],
"pre" : [], "pre" : [],
"post" : [], "post" : [],
"msg" : ["I am Black Beard the pirate."] "msg" : ["Arrr, I am Black Beard the pirate!"],
"replies" : [["job", "So, what is your, arrr, job?", "2"]]
}, { }, {
"match" : ["pirate", "job"], "match" : ["pirate", "job"],
"pre" : [], "pre" : [],
"post" : [], "post" : [],
"msg" : ["I search the seven seas looking for treasure."] "msg" : ["I search the seven seas looking for treasure, arrr!"],
"replies" : [["treasure", "Do you know where I can find some treasure?", "2"]]
}, {
"match" : ["treasure"],
"pre" : [],
"post" : [],
"msg" : ["Yaarr, it would not be so easy if I told ye everything!"]
}, { }, {
"match" : ["*"], "match" : ["*"],
"pre" : [], "pre" : [],
"post" : [], "post" : [],
"msg" : ["ARRRRRRR MATEY!!!!!"] "msg" : ["ARRRRRRR MATEY!!!!!"],
"replies" : [["name", "What is your name, erm, arrr?", "2"]]
} }
]} ]}

View File

@ -83,7 +83,7 @@ end_description
end_step end_step
step 20 step 20
description description
I should talk to Long John Silver, in the Eternal reward taven. I should talk to Long John Silver in the Eternal Reward, Wolfsburg's tavern.
end_description end_description
end_step end_step
step 30 step 30

View File

@ -3,6 +3,9 @@ name world_127_109
region wolfsburg region wolfsburg
width 50 width 50
height 50 height 50
msg
Modified: 2022-06-01 Kevin Zheng
endmsg
outdoor 1 outdoor 1
tile_path_1 world_127_108 tile_path_1 world_127_108
tile_path_2 world_128_109 tile_path_2 world_128_109
@ -2779,6 +2782,9 @@ hp 24
sp 40 sp 40
x 11 x 11
y 14 y 14
arch quest_advance_apply
name wolfsburg/treasure-island 0>10
end
end end
arch shallow_sea arch shallow_sea
x 11 x 11

View File

@ -4,7 +4,7 @@ region wolfsburg
width 50 width 50
height 50 height 50
msg msg
Modified: 2020-12-20 SilverNexus Modified: 2022-06-01 Kevin Zheng
endmsg endmsg
outdoor 1 outdoor 1
tile_path_1 world_129_108 tile_path_1 world_129_108
@ -6338,9 +6338,6 @@ hp 12
sp 14 sp 14
x 24 x 24
y 40 y 40
arch quest_advance_apply
name wolfsburg/treasure-island 0>10
end
end end
arch pstone_1 arch pstone_1
x 24 x 24