summaryrefslogtreecommitdiff
path: root/npc/009-2
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-01-01 11:56:43 -0200
committerJesusaves <cpntb1@ymail.com>2019-01-01 11:56:43 -0200
commit3845c0c7ee1a04058d876b12b28354725e26a2ef (patch)
tree30de04fd3fe6f67b8c04810f9fc0b037cb83ed63 /npc/009-2
parent14231b3ba4e0b7540ff671d9114ff8a10aa59f22 (diff)
downloadserverdata-3845c0c7ee1a04058d876b12b28354725e26a2ef.tar.gz
serverdata-3845c0c7ee1a04058d876b12b28354725e26a2ef.tar.bz2
serverdata-3845c0c7ee1a04058d876b12b28354725e26a2ef.tar.xz
serverdata-3845c0c7ee1a04058d876b12b28354725e26a2ef.zip
Start redesigning main storyline.
Second stop is Hurnscald Prefecture, which is TODO. Halinarzo main quest arc will end up being thrown to level 50 players it seems
Diffstat (limited to 'npc/009-2')
-rw-r--r--npc/009-2/librarian.txt18
1 files changed, 9 insertions, 9 deletions
diff --git a/npc/009-2/librarian.txt b/npc/009-2/librarian.txt
index 89ed94583..2c07ad585 100644
--- a/npc/009-2/librarian.txt
+++ b/npc/009-2/librarian.txt
@@ -7,12 +7,12 @@
009-2,67,60,2 script Book Keeper NPC_FEMALE,{
.@n = getq(General_Narrator);
- if (.@n == 4) mesn;
- if (.@n == 4) mesc l("Anyway, I think you should go to Hurnscald Townhall, and speak with the mayor.");
- if (.@n == 4) next;
- if (.@n >= 4) goto L_Complete;
- if (.@n == 3) goto L_Report;
- if (.@n == 2) goto L_Advance;
+ if (.@n == 6) mesn;
+ if (.@n == 6) mesc l("Anyway, I think you should go to Hurnscald Townhall again, and speak with the mayor.");
+ if (.@n == 6) next;
+ if (.@n >= 6) goto L_Complete;
+ if (.@n == 5) goto L_Report;
+ if (.@n == 4) goto L_Advance;
mesn;
mesq l("Hello. I am the book keeper, responsible for keeping Halinarzo History.");
// TODO: Import data from BR-002-5 (Royal Library) and make available story about TMW-BR
@@ -82,7 +82,7 @@ L_Complete:
mesc l("They promised to travel to the ##BWorld Edge##b to fetch a Mana Fragment. The wisest of them said it was the only chance.");
mesc l("They were never again seen. None of them. We burnt all records about everyone here, and blamed the Monster King.");
mesc l("They must never know we had it. Their sacrifices must be forgotten. For the sake of all.");
- compareandsetq General_Narrator, 2, 3;
+ compareandsetq General_Narrator, 4, 5;
close;
L_Report:
@@ -116,8 +116,8 @@ L_Report:
next;
mesn;
mesq l("Good luck, @@!", strcharinfo(0));
- getexp 1500, 0; // Reference is level 20, so, DO NOT RAISE THIS VALUE.
- setq General_Narrator, 4;
+ getexp 1500, 0; // TODO.
+ setq General_Narrator, 6;
close;
OnInit: