From 27ee4227a6abcbdf66891e46e661392f3b1c720e Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 8 Apr 2018 17:30:16 -0300 Subject: Updates not noted --- db/re/item_db.conf | 6 +++--- db/re/mob_db.conf | 13 ++++++------- npc/009-1/dangrostra.txt | 8 ++++---- 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; -- cgit v1.2.3-60-g2f50