diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-05-18 23:15:36 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-05-18 23:15:36 -0300 |
commit | 495a42de7692534a5ece735d5f49b782be818b17 (patch) | |
tree | 28d35419e54744d5fbc718116656a11d8c5a6775 /npc/009-2/librarian.txt | |
parent | 26133939e3d16eaf59702e9285a49e6ab2767b2f (diff) | |
download | serverdata-495a42de7692534a5ece735d5f49b782be818b17.tar.gz serverdata-495a42de7692534a5ece735d5f49b782be818b17.tar.bz2 serverdata-495a42de7692534a5ece735d5f49b782be818b17.tar.xz serverdata-495a42de7692534a5ece735d5f49b782be818b17.zip |
Redesign some dialog in Halinarzo to “force” players to get magic.
Diffstat (limited to 'npc/009-2/librarian.txt')
-rw-r--r-- | npc/009-2/librarian.txt | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/npc/009-2/librarian.txt b/npc/009-2/librarian.txt index 1c742ddf8..72389d9b2 100644 --- a/npc/009-2/librarian.txt +++ b/npc/009-2/librarian.txt @@ -22,7 +22,7 @@ L_Advance: .@nt = getq2(General_Narrator); // Initial Value is 0. // .@nt tracks future value - if (!.@nt) + if (!.@nt || .@n == 6) goto L_Prologue; // If you wait 7 - instead of 3 - hours, you are abusing. @@ -35,7 +35,12 @@ L_Advance: if (.@nt <= santime()) goto L_Complete; mesn; - mesq l("Please help us with the bandits on the Canyon, and meanwhile, I'll seek the records for you. Just @@ more.", FuzzyTime(.@nt)); + mesq l("Have you found out magic already? It should not be possible, but the girl reading the book says it is. I don't know in what to believe."); + next; + mesn; + mesq l("Anyway, I still need @@. You have plenty of time to do things at your own pace.", FuzzyTime(.@nt)); + // Rule #99999999: Never tell players to grind for 3 hours you lazy dev + //mesq l("Please help us with the bandits on the Canyon, and meanwhile, I'll seek the records for you. Just @@ more.", FuzzyTime(.@nt)); close; L_Prologue: |