diff options
Diffstat (limited to 'db/re')
-rw-r--r-- | db/re/item_db.conf | 50 |
1 files changed, 49 insertions, 1 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 8cbb86427..1d3137e3d 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -4851,11 +4851,13 @@ item_db: ( // Bow: Subtype W_BOW (ITEMINFO_SUBTYPE) // Arrow: EQP_AMMO // Check if you are using bow and arrows + /* debugmes "Quiver info! Bow Getequip id is "+getequipid(EQI_HAND_R); debugmes "Quiver info! Item subtype is "+getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_SUBTYPE); debugmes "Quiver info! Target subtype: "+W_BOW; + */ if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_SUBTYPE) == W_BOW) { - bonus bHitRate,10; + bonus bAspdRate,6; bonus bAddMaxWeight,100; } bonus bMaxSPrate,-10; @@ -4863,6 +4865,52 @@ item_db: ( "> }, { + Id: 1173 + AegisName: "TerraniteQuiver" + Name: "Terranite Quiver" + Type: "IT_ARMOR" + Buy: 240000 + Sell: 5800 + Weight: 140 + Def: 0 + Loc: "EQP_ACC_L" + WeaponLv: 0 + EquipLv: 50 + Refine: false + BuyingStore: true + Script: <" + if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_SUBTYPE) == W_BOW) { + bonus bAspdRate,12; + bonus bAddMaxWeight,200; + } + bonus bMaxSPrate,-20; + bonus bLuk,-2; + "> +}, +{ + Id: 1174 + AegisName: "PlatinumQuiver" + Name: "Platinum Quiver" + Type: "IT_ARMOR" + Buy: 480000 + Sell: 11300 + Weight: 200 + Def: 0 + Loc: "EQP_ACC_L" + WeaponLv: 0 + EquipLv: 70 + Refine: false + BuyingStore: true + Script: <" + if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_SUBTYPE) == W_BOW) { + bonus bAspdRate,20; + bonus bAddMaxWeight,300; + } + bonus bMaxSPrate,-30; + bonus bLuk,-3; + "> +}, +{ Id: 1300 AegisName: "CreasedShirt" Name: "Creased Shirt" |