From 88c5a47468f335b00fe71b8ffe45af60fd79691d Mon Sep 17 00:00:00 2001 From: Ridley8819 Date: Fri, 5 Aug 2016 00:55:57 +0200 Subject: Nightmare Clock Tower Dungeon - added mobs and (updated) skills - added quests_aldebaran.txt - iro dialogues - all items are already in available in item_db.conf - maps are already available in mapcache, index and .conf - Updated item effect for Pocket_Watch_ and Pocket_Watch__, and their combo with Memorize_Book and Pocket_Watch__ Closes #1389 as merged Signed-off-by: Haru --- db/re/item_db.conf | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) (limited to 'db/re/item_db.conf') diff --git a/db/re/item_db.conf b/db/re/item_db.conf index a84a94c5c..395fae977 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -36046,7 +36046,7 @@ item_db: ( Type: 5 Buy: 20 Weight: 200 - Def: 1 + Def: 0 Job: { Magician: true Wizard: true @@ -36056,6 +36056,11 @@ item_db: ( Loc: 136 EquipLv: 80 Refine: false + Script: <" + bonus bHPrecovRate,15; + bonus bSPrecovRate,15; + bonus bMatkRate,7; + "> }, { Id: 2718 @@ -40708,16 +40713,25 @@ item_db: ( Id: 2971 AegisName: "Pocket_Watch__" Name: "Pocket Watch" - Type: 4 + Type: 5 Buy: 20 Weight: 200 + Slots: 1 Job: { + Magician: true Wizard: true + Sage: true Soul_Linker: true } + Upper: 3 Loc: 136 EquipLv: 80 Refine: false + Script: <" + bonus bHPrecovRate,15; + bonus bSPrecovRate,15; + bonus bMatkRate,7; + "> }, { Id: 2981 -- cgit v1.2.3-70-g09d2