diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-05-16 17:10:34 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-05-16 17:10:34 -0300 |
commit | 1d772d29359b289303a4bfd9c24f625c36ff06fd (patch) | |
tree | b356dd138b2f037af6efe73e8bfd7b9cc00602cf /npc/024-16 | |
parent | f4359749f70a243f75861af1cf6bb1f3c067b91c (diff) | |
download | serverdata-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/024-16')
-rw-r--r-- | npc/024-16/king.txt | 8 |
1 files changed, 8 insertions, 0 deletions
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: |