diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-05-30 15:46:44 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-05-30 15:46:44 -0300 |
commit | 890700b108fd4f1ea0b748b6a4eb0b49d85c90ab (patch) | |
tree | e41ad6100887aba2acd4a3a7bc304b3ef5390a6b /db/re | |
parent | ddb4c03f64d652f941174c22715d56a25ed51e2f (diff) | |
download | serverdata-890700b108fd4f1ea0b748b6a4eb0b49d85c90ab.tar.gz serverdata-890700b108fd4f1ea0b748b6a4eb0b49d85c90ab.tar.bz2 serverdata-890700b108fd4f1ea0b748b6a4eb0b49d85c90ab.tar.xz serverdata-890700b108fd4f1ea0b748b6a4eb0b49d85c90ab.zip |
Several fixes and now NPCs have their own craft system.
So NPCs craft now may give bonuses too - existing craft bonuses maintaned.
Diffstat (limited to 'db/re')
-rw-r--r-- | db/re/item_db.conf | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 8be472ac1..7abcafc63 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -10322,9 +10322,6 @@ item_db: ( EquipLv: 24 Refine: true Subtype: "W_1HSWORD" - Script: <" - bonus bCritAtkRate,30; - "> }, { Id: 3502 @@ -10341,9 +10338,6 @@ item_db: ( EquipLv: 30 Refine: true Subtype: "W_1HSWORD" - Script: <" - bonus bCritAtkRate,30; - "> }, { Id: 3503 @@ -10376,9 +10370,6 @@ item_db: ( EquipLv: 44 Refine: true Subtype: "W_1HSWORD" - Script: <" - bonus bCritAtkRate,30; - "> }, { Id: 3505 @@ -10823,9 +10814,6 @@ item_db: ( EquipLv: 37 Refine: true Subtype: "W_1HSWORD" - Script: <" - bonus bCritAtkRate,30; - "> }, { Id: 3529 |