11.
alde_alche 101/184 Master Alchemist#am 122
if (checkquest(2039) != -1) {
changequest 2039,2040;
}
if (checkquest(2034) != -1) {
changequest 2034,2040;
}
mes "Ah, well done.
mes "I can see that you
mes "have learned all of
mes "the basics of Alchemy.
set ALCH_Q,0;
completequest 2040;
set .@jlevel,JobLevel;
callfunc "Job_Change",Job_Alchemist;
callfunc "F_ClearJobVar
mes "[Vincent Carsciallo]
mes "Henceforth, you are
mes "now a member of our
mes "illustrious Union.
mes "I hope you learn a lot...
if (.@jlevel == 50) {
getitem 7133,1; //Slim_Potion_Create_Book
mes "[Vincent Carsciallo]
mes "Let me give you
mes "something special.
mes "You can use this to
mes "begin your life
mes "of research.
}
else {
switch(rand(1,6)) {
case 1:
getitem 7127,1; //Alcol_Create_Book
break;
case 2:
getitem 7128,1; //FireBottle_Create_Book
break;
case 3:
getitem 7129,1; //Acid_Create_Book
break;
case 4:
getitem 7130,1; //Plant_Create_Book
break;
case 5:
getitem 7131,1; //Mine_Create_Book
break;
case 6:
getitem 7144,1; //Normal_Potion_Book
}
mes "[Vincent Carsciallo]
mes "And...
mes "Here's a little
mes "something to help
mes "you begin your
mes "research.
}
mes "[Vincent Carsciallo]
mes "I'll see
mes "you later then...
mes "Remember to carry
mes "yourself with pride
mes "as an Alchemist!
close2;
最終更新:2026年04月14日 16:39