From b55b35985a8089a6723ed51126d84240c644616a Mon Sep 17 00:00:00 2001 From: Reid Date: Sun, 17 Jan 2016 05:45:43 +0100 Subject: Add Fish Store. --- npc/001-1/shop.txt | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/npc/001-1/shop.txt b/npc/001-1/shop.txt index 632e22dc..7e3e9289 100644 --- a/npc/001-1/shop.txt +++ b/npc/001-1/shop.txt @@ -136,3 +136,26 @@ OnClock1600: restoreshopitem UrchinMeat, 10; restoreshopitem SmallTentacles, 7; } + +001-1,71,129,0 trader Store#FishStore001-1 NPC_NO_SPRITE,{ + +OnInit: + tradertype(NST_MARKET); + + sellitem CommonCarp, -1, 8; + sellitem GrassCarp, -1, 7; + + .sex = G_OTHER; + .distance = 4; + end; + +OnClock0000: + restoreshopitem CommonCarp, 3; + restoreshopitem GrassCarp, 2; +OnClock0800: + restoreshopitem CommonCarp, 2; + restoreshopitem GrassCarp, 3; +OnClock1600: + restoreshopitem CommonCarp, 3; + restoreshopitem GrassCarp, 4; +} -- cgit v1.2.3-70-g09d2