From 8e63791373afabdcc95b25fb50dea7fb475f65d0 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 6 Mar 2019 13:40:45 -0300 Subject: Half time flask price --- npc/017-6/sheila.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'npc/017-6') diff --git a/npc/017-6/sheila.txt b/npc/017-6/sheila.txt index eb191b4ff..9c01e111c 100644 --- a/npc/017-6/sheila.txt +++ b/npc/017-6/sheila.txt @@ -20,8 +20,8 @@ mesq l("Well, maybe it takes a few hours or days of your life, but who cares! It is instant teleport!"); next; mesn; - mesq l("If you bring me a @@ and 1,000 GP I can make one for you!", getitemlink(DragonScales)); - if (!countitem(DragonScales) || Zeny < 1000) + mesq l("If you bring me a @@ and 500 GP I can make one for you!", getitemlink(DragonScales)); + if (!countitem(DragonScales) || Zeny < 500) close; select l("Nice, but no, thanks."), @@ -31,7 +31,7 @@ close; inventoryplace TimeFlask, 1; delitem DragonScales, 1; - Zeny=Zeny-1000; + Zeny=Zeny-500; getitem TimeFlask, 1; mesn; mesq l("Neat, neat! Thanks! Here you go, this amazing bottle! It is life-bond, so having multiple won't reduce the time you need to wait..."); -- cgit v1.2.3-60-g2f50