diff options
author | Jedzkie <jedzkie13@rocketmail.com> | 2015-12-20 15:55:16 +0800 |
---|---|---|
committer | Jedzkie <jedzkie13@rocketmail.com> | 2015-12-20 15:55:16 +0800 |
commit | aa9fc88745e8e0956ac1396f385a039973a58ef4 (patch) | |
tree | 6fa5d64d3920698d0d6ac20fd911f8d727065cf9 /db/re | |
parent | ce1364f9b51e76b3bfb0fbe3bdccf898cd5ca852 (diff) | |
download | hercules-aa9fc88745e8e0956ac1396f385a039973a58ef4.tar.gz hercules-aa9fc88745e8e0956ac1396f385a039973a58ef4.tar.bz2 hercules-aa9fc88745e8e0956ac1396f385a039973a58ef4.tar.xz hercules-aa9fc88745e8e0956ac1396f385a039973a58ef4.zip |
ItemDB Update:
- Added effects for Inc_Str_Scroll and Inc_Int_Scroll
- Update some Statuses in sc_config.txt, removed some duplicate entries.
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 |