diff options
Diffstat (limited to 'npc/jobs/2-1a/HighPriest.txt')
-rw-r--r-- | npc/jobs/2-1a/HighPriest.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/jobs/2-1a/HighPriest.txt b/npc/jobs/2-1a/HighPriest.txt index ae96a122e..f1d38802d 100644 --- a/npc/jobs/2-1a/HighPriest.txt +++ b/npc/jobs/2-1a/HighPriest.txt @@ -16,7 +16,7 @@ //============================================================ valkyrie,44,42,5 script High Priest#Valkyrie 60,{ - if (ADVJOB == 0 || Upper != 1) { + if (FJOB == 0 || Upper != 1) { set .@karma_d,rand(1,10); if (.@karma_d > 4) { mes "[High Priest]"; @@ -32,7 +32,7 @@ valkyrie,44,42,5 script High Priest#Valkyrie 60,{ mes "us from the forces of evil..."; close; } - else if (ADVJOB == Job_High_Priest && Class == Job_Acolyte_High && JobLevel > 39) { + if ((FJOB == Job_Arch_Bishop) && (Class == Job_Acolyte_High) && (JobLevel > 39)) { mes "[High Priest]"; mes "Our world is in"; mes "need of people of"; @@ -59,7 +59,7 @@ valkyrie,44,42,5 script High Priest#Valkyrie 60,{ close; } jobchange Job_High_Priest; - set ADVJOB,0; + set FJOB,0; mes "[High Priest]"; mes "Congratulations."; mes "As a High Priest,"; @@ -79,4 +79,4 @@ valkyrie,44,42,5 script High Priest#Valkyrie 60,{ mes "while you are here."; mes "Honor to the warriors!"; close; -} +}
\ No newline at end of file |