From ffbe97eef2b4200ff90b430da7530fd7c0b601c7 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 16 Jun 2018 12:20:06 -0300 Subject: Go overbroad, and implement all three quivers. Platinum quivers goes above maximum level, beware! --- db/re/item_db.conf | 50 +++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 49 insertions(+), 1 deletion(-) (limited to 'db') 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,17 +4851,65 @@ 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; bonus bLuk,-1; "> }, +{ + 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" -- cgit v1.2.3-60-g2f50