summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/003-1/ninathetraveler.txt1
-rw-r--r--npc/003-1/shop.txt11
-rw-r--r--npc/005-4/shop.txt15
-rw-r--r--npc/005-5/nylo.txt3
4 files changed, 20 insertions, 10 deletions
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;
}
diff --git a/npc/005-4/shop.txt b/npc/005-4/shop.txt
index 171e3839a..5fd5271f0 100644
--- a/npc/005-4/shop.txt
+++ b/npc/005-4/shop.txt
@@ -19,21 +19,24 @@
OnInit:
tradertype(NST_MARKET);
- sellitem RoundLeatherShield, -1, 3;
+ sellitem RoundLeatherShield, -1, 2;
sellitem SmallKnife, -1, 5;
sellitem TolchiArrow, -1, 30000;
- sellitem LousyMoccasins, -1, 20;
+ sellitem LousyMoccasins, -1, 4;
sellitem TrainingBow, -1, 3;
.sex = G_OTHER;
.distance = 3;
end;
-OnClock0000:
- restoreshopitem RoundLeatherShield, 3;
+OnClock0602:
+OnClock1206:
+OnClock1811:
+OnClock0004:
+ restoreshopitem RoundLeatherShield, 2;
restoreshopitem SmallKnife, 5;
restoreshopitem TolchiArrow, 30000;
- restoreshopitem LousyMoccasins, 20;
- restoreshopitem TrainingBow, 1;
+ restoreshopitem LousyMoccasins, 4;
+ restoreshopitem TrainingBow, 3;
}
diff --git a/npc/005-5/nylo.txt b/npc/005-5/nylo.txt
index 1f10c3746..5e1a041cb 100644
--- a/npc/005-5/nylo.txt
+++ b/npc/005-5/nylo.txt
@@ -186,6 +186,9 @@ OnInit:
.distance = 4;
end;
+OnClock0600:
+OnClock1200:
+OnClock1800:
OnClock0000:
restoreshopitem Beer, 100;