diff options
author | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-30 06:34:09 +0000 |
---|---|---|
committer | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-30 06:34:09 +0000 |
commit | 7be7a8e4545547ab86be91e6ae2e879faff8136d (patch) | |
tree | 11b2fd6f30bb2c1b21672af2064c5b2a66a5995a /npc | |
parent | 9f1b0ee77b17032df6be4e703ba59731b59cc8d3 (diff) | |
download | hercules-7be7a8e4545547ab86be91e6ae2e879faff8136d.tar.gz hercules-7be7a8e4545547ab86be91e6ae2e879faff8136d.tar.bz2 hercules-7be7a8e4545547ab86be91e6ae2e879faff8136d.tar.xz hercules-7be7a8e4545547ab86be91e6ae2e879faff8136d.zip |
fixed monk.txt
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@875 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc')
-rw-r--r-- | npc/Changelog.txt | 2 | ||||
-rw-r--r-- | npc/jobs/2-2/monk.txt | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index 0e334a3e9..14b678556 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -35,7 +35,7 @@ Other Ppl Date Added ====== 12/30 - * Fixed missing stuff, made monk.txt loading [Lupus] + * Fixed some missing stuff, made monk.txt loading [Lupus] 12/29 * Added Dino9021's monk job quest script - still need checking before adding to scripts list [celest] diff --git a/npc/jobs/2-2/monk.txt b/npc/jobs/2-2/monk.txt index e6672eded..0a5b6ee0e 100644 --- a/npc/jobs/2-2/monk.txt +++ b/npc/jobs/2-2/monk.txt @@ -245,7 +245,7 @@ L_CollectS: next;
mes "[Elder Wuhai]";
mes "Come back to me when you have all the things.";
- mes "Now go, May God be with you.
+ mes "Now go, May God be with you.";
close;
//~IsJOB50:
@@ -358,7 +358,7 @@ Part5: mes "[Elder Wuhai]";
mes "......What?......";
mes "Aren't you ready to become a Monk?";
- mes "You want more quest, more train and more question?
+ mes "You want more quest, more train and more question?";
next;
mes "[Elder Wuhai]";
mes "Come back when tou are ready.";
@@ -814,7 +814,7 @@ L_MONK_Q1_8: "Lest ye descend to the Nine Golden Springs.",L_MONK_QUEST_END,
"So flies he westward.",L_MONK_QUEST_END,
"There shall be successes and failures,",L_MONK_QUEST_END,
- "For such is the eternal law.",L_MONK_QUEST_END,
+ "For such is the eternal law.",L_MONK_QUEST_END;
L_MONK_Q2_1:
@@ -1574,12 +1574,12 @@ L_DONE: delitem 1070, countitem(1070);
next;
mes "[XuanWu]";
- mes "Now go to [Daowen], he is in the deep of the building.
+ mes "Now go to [Daowen], he is in the deep of the building.";
close;
Part2:
mes "[XuanWu]";
mes "Are you testing my patient??";
- mes "Now go to [Daowen], he is in the deep of the building.
+ mes "Now go to [Daowen], he is in the deep of the building.";
close;
}
job_monk.gat,191,172,4 script job_monk_warp 45,1,1,{
|