diff options
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; |