summaryrefslogtreecommitdiff
path: root/npc/004-2
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-05-07 12:21:41 -0300
committerJesusaves <cpntb1@ymail.com>2022-05-07 12:21:41 -0300
commit2667d25751e5323523166a2f23b5195f11ee6013 (patch)
treed0de5dccc48185ce62a31cb17ca0bb056d28594c /npc/004-2
parent0167d08def9f6e31724fe23ce3390262c46cd902 (diff)
downloadserverdata-2667d25751e5323523166a2f23b5195f11ee6013.tar.gz
serverdata-2667d25751e5323523166a2f23b5195f11ee6013.tar.bz2
serverdata-2667d25751e5323523166a2f23b5195f11ee6013.tar.xz
serverdata-2667d25751e5323523166a2f23b5195f11ee6013.zip
Progress a tiny bit with The Episode.
Loosely based on http://forums.landoffire.org/phpBB3/viewtopic.php?f=7&t=1320
Diffstat (limited to 'npc/004-2')
-rw-r--r--npc/004-2/pachua.txt25
1 files changed, 25 insertions, 0 deletions
diff --git a/npc/004-2/pachua.txt b/npc/004-2/pachua.txt
index dcf5983a4..b196bfdd2 100644
--- a/npc/004-2/pachua.txt
+++ b/npc/004-2/pachua.txt
@@ -8,6 +8,31 @@
if (@pachua == 1) goto OnTouch;
mesn;
mesq l("Howdy! Mirio and I scout this canyon to protect our clan. I am also a retired assassin, maybe someday I can exchange some knowledge with you! Hahaha!");
+ if (getq(LoFQuest_EPISODE) == 9 &&
+ countitem(Honey) >= 10 &&
+ countitem(ElixirOfLife)) {
+ next;
+ select
+ l("Nice."),
+ l("[10x Honey, 1x Elixir of Life] The Shadow Tortuga won the race against the Panthom Lord.");
+ mes "";
+ if (@menu == 2) {
+ mesc l("%s lifts an eyebrow to you.", .name$);
+ next;
+ inventoryplace ArcmageBoxset, 1;
+ mesn;
+ mesq l("So they need me again. Alright. Tell them the following:");
+ mes b(l("The crow took off to his last flight."));
+ next;
+ delitem Honey, 10;
+ delitem ElixirOfLife, 1;
+ getitem ArcmageBoxset, 1;
+ setq LoFQuest_EPISODE, 10;
+ mesn;
+ mesq l("And you, take this %s. It is a reward for doing the dirty job. You would think old age would let you retire, hahaha!", getitemlink(ArcmageBoxset));
+ close;
+ }
+ }
close;
OnTouch: