summaryrefslogtreecommitdiff
path: root/db/re/item_db.conf
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-06-16 11:59:54 -0300
committerJesusaves <cpntb1@ymail.com>2018-06-16 11:59:54 -0300
commit5924cd46a2b4636dc64eba166f8d35ddc125aa4d (patch)
tree7c14a44094fd78cf278528774d5e753deed9d7ee /db/re/item_db.conf
parented51acbae7aaab40f10764f5b1858770382c3844 (diff)
downloadserverdata-5924cd46a2b4636dc64eba166f8d35ddc125aa4d.tar.gz
serverdata-5924cd46a2b4636dc64eba166f8d35ddc125aa4d.tar.bz2
serverdata-5924cd46a2b4636dc64eba166f8d35ddc125aa4d.tar.xz
serverdata-5924cd46a2b4636dc64eba166f8d35ddc125aa4d.zip
Quiver Prototype
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r--db/re/item_db.conf29
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"