diff options
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. */ "> }, { |