summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-08-30 16:08:43 -0300
committerJesusaves <cpntb1@ymail.com>2019-08-30 16:08:43 -0300
commit9e8b0b8ac77c11edb20fca419192c7466a8a56f1 (patch)
tree79b072b6a8474bca4d7b081be3c76e4813395d0e
parent88aaf2154475ef7c9d0e411b06d52d82c3c177e0 (diff)
downloadserverdata-9e8b0b8ac77c11edb20fca419192c7466a8a56f1.tar.gz
serverdata-9e8b0b8ac77c11edb20fca419192c7466a8a56f1.tar.bz2
serverdata-9e8b0b8ac77c11edb20fca419192c7466a8a56f1.tar.xz
serverdata-9e8b0b8ac77c11edb20fca419192c7466a8a56f1.zip
Lower Cotton Trouser price from 90k to 80k, update item db
Still too high but need better equipment for saner prices
-rw-r--r--db/re/item_db.conf4
-rw-r--r--npc/012-1/shoppakep.txt4
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;