From 0fe62daff15e32728d609ea24cde1f96d02ca329 Mon Sep 17 00:00:00 2001 From: Jedzkie Date: Thu, 19 Nov 2015 21:21:19 +0800 Subject: 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. --- db/pre-re/item_db.conf | 22 ++++++++++++++-------- db/re/item_db.conf | 28 +++++++++++++++++----------- 2 files changed, 31 insertions(+), 19 deletions(-) (limited to 'db') 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 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. */ "> }, { -- cgit v1.2.3-70-g09d2