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) islandmaster
parent
1cda22c9d8
commit
894a6a6504
|
@ -4,7 +4,7 @@
|
|||
"match" : ["treasure"],
|
||||
"pre" : [["quest", "wolfsburg/treasure-island", "=10"], ["npctoken", "state", "job"]],
|
||||
"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"],
|
||||
"pre" : [["quest", "wolfsburg/treasure-island", "=10"]],
|
||||
|
@ -12,24 +12,27 @@
|
|||
"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"]]
|
||||
}, {
|
||||
"match" : ["hi", "hello"],
|
||||
"pre" : [],
|
||||
"post" : [],
|
||||
"msg" : ["ARRRRRRR MATEY!!!!!"]
|
||||
}, {
|
||||
"match" : ["name"],
|
||||
"pre" : [],
|
||||
"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"],
|
||||
"pre" : [],
|
||||
"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" : ["*"],
|
||||
"pre" : [],
|
||||
"post" : [],
|
||||
"msg" : ["ARRRRRRR MATEY!!!!!"]
|
||||
"msg" : ["ARRRRRRR MATEY!!!!!"],
|
||||
"replies" : [["name", "What is your name, erm, arrr?", "2"]]
|
||||
}
|
||||
]}
|
||||
|
|
|
@ -83,7 +83,7 @@ end_description
|
|||
end_step
|
||||
step 20
|
||||
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_step
|
||||
step 30
|
||||
|
|
|
@ -3,6 +3,9 @@ name world_127_109
|
|||
region wolfsburg
|
||||
width 50
|
||||
height 50
|
||||
msg
|
||||
Modified: 2022-06-01 Kevin Zheng
|
||||
endmsg
|
||||
outdoor 1
|
||||
tile_path_1 world_127_108
|
||||
tile_path_2 world_128_109
|
||||
|
@ -2779,6 +2782,9 @@ hp 24
|
|||
sp 40
|
||||
x 11
|
||||
y 14
|
||||
arch quest_advance_apply
|
||||
name wolfsburg/treasure-island 0>10
|
||||
end
|
||||
end
|
||||
arch shallow_sea
|
||||
x 11
|
||||
|
|
|
@ -4,7 +4,7 @@ region wolfsburg
|
|||
width 50
|
||||
height 50
|
||||
msg
|
||||
Modified: 2020-12-20 SilverNexus
|
||||
Modified: 2022-06-01 Kevin Zheng
|
||||
endmsg
|
||||
outdoor 1
|
||||
tile_path_1 world_129_108
|
||||
|
@ -6338,9 +6338,6 @@ hp 12
|
|||
sp 14
|
||||
x 24
|
||||
y 40
|
||||
arch quest_advance_apply
|
||||
name wolfsburg/treasure-island 0>10
|
||||
end
|
||||
end
|
||||
arch pstone_1
|
||||
x 24
|
||||
|
|
Loading…
Reference in New Issue