diff options
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r-- | db/re/item_db.conf | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 397679716..f77785f1e 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -4834,6 +4834,35 @@ item_db: ( BuyingStore: true }, { + Id: 1172 + AegisName: "LeatherQuiver" + Name: "Leather Quiver" + Type: "IT_ARMOR" + Buy: 120000 + Sell: 2700 + Weight: 60 + Def: 0 + Loc: "EQP_ACC_L" + WeaponLv: 0 + EquipLv: 30 + Refine: false + BuyingStore: true + Script: <" + // Bow: Subtype W_BOW (ITEMINFO_SUBTYPE) + // Arrow: EQP_AMMO + // Check if you are using bow and arrows + if ( + (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_SUBTYPE) == W_BOW) && + (getiteminfo(getequipid(EQI_AMMO), ITEMINFO_LOC) == EQP_AMMO) + ) { + bonus bHitRate,10; + bonus bAddMaxWeight,100; + } + bonus bMaxSPrate,-10; + bonus bLuk,-1; + "> +}, +{ Id: 1300 AegisName: "CreasedShirt" Name: "Creased Shirt" |