From 09510d786445ed82bc2a8725a4653b2638cb8ac6 Mon Sep 17 00:00:00 2001 From: jesusalva Date: Thu, 1 Mar 2018 19:26:02 -0300 Subject: All NST_MARKET shops should be restocking roughly every 6 hours. --- npc/003-1/ninathetraveler.txt | 1 + npc/003-1/shop.txt | 11 +++++++---- 2 files changed, 8 insertions(+), 4 deletions(-) (limited to 'npc/003-1') diff --git a/npc/003-1/ninathetraveler.txt b/npc/003-1/ninathetraveler.txt index 33aa5c704..80aeb78b9 100644 --- a/npc/003-1/ninathetraveler.txt +++ b/npc/003-1/ninathetraveler.txt @@ -145,6 +145,7 @@ OnInit: end; OnClock0000: +OnClock1200: restoreshopitem CherryCake, 3; restoreshopitem ChocolateMouboo, 2; end; diff --git a/npc/003-1/shop.txt b/npc/003-1/shop.txt index 1abed4e68..1dee03cc8 100644 --- a/npc/003-1/shop.txt +++ b/npc/003-1/shop.txt @@ -7,21 +7,24 @@ OnInit: tradertype(NST_MARKET); - sellitem YellowCottonDye, -1, 3; + sellitem YellowCottonDye, -1, 2; sellitem Knife, -1, 5; sellitem Arrow, -1, 30000; - sellitem DesertHat, -1, 10; + sellitem DesertHat, -1, 8; sellitem Bread, -1, 15; .sex = G_OTHER; .distance = 3; end; +OnClock0621: +OnClock1210: +OnClock1757: OnClock0000: - restoreshopitem YellowCottonDye, 3; + restoreshopitem YellowCottonDye, 2; restoreshopitem Knife, 5; restoreshopitem Arrow, 30000; - restoreshopitem DesertHat, 10; + restoreshopitem DesertHat, 8; restoreshopitem Bread, 15; } -- cgit v1.2.3-60-g2f50