From ce33936de2fcb9c565437cb80e6329ab76626500 Mon Sep 17 00:00:00 2001 From: Jedzkie Date: Sun, 22 Nov 2015 18:44:30 +0800 Subject: ItemDB Update: - Fixed 'Black Thing' not decreasing Stats and Movement Speed. - Fixed 'Enriched White Potion Z' no HP regeneration. --- db/pre-re/item_db.conf | 4 ++-- db/re/item_db.conf | 9 +++++++-- 2 files changed, 9 insertions(+), 4 deletions(-) (limited to 'db') diff --git a/db/pre-re/item_db.conf b/db/pre-re/item_db.conf index ca182e2f7..389498ac0 100644 --- a/db/pre-re/item_db.conf +++ b/db/pre-re/item_db.conf @@ -67425,7 +67425,7 @@ item_db: ( Weight: 10 BuyingStore: true Script: <" - sc_start SC_EXTRACT_WHITE_POTION_Z,500000,0; + sc_start SC_EXTRACT_WHITE_POTION_Z,500000,20; heal 1000,0; "> }, @@ -67489,7 +67489,7 @@ item_db: ( Name: "Black Mass" Type: 2 Weight: 50 - Script: <" sc_start SC_STOMACHACHE,60000,rand(5,10); "> + Script: <" sc_start2 SC_STOMACHACHE,60000,rand(5,10),25; "> }, { Id: 12436 diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 6620ba919..e7c2f3c61 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -82037,6 +82037,11 @@ item_db: ( nomail: true noauction: true } + Script: <" + percentheal 30,30; + skilleffect AL_BLESSING,0; + sc_start SC_BLESSING,140000,5; + "> }, { Id: 12406 @@ -82308,7 +82313,7 @@ item_db: ( Weight: 70 BuyingStore: true Script: <" - sc_start SC_EXTRACT_WHITE_POTION_Z,500000,0; + sc_start SC_EXTRACT_WHITE_POTION_Z,500000,20; heal 1000,0; "> }, @@ -82379,7 +82384,7 @@ item_db: ( Type: 2 Buy: 1000 Weight: 50 - Script: <" sc_start SC_STOMACHACHE,60000,rand(5,10); "> + Script: <" sc_start2 SC_STOMACHACHE,60000,rand(5,10),25; "> }, { Id: 12436 -- cgit v1.2.3-70-g09d2