From 85ef9e1e6bd3a40079aa520db47767820d3c31aa Mon Sep 17 00:00:00 2001
From: Jesusaves <cpntb1@ymail.com>
Date: Wed, 16 Oct 2019 19:36:23 +0000
Subject: [Adventurer Soul] (7420) - Dropped when you die in PVP. “Seems like
 someone fell prey to PK'ing.” Unusable [Death Potion] (610) - Instantly kills
 the user if you drink. “Used for really powerful black magic. You should not
 drink this!”
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 conf/map/battle/player.conf |  2 +-
 db/re/item_db.conf          | 37 ++++++++++++++++++++++++-------------
 2 files changed, 25 insertions(+), 14 deletions(-)

diff --git a/conf/map/battle/player.conf b/conf/map/battle/player.conf
index 2b1569e8..ed5767ae 100644
--- a/conf/map/battle/player.conf
+++ b/conf/map/battle/player.conf
@@ -172,7 +172,7 @@ invite_request_check: true
 // 0 = Disabled
 // 1 = Dropped only in PvP maps
 // 2 = Dropped in all situations
-bone_drop: 0
+bone_drop: 1
 
 // Do mounted (on Peco) characters increase their size
 // 0 = no
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index ecee9e3f..d93afc2a 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -1590,6 +1590,20 @@ item_db: (
         bonus bMaxSP,20;
     ">
 },
+{
+    Id: 610
+    AegisName: "DeathPotion"
+    Name: "Death Potion"
+    Type: "IT_USABLE"
+    Buy: 5000
+    Sell: 325
+    Weight: 250
+    UseEffect: "EFFECT_HEAL"
+    Script: <"
+        percentheal -100, -100;
+    ">
+},
+// Generic
 {
     Id: 700
     AegisName: "SmallTentacles"
@@ -1615,22 +1629,10 @@ item_db: (
     Id: 701
     AegisName: "PiouFeathers"
     Name: "Piou Feathers"
-    Type: "IT_USABLE"
+    Type: "IT_ETC"
     Buy: 10
     Sell: 3
     Weight: 1
-    Atk: 0
-    Matk: 0
-    Def: 0
-    Range: 0
-    Slots: 0
-    WeaponLv: 0
-    EquipLv: 0
-    Refine: false
-    ViewSprite: 701
-    BindOnEquip: false
-    Delay: 0
-    Sprite: 0
 },
 {
     Id: 702
@@ -4902,4 +4904,13 @@ item_db: (
     Loc: "EQP_AMMO"
     Subtype: "A_ARROW"
 },
+{
+	Id: 7420
+	AegisName: "AdventurerSoul"
+	Name: "Adventurer's Soul"
+	Type: "IT_ETC"
+	Buy: 1
+	Sell: 0
+	Weight: 0
+},
 )
-- 
cgit v1.2.3-70-g09d2