2.
ALCH_Q 1,2,3 -> 4
alde_alche 27/185 Alchemist Guildsman#am 744
if (countitem(古魔法書) > 0 && countitem(高級鐵砧) > 0) {
mes "Well now~!
mes "You've brought an
mes "Old Magic Book and
mes "a Hammer of Blacksmith.
mes "We'll put these items
mes "to good use.
delitem 1006,1; //Old_Magic_Book
delitem 1005,1; //Hammer_Of_Blacksmith
mes "[Parmy Gianino]
mes "Okay, now you need to learn
mes "the basics to being an Alchemist and learn the procedures for mixing chemicals and medicines.
set ALCH_Q,4;
if(checkquest(2028) != -1) {
changequest 2028,2031;
}
else if(checkquest(2029) != -1) {
changequest 2029,2031;
}
else {
changequest 2030,2031;
}
mes "[Parmy Gianino]
mes "But before all of that, you need to speak to Raspuchin. I'm not really sure what you'll be talking about with him...
mes "[Parmy Gianino]
mes "It shouldn't be anything extraordinary, but you're still required to speak to Raspuchin, since apparently he's a part of the Alchemist selection process.
[關閉]
case 1: setarray .@items[0],657,7; break;
case 2: setarray .@items[0],612,100; break;
case 3: setarray .@items[0],1752,7500; break;
}
if (countitem(.@items[0]) >= .@items[1]) {
mes "Seems like
mes "you're all ready.
mes "The Union will put
mes "these items to good use.
delitem .@items[0],.@items[1];
mes "[Parmy Gianino]
mes "Okay, now you need to learn
mes "the basics to being an Alchemist and learn the procedures for mixing chemicals and medicines.
set ALCH_Q,4;
if(checkquest(2028) != -1) {
changequest 2028,2031;
}
else if(checkquest(2029) != -1) {
changequest 2029,2031;
}
else {
changequest 2030,2031;
}
mes "[Parmy Gianino]
mes "But before all of that, you need to speak to Raspuchin. I'm not really sure what you'll be talking about with him...
mes "[Parmy Gianino]
mes "It shouldn't be anything extraordinary, but you're still required to speak to Raspuchin, since apparently he's a part of the Alchemist selection process.
[關閉]
再對話:
mes "Go and talk to
mes "Mr. Raspuchin.
mes "He's involved in the
mes "Alchemist selection process, whatever that might mean.
mes "[Parmy Gianino]
mes "Hopefully, it
mes "won't be too much of
mes "a problem. I guess he'll just interview you, and ask you
mes "some simple questions.
[關閉]
最終更新:2026年04月14日 14:22