From 317b9c6bb9e17d314c755deae3cb50c21ea1e47e Mon Sep 17 00:00:00 2001 From: Alige Date: Tue, 14 Jun 2016 09:13:57 +0200 Subject: Reduced the selling price of the fluffy furs. Everyone was exploiting that in game to get tons of money. --- db/re/item_db.conf | 4 ++-- db/re/mob_db.conf | 4 ++-- npc/001-1/fexil.txt | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 5f1a45c3..d1218be6 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -2004,8 +2004,8 @@ item_db: ( AegisName: "FluffyFur" Name: "Flufy Fur" Type: "IT_ETC" - Buy: 250 - Sell: 15 + Buy: 200 + Sell: 8 Weight: 2 Atk: 0 Matk: 0 diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index 4ec87c5c..8b8f68f9 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -978,8 +978,8 @@ mob_db: ( DamageMotion: 480 MvpExp: 0 Drops: { - FluffyFur: 4000 - LettuceLeaf: 2000 + FluffyFur: 2500 + LettuceLeaf: 1500 Moss: 800 } }, diff --git a/npc/001-1/fexil.txt b/npc/001-1/fexil.txt index a1a0e189..80b33ef3 100644 --- a/npc/001-1/fexil.txt +++ b/npc/001-1/fexil.txt @@ -18,7 +18,7 @@ l("You know, the life of merchant is hard. I really hope that Artis and the Merchant Guild will help me to succeed."), l("Maybe you too you could help me?"), l("I want to be the first merchant of this square to sell @@'s clothes!", getitemlink(729)), - l("I will buy all of the fur that you will bring me at a good price, let's say, 25E piece."), + l("I will buy all of the fur that you will bring me at a good price, let's say, 15E piece."), l("Do we have a deal?"); switch (select (l("Ok."), l("I don't want to be part of this joke."))) @@ -117,7 +117,7 @@ break; } while (1); - .@price = 25 * .@amount; + .@price = 15 * .@amount; speech 5, l("Deal, I offer you @@E!", .@price); -- cgit v1.2.3-60-g2f50