diff options
Diffstat (limited to 'db/re')
-rw-r--r-- | db/re/item_db.conf | 22 |
1 files changed, 8 insertions, 14 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 5596edd58..6620ba919 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -80085,17 +80085,14 @@ 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_INCMHPRATE,36000000,5; - percentheal 10,0; - "> + Script: <" sc_start2 SC_ATKER_ASPD,3600000,5,10; "> }, { Id: 12275 @@ -80107,17 +80104,14 @@ 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_INCMSPRATE,36000000,5; - percentheal 0,10; - "> + Script: <" sc_start2 SC_ATKER_MOVESPEED,3600000,5,10; "> }, { Id: 12276 |