diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-06 13:40:45 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-06 13:40:45 -0300 |
commit | 8e63791373afabdcc95b25fb50dea7fb475f65d0 (patch) | |
tree | 5188d794fcd4bcf58847d8c063f2091800c8e241 /npc/017-6 | |
parent | ea12620385146fe8c32ec8a0cd114bee18bea830 (diff) | |
download | serverdata-8e63791373afabdcc95b25fb50dea7fb475f65d0.tar.gz serverdata-8e63791373afabdcc95b25fb50dea7fb475f65d0.tar.bz2 serverdata-8e63791373afabdcc95b25fb50dea7fb475f65d0.tar.xz serverdata-8e63791373afabdcc95b25fb50dea7fb475f65d0.zip |
Half time flask price
Diffstat (limited to 'npc/017-6')
-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..."); |