summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgumi <mekolat@users.noreply.github.com>2017-01-15 13:23:36 -0500
committergumi <mekolat@users.noreply.github.com>2017-01-17 14:08:30 -0500
commitf2f5ef6f1ef56b98dac5bba614138482db6a6b2c (patch)
tree8af3c9b1c2a7c24c2e7a48d75b43ba06a00c33d2
parentcb8aa876df0595676a08e56d7e6c4eb56a5fb6af (diff)
downloadserverdata-f2f5ef6f1ef56b98dac5bba614138482db6a6b2c.tar.gz
serverdata-f2f5ef6f1ef56b98dac5bba614138482db6a6b2c.tar.bz2
serverdata-f2f5ef6f1ef56b98dac5bba614138482db6a6b2c.tar.xz
serverdata-f2f5ef6f1ef56b98dac5bba614138482db6a6b2c.zip
make eugene give the fishing guide
-rw-r--r--npc/001-1/eugene.txt14
1 files changed, 8 insertions, 6 deletions
diff --git a/npc/001-1/eugene.txt b/npc/001-1/eugene.txt
index 6780ed89..08dbefa4 100644
--- a/npc/001-1/eugene.txt
+++ b/npc/001-1/eugene.txt
@@ -55,16 +55,18 @@ L_CheckItems:
}
speech
- l("That's exactly what I needed."),
- l("As a thank you, accept my old fishing rod."),
- l("It's not as good as my new one, but still useful."),
- l("Just look out at that water! There's plenty more fish there."),
- l("With my old fishing rod you can catch something every day."),
- lg("You might even get lucky, and get a @@.", getitemlink(GrassCarp)),
+ l("That's exactly what I needed!"),
+ l("To thank you, accept my old fishing rod."),
+ l("It's not as good as my new one, but still very useful."),
+ l("Just look at that water! There's a whole bunch of fish down there."),
+ l("Oh, and you will need this book too, it will help you learn the basics of fishing."),
+ lg("You might even get lucky, and get a @@.",
+ "You might even get lucky, and get a @@.", getitemlink(GrassCarp)),
l("Have a good time fishing!");
delitem .BaitID, .BaitCount;
getitem FishingRod, 1;
+ getitem FishingGuideVolI, 1;
setq ArtisQuests_Fishman, 2;
close;