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/029-0/amelia.txt | |
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/029-0/amelia.txt')
-rw-r--r-- | npc/029-0/amelia.txt | 11 |
1 files changed, 11 insertions, 0 deletions
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; |