From f445b8e5d0e7cdec1438a07ff769db52a070295b Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 11 Mar 2018 14:37:13 -0300 Subject: All restoreshopitem now for three args --- npc/003-1/ninathetraveler.txt | 4 ++-- npc/003-1/shop.txt | 12 ++++++------ npc/005-4/shop.txt | 10 +++++----- npc/005-5/nylo.txt | 2 +- npc/005-6/morgan.txt | 6 +++--- 5 files changed, 17 insertions(+), 17 deletions(-) diff --git a/npc/003-1/ninathetraveler.txt b/npc/003-1/ninathetraveler.txt index d08ccde83..5ac94fac7 100644 --- a/npc/003-1/ninathetraveler.txt +++ b/npc/003-1/ninathetraveler.txt @@ -149,8 +149,8 @@ OnInit: OnClock0000: OnClock1200: - restoreshopitem CherryCake, 3; - restoreshopitem ChocolateMouboo, 2; + restoreshopitem CherryCake, 300, 3; + restoreshopitem ChocolateMouboo, 5000, 2; end; } diff --git a/npc/003-1/shop.txt b/npc/003-1/shop.txt index 16a44d674..41c3c0856 100644 --- a/npc/003-1/shop.txt +++ b/npc/003-1/shop.txt @@ -22,11 +22,11 @@ OnClock0621: OnClock1210: OnClock1757: OnClock0000: - restoreshopitem YellowCottonDye, 2; - restoreshopitem Knife, 5; - restoreshopitem Arrow, 30000; - restoreshopitem DesertHat, 8; - restoreshopitem SilkRobe, 1; - restoreshopitem Bread, 15; + restoreshopitem YellowCottonDye, -1, 2; + restoreshopitem Knife, -1, 5; + restoreshopitem Arrow, -1, 30000; + restoreshopitem DesertHat, -1, 8; + restoreshopitem SilkRobe, -1, 1; + restoreshopitem Bread, -1, 15; } diff --git a/npc/005-4/shop.txt b/npc/005-4/shop.txt index 0cb69e54f..fbf8c6dfb 100644 --- a/npc/005-4/shop.txt +++ b/npc/005-4/shop.txt @@ -33,10 +33,10 @@ OnClock0602: OnClock1206: OnClock1811: OnClock0004: - restoreshopitem RoundLeatherShield, 2; - restoreshopitem SmallKnife, 5; - restoreshopitem TolchiArrow, 30000; - restoreshopitem LousyMoccasins, 4; - restoreshopitem TrainingBow, 3; + restoreshopitem RoundLeatherShield, -1, 2; + restoreshopitem SmallKnife, -1, 5; + restoreshopitem TolchiArrow, -1, 30000; + restoreshopitem LousyMoccasins, -1, 4; + restoreshopitem TrainingBow, -1, 3; } diff --git a/npc/005-5/nylo.txt b/npc/005-5/nylo.txt index 5e1a041cb..e17a23770 100644 --- a/npc/005-5/nylo.txt +++ b/npc/005-5/nylo.txt @@ -190,6 +190,6 @@ OnClock0600: OnClock1200: OnClock1800: OnClock0000: - restoreshopitem Beer, 100; + restoreshopitem Beer, 350, 100; } diff --git a/npc/005-6/morgan.txt b/npc/005-6/morgan.txt index 0bf0a3396..69d1c92d7 100644 --- a/npc/005-6/morgan.txt +++ b/npc/005-6/morgan.txt @@ -52,7 +52,7 @@ OnClock0556: OnClock1201: OnClock1759: OnClock0003: - restoreshopitem CottonCloth, 7; - restoreshopitem Fungus, 10; - restoreshopitem Bread, 15; + restoreshopitem CottonCloth, 200, 7; + restoreshopitem Fungus, -1, 10; + restoreshopitem Bread, -1, 15; } -- cgit v1.2.3-70-g09d2