diff options
author | Micksha <Micksha@users.noreply.github.com> | 2018-10-22 11:44:27 +0200 |
---|---|---|
committer | Micksha <Micksha@users.noreply.github.com> | 2018-10-22 11:44:27 +0200 |
commit | e0ed5b936ab01ab08babe8582586cb5a6a3bc656 (patch) | |
tree | e86d438adbad9154213ad8375de69a0940f3969f /db/re | |
parent | 58a443694ccd1f5330f0c9893f3ffae5ce1f1e63 (diff) | |
download | serverdata-e0ed5b936ab01ab08babe8582586cb5a6a3bc656.tar.gz serverdata-e0ed5b936ab01ab08babe8582586cb5a6a3bc656.tar.bz2 serverdata-e0ed5b936ab01ab08babe8582586cb5a6a3bc656.tar.xz serverdata-e0ed5b936ab01ab08babe8582586cb5a6a3bc656.zip |
Add Melinda NPC, fix some issues on dying the Fine Dress, fix of Necklace pending
Diffstat (limited to 'db/re')
-rw-r--r-- | db/re/item_db.conf | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 6d722276..7428287d 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -2656,8 +2656,8 @@ item_db: ( Buy: 10000 Sell: 400 Weight: 50 - Atk: 0 - Matk: 0 + Atk: 5 + Matk: 25 Def: 0 Range: 0 Slots: 1 @@ -2667,7 +2667,7 @@ item_db: ( Gender: "SEX_ANY" Loc: "EQP_ACC_L" WeaponLv: 0 - EquipLv: 1 + EquipLv: 10 Refine: false ViewSprite: 1000 BindOnEquip: false @@ -4484,7 +4484,7 @@ item_db: ( bonus bLuk, 2; bonus bDex, -1; "> - Loc: "EQP_ACC" + Loc: ["EQP_ACC_L"] }, { Id: 5029 @@ -4498,7 +4498,7 @@ item_db: ( bonus bStr, 2; bonus bAgi, -1; "> - Loc: "EQP_ACC" + Loc: ["EQP_ACC_L"] }, { Id: 5030 @@ -4512,7 +4512,7 @@ item_db: ( bonus bDex, 2; bonus bVit, -1; "> - Loc: "EQP_ACC" + Loc: ["EQP_ACC_L"] }, { Id: 5031 @@ -4526,7 +4526,7 @@ item_db: ( bonus bInt, 2; bonus bVit, -1; "> - Loc: "EQP_ACC" + Loc: ["EQP_ACC_L"] }, { Id: 5032 @@ -4540,7 +4540,7 @@ item_db: ( bonus bVit, 2; bonus bLuk, -1; "> - Loc: "EQP_ACC" + Loc: ["EQP_ACC_L"] }, { Id: 5033 @@ -4554,7 +4554,7 @@ item_db: ( bonus bAgi, 2; bonus bStr, -1; "> - Loc: "EQP_ACC" + Loc: ["EQP_ACC_L"] }, { Id: 6000 |