diff options
author | Jesusaves <cpntb1@ymail.com> | 2025-01-11 21:37:25 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2025-01-11 21:37:25 -0300 |
commit | 0cf427812ff7d79fed6ed7af171861f540164007 (patch) | |
tree | adc0597ed62c207f887411507bcaa6d19711783f | |
parent | b4ffdde187b2815ebfb5b49e7b20ce8a9db3da9e (diff) | |
download | serverdata-0cf427812ff7d79fed6ed7af171861f540164007.tar.gz serverdata-0cf427812ff7d79fed6ed7af171861f540164007.tar.bz2 serverdata-0cf427812ff7d79fed6ed7af171861f540164007.tar.xz serverdata-0cf427812ff7d79fed6ed7af171861f540164007.zip |
With the new point of interest, add more hints to reach Aethyr.
-rw-r--r-- | npc/024-1/erlan.txt | 4 | ||||
-rw-r--r-- | npc/024-2/gaelira.txt | 2 | ||||
-rw-r--r-- | npc/024-5/saevel.txt | 4 | ||||
-rw-r--r-- | npc/024-6/talindra.txt | 2 |
4 files changed, 12 insertions, 0 deletions
diff --git a/npc/024-1/erlan.txt b/npc/024-1/erlan.txt index b6cc4ddfd..7e0478630 100644 --- a/npc/024-1/erlan.txt +++ b/npc/024-1/erlan.txt @@ -59,6 +59,9 @@ L_Done_F: next; mesn; mesq l("There are rumors about a sacred elf land, where our antecessors lived in peacefully somewhere close to here, but the path was lost. That's why we now live with dwarves."); + next; + mesn; + mesq l("I also heard they would use a special kind of crystal to mark important passages, but to be honest, I've never seen it. I don't think I would notice even if I walked over it, haha!"); close; ///////////////////////////////////////////////////////////////////////////////// L_Start_U: @@ -100,6 +103,7 @@ L_Done_U: next; mesn; mesq l("Our antecessors used to live peacefully in a sanctuary somewhere close to here, but the path was lost. That's why we now live with dwarves."); + mesc l("He mumbles something about a special kind of crystal you should be on the lookout for, but quickly cuts himself short without giving further details."); close; OnInit: diff --git a/npc/024-2/gaelira.txt b/npc/024-2/gaelira.txt index d8398d426..f843111fe 100644 --- a/npc/024-2/gaelira.txt +++ b/npc/024-2/gaelira.txt @@ -67,6 +67,7 @@ L_Done_F: next; mesn; mesq l("But I can't help but keep thinking on how many shiny treasures might be there!"); + mesc l("She mumbles something about how a custom of using crystals to mark paths was lost, and how they would be valuable if sold."); close; ///////////////////////////////////////////////////////////////////////////////// L_Start_U: @@ -113,6 +114,7 @@ L_Done_U: next; mesn; mesq l("Well, I can't help but keep thinking on how many shiny treasures might be there!"); + mesc l("She mumbles something about how a custom of using crystals to mark paths was lost, and how they would be valuable if sold."); close; OnInit: diff --git a/npc/024-5/saevel.txt b/npc/024-5/saevel.txt index 2005cb01c..856b09cbe 100644 --- a/npc/024-5/saevel.txt +++ b/npc/024-5/saevel.txt @@ -61,6 +61,9 @@ L_Done_F: next; mesn; mesq l("Reminds me, but they say the Aethyr is a place where powerful elves of old live. But nobody has been there on the past century... Or if they were, nobody said anything about it! Hahahah!"); + next; + mesn; + mesq l("I've heard the old elves were able to make crystals you can walk through as if it wasn't there, could you imagine that?"); close; ///////////////////////////////////////////////////////////////////////////////// L_Start_U: @@ -101,6 +104,7 @@ L_Done_U: next; mesn; mesq l("Reminds me, but they say the Aethyr is a place where powerful elves of old live. But nobody has been there on the past century... Or if they were, nobody said anything about it! Hahahah!"); + mesc l("He mumbles something about the old elves being able to make crystals you can walk through, but it makes no sense to you."); close; OnInit: diff --git a/npc/024-6/talindra.txt b/npc/024-6/talindra.txt index 7ef8dadfa..c5578cc6e 100644 --- a/npc/024-6/talindra.txt +++ b/npc/024-6/talindra.txt @@ -64,6 +64,7 @@ L_Submit_F: L_Done_F: mesn; mesq l("I've heard Aethyr path was to the west, but I'm not sure west of where... %s", col(l("*sigh*"), 9)); + mesc l("She looks toward Frostia's Castle, unsure if it would hold any clues."); close; ///////////////////////////////////////////////////////////////////////////////// L_Start_U: @@ -107,6 +108,7 @@ L_Submit_U: L_Done_U: mesn; mesq l("I've heard Aethyr path was to the west, but I'm not sure west of where... %s", col(l("*sigh*"), 9)); + mesc l("She looks toward Frostia's Castle, unsure if it would hold any clues."); next; mesn; mesq l("...Go mind your own business, %s.", get_race()); |