From d02496a043ded53fc715d673c257b29293c05b56 Mon Sep 17 00:00:00 2001 From: Jedzkie Date: Mon, 21 Dec 2015 08:49:53 +0800 Subject: ItemDB Update: - Added official effect for Jumping Candy (Spark_Candy) (Ref: http://herc.ws/board/topic/1125-please-implement-the-magic-scroll-mental-potion-etc/) Follow up Mercenary Skill update, disable AL_HEAL skill due to mercenary_skill_db doesn't recognize the skill. --- db/pre-re/item_db.conf | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'db/pre-re') diff --git a/db/pre-re/item_db.conf b/db/pre-re/item_db.conf index 3ed2027cb..e17b1d952 100644 --- a/db/pre-re/item_db.conf +++ b/db/pre-re/item_db.conf @@ -78674,7 +78674,7 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 - Script: <" getitem 14586,5; "> + Script: <" getitem Spark_Candy, 5; "> }, { Id: 13858 @@ -78683,7 +78683,7 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 - Script: <" getitem 14586,10; "> + Script: <" getitem Spark_Candy, 10; "> }, { Id: 13859 @@ -82169,7 +82169,7 @@ item_db: ( nomail: true noauction: true } - Script: <" getitem 14586,5; "> + Script: <" getitem Spark_Candy, 5; "> }, { Id: 14050 @@ -82183,11 +82183,11 @@ item_db: ( notrade: true noselltonpc: true nocart: true - nogstorage: true nomail: true noauction: true + nogstorage: true } - Script: <" getitem 14586,10; "> + Script: <" getitem Spark_Candy, 10; "> }, { Id: 14051 @@ -87824,6 +87824,10 @@ item_db: ( noselltonpc: true nogstorage: true } + Script: <" + specialeffect2 EF_HASTEUP; + sc_start2 SC_STEAMPACK, 60000, 20, 25; + "> }, { Id: 14587 -- cgit v1.2.3-70-g09d2