diff options
author | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-03-15 20:32:55 +0000 |
---|---|---|
committer | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-03-15 20:32:55 +0000 |
commit | 788a65d41bce37aad857e5b5202d0293e84963a2 (patch) | |
tree | 2070539f8f2ed0a635ff39a18194c21a76595848 /npc/jobs/1-1/acolyte.txt | |
parent | a50476a588b2d7bc819cf0235a093dcddef9f2bf (diff) | |
download | hercules-788a65d41bce37aad857e5b5202d0293e84963a2.tar.gz hercules-788a65d41bce37aad857e5b5202d0293e84963a2.tar.bz2 hercules-788a65d41bce37aad857e5b5202d0293e84963a2.tar.xz hercules-788a65d41bce37aad857e5b5202d0293e84963a2.zip |
removed all .GAT from all the scripts and tested
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10018 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/jobs/1-1/acolyte.txt')
-rw-r--r-- | npc/jobs/1-1/acolyte.txt | 9 |
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; } - |