diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-15 12:08:33 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-15 12:08:33 -0300 |
commit | 842431d7635b17b1210a2ce040f0d9f9a9c2583b (patch) | |
tree | 630ff2dfe168963e29e1e384c5c359bae9d1543c /npc | |
parent | be2a126f029419afadb14045158c2fe9a89d93ee (diff) | |
download | serverdata-842431d7635b17b1210a2ce040f0d9f9a9c2583b.tar.gz serverdata-842431d7635b17b1210a2ce040f0d9f9a9c2583b.tar.bz2 serverdata-842431d7635b17b1210a2ce040f0d9f9a9c2583b.tar.xz serverdata-842431d7635b17b1210a2ce040f0d9f9a9c2583b.zip |
Improve ShoppaKep stock
Diffstat (limited to 'npc')
-rw-r--r-- | npc/012-1/shoppakep.txt | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/npc/012-1/shoppakep.txt b/npc/012-1/shoppakep.txt index 247c23e80..ee65b7d9b 100644 --- a/npc/012-1/shoppakep.txt +++ b/npc/012-1/shoppakep.txt @@ -34,7 +34,9 @@ OnInit: sellitem CottonSkirt, 100000, 1; sellitem MiniSkirt, 100000, 1; sellitem ShortTankTop, 100000, 1; - sellitem CottonTrousers, 100000, 1; + sellitem CottonTrousers, 90000, 1; + sellitem CottonGloves, 20000, 1; + sellitem CottonBoots, 10000, 1; sellitem PinkieLeg, 500, 1; sellitem Piberries, -1, 30; @@ -53,7 +55,9 @@ OnClock0546: restoreshopitem CottonSkirt, 100000, 1; restoreshopitem MiniSkirt, 100000, 1; restoreshopitem ShortTankTop, 100000, 1; - restoreshopitem CottonTrousers, 100000, 1; + restoreshopitem CottonTrousers, 90000, 1; + restoreshopitem CottonGloves, 20000, 1; + restoreshopitem CottonBoots, 10000, 1; restoreshopitem Piberries, -1, 30; restoreshopitem Plushroom, -1, 3; |