diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-01-13 15:38:27 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-01-13 15:38:27 -0200 |
commit | 0fd97fb09885d9fc6798f14e0dbe11634a5674d2 (patch) | |
tree | 4e0dcff13712b6bb43fafc767b2dd538c2635b88 /npc/003-1/neko.txt | |
parent | bb5ad9831b2172a0609dd32157d761cf39d2e7b7 (diff) | |
download | serverdata-0fd97fb09885d9fc6798f14e0dbe11634a5674d2.tar.gz serverdata-0fd97fb09885d9fc6798f14e0dbe11634a5674d2.tar.bz2 serverdata-0fd97fb09885d9fc6798f14e0dbe11634a5674d2.tar.xz serverdata-0fd97fb09885d9fc6798f14e0dbe11634a5674d2.zip |
Sell CottonCloth at Tulimshar
Diffstat (limited to 'npc/003-1/neko.txt')
-rw-r--r-- | npc/003-1/neko.txt | 2 |
1 files changed, 2 insertions, 0 deletions
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; |