From edf17ee6799d24e41e74d8dab9f9c722ff4c1b6a Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 23 Jul 2019 09:56:21 -0300 Subject: (Small) Fishing Net. --- npc/003-1/eugene.txt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'npc/003-1/eugene.txt') diff --git a/npc/003-1/eugene.txt b/npc/003-1/eugene.txt index e1aad9187..c7bb3c580 100644 --- a/npc/003-1/eugene.txt +++ b/npc/003-1/eugene.txt @@ -98,6 +98,7 @@ OnInit: .BaitCount = 10; tradertype(NST_MARKET); + sellitem SmallFishingNet, -1, 1; sellitem FishBox, -1, 5; sellitem CommonCarp, -1, 3; sellitem GrassCarp, -1, 1; @@ -110,9 +111,10 @@ OnClock0611: OnClock1200: OnClock1801: OnClock0003: - restoreshopitem FishBox, -1, 5; - restoreshopitem CommonCarp, -1, 3; - restoreshopitem GrassCarp, -1, 1; + restoreshopitem SmallFishingNet, 1; + restoreshopitem FishBox, 5; + restoreshopitem CommonCarp, 3; + restoreshopitem GrassCarp, 1; end; } -- cgit v1.2.3-60-g2f50