diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-03-01 08:17:02 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-03-01 08:17:02 -0300 |
commit | be29d4911d2093d18fcc9f32b458a55ca18b031d (patch) | |
tree | c0ca848eaf7e28b6a4470e0cbd685510bd1d9ad7 /npc/018-5/tree.txt | |
parent | 978b64e284c05fe3f0fbf52acc9fcd5ea12939b3 (diff) | |
download | serverdata-be29d4911d2093d18fcc9f32b458a55ca18b031d.tar.gz serverdata-be29d4911d2093d18fcc9f32b458a55ca18b031d.tar.bz2 serverdata-be29d4911d2093d18fcc9f32b458a55ca18b031d.tar.xz serverdata-be29d4911d2093d18fcc9f32b458a55ca18b031d.zip |
You can now ascend to Lilit's Sanctuary.
Diffstat (limited to 'npc/018-5/tree.txt')
-rw-r--r-- | npc/018-5/tree.txt | 16 |
1 files changed, 16 insertions, 0 deletions
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; |