summaryrefslogtreecommitdiff
path: root/npc/005-6
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-02-03 23:58:43 -0200
committerJesusaves <cpntb1@ymail.com>2019-02-03 23:58:43 -0200
commitdb1ce7332b7cafce3eedf99f76e9e049a69e4625 (patch)
tree4e2381bd1d676f924683176a373ab278c8135148 /npc/005-6
parent2f40267bbd2a9b771f9b688f39f250dd54b4dd58 (diff)
downloadserverdata-db1ce7332b7cafce3eedf99f76e9e049a69e4625.tar.gz
serverdata-db1ce7332b7cafce3eedf99f76e9e049a69e4625.tar.bz2
serverdata-db1ce7332b7cafce3eedf99f76e9e049a69e4625.tar.xz
serverdata-db1ce7332b7cafce3eedf99f76e9e049a69e4625.zip
Everburn Powder is stupidly expensive. It is rare, so something around 1140 GP
makes more sense (about 20 common carps, that's a lot), but I'll leave it at 2500 GP for now (about 45 common carps for powder) (Zarkor quest: minimum 220 carps or 12.500 GP - previous value: 15.000 GP)
Diffstat (limited to 'npc/005-6')
-rw-r--r--npc/005-6/zitoni.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/005-6/zitoni.txt b/npc/005-6/zitoni.txt
index c3d4912f4..68dc7f783 100644
--- a/npc/005-6/zitoni.txt
+++ b/npc/005-6/zitoni.txt
@@ -236,7 +236,7 @@ L_DarkInv_Powder:
mesq l("...And trust me, it'll take way more than just water to put the fire down.");
next;
mesn;
- mesq l("I will require 3000 GP, 1 @@, 1 @@ and 1 @@, for a small handful of it.", getitemlink(IronPowder), getitemlink(SulfurPowder), getitemlink(PileOfAsh));
+ mesq l("I will require 2500 GP, 1 @@, 1 @@ and 1 @@, for a small handful of it.", getitemlink(IronPowder), getitemlink(SulfurPowder), getitemlink(PileOfAsh));
mes "";
select
l("I still don't have everything, but don't worry, I'll be back."),
@@ -247,8 +247,8 @@ L_DarkInv_Powder:
if (countitem(IronPowder) < 1 ||
countitem(SulfurPowder) < 1 ||
countitem(PileOfAsh) < 1 ||
- Zeny < 3000) goto L_Liar;
- Zeny=Zeny-3000;
+ Zeny < 2500) goto L_Liar;
+ Zeny=Zeny-2500;
delitem IronPowder, 1;
delitem SulfurPowder, 1;
delitem PileOfAsh, 1;