summaryrefslogtreecommitdiff
path: root/npc/004-2/pachua.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/004-2/pachua.txt')
-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: