diff options
-rw-r--r-- | npc/quests/quests_13_1.txt | 6 | ||||
-rw-r--r-- | npc/quests/quests_13_2.txt | 3 |
2 files changed, 4 insertions, 5 deletions
diff --git a/npc/quests/quests_13_1.txt b/npc/quests/quests_13_1.txt index 5637916dc..b86e393c2 100644 --- a/npc/quests/quests_13_1.txt +++ b/npc/quests/quests_13_1.txt @@ -1882,12 +1882,12 @@ moc_fild22b,230,197,5 script Munkenro#2 967,{ mes "[Munkenro]"; mes "Ok, just have a good adventure."; next; + set ep13_ryu,22; + changequest 10077,10078; + donpcevent "Head of the Alliance#moo::OnEnable"; mes "[Munkenro]"; mes "If you are too late,"; mes "it will be considered as a failure, so come back soon."; - donpcevent "Head of the Alliance#moo::OnEnable"; - if (checkquest(10078) == -1) changequest 10077,10078; - set ep13_ryu,22; close; case 2: mes "[Munkenro]"; diff --git a/npc/quests/quests_13_2.txt b/npc/quests/quests_13_2.txt index 9230e4a01..8ae078dfb 100644 --- a/npc/quests/quests_13_2.txt +++ b/npc/quests/quests_13_2.txt @@ -1436,7 +1436,7 @@ manuk,278,177,5 script Villager#ep13_11 454,{ mes "[Villager]"; mes "Das?"; mes "idh sd!"; - mes "Dh apa sd��is Das idh."; + mes "Dh apa sd!-is Das idh."; close; } } @@ -2866,7 +2866,6 @@ man_in01,378,276,3 script Manuk Engineer#ep13_2 453,{ mes "[Manuk Engineer]"; mes "To prevent our bodies from becoming numb, we need Bradium."; mes "From the Bradium we can extract a special element that we need to survive."; - //mes "��?����???�������'��"; next; mes "[Manuk Engineer]"; mes "The mining industry is primary here since our lives depend on it."; |