diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-02-25 02:54:52 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-02-25 02:54:52 -0300 |
commit | 06e3e96a21693fe4b30922f9c4e5d4fe9f7809ff (patch) | |
tree | 875eedd504bfa7681841ca5d89b134c37c14eea7 /npc/024-16 | |
parent | 4b6f752ae0fc44743ee7befaab73a594e966b9a3 (diff) | |
download | serverdata-06e3e96a21693fe4b30922f9c4e5d4fe9f7809ff.tar.gz serverdata-06e3e96a21693fe4b30922f9c4e5d4fe9f7809ff.tar.bz2 serverdata-06e3e96a21693fe4b30922f9c4e5d4fe9f7809ff.tar.xz serverdata-06e3e96a21693fe4b30922f9c4e5d4fe9f7809ff.zip |
Eh, it is a mess, but try to update main quest chapter on other NPCs as well
Diffstat (limited to 'npc/024-16')
-rw-r--r-- | npc/024-16/generals.txt | 2 | ||||
-rw-r--r-- | npc/024-16/king.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/npc/024-16/generals.txt b/npc/024-16/generals.txt index ca988134e..6f420f51c 100644 --- a/npc/024-16/generals.txt +++ b/npc/024-16/generals.txt @@ -56,7 +56,7 @@ function script FrostiaGeneralQuest { mesn; mesq l("If you conclude the training, you'll be suitable for the difficult mission our King have to you."); next; - mesc b(l(".:: Main Quest 4-3 ::.")), 3; + mesc b(l(".:: Main Quest 6-2 ::.")), 3; msObjective(BaseLevel >= 52, l("* @@/@@ Base Level", BaseLevel, 52)); msObjective(JobLevel >= 24, l("* @@/@@ Job Level", JobLevel, 24)); //msObjective(JobLevel >= 24, l("* Win an Arena Match")); diff --git a/npc/024-16/king.txt b/npc/024-16/king.txt index 655f32941..c021794c2 100644 --- a/npc/024-16/king.txt +++ b/npc/024-16/king.txt @@ -67,7 +67,7 @@ L_MainQuest: mesq l("Anyway, I'll give you @@ Real Estate Credits in advance. Go book yourself a room in the Inn. And then come back to me so we may discuss details.", 5000); next; - mesc b(l(".:: Main Quest 4-2 ::.")), 3; + mesc b(l(".:: Main Quest 6-1 ::.")), 3; msObjective(BaseLevel >= 40, l("* @@/@@ Base Level", BaseLevel, 40)); msObjective(true, l("* Deliver Nikolai's Letter to Frostia Mayor")); msObjective(ESTATE_RENTTIME >= gettimetick(2), l("* Rent a room in Frostia's Inn")); |