- Fixed Job constant typos in archbishop.txt (bugreport:5230)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15419 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
//===== rAthena Script =======================================
|
||||
//===== rAthena Script =======================================
|
||||
//= Arch Bishop Job Quest
|
||||
//===== By: ==================================================
|
||||
//= L0ne_W0lf
|
||||
@@ -14,11 +14,12 @@
|
||||
//===== Additional Comments: =================================
|
||||
//= 1.0 First version.
|
||||
//= 1.1 Fixed class checks for arch bishops.
|
||||
//= 1.2 Fixed Job tags typos.
|
||||
//============================================================
|
||||
|
||||
prt_church,103,88,3 script Praying Minister#arch 60,{
|
||||
if (BaseJob != Job_Priest) {
|
||||
if (Class == Job_Archbishop || Class == Job_Archbishop_H || Class == Job_Baby_Bishop) {
|
||||
if (Class == Job_Arch_Bishop || Class == Job_Arch_Bishop_T || Class == Job_Baby_Bishop) {
|
||||
mes "[Praying Minister]";
|
||||
mes "Ah! An Archbishop.";
|
||||
mes "You have reached the state of light.";
|
||||
@@ -837,7 +838,7 @@ job3_arch01,29,34,3 script Valkyrie#arch 403,{
|
||||
end;
|
||||
}
|
||||
else {
|
||||
if (Class != Job_Archbishop || Class != Job_Archbishop_H || Class != Job_Baby_Bishop) {
|
||||
if (Class != Job_Arch_Bishop || Class != Job_Arch_Bishop_T || Class != Job_Baby_Bishop) {
|
||||
if (job_arch < 5) {
|
||||
warp "odin_tem02",282,263;
|
||||
end;
|
||||
@@ -1658,7 +1659,7 @@ OnTouch:
|
||||
completequest 2191;
|
||||
getitem 5747,1; //Mitra
|
||||
getitem 2795,1; //Green_Apple_Ring
|
||||
jobchange Job_Archbishop,Upper;
|
||||
jobchange Job_Arch_Bishop,Upper;
|
||||
close;
|
||||
}
|
||||
|
||||
@@ -2245,17 +2246,17 @@ OnTouch:
|
||||
job3_arch01,29,24,0 warp #archout 1,1,odin_tem02,282,263
|
||||
|
||||
/*
|
||||
job3_arch01,1,1,1 script ¿ØÖÆ#arch 844,{
|
||||
mes "[Íç¹̵ÄÊÞÈË]";
|
||||
mes "ÇëÊäÈëÃÜÂ롣";
|
||||
job3_arch01,1,1,1 script ¿ØÖÆ#arch 844,{
|
||||
mes "[Ãç¹̵ÄÊÞÈË]";
|
||||
mes "ÇëÊäÈëÃÜÂ롣";
|
||||
next;
|
||||
input .@input; //,0,9999;
|
||||
if (input == 1854) {
|
||||
set archglo,090219_archbs;
|
||||
mes "[ͨÐÐ]";
|
||||
mes "ÏÖÔڵÄȫ¾ֱäÁ¿ֵΪ";
|
||||
mes "" + archglo + "¡£";
|
||||
mes "ÄãÏëÐÄÂð?";
|
||||
mes "[ͨÃÃ]";
|
||||
mes "ÃÖÔڵÄȫ¾ֱäÿֵΪ";
|
||||
mes "" + archglo + "¡£";
|
||||
mes "ÄãÃëÃ޸ÄÂð?";
|
||||
next;
|
||||
switch(select("0:1")) {
|
||||
case 1:
|
||||
@@ -2269,8 +2270,8 @@ job3_arch01,1,1,1 script ¿ØÖÆ#arch 844,{
|
||||
}
|
||||
}
|
||||
else {
|
||||
mes "[Íç¹̵ÄÊÞÈË]";
|
||||
mes "ÎҲ»ÊÇ˵¹ýÃÜÂëҪÊäÈëÕýȷÂ𣡣¡";
|
||||
mes "[Ãç¹̵ÄÊÞÈË]";
|
||||
mes "ÎҲ»ÊÇ˵¹ýÃÜÂëҪÊäÈëÕýȷÂ𣡣¡";
|
||||
close;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user