diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/Changelog.txt | 1 | ||||
-rw-r--r-- | npc/jobs/1-1/acolyte.txt | 18 | ||||
-rw-r--r-- | npc/jobs/2-1/priest.txt | 10 |
3 files changed, 15 insertions, 14 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index 98b760284..13eee60fa 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -1,6 +1,7 @@ Date Added ====== 2007/10/14 + * Rev. 11473 Changed "Marthilda" to "Mathilda" in the Aco and priest Job quests. [L0ne_W0lf] * Rev. 11472 Updated Merchant quest skill NPCs. [L0ne_W0lf] * Rev. 11471 Updated Archer, Mage, and Thief quest skill NPCs. [L0ne_W0lf] * Rev. 11470 Added headers to Acolyte, Swordman, and Novice quest skill files. [L0ne_W0lf] diff --git a/npc/jobs/1-1/acolyte.txt b/npc/jobs/1-1/acolyte.txt index 9fa57f9ad..f359ac97b 100644 --- a/npc/jobs/1-1/acolyte.txt +++ b/npc/jobs/1-1/acolyte.txt @@ -309,12 +309,12 @@ prt_fild03,365,255,2 script Ascetic#aco 89,{ } moc_fild07,41,355,4 script Ascetic#2aco 95,{ - mes "[Mother Marthilda]"; + mes "[Mother Mathilda]"; if (BaseJob == Job_Novice) { if (job_acolyte_q == 7) { mes "I will send a carrier pigeon to the Prontera Sanctuary. When you return, the Priest there should already have received my message."; next; - mes "[Mother Marthilda]"; + mes "[Mother Mathilda]"; mes "I will pray to God, and hope that you become an Acolyte soon."; close; } @@ -322,13 +322,13 @@ moc_fild07,41,355,4 script Ascetic#2aco 95,{ if (job_acolyte_q == 3) { mes "Ah, you must be one of the Acolyte applicants. I sincerely welcome you."; next; - mes "[Mother Marthilda]"; + mes "[Mother Mathilda]"; mes "What is your name? " + strcharinfo(0) + "? Let's see... Ah, you're on my list."; next; - mes "[Mother Marthilda]"; + mes "[Mother Mathilda]"; mes "I will send a message to the Sanctuary confirming that you, " + strcharinfo(0) + " visited me and completed your penance."; next; - mes "[Mother Marthilda]"; + mes "[Mother Mathilda]"; mes "Please return to the Prontera Sanctuary and speak to the Priest in charge."; close2; savepoint "moc_fild07",35,355; @@ -341,16 +341,16 @@ moc_fild07,41,355,4 script Ascetic#2aco 95,{ mes "of the Acolyte applicants."; mes "I sincerely welcome you."; next; - mes "[Mother Marthilda]"; + mes "[Mother Mathilda]"; mes "Now, what is your name?"; mes "" + strcharinfo(0) + "? Let's see..."; next; - mes "[Mother Marthilda]"; + mes "[Mother Mathilda]"; mes "Hmm..."; mes "It seems your name"; mes "is not on my list..."; next; - mes "[Mother Marthilda]"; + mes "[Mother Mathilda]"; mes "Perhaps you should return to the Prontera Sanctuary and check the destination for your penance trial once again."; close; } @@ -365,7 +365,7 @@ moc_fild07,41,355,4 script Ascetic#2aco 95,{ if (BaseJob == Job_Priest) { mes "Hello there~"; next; - mes "[Mother Marthilda]"; + mes "[Mother Mathilda]"; mes "How is your practice coming along? I certainly hope you're enjoying living in the grace of God."; close; } diff --git a/npc/jobs/2-1/priest.txt b/npc/jobs/2-1/priest.txt index 3d0c71ab4..98541179d 100644 --- a/npc/jobs/2-1/priest.txt +++ b/npc/jobs/2-1/priest.txt @@ -1759,10 +1759,10 @@ function script F_MotherMart { mes "training to become"; mes "a Priest."; next; - mes "[Mother Marthilda]"; + mes "[Mother Mathilda]"; mes "However, at this point in your pilgrimage, I am not the person that you should be visiting."; next; - mes "[Mother Marthilda]"; + mes "[Mother Mathilda]"; mes "Perhaps you should ask Bishop Paul or Sister Cecilia once again. Well, may God be with you..."; close; } @@ -1771,14 +1771,14 @@ function script F_MotherMart { mes "a Priest trainee...?"; mes "Welcome!"; next; - mes "[Mother Marthilda]"; + mes "[Mother Mathilda]"; mes "We Priests are obliged to spread the message of God to"; mes "the peoples of the Earth."; next; - mes "[Mother Marthilda]"; + mes "[Mother Mathilda]"; mes "After you become a Priest, your travels may take you to the Morroc Pyramids. I hope that you may release the Undead there from the evil to which they are bound."; next; - mes "[Mother Marthilda]"; + mes "[Mother Mathilda]"; mes "Well then..."; mes "I shall pray to"; mes "God for safety"; |