diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-05-16 18:51:25 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-05-16 18:51:25 -0300 |
commit | 302a4c0652b7e824611da79d8d02195ddd7a1e74 (patch) | |
tree | c7a28272699b4c044fc8836545ad33bdcbf1e820 /npc | |
parent | 95131f67ccf42e1a81ac0c925284f869692c841c (diff) | |
download | serverdata-302a4c0652b7e824611da79d8d02195ddd7a1e74.tar.gz serverdata-302a4c0652b7e824611da79d8d02195ddd7a1e74.tar.bz2 serverdata-302a4c0652b7e824611da79d8d02195ddd7a1e74.tar.xz serverdata-302a4c0652b7e824611da79d8d02195ddd7a1e74.zip |
Add hints for Aegis Shield and Runestaff
Diffstat (limited to 'npc')
-rw-r--r-- | npc/005-1/ayasha.txt | 8 | ||||
-rw-r--r-- | npc/029-0/amelia.txt | 11 |
2 files changed, 19 insertions, 0 deletions
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; |