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/pre-re | |
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/pre-re')
-rw-r--r-- | db/pre-re/item_db.conf | 22 |
1 files changed, 14 insertions, 8 deletions
diff --git a/db/pre-re/item_db.conf b/db/pre-re/item_db.conf index 6bca307e7..2fde6314b 100644 --- a/db/pre-re/item_db.conf +++ b/db/pre-re/item_db.conf @@ -65550,14 +65550,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 @@ -65569,14 +65572,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 |