diff options
Diffstat (limited to 'db/pre-re')
-rw-r--r-- | db/pre-re/item_db.conf | 22 |
1 files changed, 8 insertions, 14 deletions
diff --git a/db/pre-re/item_db.conf b/db/pre-re/item_db.conf index 21c2b16cf..ca182e2f7 100644 --- a/db/pre-re/item_db.conf +++ b/db/pre-re/item_db.conf @@ -65193,17 +65193,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 @@ -65215,17 +65212,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 |