diff options
author | Jedzkie <jedzkie13@rocketmail.com> | 2015-12-21 08:49:53 +0800 |
---|---|---|
committer | Jedzkie <jedzkie13@rocketmail.com> | 2015-12-21 08:49:53 +0800 |
commit | d02496a043ded53fc715d673c257b29293c05b56 (patch) | |
tree | 2d0b57d681bd76b73c43d22e4daa8f68acfdbd1a /db/re/item_db.conf | |
parent | cc5ec4717522c1733d96efaee46e3d05fea41f0a (diff) | |
download | hercules-d02496a043ded53fc715d673c257b29293c05b56.tar.gz hercules-d02496a043ded53fc715d673c257b29293c05b56.tar.bz2 hercules-d02496a043ded53fc715d673c257b29293c05b56.tar.xz hercules-d02496a043ded53fc715d673c257b29293c05b56.zip |
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.
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r-- | db/re/item_db.conf | 23 |
1 files changed, 13 insertions, 10 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index f29364f0c..0bd005274 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -100871,11 +100871,11 @@ item_db: ( notrade: true noselltonpc: true nocart: true - nogstorage: true nomail: true noauction: true + nogstorage: true } - Script: <" getitem 14586,5; "> + Script: <" getitem Spark_Candy, 5; "> }, { Id: 13858 @@ -100889,11 +100889,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: 13859 @@ -104491,11 +104491,11 @@ item_db: ( notrade: true noselltonpc: true nocart: true - nogstorage: true nomail: true noauction: true + nogstorage: true } - Script: <" getitem 14586,5; "> + Script: <" getitem Spark_Candy, 5; "> }, { Id: 14050 @@ -104509,11 +104509,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 @@ -111478,11 +111478,14 @@ item_db: ( notrade: true noselltonpc: true nocart: true - nogstorage: true nomail: true noauction: true + nogstorage: true } - Script: <" bonus2 bHPLossRate,100,10000; "> + Script: <" + specialeffect2 EF_HASTEUP; + sc_start2 SC_STEAMPACK, 60000, 20, 25; + "> }, { Id: 14587 |