From 7da893a74dc9979e8884f9512a08aa67bb36352c Mon Sep 17 00:00:00 2001 From: Reid Date: Sun, 17 Jan 2016 05:45:34 +0100 Subject: Add Sea Store. --- npc/001-1/shop.txt | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/npc/001-1/shop.txt b/npc/001-1/shop.txt index ad0a8508..632e22dc 100644 --- a/npc/001-1/shop.txt +++ b/npc/001-1/shop.txt @@ -107,3 +107,32 @@ OnClock0800: OnClock1600: restoreshopitem Aquada, 20; } + +001-1,72,126,0 trader Store#SeaStore001-1 NPC_NO_SPRITE,{ + +OnInit: + tradertype(NST_MARKET); + + sellitem Aquada, -1, 10; + sellitem UrchinMeat, -1, 20; + sellitem SmallTentacles, -1, 30; + sellitem Tentacles, -1, 15; + + .sex = G_OTHER; + .distance = 4; + end; + +OnClock0000: + restoreshopitem Aquada, 3; + restoreshopitem UrchinMeat, 12; + restoreshopitem SmallTentacles, 4; +OnClock0800: + restoreshopitem Aquada, 6; + restoreshopitem UrchinMeat, 8; + restoreshopitem Tentacles, 8; + restoreshopitem SmallTentacles, 2; +OnClock1600: + restoreshopitem Aquada, 5; + restoreshopitem UrchinMeat, 10; + restoreshopitem SmallTentacles, 7; +} -- cgit v1.2.3-70-g09d2