summaryrefslogtreecommitdiff
path: root/npc/003-1/shop.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-01-17 01:25:34 -0200
committerJesusaves <cpntb1@ymail.com>2019-01-17 01:25:34 -0200
commit00dd15955e6de673f4a351613c9944c8520f82f7 (patch)
treec78a02245431c435189e95a7f2e98ef94d0f30f7 /npc/003-1/shop.txt
parente4aee6cd41966a87db9055f9c79f82f390920c15 (diff)
downloadserverdata-00dd15955e6de673f4a351613c9944c8520f82f7.tar.gz
serverdata-00dd15955e6de673f4a351613c9944c8520f82f7.tar.bz2
serverdata-00dd15955e6de673f4a351613c9944c8520f82f7.tar.xz
serverdata-00dd15955e6de673f4a351613c9944c8520f82f7.zip
Sell Round Leather Shield at Tulim. Remove some items from Aeros Reward Master
Diffstat (limited to 'npc/003-1/shop.txt')
-rw-r--r--npc/003-1/shop.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/003-1/shop.txt b/npc/003-1/shop.txt
index 18b4ce703..eaf8c1be6 100644
--- a/npc/003-1/shop.txt
+++ b/npc/003-1/shop.txt
@@ -8,6 +8,7 @@ OnInit:
tradertype(NST_MARKET);
sellitem YellowDye, -1, 2;
+ sellitem RoundLeatherShield, -1, 2;
sellitem Knife, -1, 5;
sellitem TrainingAmmoBox, -1, rand(2,5);
sellitem ArrowAmmoBox, -1, rand(2,4);
@@ -29,6 +30,7 @@ OnClock1210:
OnClock1757:
OnClock0000:
restoreshopitem YellowDye, -1, 2;
+ restoreshopitem RoundLeatherShield, -1, 2;
restoreshopitem Knife, -1, 5;
restoreshopitem TrainingAmmoBox, rand(2,5);
restoreshopitem ArrowAmmoBox, rand(2,4);