summaryrefslogtreecommitdiff
path: root/npc/jobs/1-1/acolyte.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/jobs/1-1/acolyte.txt')
-rw-r--r--npc/jobs/1-1/acolyte.txt9
1 files changed, 4 insertions, 5 deletions
diff --git a/npc/jobs/1-1/acolyte.txt b/npc/jobs/1-1/acolyte.txt
index 523ed36be..692d8c4c6 100644
--- a/npc/jobs/1-1/acolyte.txt
+++ b/npc/jobs/1-1/acolyte.txt
@@ -21,7 +21,7 @@
// -- Father Mareusis --
-prt_church.gat,184,41,4 script Father Mareusis 60,{
+prt_church,184,41,4 script Father Mareusis 60,{
callfunc "F_ToHigh",Job_Acolyte_High,"Acolyte High",Job_High_Priest,"Father Mareusis";
mes "[Father Mareusis]";
if(BaseJob == Job_Novice && job_acolyte_q > 0) goto L_Check;
@@ -174,7 +174,7 @@ L_Check:
// == Devine Quest ==
// -- Father Rubalkabara --
-prt_fild03.gat,365,259,2 script Father Rubalkabara 110,{
+prt_fild03,365,259,2 script Father Rubalkabara 110,{
mes "[Father Rubalkabara]";
if(BaseJob == Job_Acolyte || BaseJob == Job_Priest) callfunc "F_FatherRub";
if(BaseJob == Job_Novice) goto L_Novice;
@@ -235,7 +235,7 @@ L_Start:
}
// -- Mother Marthilda --
-moc_fild07.gat,36,354,4 script Mother Marthilda 79,{
+moc_fild07,36,354,4 script Mother Marthilda 79,{
mes "[Mother Marthilda]";
if(BaseJob == Job_Acolyte || BaseJob == Job_Priest) callfunc "F_MotherMart";
if(BaseJob == Job_Novice) goto L_Novice;
@@ -290,7 +290,7 @@ L_Start:
}
// -- Father Yosuke --
-prt_fild00.gat,208,218,6 script Father Yosuke 120,{
+prt_fild00,208,218,6 script Father Yosuke 120,{
mes "[Father Yosuke]";
if(BaseJob == Job_Acolyte || BaseJob == Job_Priest) callfunc "F_FatherYos";
if(BaseJob == Job_Novice) goto L_Novice;
@@ -347,4 +347,3 @@ L_Start:
emotion e_go;
close;
}
-