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 | |
parent | ea12620385146fe8c32ec8a0cd114bee18bea830 (diff) | |
download | serverdata-8e63791373afabdcc95b25fb50dea7fb475f65d0.tar.gz serverdata-8e63791373afabdcc95b25fb50dea7fb475f65d0.tar.bz2 serverdata-8e63791373afabdcc95b25fb50dea7fb475f65d0.tar.xz serverdata-8e63791373afabdcc95b25fb50dea7fb475f65d0.zip |
Half time flask price
-rw-r--r-- | npc/014-4/thorn.txt | 3 | ||||
-rw-r--r-- | npc/017-6/sheila.txt | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/npc/014-4/thorn.txt b/npc/014-4/thorn.txt index 911fe2b65..bdfb81686 100644 --- a/npc/014-4/thorn.txt +++ b/npc/014-4/thorn.txt @@ -3,6 +3,7 @@ // Jesusalva // Description: // Spring Quest, disabled during Easter +// Sighly inspired with Soren and Demure relationship, I guess // // SQuest_SPring @@ -14,7 +15,7 @@ .@q=getq(SQuest_Spring); mesn; - mesq l("Brrrr... I'm freezing! The spring at Woodlands is so harsh!!"); + mesq l("Blossom, blossom, why you do this to me..."); if (.@q < 1) goto L_springQuest; 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..."); |