diff options
author | Jedzkie <jedzkie13@rocketmail.com> | 2015-11-22 17:57:54 +0800 |
---|---|---|
committer | Jedzkie <jedzkie13@rocketmail.com> | 2015-11-22 17:57:54 +0800 |
commit | 5f8edc6c450ddc44b9a16dbbb9d5910b51cc3a62 (patch) | |
tree | f9bb22569b6c189d73c006de8d40334d0ceb8c9b /db/re | |
parent | 5dc5e91cda8eb469d36bf3f3bf4200b27af20fed (diff) | |
download | hercules-5f8edc6c450ddc44b9a16dbbb9d5910b51cc3a62.tar.gz hercules-5f8edc6c450ddc44b9a16dbbb9d5910b51cc3a62.tar.bz2 hercules-5f8edc6c450ddc44b9a16dbbb9d5910b51cc3a62.tar.xz hercules-5f8edc6c450ddc44b9a16dbbb9d5910b51cc3a62.zip |
ItemDB Update:
- Added official item effect of 'Gold Pill 1' and 'Gold Pill 2'.
- Update SC_ACARAJE flag in sc_config.txt.
Ref: http://www.divine-pride.net/database/item/12274, http://www.divine-pride.net/database/item/12275
Diffstat (limited to 'db/re')
-rw-r--r-- | db/re/item_db.conf | 22 |
1 files changed, 8 insertions, 14 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 5596edd58..6620ba919 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -80085,17 +80085,14 @@ item_db: ( Trade: { nodrop: true notrade: true - noselltonpc: true - nocart: true nostorage: true - nogstorage: true + nocart: true + noselltonpc: true nomail: true noauction: true + nogstorage: true } - Script: <" - sc_start SC_INCMHPRATE,36000000,5; - percentheal 10,0; - "> + Script: <" sc_start2 SC_ATKER_ASPD,3600000,5,10; "> }, { Id: 12275 @@ -80107,17 +80104,14 @@ item_db: ( Trade: { nodrop: true notrade: true - noselltonpc: true - nocart: true nostorage: true - nogstorage: true + nocart: true + noselltonpc: true nomail: true noauction: true + nogstorage: true } - Script: <" - sc_start SC_INCMSPRATE,36000000,5; - percentheal 0,10; - "> + Script: <" sc_start2 SC_ATKER_MOVESPEED,3600000,5,10; "> }, { Id: 12276 |