diff options
author | Jedzkie <jedzkie13@rocketmail.com> | 2015-11-22 18:44:30 +0800 |
---|---|---|
committer | Jedzkie <jedzkie13@rocketmail.com> | 2015-11-22 18:44:30 +0800 |
commit | ce33936de2fcb9c565437cb80e6329ab76626500 (patch) | |
tree | a44580083a55eaf306a35452fc4fa1b872e3a8a6 /db/pre-re/item_db.conf | |
parent | 5f8edc6c450ddc44b9a16dbbb9d5910b51cc3a62 (diff) | |
download | hercules-ce33936de2fcb9c565437cb80e6329ab76626500.tar.gz hercules-ce33936de2fcb9c565437cb80e6329ab76626500.tar.bz2 hercules-ce33936de2fcb9c565437cb80e6329ab76626500.tar.xz hercules-ce33936de2fcb9c565437cb80e6329ab76626500.zip |
ItemDB Update:
- Fixed 'Black Thing' not decreasing Stats and Movement Speed.
- Fixed 'Enriched White Potion Z' no HP regeneration.
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 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 |