From be29d4911d2093d18fcc9f32b458a55ca18b031d Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 1 Mar 2021 08:17:02 -0300 Subject: You can now ascend to Lilit's Sanctuary. --- npc/018-5/tree.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/npc/018-5/tree.txt b/npc/018-5/tree.txt index 3c5f960cc..dc240b521 100644 --- a/npc/018-5/tree.txt +++ b/npc/018-5/tree.txt @@ -23,6 +23,22 @@ close; function gtFirstTime { + if (getq(LoFQuest_Fairy) >= 3 && + getq(LilitQuest_Shaabty) >= 4 && + getq(LilitQuest_Ivanize) >= 2) { + mesn l("Yetifly the Mighty"); + mesq l("%s... While you don't have the title of %s nor the flower of fae, nor have anything remotely important on your persona...", strcharinfo(0), b(l("Friend of the Fairies"))); + next; + mesn l("Yetifly the Mighty"); + mesq l("...I cannot fail to notice your deeds. Very well. Under my own authority, I authorize you to climb this holy tree."); + next; + mesn l("Yetifly the Mighty"); + mesq l("We shall be waiting for your arrival."); + next; + closeclientdialog; + gtAccessOK(); + return; + } mesn l("Yetifly the Mighty"); mesq l("Your persistence is amusing. However, you're yet to acquire the title of %s.", b(l("Friend of the Fairies"))); next; -- cgit v1.2.3-70-g09d2