diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-08-17 17:13:54 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-08-17 17:13:54 -0300 |
commit | 0f7b6075c82c005d454000b39b4c5185993f0011 (patch) | |
tree | f91b2be315fadcdaadd59802ef3dbe164895e66c /npc/014-4/thorn.txt | |
parent | 8ec68ccf577b20f203c91e7a9b0068162e28f22d (diff) | |
download | serverdata-0f7b6075c82c005d454000b39b4c5185993f0011.tar.gz serverdata-0f7b6075c82c005d454000b39b4c5185993f0011.tar.bz2 serverdata-0f7b6075c82c005d454000b39b4c5185993f0011.tar.xz serverdata-0f7b6075c82c005d454000b39b4c5185993f0011.zip |
Simple quest on Thorn, for no real reason, but you might do it anyway for completion.
Remember: Completing this quest affect the ferry fee!
Diffstat (limited to 'npc/014-4/thorn.txt')
-rw-r--r-- | npc/014-4/thorn.txt | 29 |
1 files changed, 28 insertions, 1 deletions
diff --git a/npc/014-4/thorn.txt b/npc/014-4/thorn.txt index 2b9846981..2547ddd88 100644 --- a/npc/014-4/thorn.txt +++ b/npc/014-4/thorn.txt @@ -22,7 +22,34 @@ goto L_SpringQuest; L_Main: - close; + next; + .@q=getq(HurnscaldQuest_Thorn); + if (.@q == 0) { + mesn; + mesq l("I'm actually half-wose. This means part of me is tree."); + next; + mesn; + mesq l("I can walk, I'm just... Trapped here. That's why I need someone to help me to cultivate my wose part!"); + next; + mesn; + mesq l("Could you please bring me @@ @@ and @@ @@? I'll give you a bunch of herbs if you help me!", 12, getitemlink(Root), 35, getitemlink(Acorn)); + next; + mesc l("Give him the materials he asked for?"); + if (askyesno() == ASK_YES) { + inventoryplace ShadowHerb, 8, ArtichokeHerb, 12; + if (!transcheck(Root, 12, Acorn, 35)) + close; + getitem ShadowHerb, 8; + getitem ArtichokeHerb, 12; + getexp 600, 120; // Reference: Level 20 + mesn; + mesq l("Thanks for helping me out. I know this is nothing, but please accept these herbs I've collected."); + setq HurnscaldQuest_Thorn, 1; + } + } + closeclientdialog; + goodbye; + end; L_OutOfSeason: mesn; |