From 302a4c0652b7e824611da79d8d02195ddd7a1e74 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 16 May 2022 18:51:25 -0300 Subject: Add hints for Aegis Shield and Runestaff --- npc/005-1/ayasha.txt | 8 ++++++++ npc/029-0/amelia.txt | 11 +++++++++++ 2 files changed, 19 insertions(+) (limited to 'npc') diff --git a/npc/005-1/ayasha.txt b/npc/005-1/ayasha.txt index 16d152755..6789f42f8 100644 --- a/npc/005-1/ayasha.txt +++ b/npc/005-1/ayasha.txt @@ -115,6 +115,14 @@ L_DoRent: mes ""; mesn; mesq l("Here it is. Take care with it!"); + if ($RUNES_HOLDER$ == "" && $GAME_STORYLINE >= 4) { + next; + mesn; + mesq l("Actually, I heard that on the cave north of me a great wizard died from a curse, but his staff would be available for any other wizard who looks."); + next; + mesn; + mesq l("I don't know, I assume the staff was burried with him on the deepest parts of the cave. If it was easy, someone would already have stolen it."); + } close; diff --git a/npc/029-0/amelia.txt b/npc/029-0/amelia.txt index 9158238eb..da98601ef 100644 --- a/npc/029-0/amelia.txt +++ b/npc/029-0/amelia.txt @@ -93,6 +93,17 @@ L_Short: if (getq(General_Narrator) < 20) close; next; + if ($AEGIS_HOLDER$ == "" && !rand2(4)) { + mesn; + mesq l("I heard a rumor the other day. About the tree I had found!"); + next; + mesn; + mesq l("It is said that if someone dies to the pinkies but is then avenged and mourned, the avenger may claim from the tree the shield of the world!"); + next; + mesn; + mesq l("The story was so cool!"); + close; + } mesn; mesq l("If you ever visit the fortress island, be sure to visit the friendly tree at the cave. I'm sure it'll like you."); close; -- cgit v1.2.3-60-g2f50