diff options
Diffstat (limited to 'npc/re/jobs/1-1/acolyte.txt')
-rw-r--r-- | npc/re/jobs/1-1/acolyte.txt | 56 |
1 files changed, 28 insertions, 28 deletions
diff --git a/npc/re/jobs/1-1/acolyte.txt b/npc/re/jobs/1-1/acolyte.txt index 0c8307cbb..20c1f50f3 100644 --- a/npc/re/jobs/1-1/acolyte.txt +++ b/npc/re/jobs/1-1/acolyte.txt @@ -15,7 +15,7 @@ //============================================================ prt_church,184,41,4 script Cleric#aco 60,{ if (Upper == 1) { - if (FJOB == Job_Arch_Bishop || FJOB == Job_Sura) { + if (ADVJOB == Job_High_Priest || ADVJOB == Job_Champion) { if (Class == Job_Novice_High) { mes "[Father Mareusis]"; mes "Ah, I sense you have endured"; @@ -125,8 +125,8 @@ prt_church,184,41,4 script Cleric#aco 60,{ } prt_fild03,365,255,2 script Ascetic#aco 89,{ - if (Class == Job_Novice) { - if (ACO_Q== 6) { + if (Class == Job_Baby || Class == Job_Novice) { + if (ACO_Q == 6) { mes "[Father Rubalkabara]"; mes "Please take care. They should know that you've met me by the time you arrive at the Prontera Sanctuary."; next; @@ -134,8 +134,8 @@ prt_fild03,365,255,2 script Ascetic#aco 89,{ mes "I've sent a carrier pigeon with a message. I hope it will arrive there safely..."; close; } - if (ACO_Q!= 0) { - if (ACO_Q== 2) { + if (ACO_Q != 0) { + if (ACO_Q == 2) { mes "[Father Rubalkabara]"; mes "Oh...? You must be the one who aspires to become an Acolyte. I've already received news from the Sanctuary that you might be coming."; next; @@ -180,8 +180,8 @@ prt_fild03,365,255,2 script Ascetic#aco 89,{ close; } if (Class == Job_Baby_Acolyte || Class == Job_Acolyte) { - if (PRST_Q != 0) { - if (PRST_Q == 1) { + if (ACO_Q2 != 0) { + if (ACO_Q2 == 1) { mes "[Father Rubalkabara]"; mes "Ah yes, so you're the young Acolyte who wishes to become a Priest."; next; @@ -194,10 +194,10 @@ prt_fild03,365,255,2 script Ascetic#aco 89,{ mes "[Father Rubalkabara]"; mes "Well then, please head to your next destination for your pilgrimage. Be safe in your travels."; savepoint "prt_fild03",361,255; - set PRST_Q,2; + set ACO_Q2,2; close; } - if (PRST_Q == 2) { + if (ACO_Q2 == 2) { mes "[Father Rubalkabara]"; mes "Please be hurry to the next destination for your pilgrimage. I hope you become a Priest soon."; close; @@ -228,8 +228,8 @@ prt_fild03,365,255,2 script Ascetic#aco 89,{ } moc_fild07,41,355,4 script Ascetic#2 95,{ - if (Class == Job_Novice) { - if (ACO_Q== 6) { + if (Class == Job_Baby || Class == Job_Novice) { + if (ACO_Q == 6) { mes "[Mother Marthilda]"; mes "I will send a carrier pigeon to the Prontera Sanctuary. When you return, the Priest there should already have received my message."; next; @@ -237,8 +237,8 @@ moc_fild07,41,355,4 script Ascetic#2 95,{ mes "I will pray to God, and hope that you become an Acolyte soon."; close; } - if (ACO_Q!= 0) { - if (ACO_Q== 3) { + if (ACO_Q != 0) { + if (ACO_Q == 3) { mes "[Mother Marthilda]"; mes "Ah, you must be one of the Acolyte applicants. I sincerely welcome you."; next; @@ -278,8 +278,8 @@ moc_fild07,41,355,4 script Ascetic#2 95,{ close; } if (Class == Job_Baby_Acolyte || Class == Job_Acolyte) { - if (PRST_Q != 0) { - if (PRST_Q == 1) { + if (ACO_Q2 != 0) { + if (ACO_Q2 == 1) { mes "[Mother Marthilda]"; mes "Hmm..."; mes "It seems you're"; @@ -293,7 +293,7 @@ moc_fild07,41,355,4 script Ascetic#2 95,{ mes "Perhaps you should ask Bishop Paul or Sister Cecilia once again. Well, may God be with you..."; close; } - if (PRST_Q == 2) { + if (ACO_Q2 == 2) { mes "[Mother Marthilda]"; mes "Ah, are you"; mes "a Priest trainee...?"; @@ -312,10 +312,10 @@ moc_fild07,41,355,4 script Ascetic#2 95,{ mes "God for safety"; mes "on your journey."; savepoint "moc_fild07",35,355; - set PRST_Q,3; + set ACO_Q2,3; close; } - if (PRST_Q == 3) { + if (ACO_Q2 == 3) { mes "[Mother Marthilda]"; mes "Please leave soon, and"; mes "continue your training."; @@ -345,8 +345,8 @@ moc_fild07,41,355,4 script Ascetic#2 95,{ } prt_fild00,208,218,6 script Ascetic#3 98,{ - if (Class == Job_Novice) { - if (ACO_Q== 8) { + if (Class == Job_Baby || Class == Job_Novice) { + if (ACO_Q == 8) { mes "[Father Yosuke]"; mes "What?"; next; @@ -354,8 +354,8 @@ prt_fild00,208,218,6 script Ascetic#3 98,{ mes "Have you any more business with me?! You don't! Go back to the Sanctuary now!"; close; } - if (ACO_Q!= 0) { - if (ACO_Q== 4) { + if (ACO_Q != 0) { + if (ACO_Q == 4) { mes "[Father Yosuke]"; mes "Hey."; mes "Whatever you are,"; @@ -401,8 +401,8 @@ prt_fild00,208,218,6 script Ascetic#3 98,{ close; } if (Class == Job_Baby_Acolyte || Class == Job_Acolyte) { - if (PRST_Q != 0) { - if (PRST_Q == 1) { + if (ACO_Q2 != 0) { + if (ACO_Q2 == 1) { mes "[Father Yosuke]"; mes "Hmm..."; mes "A Priest trainee, eh?"; @@ -415,7 +415,7 @@ prt_fild00,208,218,6 script Ascetic#3 98,{ mes "Now, go back to Church, kid."; close; } - if (PRST_Q == 2) { + if (ACO_Q2 == 2) { mes "[Father Yosuke]"; mes "Hmm..."; mes "A Priest trainee, eh?"; @@ -427,7 +427,7 @@ prt_fild00,208,218,6 script Ascetic#3 98,{ mes "But that's your own fault. Go back to Church."; close; } - if (PRST_Q == 3) { + if (ACO_Q2 == 3) { mes "[Father Yosuke]"; mes "Hmm."; mes "A Priest"; @@ -446,10 +446,10 @@ prt_fild00,208,218,6 script Ascetic#3 98,{ mes "your trials is now"; mes "completed."; savepoint "prt_fild00",206,230; - set PRST_Q,4; + set ACO_Q2,4; close; } - if (PRST_Q == 4) { + if (ACO_Q2 == 4) { mes "[Father Yosuke]"; mes "I told you to go back to church."; mes "Or do you want to live with me here for the rest of your life...?"; |