From 9e8b0b8ac77c11edb20fca419192c7466a8a56f1 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 30 Aug 2019 16:08:43 -0300 Subject: Lower Cotton Trouser price from 90k to 80k, update item db Still too high but need better equipment for saner prices --- db/re/item_db.conf | 4 ++-- npc/012-1/shoppakep.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/db/re/item_db.conf b/db/re/item_db.conf index f3c95f6eb..8faf6c255 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -8121,8 +8121,8 @@ item_db: ( AegisName: "CottonTrousers" Name: "Cotton Trousers" Type: "IT_ARMOR" - Buy: 1200 - Sell: 250 + Buy: 12000 + Sell: 2500 Weight: 25 Def: 22 Slots: 1 diff --git a/npc/012-1/shoppakep.txt b/npc/012-1/shoppakep.txt index 2ee13acc2..a55e36554 100644 --- a/npc/012-1/shoppakep.txt +++ b/npc/012-1/shoppakep.txt @@ -35,7 +35,7 @@ OnInit: sellitem CottonSkirt, 100000, 1; sellitem MiniSkirt, 100000, 1; sellitem ShortTankTop, 100000, 1; - sellitem CottonTrousers, 90000, 1; + sellitem CottonTrousers, 80000, 1; sellitem CottonGloves, 20000, 1; sellitem CottonBoots, 10000, 1; @@ -56,7 +56,7 @@ OnClock0546: restoreshopitem CottonSkirt, 100000, 1; restoreshopitem MiniSkirt, 100000, 1; restoreshopitem ShortTankTop, 100000, 1; - restoreshopitem CottonTrousers, 90000, 1; + restoreshopitem CottonTrousers, 80000, 1; restoreshopitem CottonGloves, 20000, 1; restoreshopitem CottonBoots, 10000, 1; -- cgit v1.2.3-70-g09d2