From 45fb2213f37c310b48621d5be55ad62c570841da Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 20 Mar 2018 23:53:35 -0300 Subject: Move Pumpkin Seeds here. Why are mobs on art repo not dropping it? --- item_db.conf | 33 ++++++++++++++++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) diff --git a/item_db.conf b/item_db.conf index 6e82350e..29cfc438 100644 --- a/item_db.conf +++ b/item_db.conf @@ -1,4 +1,30 @@ -// All items without association in items.xml were moved here +//////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////// +/// ALL UNUSED HEALING ITEMS BELOW THIS LINE // NEEDS BALANCE // +//////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////// +{ + Id: 516 + AegisName: "PumpkinSeeds" + Name: "Pumpkin Seeds" + Type: "IT_HEALING" + Buy: 5 + Sell: 2 + Weight: 1 + Gender: "SEX_ANY" + WeaponLv: 0 + EquipLv: 0 + Refine: false + ViewSprite: 516 + BindOnEquip: false + BuyingStore: true + Sprite: 0 + UseEffect: "EFFECT_HEAL" + Script: <" + sc_start2 SC_POISON, 1, 10, 2500; + heal 1, 0; + "> +}, @@ -8,6 +34,11 @@ +//////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////// +// All items without association in items.xml were moved here // +//////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////// { Id: 2947 -- cgit v1.2.3-70-g09d2