diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-07-26 22:28:44 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-07-26 22:28:44 -0300 |
commit | f036cdcc36440c7811d6dd6741d372afeb98e47b (patch) | |
tree | 4d04968a5d964a9757334878d303a98b6679e5b8 /npc/019-1-1/miler.txt | |
parent | 6bc995eb51084b1970c78e9296fa6296a6b2eeb7 (diff) | |
download | serverdata-f036cdcc36440c7811d6dd6741d372afeb98e47b.tar.gz serverdata-f036cdcc36440c7811d6dd6741d372afeb98e47b.tar.bz2 serverdata-f036cdcc36440c7811d6dd6741d372afeb98e47b.tar.xz serverdata-f036cdcc36440c7811d6dd6741d372afeb98e47b.zip |
Miler - drop requeriment to join Merc Police or Thieves Guild.
Make it extra information when saying “Hello” instead.
Diffstat (limited to 'npc/019-1-1/miler.txt')
-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; |