diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-20 12:17:36 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-20 12:17:36 -0300 |
commit | 5c5fc886b83b4498712d2362949b9e09f33a9bd5 (patch) | |
tree | 11a4785b585e41713cbd23799868ee0b323c3614 /db | |
parent | a0f416199be381e3234b6b44bc5a500fab719fe9 (diff) | |
download | serverdata-5c5fc886b83b4498712d2362949b9e09f33a9bd5.tar.gz serverdata-5c5fc886b83b4498712d2362949b9e09f33a9bd5.tar.bz2 serverdata-5c5fc886b83b4498712d2362949b9e09f33a9bd5.tar.xz serverdata-5c5fc886b83b4498712d2362949b9e09f33a9bd5.zip |
Forest Armor
Diffstat (limited to 'db')
-rw-r--r-- | db/re/item_db.conf | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 0738a8805..768a370e9 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -5123,16 +5123,22 @@ item_db: ( AegisName: "ForestArmor" Name: "Forest Armor" Type: "IT_ARMOR" - Buy: 120000 - Sell: 10000 - Weight: 3600 - Def: 250 + Buy: 12000 + Sell: 4000 + Weight: 380 + Def: 58 Loc: "EQP_HEAD_MID" WeaponLv: 0 - EquipLv: 15 + EquipLv: 50 Refine: false ViewSprite: 1308 BuyingStore: true + Script: <" + bonus bDex, 2; + if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_SUBTYPE) == W_BOW) { + bonus bAgi, 2; + } + "> }, { Id: 1309 |