summaryrefslogtreecommitdiff
path: root/npc/014-5/blossom.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-08-17 17:24:31 -0300
committerJesusaves <cpntb1@ymail.com>2019-08-17 17:24:31 -0300
commit59180c94e7f5859fc5b5b60d678030d30c1fb7fd (patch)
tree625de5196c071fdb4506c8ddc669986e722b1f39 /npc/014-5/blossom.txt
parent0f7b6075c82c005d454000b39b4c5185993f0011 (diff)
downloadserverdata-59180c94e7f5859fc5b5b60d678030d30c1fb7fd.tar.gz
serverdata-59180c94e7f5859fc5b5b60d678030d30c1fb7fd.tar.bz2
serverdata-59180c94e7f5859fc5b5b60d678030d30c1fb7fd.tar.xz
serverdata-59180c94e7f5859fc5b5b60d678030d30c1fb7fd.zip
Fix bugs, and add Blossom Quest for Enchanted Herb Bag.
Even sounds silly given how bad Thorn is rewarding you.
Diffstat (limited to 'npc/014-5/blossom.txt')
-rw-r--r--npc/014-5/blossom.txt31
1 files changed, 30 insertions, 1 deletions
diff --git a/npc/014-5/blossom.txt b/npc/014-5/blossom.txt
index b8bf502b3..e5a359cf0 100644
--- a/npc/014-5/blossom.txt
+++ b/npc/014-5/blossom.txt
@@ -19,7 +19,36 @@
goto L_SpringQuest;
L_Main:
- close;
+ next;
+ .@q=getq(HurnscaldQuest_Blossom);
+ if (.@q == 0) {
+ mesn;
+ mesq l("Anyway, I got this really nice @@ from Audsbel. He said I could collect herbs more efficiently with it.", getitemlink(EnchantedHerbBag));
+ next;
+ mesn;
+ mesq l("I am willing to give it to you, if help me out. I promise it won't be a bother, and it'll really be useful for you, I swear.");
+ next;
+ mesn;
+ mesq l("I would like @@ @@, @@ @@ and @@ @@!", 30, getitemlink(HalfEggshell), 7, getitemlink(RedApple), 1, getitemlink(Orange));
+ mesc l("@@ drolls without realizing.", .name$);
+ next;
+ mesc l("Give her the materials she asked for?");
+ if (askyesno() == ASK_YES) {
+ inventoryplace EnchantedHerbBag, 1;
+ if (!transcheck(HalfEggshell, 30, RedApple, 7, Orange, 1))
+ close;
+ getitem HalfEggshell, 1;
+ getexp 600, 120; // Reference: Level 20
+ mesn;
+ mesq l("Thanks for helping me out! Here, take this bag. Now if you excuse me...");
+ mesc l("*drolls*");
+ setq HurnscaldQuest_Blossom, 1;
+ next;
+ }
+ }
+ closeclientdialog;
+ goodbye;
+ end;
L_OutOfSeason:
mesn;