|
@@ -3182,7 +3182,7 @@ iz_ac01,36,52,3 script Odd Novice#ac 4_M_SIT_NOVICE,{
|
|
mes "Get away from me kid you're botherin' me.";
|
|
mes "Get away from me kid you're botherin' me.";
|
|
close;
|
|
close;
|
|
} else {
|
|
} else {
|
|
- if (basicskillcheck() && getskilllv("NV_BASIC") > 8) {
|
|
|
|
|
|
+ if (!callfunc("F_CanChangeJob")) {
|
|
mes "[Odd Novice]";
|
|
mes "[Odd Novice]";
|
|
mes "You, talking like this, why don't you go and change your job already instead of hanging around here?";
|
|
mes "You, talking like this, why don't you go and change your job already instead of hanging around here?";
|
|
mes "Hmm, did you want to be like me maybe?";
|
|
mes "Hmm, did you want to be like me maybe?";
|
|
@@ -5183,7 +5183,7 @@ iz_ac01,95,46,5 script Kafra Guide Trainer#ac 4_F_KAFRA1,{
|
|
mes "[Kafra Guide Trainer]";
|
|
mes "[Kafra Guide Trainer]";
|
|
mes "Storage is necessary for you to survive so use it regularly.";
|
|
mes "Storage is necessary for you to survive so use it regularly.";
|
|
} else {
|
|
} else {
|
|
- if (basicskillcheck() && getskilllv("NV_BASIC") < 6) {
|
|
|
|
|
|
+ if (!callfunc("F_CanOpenStorage")) {
|
|
mes "[Kafra Guide Trainer]";
|
|
mes "[Kafra Guide Trainer]";
|
|
mes "To use the storage, you need to be raised the beginner level 6 and higher.";
|
|
mes "To use the storage, you need to be raised the beginner level 6 and higher.";
|
|
} else if (countitem(7059) || Zeny >= 500) {
|
|
} else if (countitem(7059) || Zeny >= 500) {
|
|
@@ -9303,7 +9303,7 @@ iz_ac02,148,110,3 script Mage Chuck#ac 4_M_JOB_WIZARD,{
|
|
mes "[Mage Chuck]";
|
|
mes "[Mage Chuck]";
|
|
mes "You must first reach ^006400Job level 10^000000 and ^006400Basic Skill level 9^000000.";
|
|
mes "You must first reach ^006400Job level 10^000000 and ^006400Basic Skill level 9^000000.";
|
|
next;
|
|
next;
|
|
- if (basicskillcheck() && getskilllv("NV_BASIC") < 9) {
|
|
|
|
|
|
+ if (!callfunc("F_CanChangeJob")) {
|
|
mes "[Mage Chuck]";
|
|
mes "[Mage Chuck]";
|
|
mes "You don't seem ready!";
|
|
mes "You don't seem ready!";
|
|
mes "If you want to change your job, you must first be ^006400Job level 10^000000 and ^006400Basic Skill level 9^000000.";
|
|
mes "If you want to change your job, you must first be ^006400Job level 10^000000 and ^006400Basic Skill level 9^000000.";
|
|
@@ -12334,7 +12334,7 @@ iz_ac02,140,139,5 script Ninja Guide#ac 4_M_NINJA_BLUE,{
|
|
}
|
|
}
|
|
break;
|
|
break;
|
|
case 2:
|
|
case 2:
|
|
- if (basicskillcheck() && getskilllv("NV_BASIC") < 9) {
|
|
|
|
|
|
+ if (!callfunc("F_CanChangeJob")) {
|
|
mes "[Ninja Guide]";
|
|
mes "[Ninja Guide]";
|
|
mes "I appreciate your braveness but, first of all, you have to be familiar with the current profession.";
|
|
mes "I appreciate your braveness but, first of all, you have to be familiar with the current profession.";
|
|
next;
|
|
next;
|