diff options
Diffstat (limited to 'npc/017-6/sheila.txt')
-rw-r--r-- | npc/017-6/sheila.txt | 6 |
1 files changed, 3 insertions, 3 deletions
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..."); |