From db1ce7332b7cafce3eedf99f76e9e049a69e4625 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 3 Feb 2019 23:58:43 -0200 Subject: 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) --- npc/005-6/zitoni.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'npc/005-6/zitoni.txt') 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; -- cgit v1.2.3-60-g2f50