summaryrefslogtreecommitdiff
path: root/npc/009-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-06-01 23:47:04 -0300
committerJesusaves <cpntb1@ymail.com>2018-06-01 23:47:04 -0300
commitc583a462d85d7e9389d21535aebbfec9fce4018c (patch)
treef4ac18282fab8f060db7af0fd0eaecd42192e9b1 /npc/009-1
parente30aa87d7aba41e405fcfa7c9313d3fac15e92fb (diff)
downloadserverdata-c583a462d85d7e9389d21535aebbfec9fce4018c.tar.gz
serverdata-c583a462d85d7e9389d21535aebbfec9fce4018c.tar.bz2
serverdata-c583a462d85d7e9389d21535aebbfec9fce4018c.tar.xz
serverdata-c583a462d85d7e9389d21535aebbfec9fce4018c.zip
BUG :inGame_e:
Diffstat (limited to 'npc/009-1')
-rw-r--r--npc/009-1/fisherman.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/009-1/fisherman.txt b/npc/009-1/fisherman.txt
index 5c0238e1f..fdc26db99 100644
--- a/npc/009-1/fisherman.txt
+++ b/npc/009-1/fisherman.txt
@@ -51,7 +51,7 @@ L_String:
mes l("o.o \"You're being unreasonable. That's way too much!\"");
next;
mesn;
- mesq l("To make the string you want, I need a special oil, which I do it myself. It's hard to do, so I'll spend time I could be using to fish or help the city guard.");
+ mesq l("To make the string you want, I need a special oil, which I make myself. It's hard to do, so I'll spend time I could be using to fish or help the city guard.");
next;
mesn;
mesq l("I'll make your life easier, I'm also accepting 20 @@ or @@ instead the Grass Carp. Go now, pal.", getitemlink(CommonCarp), getitemlink(Roach));
@@ -65,7 +65,7 @@ L_String:
goto L_Finish;
default:
mesn;
- mesq l("You need:");
+ mesq l("You have:");
if (countitem(GrassCarp) > 0)
mes l("@@/1 @@", countitem(GrassCarp), getitemlink(GrassCarp));
else if (countitem(Roach) > countitem(CommonCarp))
@@ -136,7 +136,7 @@ L_Finish:
close;
OnKillFireGoblin:
- if (getq(HurscaldQuest_ForestBow) == 1 && getq3(HurscaldQuest_ForestBow) > 10 && getq3(HurscaldQuest_ForestBow) < 50) {
+ if (getq(HurscaldQuest_ForestBow) == 1 && getq3(HurscaldQuest_ForestBow) >= 10 && getq3(HurscaldQuest_ForestBow) < 50) {
setq3 HurscaldQuest_ForestBow, getq3(HurscaldQuest_ForestBow)+1;
dispbottom l("@@/40 Fire Goblins killed", getq3(HurscaldQuest_ForestBow)-10);
}