Job Level check for Blacksmith and Alchemist (#2819)
* Job Level check for Blacksmith and Alchemist
This commit is contained in:
parent
fe9f1ace66
commit
8530a7b1fe
@ -41,7 +41,7 @@ alberta,83,96,5 script Necko 98,7,7,{
|
|||||||
mes "Ppyakikakikakakakakakakaka!!";
|
mes "Ppyakikakikakakakakakakaka!!";
|
||||||
close;
|
close;
|
||||||
}
|
}
|
||||||
else if (JobLevel < 15) {
|
else if (JobLevel < 15 && Class == Job_Merchant ) {
|
||||||
mes "[Necko]";
|
mes "[Necko]";
|
||||||
mes "Oh, did you come because";
|
mes "Oh, did you come because";
|
||||||
mes "you are infatuated with my voice?";
|
mes "you are infatuated with my voice?";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user