summaryrefslogtreecommitdiff
path: root/npc/018-7-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-05-16 17:10:34 -0300
committerJesusaves <cpntb1@ymail.com>2022-05-16 17:10:34 -0300
commit1d772d29359b289303a4bfd9c24f625c36ff06fd (patch)
treeb356dd138b2f037af6efe73e8bfd7b9cc00602cf /npc/018-7-1
parentf4359749f70a243f75861af1cf6bb1f3c067b91c (diff)
downloadserverdata-1d772d29359b289303a4bfd9c24f625c36ff06fd.tar.gz
serverdata-1d772d29359b289303a4bfd9c24f625c36ff06fd.tar.bz2
serverdata-1d772d29359b289303a4bfd9c24f625c36ff06fd.tar.xz
serverdata-1d772d29359b289303a4bfd9c24f625c36ff06fd.zip
Add even more hints regarding obtaining Tyranny and Demure Axe
Diffstat (limited to 'npc/018-7-1')
-rw-r--r--npc/018-7-1/demure.txt12
1 files changed, 12 insertions, 0 deletions
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,