diff options
author | Jedzkie <jedzkie13@rocketmail.com> | 2015-11-19 21:21:19 +0800 |
---|---|---|
committer | Jedzkie <jedzkie13@rocketmail.com> | 2015-11-19 21:21:19 +0800 |
commit | 0fe62daff15e32728d609ea24cde1f96d02ca329 (patch) | |
tree | 677d80fb077774a305d1af24e49e7dc513d77cee /db/re/item_db.conf | |
parent | 73ac70f97dc9badaa78e081edd767a734f0a5c6b (diff) | |
download | hercules-0fe62daff15e32728d609ea24cde1f96d02ca329.tar.gz hercules-0fe62daff15e32728d609ea24cde1f96d02ca329.tar.bz2 hercules-0fe62daff15e32728d609ea24cde1f96d02ca329.tar.xz hercules-0fe62daff15e32728d609ea24cde1f96d02ca329.zip |
ItemDB Update:
- Follow up https://github.com/HerculesWS/Hercules/commit/d9ad1cc97be0a90b3ef2f653ae2d2cdd77dddd83.
- Fixes http://herc.ws/board/tracker/issue-8592-mega-resist-potion/, where the SC_TARGET_BLOOD is not working properly. Thanks to kyeme.
- Adjust some whitespaces.
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r-- | db/re/item_db.conf | 28 |
1 files changed, 17 insertions, 11 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index b7fefa9bd..a0d839190 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -80454,14 +80454,17 @@ 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_ATKER_BLOOD,3600000,15; "> + Script: <" + specialeffect2 EF_SPELLBREAKER; + sc_start SC_ATKER_BLOOD,3600000,15; + "> }, { Id: 12299 @@ -80473,14 +80476,17 @@ 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_TARGET_BLOOD,3600000,10; "> + Script: <" + specialeffect2 EF_GUARD; + sc_start SC_TARGET_BLOOD,3600000,10; + "> }, { Id: 12300 @@ -86793,7 +86799,7 @@ item_db: ( } Script: <" sc_start SC_ATTHASTE_POTION1,1800000,4; - specialeffect EF_POTION_CON; /* NOTE: No special effect when used. */ + specialeffect2 EF_POTION_CON; /* NOTE: No special effect when used. */ "> }, { @@ -86815,7 +86821,7 @@ item_db: ( } Script: <" sc_start SC_ATTHASTE_POTION2,1800000,6; - specialeffect EF_POTION_; /* NOTE: No special effect when used. */ + specialeffect2 EF_POTION_; /* NOTE: No special effect when used. */ "> }, { @@ -86837,7 +86843,7 @@ item_db: ( } Script: <" sc_start SC_ATTHASTE_POTION3,1800000,9; - specialeffect EF_POTION_BERSERK; /* NOTE: No special effect when used. */ + specialeffect2 EF_POTION_BERSERK; /* NOTE: No special effect when used. */ "> }, { |