diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-01-11 01:49:18 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-01-11 01:49:18 -0200 |
commit | 975782ec97a8d2c14893b9a7e3cf309970fab5b8 (patch) | |
tree | ecc9419dc0f15ccb0429b0198bda0648bcc784cc /db | |
parent | cce0faa6b737e5f76959b303dab465ce2fc9d624 (diff) | |
download | serverdata-975782ec97a8d2c14893b9a7e3cf309970fab5b8.tar.gz serverdata-975782ec97a8d2c14893b9a7e3cf309970fab5b8.tar.bz2 serverdata-975782ec97a8d2c14893b9a7e3cf309970fab5b8.tar.xz serverdata-975782ec97a8d2c14893b9a7e3cf309970fab5b8.zip |
Stat somewhat the weapons sell prices
Diffstat (limited to 'db')
-rw-r--r-- | db/re/item_db.conf | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index b7780cfbd..70f0ac90f 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -9831,7 +9831,7 @@ item_db: ( Name: "Bone Knife" Type: "IT_WEAPON" Buy: 9000 - Sell: 25 + Sell: 3000 Weight: 1100 Atk: 406 Matk: 0 @@ -9846,8 +9846,8 @@ item_db: ( AegisName: "RockKnife" Name: "Rock Knife" Type: "IT_WEAPON" - Buy: 9000 - Sell: 25 + Buy: 90000 + Sell: 5000 Weight: 1400 Atk: 454 Matk: 0 @@ -9898,7 +9898,7 @@ item_db: ( Name: "Butcher Knife" Type: "IT_WEAPON" Buy: 90000 - Sell: 250 + Sell: 500 Weight: 610 Atk: 242 Loc: "EQP_HAND_R" @@ -9912,8 +9912,8 @@ item_db: ( AegisName: "AncientSword" Name: "Ancient Sword" Type: "IT_WEAPON" - Buy: 90 - Sell: 25 + Buy: 90000 + Sell: 4000 Weight: 1200 Atk: 434 Matk: 0 @@ -9947,8 +9947,8 @@ item_db: ( AegisName: "Setzer" Name: "Setzer" Type: "IT_WEAPON" - Buy: 90 - Sell: 25 + Buy: 900000 + Sell: 2000 Weight: 1000 Atk: 232 Matk: 0 @@ -10194,7 +10194,7 @@ item_db: ( Name: "Short Sword" Type: "IT_WEAPON" Buy: 30000 - Sell: 900 + Sell: 1500 Weight: 958 Atk: 353 Matk: 0 @@ -10210,7 +10210,7 @@ item_db: ( Name: "Real Bronze Gladius" Type: "IT_WEAPON" Buy: 9000 - Sell: 200 + Sell: 700 Weight: 840 Atk: 277 Matk: 0 @@ -10961,8 +10961,8 @@ item_db: ( AegisName: "BansheeBow" Name: "Banshee Bow" Type: "IT_WEAPON" - Buy: 550 - Sell: 52 + Buy: 55000 + Sell: 5200 Weight: 890 Atk: 589 Range: 7 |