From 2090a49f46df16e9b99a2986c09329986db79da5 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 11 Sep 2019 19:42:37 -0300 Subject: 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. --- npc/012-1/shoppakep.txt | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'npc/012-1/shoppakep.txt') 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; -- cgit v1.2.3-70-g09d2