diff options
Diffstat (limited to 'npc/quests/seals/megingard_seal.txt')
-rw-r--r-- | npc/quests/seals/megingard_seal.txt | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/npc/quests/seals/megingard_seal.txt b/npc/quests/seals/megingard_seal.txt index 894ac2ab5..228268602 100644 --- a/npc/quests/seals/megingard_seal.txt +++ b/npc/quests/seals/megingard_seal.txt @@ -951,7 +951,7 @@ prt_in,172,106,0 script Librarian#megin 4_M_ZONDAOYAJI,{ mes "[Librarian Jekan]"; mes "Hmm. I'm not really allowed to disclose any information related to that file. I'm sorry about that."; next; - mes "[" + strcharinfo(0) + "]"; + mes "[" + strcharinfo(PC_NAME) + "]"; mes "But isn't"; mes "the file about..."; input @str$; @@ -1005,10 +1005,10 @@ prt_in,172,106,0 script Librarian#megin 4_M_ZONDAOYAJI,{ mes "[Librarian Jekan]"; mes "Hmm... I am not supposed to reveal anything related to the file."; next; - mes "[" + strcharinfo(0) + "]"; + mes "[" + strcharinfo(PC_NAME) + "]"; mes "Isn't the file..."; input @str$; - mes "[" + strcharinfo(0) + "]"; + mes "[" + strcharinfo(PC_NAME) + "]"; mes "^0000FF" + @str$ + "?"; next; mes "[Librarian Jekan]"; @@ -1819,7 +1819,7 @@ morocc_in,146,179,0 script Employee#megin1 1_F_01,{ next; input @str$; if (@str$ == "Cuaque Donon" || @str$ == "Cuaque" || @str$ == "Donon") { - mes "[" + strcharinfo(0) + "]"; + mes "[" + strcharinfo(PC_NAME) + "]"; mes "Do you happen to know a person named " + @str$ + " ...?"; if (god_eremes == 18) { mes "[Inn Employee]"; @@ -1859,7 +1859,7 @@ morocc_in,146,179,0 script Employee#megin1 1_F_01,{ mes "^3355FFThe Inn Employee"; mes "knocks you out~^000000"; close2; - percentheal -100,0; + unitkill getcharid(CHAR_ID_ACCOUNT); end; } else { @@ -1897,7 +1897,8 @@ morocc_in,146,179,0 script Employee#megin1 1_F_01,{ mes "^3355FFThe Inn Employee"; mes "knocks you out~^000000"; close2; - percentheal -100,0; + unitkill getcharid(CHAR_ID_ACCOUNT); + end; } else { mes "[Ms. Scary Inn Employee]"; @@ -1937,7 +1938,7 @@ morocc_in,146,179,0 script Employee#megin1 1_F_01,{ mes "^3355FFThe Inn Employee"; mes "knocks you out~^000000"; close2; - percentheal -100,0; + unitkill getcharid(CHAR_ID_ACCOUNT); end; } else { @@ -2997,7 +2998,7 @@ niflheim,109,254,0 script Egnigem 4_M_NFDEADSWDMAN,{ else { mes "[Egnigem]"; mes "Greetings..."; - mes ""+ strcharinfo(0) +"."; + mes ""+ strcharinfo(PC_NAME) +"."; mes "I've been watching you in the"; mes "world of the living. I see you've been busy looking for the truth about the 1st Squad, haven't you?"; next; |