From c583a462d85d7e9389d21535aebbfec9fce4018c Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 1 Jun 2018 23:47:04 -0300 Subject: BUG :inGame_e: --- npc/009-1/fisherman.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'npc/009-1/fisherman.txt') 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); } -- cgit v1.2.3-60-g2f50