summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--db/re/item_db.conf6
-rw-r--r--db/re/mob_db.conf13
-rw-r--r--npc/009-1/dangrostra.txt8
3 files changed, 13 insertions, 14 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index 9da5b8990..f11a8995c 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -6948,8 +6948,8 @@ item_db: (
AegisName: "Boots"
Name: "Boots"
Type: "IT_ARMOR"
- Buy: 1600
- Sell: 400
+ Buy: 1200
+ Sell: 200
Weight: 80
Atk: 0
Matk: 0
@@ -7341,7 +7341,7 @@ item_db: (
AegisName: "MinerGloves"
Name: "Miner Gloves"
Type: "IT_ARMOR"
- Buy: 200
+ Buy: 400
Sell: 100
Weight: 130
Atk: 0
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf
index 9f0544d9c..5f7b89186 100644
--- a/db/re/mob_db.conf
+++ b/db/re/mob_db.conf
@@ -2365,7 +2365,7 @@ mob_db: (
BugLeg: 480
ChocolateBar: 100
FancyHat: 25
- ShortBow: 9
+ ShortBow: 11
GoldPieces: 2
}
},
@@ -3295,11 +3295,10 @@ mob_db: (
MvpExp: 0
Drops: {
RedApple: 250
- Knife: 200
- ChocolateBar: 110
+ Knife: 180
Dagger: 100
- Boots: 50
MinerGloves: 50
+ Boots: 30
Ruby: 9
}
},
@@ -3481,7 +3480,7 @@ mob_db: (
Exp: 40
JExp: 21
AttackRange: 2
- Attack: [105, 260]
+ Attack: [105, 244]
Def: 75
Mdef: 80
Stats: {
@@ -3489,7 +3488,7 @@ mob_db: (
Agi: 15
Vit: 35
Int: 10
- Dex: 70
+ Dex: 270
Luk: 250
}
ViewRange: 5
@@ -3509,8 +3508,8 @@ mob_db: (
DamageMotion: 200
MvpExp: 0
Drops: {
- IronOre: 1000
Coal: 1000
+ IronOre: 600
}
},
{
diff --git a/npc/009-1/dangrostra.txt b/npc/009-1/dangrostra.txt
index eb200c46b..207427abd 100644
--- a/npc/009-1/dangrostra.txt
+++ b/npc/009-1/dangrostra.txt
@@ -37,8 +37,8 @@ OnInit:
tradertype(NST_MARKET);
// Bows (rare)
- sellitem WoodenBow, -1, 1;
- sellitem ShortBow, -1, 1;
+ sellitem WoodenBow, 6800, 1;
+ sellitem ShortBow, 15200, 1;
// Misc (uncommon)
sellitem SharpKnife, -1, 1;
sellitem EmptyBottle, -1, 1; // You can buy some empty bottles here, but they're scarse
@@ -49,9 +49,9 @@ OnInit:
end;
OnClock0000:
- restoreshopitem ShortBow, -1, 1;
+ restoreshopitem ShortBow, 15200, 1;
OnClock1200:
- restoreshopitem WoodenBow, -1, 1;
+ restoreshopitem WoodenBow, 6800, 1;
OnClock0400:
OnClock1600:
restoreshopitem SharpKnife, -1, 1;