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/005-1 | |
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/005-1')
-rw-r--r-- | npc/005-1/ayasha.txt | 8 |
1 files changed, 8 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; |