From 84fabf853793907df100cadad6400f9a457439d4 Mon Sep 17 00:00:00 2001 From: Reid Date: Sun, 17 Jan 2016 05:51:56 +0100 Subject: Add Manana shops. --- npc/001-1/shop.txt | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) (limited to 'npc/001-1/shop.txt') diff --git a/npc/001-1/shop.txt b/npc/001-1/shop.txt index 7e3e9289..b479e48a 100644 --- a/npc/001-1/shop.txt +++ b/npc/001-1/shop.txt @@ -159,3 +159,42 @@ OnClock1600: restoreshopitem CommonCarp, 3; restoreshopitem GrassCarp, 4; } + +001-1,48,116,0 trader Store#Manana001-1 NPC_NO_SPRITE,{ + +OnInit: + tradertype(NST_MARKET); + + sellitem Manana, -1, 60; + + .sex = G_OTHER; + .distance = 4; + end; + +OnClock0000: + restoreshopitem Manana, 20; +OnClock0800: + restoreshopitem Manana, 15; +OnClock1600: + restoreshopitem Manana, 20; +} + +001-1,53,123,0 trader Store#Various001-1 NPC_NO_SPRITE,{ + +OnInit: + tradertype(NST_MARKET); + + sellitem Manana, -1, 30; +// Add soft drinks. + + .sex = G_OTHER; + .distance = 4; + end; + +OnClock0000: + restoreshopitem Manana, 10; +OnClock0800: + restoreshopitem Manana, 15; +OnClock1600: + restoreshopitem Manana, 6; +} -- cgit v1.2.3-60-g2f50