diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-06-07 01:31:22 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-06-07 01:31:22 -0300 |
commit | 9d581b9d93b65c6cb7bdcb59c63cf1ab0c818b50 (patch) | |
tree | 871d48ae964662d2c6cb168d1ebf7ca47c6d5098 /npc/024-16 | |
parent | 8c656a0528942b5c57bd5ed0cb2014286447f2ce (diff) | |
download | serverdata-9d581b9d93b65c6cb7bdcb59c63cf1ab0c818b50.tar.gz serverdata-9d581b9d93b65c6cb7bdcb59c63cf1ab0c818b50.tar.bz2 serverdata-9d581b9d93b65c6cb7bdcb59c63cf1ab0c818b50.tar.xz serverdata-9d581b9d93b65c6cb7bdcb59c63cf1ab0c818b50.zip |
Sketch about Frostia Main Story Arc
Diffstat (limited to 'npc/024-16')
-rw-r--r-- | npc/024-16/king.txt | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/npc/024-16/king.txt b/npc/024-16/king.txt index 25b112911..7b5f908a1 100644 --- a/npc/024-16/king.txt +++ b/npc/024-16/king.txt @@ -7,6 +7,28 @@ 024-16,30,23,0 script King Gelid NPC_ELF,{ mesn l("King Gelid Frozenheart"); mesq l("Hello."); + next; + mesn l("King Gelid Frozenheart"); + mesq l("Yes. Frostia is a city-estate, and is ruled by me, King Gelid Frozenheart II."); + next; + mesn l("King Gelid Frozenheart"); + mesq l("Is this letter yours? Very well, let me read."); + next; + mesn l("King Gelid Frozenheart"); + mesq l("Hm hm. This sounds pretty concerning. Aiming at Sages is also a smart move, as they compose the Alliance Council."); + next; + mesn l("King Gelid Frozenheart"); + mesq l("As about if I have any idea why they said they were from here? ...Actually, I do."); + next; + mesc b(l(".:: Main Quest 4-2 ::.")), 3; + msObjective(BaseLevel >= 40, l("* @@/@@ Base Level", BaseLevel, 40)); + msObjective(true, l("* Deliver Nikolai's Letter to Frostia Mayor")); + mesc l("* Do whatever King Gelid tells you to"), 9; + mes ""; + mesc l("@@ You need to wait further releases to continue this quest!", b(l("WARNING:"))), 1; + next; + mesn l("Nikolai, the Blue Sage"); + mesq l("Remember the masked man said he was from Frostia? Or masked woman, we don't know. You should inform their Mayor at once. Also, I don't know what Sage will be their next target. Deliver this letter to Frostia's King. He will know what to do and what you should do."); close; OnInit: |