diff options
Diffstat (limited to 'npc/jobs/2-1/priest.txt')
-rw-r--r-- | npc/jobs/2-1/priest.txt | 66 |
1 files changed, 33 insertions, 33 deletions
diff --git a/npc/jobs/2-1/priest.txt b/npc/jobs/2-1/priest.txt index c05b140aa..e5aceea72 100644 --- a/npc/jobs/2-1/priest.txt +++ b/npc/jobs/2-1/priest.txt @@ -1,22 +1,22 @@ //===== Hercules Script ====================================== //= Priest Job Quest -//===== By: ================================================== +//===== By: ================================================== //= Translated By: Pgro Team (OwNaGe)(Aegis) //= Converted by: kobra_k88. //= Further bugfixed and tested by Lupus -//===== Current Version: ===================================== +//===== Current Version: ===================================== //= 2.6 -//===== Description: ========================================= +//===== Description: ========================================= //= [Official Conversion] //= Job Change quest for Priest class. -//===== Additional Comments: ================================= +//===== Additional Comments: ================================= //= Fully working. Changed the way Priests enter the test room to help Acos. //= Must use this with the included Acolyte quest to work properely. //= 1.3 Added Baby Class support, fixed 3 wrong constants bugs [Lupus] //= 1.5 Fixed possible EXP abuse [Lupus] //= 1.6 Added a func which prevent advanced classes passing -//= 2nd Job Quests again. It also guides adv classes where -//= to go. [Lupus] +//= 2nd Job Quests again. It also guides adv classes where +//= to go. [Lupus] //= 2.0 Changed numbers to constants. [Vicious] //= 2.1 Merged JFunc [Lupus] //= 2.1a Fixed typo [KarLaeda] @@ -30,7 +30,7 @@ //= 2.6 Removed the need for use of 'goto.' [L0ne_W0lf] //========================================================== -prt_church,16,41,4 script High Bishop#prst 60,{ +prt_church,16,41,4 script High Bishop#prst 1_M_PASTOR,{ // Uncomment the following 'if' statement to allow High Priests to assist Acolytes with the job change quest. // Officially High Priests are blocked from helping by an indiscriminate check if you are a transcended character. //if (Class == Job_High_Priest) set .@AllowHPAssist,1; @@ -47,7 +47,7 @@ prt_church,16,41,4 script High Bishop#prst 60,{ if (BaseJob == Job_Priest) { mes "[Bishop Paul]"; mes "Ah..."; - if (sex) + if (Sex) mes "It is good to see you again, Brother " + strcharinfo(0) + ". Once again, God's grace has caused our paths to cross."; else mes "It is good to see you once again, Sister " + strcharinfo(0) + ". The grace of God has brought you once more before me."; @@ -114,7 +114,7 @@ prt_church,16,41,4 script High Bishop#prst 60,{ else if (BaseClass == Job_Novice) { mes "[Bishop Paul]"; mes "May God be"; - if (sex) + if (Sex) mes "with you, brother."; else mes "with you, sister."; @@ -147,7 +147,7 @@ prt_church,16,41,4 script High Bishop#prst 60,{ else { mes "[Bishop Paul]"; mes "May God be"; - if (sex) + if (Sex) mes "with you, brother."; else mes "with you, sister."; @@ -202,7 +202,7 @@ prt_church,16,41,4 script High Bishop#prst 60,{ if (PRIEST_Q == 0) { mes "[Bishop Paul]"; mes "May God bless"; - if (sex) + if (Sex) mes "you, Brother."; else mes "you, Sister."; @@ -242,7 +242,7 @@ prt_church,16,41,4 script High Bishop#prst 60,{ set PRIEST_Q,1; setquest 8009; mes "[Bishop Paul]"; - if (sex) + if (Sex) mes "Now I will explain the Three Trials of Priesthood. These tribulations will bring you much suffering, but I hope you can complete them, Brother " + strcharinfo(0) + "."; else mes "Now I will explain the Three Trials of Priesthood. These tribulations will bring you much suffering, but I hope you can complete them, Sister " + strcharinfo(0) + "."; @@ -327,7 +327,7 @@ prt_church,16,41,4 script High Bishop#prst 60,{ mes "Thank you for asking."; next; mes "[Bishop Paul]"; - if (sex) + if (Sex) mes "I hope you will continue to go on your mission as God's servant, brother."; else mes "I hope you will continue to go on your mission as God's servant, sister."; @@ -499,7 +499,7 @@ prt_church,16,41,4 script High Bishop#prst 60,{ mes "[Bishop Paul]"; mes "God, grant your power to your servant standing before you."; changequest 8015,8016; - if (sex) + if (Sex) mes "Let him send your message throughout the ends of the earth."; else mes "Let her send your message throughout the ends of the earth."; @@ -530,7 +530,7 @@ prt_church,16,41,4 script High Bishop#prst 60,{ } } -prt_church,27,24,1 script Sister Cecilia 79,{ +prt_church,27,24,1 script Sister Cecilia 1_F_PRIEST,{ mes "[Sister Cecilia]"; if (BaseJob != Job_Acolyte) { if (BaseJob == Job_Priest) { @@ -575,7 +575,7 @@ prt_church,27,24,1 script Sister Cecilia 79,{ close; } if (PRIEST_Q == 0) { - if (sex) + if (Sex) mes "May God bless you, brother."; else mes "May God bless you, sister."; @@ -656,7 +656,7 @@ prt_church,27,24,1 script Sister Cecilia 79,{ mes "Welcome. You demonstrated great effort to accomplish your first trial. Now, speak to Bishop Paul so that you can begin your next trial on your path to Priesthood."; next; mes "[Sister Cecilia]"; - if (sex) + if (Sex) mes "Brother "+ strcharinfo(0) +"..."; else mes "Sister "+ strcharinfo(0) +"..."; @@ -702,14 +702,14 @@ prt_church,27,24,1 script Sister Cecilia 79,{ } next; mes "[Sister Cecilia]"; - if (sex) + if (Sex) mes "Brother "+ strcharinfo(0) +"..."; else mes "Sister "+ strcharinfo(0) +"..."; mes "We will now begin your formal oath for the Priesthood. Make yourself comfortable, and just answer with your heart."; next; mes "[Sister Cecilia]"; - if (sex) + if (Sex) mes "Brother "+ strcharinfo(0) +","; else mes "Sister "+ strcharinfo(0) +","; @@ -800,7 +800,7 @@ prt_church,27,24,1 script Sister Cecilia 79,{ close; } mes "[Sister Cecilia]"; - if (sex) + if (Sex) mes "Brother "+ strcharinfo(0) +"..."; else mes "Sister "+ strcharinfo(0) +"..."; @@ -842,11 +842,11 @@ prt_church,27,24,1 script Sister Cecilia 79,{ // 2nd Test //========================================================== -job_prist,24,187,4 script Peter S. Alberto 110,{ +job_prist,24,187,4 script Peter S. Alberto 4_M_MINISTER,{ mes "[Father Peter]"; if (BaseJob == Job_Priest) { mes "Welcome!"; - if (sex) + if (Sex) mes "Brother "+ strcharinfo(0) +"!"; else mes "Sister "+ strcharinfo(0) +"!"; @@ -1030,11 +1030,11 @@ OnDisable: end; } -job_prist,23,187,1 script Peter S. Alberto#2 110,{ +job_prist,23,187,1 script Peter S. Alberto#2 4_M_MINISTER,{ mes "[Father Peter]"; if (BaseJob == Job_Priest) { mes "Welcome!"; - if (sex) + if (Sex) mes "Brother "+ strcharinfo(0) +"!"; else mes "Sister "+ strcharinfo(0) +"!"; @@ -1085,7 +1085,7 @@ OnDisable: end; } -- script Zombie_Generator#prst 110,{ +- script Zombie_Generator#prst 4_M_MINISTER,{ OnInit: disablenpc "Zombie_Generator#prst"; end; @@ -1290,7 +1290,7 @@ OnDisable: disablenpc "Zombie5_1"; } -job_prist,24,109,4 script prst1_1 45,3,3,{ +job_prist,24,109,4 script prst1_1 WARPNPC,3,3,{ OnTouch: set .@mobs,getvariableofnpc(.MyMobs,"Zombie_Generator#prst"); if (BaseJob == Job_Priest) warp "job_prist",168,17; @@ -1370,7 +1370,7 @@ OnTouch: mes "[Deviruchi]"; mes "But how about this...? Now, isn't this an attractive sight? A nice, shiny new card. Mint condition. Not too many people have this you know. But I happen to have soooo many, my pockets hurt."; next; - cutin "¹Ì½ºÆ®·¹½ºÄ«µå.bmp",4; + cutin "¹Ì½ºÆ®·¹½ºÄ«µå.bmp",4; // Mistress Card mes "[Deviruchi]"; mes "Isn't it everyone's dream to have one of these? Think about it, being a Priest can only bring you suffering..."; next; @@ -1380,7 +1380,7 @@ OnTouch: mes "This card can"; mes "can be yours..."; next; - cutin "¹Ì½ºÆ®·¹½ºÄ«µå.bmp",255; + cutin "¹Ì½ºÆ®·¹½ºÄ«µå.bmp",255; // Mistress Card mes "[Deviruchi]"; mes "Theoretically!"; mes "BWAHAHAHAHAHAHAHA!"; @@ -1389,7 +1389,7 @@ OnTouch: warp "mjolnir_05",200,200; end; } - cutin "¹Ì½ºÆ®·¹½ºÄ«µå.bmp",255; + cutin "¹Ì½ºÆ®·¹½ºÄ«µå.bmp",255; // Mistress Card mes "[Deviruchi]"; mes "Did..."; mes "Did you just tell"; @@ -1533,7 +1533,7 @@ OnTouch: } } -job_prist,168,150,4 script Baphomet#prst 736,8,1,{ +job_prist,168,150,4 script Baphomet#prst 4_BAPHOMET,8,1,{ OnTouch: if (BaseJob == Job_Priest) { mes "[Baphomet]"; @@ -1595,7 +1595,7 @@ OnTouch: } } -job_prist,168,180,4 script prst2_1 45,3,3,{ +job_prist,168,180,4 script prst2_1 WARPNPC,3,3,{ OnTouch: if (BaseJob == Job_Priest) warp "job_prist",98,40; else if (BaseClass == Job_Acolyte) { @@ -1607,7 +1607,7 @@ OnTouch: // 4th Test //========================================================== -job_prist,1,2,1 script Mummy_Generator 110,1,1,{ +job_prist,1,2,1 script Mummy_Generator 4_M_MINISTER,1,1,{ OnInit: disablenpc "Mummy_Generator"; end; @@ -1702,7 +1702,7 @@ OnDisable: end; } -job_prist,98,105,4 script prst3_1 45,3,3,{ +job_prist,98,105,4 script prst3_1 WARPNPC,3,3,{ OnTouch: if (BaseJob == Job_Priest) { warp "prt_church",15,36; |