diff options
author | Jedzkie <jedzkie13@rocketmail.com> | 2015-11-18 19:41:32 +0800 |
---|---|---|
committer | Jedzkie <jedzkie13@rocketmail.com> | 2015-11-18 19:41:32 +0800 |
commit | 597190eaf76cf14831423ba37be9194e0d6f53b1 (patch) | |
tree | 9f27cb9bd691ac507353daaf8ab8660b1c654fc9 /db/pre-re/item_db.conf | |
parent | e44e4a31d80b1147e233b809d88d5115f21a10ca (diff) | |
download | hercules-597190eaf76cf14831423ba37be9194e0d6f53b1.tar.gz hercules-597190eaf76cf14831423ba37be9194e0d6f53b1.tar.bz2 hercules-597190eaf76cf14831423ba37be9194e0d6f53b1.tar.xz hercules-597190eaf76cf14831423ba37be9194e0d6f53b1.zip |
ItemDB Update:
- Fixes Issue #688.
- Update the item 'Acaraje' to its official effect. (Ref: http://herc.ws/board/tracker/issue-7773-acaraje-12375/)
- Fix 'Vitata500' not giving additional % in sp. (Thanks to Haru) (Ref: http://www.divine-pride.net/database/item/12436)
- Fix Ljosalfar and Mermaid Bubbles disappear its effect when died / dispell and etc.
Diffstat (limited to 'db/pre-re/item_db.conf')
-rw-r--r-- | db/pre-re/item_db.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/db/pre-re/item_db.conf b/db/pre-re/item_db.conf index b66b1198c..c777aa28f 100644 --- a/db/pre-re/item_db.conf +++ b/db/pre-re/item_db.conf @@ -66691,7 +66691,7 @@ item_db: ( } Script: <" specialeffect2 EF_STEAL; - sc_start SC_INCHITRATE,120000,5; + sc_start2 SC_ACARAJE,120000,5,10; "> }, { @@ -67489,7 +67489,7 @@ item_db: ( Weight: 10 BuyingStore: true Script: <" - sc_start SC_VITATA_500,500000,0; + sc_start2 SC_VITATA_500,500000,20,5; itemheal 0,200; "> }, |