From 9021005ce2eef968596bb55b4b40504bffe4d298 Mon Sep 17 00:00:00 2001 From: jesusalva Date: Fri, 2 Mar 2018 02:39:51 -0300 Subject: At very least, players will be able to buy Silk Robes (same defense value) --- db/re/item_db.conf | 9 ++++----- npc/003-1/shop.txt | 2 ++ 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 70c37d0c1..33b5744bc 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -6057,12 +6057,11 @@ item_db: ( AegisName: "SilkRobe" Name: "Silk Robe" Type: "IT_ARMOR" - Buy: 12000 - Sell: 800 + Buy: 3000 + Sell: 1000 Weight: 25 Atk: 0 - Matk: 170 - Def: 90 + Def: 15 Range: 0 Slots: 1 Job: { @@ -6071,7 +6070,7 @@ item_db: ( Gender: "SEX_ANY" Loc: "EQP_HEAD_MID" WeaponLv: 0 - EquipLv: 25 + EquipLv: 15 Refine: false ViewSprite: 1316 BindOnEquip: false diff --git a/npc/003-1/shop.txt b/npc/003-1/shop.txt index 1dee03cc8..16a44d674 100644 --- a/npc/003-1/shop.txt +++ b/npc/003-1/shop.txt @@ -11,6 +11,7 @@ OnInit: sellitem Knife, -1, 5; sellitem Arrow, -1, 30000; sellitem DesertHat, -1, 8; + sellitem SilkRobe, -1, 1; sellitem Bread, -1, 15; .sex = G_OTHER; @@ -25,6 +26,7 @@ OnClock0000: restoreshopitem Knife, 5; restoreshopitem Arrow, 30000; restoreshopitem DesertHat, 8; + restoreshopitem SilkRobe, 1; restoreshopitem Bread, 15; } -- cgit v1.2.3-70-g09d2