summaryrefslogtreecommitdiff
path: root/npc/001-1
diff options
context:
space:
mode:
authorAlige <gauvain.dauchy@free.fr>2016-06-14 09:13:57 +0200
committerAlige <gauvain.dauchy@free.fr>2016-06-14 09:13:57 +0200
commit317b9c6bb9e17d314c755deae3cb50c21ea1e47e (patch)
treeda993278506e5415d8a0f9b9f65f87a311386bd2 /npc/001-1
parent6b2818c86686e327482d5ef9b5e54acd871e98a2 (diff)
downloadserverdata-317b9c6bb9e17d314c755deae3cb50c21ea1e47e.tar.gz
serverdata-317b9c6bb9e17d314c755deae3cb50c21ea1e47e.tar.bz2
serverdata-317b9c6bb9e17d314c755deae3cb50c21ea1e47e.tar.xz
serverdata-317b9c6bb9e17d314c755deae3cb50c21ea1e47e.zip
Reduced the selling price of the fluffy furs.
Everyone was exploiting that in game to get tons of money.
Diffstat (limited to 'npc/001-1')
-rw-r--r--npc/001-1/fexil.txt4
1 files changed, 2 insertions, 2 deletions
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);