summaryrefslogtreecommitdiff
path: root/npc/005-4/shop.txt
diff options
context:
space:
mode:
authorjesusalva <cpntb1@ymail.com>2018-03-01 19:26:02 -0300
committerjesusalva <cpntb1@ymail.com>2018-03-01 19:26:02 -0300
commit09510d786445ed82bc2a8725a4653b2638cb8ac6 (patch)
tree2420cef9104f7ace262b0c2d18bcfea9d53066ed /npc/005-4/shop.txt
parent075a5c7d0f597f835fd0cd49de1bdb2cc38a3a0b (diff)
downloadserverdata-09510d786445ed82bc2a8725a4653b2638cb8ac6.tar.gz
serverdata-09510d786445ed82bc2a8725a4653b2638cb8ac6.tar.bz2
serverdata-09510d786445ed82bc2a8725a4653b2638cb8ac6.tar.xz
serverdata-09510d786445ed82bc2a8725a4653b2638cb8ac6.zip
All NST_MARKET shops should be restocking roughly every 6 hours.
Diffstat (limited to 'npc/005-4/shop.txt')
-rw-r--r--npc/005-4/shop.txt15
1 files changed, 9 insertions, 6 deletions
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;
}