diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-07-18 13:05:03 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-07-18 13:05:03 -0300 |
commit | 830d49dca8bef0c8d0e55693ac30ab0677b5a6d3 (patch) | |
tree | 19e0989848d92f451f684a4b8a5a5324a5458d99 /db | |
parent | d6558267097b4ed04ff5411e9d02804864ce7e0d (diff) | |
download | serverdata-830d49dca8bef0c8d0e55693ac30ab0677b5a6d3.tar.gz serverdata-830d49dca8bef0c8d0e55693ac30ab0677b5a6d3.tar.bz2 serverdata-830d49dca8bef0c8d0e55693ac30ab0677b5a6d3.tar.xz serverdata-830d49dca8bef0c8d0e55693ac30ab0677b5a6d3.zip |
Make longsword level 80 - the Ancient Sword contender
Diffstat (limited to 'db')
-rw-r--r-- | db/re/item_db.conf | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index b2635f6f8..9ba9eab23 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -11064,14 +11064,14 @@ item_db: ( AegisName: "LongSword" Name: "Long Sword" Type: "IT_WEAPON" - Buy: 90 - Sell: 25 - Weight: 6 - Atk: 50 + Buy: 7000 + Sell: 3000 + Weight: 1100 + Atk: 430 Matk: 0 Loc: "EQP_HAND_R" WeaponLv: 1 - EquipLv: 1 + EquipLv: 80 Refine: true Subtype: "W_1HSWORD" Slots: 1 |