From 5924cd46a2b4636dc64eba166f8d35ddc125aa4d Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 16 Jun 2018 11:59:54 -0300 Subject: Quiver Prototype --- db/re/item_db.conf | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) (limited to 'db/re/item_db.conf') 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 @@ -4833,6 +4833,35 @@ item_db: ( ViewSprite: 1171 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" -- cgit v1.2.3-70-g09d2