summaryrefslogtreecommitdiff
path: root/npc/012-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-09-11 19:42:37 -0300
committerJesusaves <cpntb1@ymail.com>2019-09-11 19:42:37 -0300
commit2090a49f46df16e9b99a2986c09329986db79da5 (patch)
tree76c887452ce91350f5ebe62f44d0e0605dccc344 /npc/012-1
parent4cbbf8adba74ccf10a57e99356167cd36668567d (diff)
downloadserverdata-2090a49f46df16e9b99a2986c09329986db79da5.tar.gz
serverdata-2090a49f46df16e9b99a2986c09329986db79da5.tar.bz2
serverdata-2090a49f46df16e9b99a2986c09329986db79da5.tar.xz
serverdata-2090a49f46df16e9b99a2986c09329986db79da5.zip
Shoppa Kep - Remove Leather Shirt, give nearly 50% discount on skirts.
It's only cosmetic, this price is too high for what it is worth >.> PS. [Cotton Trousers] are still a TOP item. Price kept at 80k.
Diffstat (limited to 'npc/012-1')
-rw-r--r--npc/012-1/shoppakep.txt13
1 files changed, 6 insertions, 7 deletions
diff --git a/npc/012-1/shoppakep.txt b/npc/012-1/shoppakep.txt
index c3b46efc7..b542e5014 100644
--- a/npc/012-1/shoppakep.txt
+++ b/npc/012-1/shoppakep.txt
@@ -32,10 +32,10 @@ OnInit:
tradertype(NST_MARKET);
- sellitem CottonSkirt, 100000, 1;
- sellitem MiniSkirt, 100000, 1;
- sellitem ShortTankTop, 100000, 1;
sellitem CottonTrousers, 80000, 1;
+ sellitem CottonSkirt, 40000, 1;
+ sellitem MiniSkirt, 35000, 1;
+ sellitem ShortTankTop, 20000, 1;
sellitem CottonGloves, 20000, 1;
sellitem CottonBoots, 10000, 1;
@@ -53,11 +53,10 @@ OnInit:
OnClock1759:
restoreshopitem PinkieLeg, 500, 1;
OnClock0546:
- restoreshopitem LeatherShirt, 50000, 1;
- restoreshopitem CottonSkirt, 100000, 1;
- restoreshopitem MiniSkirt, 100000, 1;
- restoreshopitem ShortTankTop, 100000, 1;
restoreshopitem CottonTrousers, 80000, 1;
+ restoreshopitem CottonSkirt, 40000, 1;
+ restoreshopitem MiniSkirt, 35000, 1;
+ restoreshopitem ShortTankTop, 20000, 1;
restoreshopitem CottonGloves, 20000, 1;
restoreshopitem CottonBoots, 10000, 1;