diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/019-1-1/miler.txt | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/npc/019-1-1/miler.txt b/npc/019-1-1/miler.txt index a4ecfd6bc..12c25899c 100644 --- a/npc/019-1-1/miler.txt +++ b/npc/019-1-1/miler.txt @@ -26,6 +26,10 @@ rif(.@q == 4, l("So, could I help you?")), L_Quest, l("Do you want any monster killed?"), L_GHQ; + // If not on Cordo quest, Miler will speak about + if (!THIEF_RANK && !MERC_RANK) + goto L_Rejected; + close; // Well Quest Subplot @@ -61,9 +65,11 @@ L_Doctor: // Not on Cordo quest L_Rejected: + /* mesn; mesq l("You cannot help me at all. You lack any skill to do so."); next; + */ mesn; mesq l("Hey, did you know there are two mouboos which constantly fight against themselves?!"); next; @@ -77,15 +83,17 @@ L_Rejected: next; mesn; mesq l("Anyway, I heard both were disciples from Cordo-whatever, a powerful person from LoF Village."); - mesq l("I think you should get initiated on any side before speaking to me again."); + //mesq l("I think you should get initiated on any side before speaking to me again."); close; // Main Quest L_Quest: // Force players upon Cordo quest + /* if (!THIEF_RANK && !MERC_RANK) goto L_Rejected; + */ mes ""; mesn; |