diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-08-14 15:57:13 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-08-14 15:57:13 -0300 |
commit | fb96cc025098fcdbf33f4b277811e03fd2f34b91 (patch) | |
tree | 2872ad7bd18176c1ee3c183d8e6c1c6b83689831 /npc/029-0 | |
parent | 097fc78532d7fe75d107cf8faa1a2b9e038babbb (diff) | |
download | serverdata-fb96cc025098fcdbf33f4b277811e03fd2f34b91.tar.gz serverdata-fb96cc025098fcdbf33f4b277811e03fd2f34b91.tar.bz2 serverdata-fb96cc025098fcdbf33f4b277811e03fd2f34b91.tar.xz serverdata-fb96cc025098fcdbf33f4b277811e03fd2f34b91.zip |
Update the Journalman NPC, as they hold all the recent story
Diffstat (limited to 'npc/029-0')
-rw-r--r-- | npc/029-0/elora.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/npc/029-0/elora.txt b/npc/029-0/elora.txt index 3ca707244..c8caa21a9 100644 --- a/npc/029-0/elora.txt +++ b/npc/029-0/elora.txt @@ -41,10 +41,14 @@ case 8: mesn; mesq l("Sakar can now bring you directly to Asphodel Moors. Scouts found a second town as well, from where the raiders seems to be coming from!"); + mesc l("Andrei Sakar is at the north exit of the town."); break; case 9: mesn; - mesq l("Contact a GM at Migglemire - the small town at center of swamps - to trigger the final showdown."); + mesq l("I'm worried. Will everything be alright? Please, lend your help to sir Sakar - no, to the whole world!"); + mes ""; + mesc l("Contact a GM at Migglemire - the small town at center of swamps - to trigger the final showdown."); + mesc l("Alternatively, %s, the World Hero, should also be able to do it.", $MOST_HEROIC$); break; } close; |