diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-11-16 01:09:08 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-11-16 01:09:08 -0300 |
commit | 764b72f066e1580c1495381713aa43591f7e8931 (patch) | |
tree | 526e0cae5c506b7c6119d2c5abb208323a225dcb | |
parent | b0a8182206e128b9a457148e7557e52fe7db4d7d (diff) | |
download | serverdata-764b72f066e1580c1495381713aa43591f7e8931.tar.gz serverdata-764b72f066e1580c1495381713aa43591f7e8931.tar.bz2 serverdata-764b72f066e1580c1495381713aa43591f7e8931.tar.xz serverdata-764b72f066e1580c1495381713aa43591f7e8931.zip |
Shoppa Kep: Update price for cotton-based items so they're more consistent.
-rw-r--r-- | npc/012-1/shoppakep.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/npc/012-1/shoppakep.txt b/npc/012-1/shoppakep.txt index 13fb8f360..8c5f4ba17 100644 --- a/npc/012-1/shoppakep.txt +++ b/npc/012-1/shoppakep.txt @@ -27,11 +27,11 @@ OnInit: sleep(SHOPWAIT); tradertype(NST_MARKET); - sellitem CottonTrousers, 80000, 1; - sellitem CottonSkirt, 40000, 1; - sellitem MiniSkirt, 35000, 1; - sellitem ShortTankTop, 20000, 1; - sellitem CottonGloves, 20000, 1; + sellitem CottonTrousers, 10000, 1; + sellitem CottonSkirt, 5000, 1; + sellitem MiniSkirt, 5000, 1; + sellitem ShortTankTop, 2000, 1; + sellitem CottonGloves, 15000, 1; sellitem CottonBoots, 10000, 1; sellitem PinkieLeg, 500, 1; |