From 1d772d29359b289303a4bfd9c24f625c36ff06fd Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 16 May 2022 17:10:34 -0300 Subject: Add even more hints regarding obtaining Tyranny and Demure Axe --- npc/018-7-1/demure.txt | 12 ++++++++++++ npc/024-16/king.txt | 8 ++++++++ 2 files changed, 20 insertions(+) diff --git a/npc/018-7-1/demure.txt b/npc/018-7-1/demure.txt index 639d66d37..6cc6288e0 100644 --- a/npc/018-7-1/demure.txt +++ b/npc/018-7-1/demure.txt @@ -13,9 +13,21 @@ mesn strcharinfo(0); select l("Thanks. It is my pleasure."), + rif($DEMUR_HOLDER$ == "", l("I've heard rumors about a legendary axe.")), l("I want to challenge you."); mes ""; if (@menu == 1) { closeclientdialog; close;} + if (@menu == 2) { + mesn; + mesq l("The %s, yes. I have it. It is a legendary weapon, only one of it exist on the world.", getitemlink(DemureAxe)); + next; + mesn; + mesq l("I'll give it to someone who challenge me and best me in an impressive manner. If it was easy, someone would already have claimed it."); + mesn; + mesq l("So, will you challenge me?"); + next; + if (askyesno() == ASK_NO) close; + } mesc l("Mode?"); menuint l("Solo"), MODE_SOLO, diff --git a/npc/024-16/king.txt b/npc/024-16/king.txt index c904de885..547a3986b 100644 --- a/npc/024-16/king.txt +++ b/npc/024-16/king.txt @@ -202,10 +202,18 @@ L_Complete: next; select l("Could I go back to that cave? It's a good farm spot."), + rif($TYRAN_HOLDER$ == "", l("What do you know about the Tyranny Bow?")), l("Thanks, my liege."); mes ""; if (@menu == 1) cwarp "023-3", 63, 219; + if (@menu == 2) { + mesn l("King Gelid Frozenheart"); + mesq l("It is one of the five legendary weapons. Legend says it was hidden in a tree on Aethyr, and will be given to the one who proves to be an excelent archer."); + next; + mesn l("King Gelid Frozenheart"); + mesq l("If it was easy, someone would already have claimed it, so good luck if you plan in obtaining it."); + } close; OnInit: -- cgit v1.2.3-70-g09d2