summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-01-08 12:56:21 -0200
committerJesusaves <cpntb1@ymail.com>2019-01-08 12:56:21 -0200
commita6651b72b36a9643cffced792c7bd8b20093e3e2 (patch)
tree29c3f6a1865a2dad9f105612a75a6fdd9ea470b4
parent42f0fd6aed56fa85db47765b9574a4c4d957e486 (diff)
downloadserverdata-a6651b72b36a9643cffced792c7bd8b20093e3e2.tar.gz
serverdata-a6651b72b36a9643cffced792c7bd8b20093e3e2.tar.bz2
serverdata-a6651b72b36a9643cffced792c7bd8b20093e3e2.tar.xz
serverdata-a6651b72b36a9643cffced792c7bd8b20093e3e2.zip
Mild adjustments, and lower a bit Platinum Quiver price.
-rw-r--r--db/re/item_db.conf4
-rw-r--r--npc/012-5/nicholas.txt2
2 files changed, 3 insertions, 3 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index f2509bf02..811e4e1f4 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -5490,7 +5490,7 @@ item_db: (
Type: "IT_ARMOR"
Buy: 240000
Sell: 6200
- Weight: 140
+ Weight: 200
Def: 0
Loc: "EQP_ACC_L"
EquipLv: 70
@@ -5512,7 +5512,7 @@ item_db: (
Type: "IT_ARMOR"
Buy: 480000
Sell: 11300
- Weight: 200
+ Weight: 250
Def: 0
Loc: "EQP_ACC_L"
EquipLv: 90
diff --git a/npc/012-5/nicholas.txt b/npc/012-5/nicholas.txt
index 93c30ac75..8e144de50 100644
--- a/npc/012-5/nicholas.txt
+++ b/npc/012-5/nicholas.txt
@@ -189,7 +189,7 @@ L_Quiver:
blacksmith_create(CopperIngot, 27, TinIngot, 3, BronzeQuiver, 4000);
break;
case 4:
- blacksmith_create(PlatinumIngot, 24, IridiumIngot, 8, PlatinumQuiver, 5000);
+ blacksmith_create(PlatinumIngot, 18, IridiumIngot, 6, PlatinumQuiver, 5000);
break;
}
goto L_Quiver;