diff options
-rw-r--r-- | npc/012-1/shoppakep.txt | 13 |
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; |