diff options
Diffstat (limited to 'db/re')
-rw-r--r-- | db/re/item_db.conf | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 2502e7b30..f29364f0c 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -86075,13 +86075,17 @@ item_db: ( Trade: { nodrop: true notrade: true + nostorage: true noselltonpc: true nocart: true - nostorage: true - nogstorage: true nomail: true noauction: true + nogstorage: true } + Script: <" + specialeffect2 EF_POTION_BERSERK; + sc_start SC_STR_SCROLL, 60000, 20; + "> }, { Id: 12741 @@ -86092,13 +86096,17 @@ item_db: ( Trade: { nodrop: true notrade: true + nostorage: true noselltonpc: true nocart: true - nostorage: true - nogstorage: true nomail: true noauction: true + nogstorage: true } + Script: <" + specialeffect2 EF_SPELLBREAKER; + sc_start SC_INT_SCROLL, 60000, 20; + "> }, { Id: 12742 |