From a212f0bd8cfbf58ca7e11f994663247c823a7d25 Mon Sep 17 00:00:00 2001 From: Reid Date: Fri, 15 Jan 2016 23:29:31 +0100 Subject: Add Aquada shop stand script. --- npc/001-1/shop.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/npc/001-1/shop.txt b/npc/001-1/shop.txt index ed99d531..ad0a8508 100644 --- a/npc/001-1/shop.txt +++ b/npc/001-1/shop.txt @@ -88,3 +88,22 @@ OnClock0000: restoreshopitem KhakiCottonDye, 10; restoreshopitem YellowCottonDye, 10; } + +001-1,64,114,0 trader Store#Aquada001-1 NPC_NO_SPRITE,{ + +OnInit: + tradertype(NST_MARKET); + + sellitem Aquada, -1, 50; + + .sex = G_OTHER; + .distance = 4; + end; + +OnClock0000: + restoreshopitem Aquada, 20; +OnClock0800: + restoreshopitem Aquada, 20; +OnClock1600: + restoreshopitem Aquada, 20; +} -- cgit v1.2.3-70-g09d2