diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-01-07 21:53:31 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-01-07 21:53:31 -0200 |
commit | 112f37e2727910e5e721b10fcf6a014da9ba0e0b (patch) | |
tree | 79a4d9d3e4e465a49801353d01ba21744e7e728d /db/re | |
parent | cd7b9879cc140a785602057a6e34747a35fa9a51 (diff) | |
download | serverdata-112f37e2727910e5e721b10fcf6a014da9ba0e0b.tar.gz serverdata-112f37e2727910e5e721b10fcf6a014da9ba0e0b.tar.bz2 serverdata-112f37e2727910e5e721b10fcf6a014da9ba0e0b.tar.xz serverdata-112f37e2727910e5e721b10fcf6a014da9ba0e0b.zip |
Fix some broken storyline
Diffstat (limited to 'db/re')
-rw-r--r-- | db/re/item_db.conf | 41 |
1 files changed, 20 insertions, 21 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 8eb5b878b..c8a3e946e 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -10965,9 +10965,9 @@ item_db: ( Type: "IT_WEAPON" Buy: 55000 Sell: 5200 - Weight: 1190 - Atk: 600 - Range: 9 + Weight: 11000 + Atk: 516 + Range: 8 Loc: ["EQP_HAND_R", "EQP_HAND_L"] WeaponLv: 1 EquipLv: 60 @@ -10988,9 +10988,9 @@ item_db: ( Type: "IT_WEAPON" Buy: 55000 Sell: 5200 - Weight: 1190 - Atk: 10 - Range: 7 + Weight: 21000 + Atk: 0 + Range: 6 Loc: ["EQP_HAND_R", "EQP_HAND_L"] WeaponLv: 1 EquipLv: 60 @@ -11001,10 +11001,11 @@ item_db: ( Id6511: 1 } Script: <" - bonus bAtk,-(readparam(bDex)); + bonus bAtk,-50; //bonus bAtkRate,-60; bonus bCriticalRate,-100; bonus bHitRate,-10; + bonus bFleeRate,-100; "> }, { @@ -11014,8 +11015,8 @@ item_db: ( Type: "IT_WEAPON" Buy: 55000 Sell: 5200 - Weight: 1190 - Atk: 288 + Weight: 11000 + Atk: 516 Range: 5 Loc: ["EQP_HAND_R", "EQP_HAND_L"] WeaponLv: 1 @@ -11028,8 +11029,7 @@ item_db: ( } Script: <" bonus bSplashRange,1; - bonus bHitRate,-30; - bonus bFlee2Rate,-25; + bonus bFleeRate,-100; "> }, { @@ -11039,9 +11039,9 @@ item_db: ( Type: "IT_WEAPON" Buy: 55000 Sell: 5200 - Weight: 760 - Atk: 384 - Range: 4 + Weight: 8000 + Atk: 122 + Range: 5 Loc: "EQP_HAND_R" WeaponLv: 1 EquipLv: 60 @@ -11052,8 +11052,7 @@ item_db: ( Id6511: 1 } Script: <" - bonus bCriticalRate,-60; - bonus bHitRate,-40; + bonus bFleeRate,-100; "> }, { @@ -11063,9 +11062,9 @@ item_db: ( Type: "IT_WEAPON" Buy: 550000 Sell: 10200 - Weight: 970 - Atk: 700 - Range: 9 + Weight: 12000 + Atk: 900 + Range: 7 Loc: ["EQP_HAND_R", "EQP_HAND_L"] WeaponLv: 1 EquipLv: 70 @@ -11076,8 +11075,8 @@ item_db: ( Id6511: 1 } Script: <" - bonus bCriticalRate,-100; - bonus bHitRate,20; + bonus bFleeRate,-100; + bonus bCriticalRate,40; "> }, { |