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/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/re/item_db.conf')
-rw-r--r-- | db/re/item_db.conf | 9 |
1 files changed, 7 insertions, 2 deletions
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 |