Job Level check for Blacksmith and Alchemist (#2819)

* Job Level check for Blacksmith and Alchemist
This commit is contained in:
syracuase 2018-01-21 21:51:38 +08:00 committed by Atemo
parent fe9f1ace66
commit 8530a7b1fe

View File

@ -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?";