3.
job 50 能直接完成考試 ALCH_Q 5 -> 6
alde_alche 175/107 Fastidious Alchemist#am 749
mes "Heeheehee
mes "keheheh~!
mes "What do you
mes "want, kid?
mes "[Raspuchin Gregory]
mes "What...?
mes "Join the Union!?
mes "I don't like it...
mes "I just don't...!
mes "[Raspuchin Gregory]
mes "Nowadays, anyone thinks they can
mes "be Alchemists just by knowing how to mix a few herbs. That's why my interview is necessary.
mes "[Raspuchin Gregory]
mes "Heeheehee
mes "keheheh~!
mes "I plan on weeding out all the dumb and incompetent, and chase them
mes "all away! We don't need morons!
|
+
|
if JobLevel == 50 |
mes "[Raspuchin Gregory]
mes "Wait...
mes "Maybe I've
mes "misjudged you.
if (Sex == SEX_MALE) {
mes "You might be a pretty boy,
mes "but I can tell you're smart
mes "from your eyes.
}
else {
mes "Huh. You're a cutie alright,
mes "but I can tell you've got brains.
}
mes "[Raspuchin Gregory]
mes "You're not just some stupid kid.
mes "I can tell youve gone through some rough times as a Merchant. Excellent. Keh heh heh~
mes "[Raspuchin Gregory]
mes "Fine, just so we don't insult each other's intelligence, I'll just let you pass the interview.
mes "[Raspuchin Gregory]
mes "So hurry up, become an Alchemist, do some good research, and you might turn out to be of some help to me. Hahahahahaha~!
mes "[Raspuchin Gregory]
mes "Now go to Darwin!
mes "He'll teach you how to do the experiments. Just tell him that
mes "I sent you.
set ALCH_Q,6;
changequest 2031,2032;
[關閉]
|
mes "[Raspuchin Gregory]
mes "Surprised, are you?
mes "Keheheh~ If you thought
mes "becoming an Alchemist was
mes "just a matter of changing
mes "your clothes, then you're
mes "sadly mistaken.
mes "[Raspuchin Gregory]
mes "Now, try solving
mes "all these problems.
mes "Let's see how smart
mes "really are.
庫題 1
case 1:
mes "[Raspuchin Gregory]
mes "12 + 23 + 34 + 45 = ?
(輸入文字)
if (.@input != 114) set .@w_point,.@w_point+1;
mes "[Raspuchin Gregory]
mes "1000 - 36 - 227 - 348 = ?
(輸入文字)
if (.@input != 389) set .@w_point,.@w_point+1;
mes "[Raspuchin Gregory]
mes "14 * 17 * 3 = ?
(輸入文字)
if (.@input != 714) set .@w_point,.@w_point+1;
mes "[Raspuchin Gregory]
mes "9765 / 3 / 5 / 7 = ?
(輸入文字)
if (.@input != 93) set .@w_point,.@w_point+1;
mes "[Raspuchin Gregory]
mes "(47 * 28) - (1376 / 4) = ?
(輸入文字)
if (.@input != 972) set .@w_point,.@w_point+1;
mes "[Raspuchin Gregory]
mes "(2646 / 7) + (13 * 28) = ?
(輸入文字)
if (.@input != 742) set .@w_point,.@w_point+1;
mes "[Raspuchin Gregory]
mes "How much do
mes "12 Red Potions,
mes "1 Butterfly Wing
mes "and 5 Fly Wings cost
mes "after a 24 % discount?
(輸入文字)
if (.@input != 909) set .@w_point,.@w_point+1;
mes "[Raspuchin Gregory]
mes "What is the
mes "total weight of
mes "3 Scimiters, 2 Helms
mes "and 1 Long Coat?
(輸入文字)
if (.@input != 450) set .@w_point,.@w_point+1;
mes "[Raspuchin Gregory]
mes "What is the
mes "total defense of
mes "a Biretta, Mantle,
mes "Opera Mask, Ribbon,
mes "Muffler, Boots, and
mes "Ear Muffs?
(輸入文字)
if (.@input != 20) set .@w_point,.@w_point+1;
mes "[Raspuchin Gregory]
mes "If you buy 5 Helms
mes "with a 24 % discount
mes "and sell it at 20
mes "how much profit
mes "do you earn?
(輸入文字)
if (.@input != 8800) set .@w_point,.@w_point+1;
題庫2
mes "[Raspuchin Gregory]
mes "13 + 25 + 37 + 48 = ?
(輸入文字)
if (.@input != 123) set .@w_point,.@w_point+1;
mes "[Raspuchin Gregory]
mes "1000 - 58 - 214 - 416 = ?
(輸入文字)
if (.@input != 312) set .@w_point,.@w_point+1;
mes "[Raspuchin Gregory]
mes "12 * 24 * 3 = ?
(輸入文字)
if (.@input != 864) set .@w_point,.@w_point+1;
mes "[Raspuchin Gregory]
mes "10530 / 3 / 5 / 2 = ?
(輸入文字)
if (.@input != 351) set .@w_point,.@w_point+1;
mes "[Raspuchin Gregory]
mes "(35 * 19) - (1792 / 7) = ?
(輸入文字)
if (.@input != 409) set .@w_point,.@w_point+1;
mes "[Raspuchin Gregory]
mes "(2368 / 8) + (24 * 17) = ?
(輸入文字)
if (.@input != 704) set .@w_point,.@w_point+1;
mes "[Raspuchin Gregory]
mes "(2646 / 7) + (13 * 28) = ?
(輸入文字)
if (.@input != 742) set .@w_point,.@w_point+1;
mes "[Raspuchin Gregory]
mes "What is the
mes "total price of
mes "15 Green Potions,
mes "6 Magnifiers and
mes "4 Traps after
mes "a 24 % discount?
(輸入文字)
if (.@input != 934) set .@w_point,.@w_point+1;
mes "[Raspuchin Gregory]
mes "What is the
mes "total weight of
mes "3 Ring Pommel Sabers,
mes "4 Caps, and 2 Boots?
(輸入文字)
if (.@input != 550) set .@w_point,.@w_point+1;
mes "[Raspuchin Gregory]
mes "What is the
mes "total defense of
mes "a Buckler, Long Coat,
mes "Gas Mask, Big Ribbon,
mes "Cute Ribbon, Sakkat,
mes "and Glasses?
(輸入文字)
if (.@input != 16) set .@w_point,.@w_point+1;
mes "[Raspuchin Gregory]
mes "How much profit do you
mes "make if you buy Tights
mes "at a 24 % discount and
mes "sell it at 20 % of
mes "the normal price?
(輸入文字)
if (.@input != 8520) set .@w_point,.@w_point+1;
題庫3
mes "[Raspuchin Gregory]
mes "12 + 23 + 34 + 45 = ?
(輸入文字)
if (.@input != 114) set .@w_point,.@w_point+1;
mes "[Raspuchin Gregory]
mes "1000 - 58 - 214 - 416 = ?
(輸入文字)
if (.@input != 312) set .@w_point,.@w_point+1;
mes "[Raspuchin Gregory]
mes "14 * 17 * 3 = ?
(輸入文字)
if (.@input != 714) set .@w_point,.@w_point+1;
mes "[Raspuchin Gregory]
mes "10530 / 3 / 5 / 2 = ?
(輸入文字)
if (.@input != 351) set .@w_point,.@w_point+1;
mes "[Raspuchin Gregory]
mes "(47 * 28) - (1376 / 4) = ?
(輸入文字)
if (.@input != 972) set .@w_point,.@w_point+1;
mes "[Raspuchin Gregory]
mes "(2646 / 7) + (13 * 28) = ?
(輸入文字)
if (.@input != 742) set .@w_point,.@w_point+1;
mes "[Raspuchin Gregory]
mes "What is the
mes "total cost of
mes "6 Red Potions,
mes "7 Green Potions,
mes "and 8 Fly Wings
mes "after a 24 % discount?
(輸入文字)
if (.@input != 798) set .@w_point,.@w_point+1;
mes "[Raspuchin Gregory]
mes "What is the
mes "total weight of
mes "2 Ring Pommel Sabers,
mes "3 Caps, and 3 boots?
(輸入文字)
if (.@input != 480) set .@w_point,.@w_point+1;
mes "[Raspuchin Gregory]
mes "What is the
mes "total defense of
mes "a Mirror Shield, Mr. Smile, Leather Jacket, Silk Robe, Wedding Veil, Muffler, and Eye Patch?
(輸入文字)
if (.@input != 12) set .@w_point,.@w_point+1;
mes "[Raspuchin Gregory]
mes "If you buy 4 Padded Armors
mes "at a 24% discount and sell
mes "them at 20% of the original
mes "price, how much profit would
mes "you make from this sale?
(輸入文字)
if (.@input != 7680) set .@w_point,.@w_point+1;
|
+
|
if 全對 |
if (.@w_point == 0) {
mes "[Raspuchin Gregory]
mes "Ooh...
mes "Excellent! Great!
mes "You got them all correct!?
mes "Keheheh, I have no choice but to acknowledge you...
|
|
+
|
if 錯一題 |
else if (.@w_point == 1) {
mes "[Raspuchin Gregory]
mes "You got one wrong!
mes "But I'll let it slide.
mes "You pass the interview!
|
|
+
|
if 錯兩題 |
mes "[Raspuchin Gregory]
mes "You've got serious
mes "weaknesses in math,
mes "but I'll let you go this time...
|
|
+
|
if 錯三題或以上是 不合格 |
set ALCH_Q,5;
mes "[Raspuchin Gregory]
mes "Keheheh! Idiot!
mes "Just listening to your
mes "answers is making me feel
mes "stupider! You might as well
mes "have got them all wrong!
mes "[Raspuchin Gregory]
mes "How can a person that
mes "can't even answer all of
mes "these simple questions think
mes "of becoming an Alchemist?!
mes "[Raspuchin Gregory]
mes "Hm...?
mes "Did you get
mes "any right?
mes "[Raspuchin Gregory]
mes "Fool! Even if you make one little mistake, everything goes wrong
mes "in Alchemy! Now get out of here!
mes "You make me sick!
[關閉]
|
(合格)
mes "[Raspuchin Gregory]
mes "So hurry up, become an Alchemist, do some good research, and you might turn out to be of some help to me. Hahahahahaha~!
mes "[Raspuchin Gregory]
mes "Now go to Darwin!
mes "He'll teach you how to do the experiments. Just tell him that
mes "I sent you.
set ALCH_Q,6;
changequest 2031,2032;
[關閉]
合格的再對話:
mes "What are you doing?
mes "Go and find Darwin now.
mes "[Raspuchin Gregory]
mes "Keheheheheheheheh~
mes "Don't think this is the end of it!
[關閉]
最終更新:2026年04月14日 15:11