summaryrefslogtreecommitdiff
path: root/npc/001-1/eugene.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/001-1/eugene.txt')
-rw-r--r--npc/001-1/eugene.txt8
1 files changed, 3 insertions, 5 deletions
diff --git a/npc/001-1/eugene.txt b/npc/001-1/eugene.txt
index 3efe4d7f..4f1e25fd 100644
--- a/npc/001-1/eugene.txt
+++ b/npc/001-1/eugene.txt
@@ -29,7 +29,7 @@
l("Hey, check out my brand new fishing rod. I bought it just today."),
l("I was so excited, I wanted to try it as soon as possible."),
l("So in a hurry, I forgot to take enough bait for fishing."),
- lg("Be a friend and bring me @@ @@.", "Be a friend and bring me @@ @@.", .BaitCount, getitemlink(.BaitID));
+ l("Be a friend and bring me @@ @@.", .BaitCount, getitemlink(.BaitID));
switch (select(l("I'll be back in no time."),
l("Sorry, I'm doing other things at the moment.")))
@@ -60,12 +60,11 @@ L_CheckItems:
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("You might even get lucky, and get a @@.", getitemlink(GrassCarp)),
l("Have a good time fishing!");
delitem .BaitID, .BaitCount;
- getitem FishingRod, 1;
+ getitembound FishingRod, 1, IBT_ACCOUNT;
getitem FishingGuideVolI, 1;
setq ArtisQuests_Fishman, 2;
close;
@@ -78,7 +77,6 @@ L_QuestDone:
close;
OnInit:
- .bodytype = BODYTYPE_3;
.distance = 2;
end;
}