From 0fd97fb09885d9fc6798f14e0dbe11634a5674d2 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 13 Jan 2019 15:38:27 -0200 Subject: Sell CottonCloth at Tulimshar --- npc/003-1/neko.txt | 2 ++ npc/003-1/shop.txt | 1 + 2 files changed, 3 insertions(+) (limited to 'npc/003-1') diff --git a/npc/003-1/neko.txt b/npc/003-1/neko.txt index b8720b6d6..b3d0473b8 100644 --- a/npc/003-1/neko.txt +++ b/npc/003-1/neko.txt @@ -67,6 +67,7 @@ OnInit: sellitem LeatherShirt, 12000, 1; sellitem ShortTankTop, 8000, 1; sellitem TrainingBow, 990, 2; + sellitem CottonCloth, -1, 3; sellitem RoastedMaggot, -1, 2; sellitem ArrowAmmoBox,-1,rand(5,10); sellitem Arrow, -1, rand(10000,30000); @@ -83,6 +84,7 @@ OnClock2359: restoreshopitem ShortTankTop, 8000, 1; restoreshopitem ArrowAmmoBox,rand(5,10); restoreshopitem Arrow, rand(10000,30000); + restoreshopitem CottonCloth, -1, 3; restoreshopitem RoastedMaggot, -1, 2; restoreshopitem CroconutBox, rand(2650,3000), 4; restoreshopitem EmptyBox, -1, 2; diff --git a/npc/003-1/shop.txt b/npc/003-1/shop.txt index f18502913..18b4ce703 100644 --- a/npc/003-1/shop.txt +++ b/npc/003-1/shop.txt @@ -14,6 +14,7 @@ OnInit: sellitem Arrow, -1, 30000; sellitem DesertHat, -1, 8; sellitem SilkRobe, -1, 1; + sellitem CottonCloth, -1, 2; sellitem Bread, -1, 15; sellitem CroconutBox, rand(2800,2900), 6; sellitem EmptyBottle, -1, 3; // You can buy some empty bottles here, but they're scarse -- cgit v1.2.3-60-g2f50