· 7 years ago · Sep 11, 2018, 02:00 PM
1job3_gen01,12,44,3[#]script[#]Viorel#job3_gen01[#]542,{
2[#]if (countitem(6415)) {
3[#][#]if (Class == Job_Genetic || Class == Job_Genetic_T || Class == Job_Baby_Genetic) {
4[#][#][#]disable_items;
5[#][#][#]if (checkquest(4159) == -1 && checkquest(4160) == -1) {
6[#][#][#][#]mes "[Viorel]";
7[#][#][#][#]mes "Why are you here? Shouldn't you be at ^005DFFJeyna^000000's house?";
8[#][#][#][#]close2;
9[#][#][#][#]for(set .@i,4154; .@i<=4160; set .@i,.@i+1) {
10[#][#][#][#][#]if (checkquest(.@i) > -1)
11[#][#][#][#][#][#]erasequest .@i;
12[#][#][#][#]}
13[#][#][#][#]setquest 4154;
14[#][#][#][#]setquest 4159;
15[#][#][#][#]morphembryo;
16[#][#][#][#]if (countitem(6415) == 0)
17[#][#][#][#][#]getitem 6415,1; //Strange_Embryo
18[#][#][#][#]else if (countitem(6415) > 1)
19[#][#][#][#][#]delitem 6415, (countitem(6415) - 1); //Strange_Embryo
20[#][#][#][#]warp "que_house_s",63,41;
21[#][#][#][#]end;
22[#][#][#]}
23[#][#][#]enable_items;
24[#][#]} else if (Class == Job_Novice_High || Class == Job_Merchant_High || Class == Job_Alchemist || Class == Job_Creator) {
25[#][#][#]emotion ET_QUESTION;
26[#][#][#]mes "[Viorel]";
27[#][#][#]mes "I don't know what's going on, but the way I remember it you were supposed to be qualified to research ^FF4800Homunculus^000000.";
28[#][#][#]next;
29[#][#][#]mes "[Viorel]";
30[#][#][#]mes "Whatever the reason, you're not able to continue the research on ^FF4800Homunculus^000000. Come back after you become a ^005DFFGenetic^000000 and have obtained a ^0000FFBioethics^000000.";
31[#][#][#]close;
32[#][#]} else {
33[#][#][#]delitem 6415, countitem(6415); //Strange_Embryo
34[#][#][#]mes "[Viorel]";
35[#][#][#]mes "Wait, that embryo you have seems a little strange.";
36[#][#][#]next;
37[#][#][#]mes "[Viorel]";
38[#][#][#]mes "Unless you have a job researching ^FF4800Homunculus^000000.... It will be of no help to you what so ever.";
39[#][#][#]next;
40[#][#][#]mes "[Viorel]";
41[#][#][#]mes "I'm in charge of managing ^0000FFStrange Embryo^000000 so I'll take care of that for you. No offense, and I'm not doing anything bad here.";
42[#][#][#]close;
43[#][#]}
44[#]}
45[#]if ((Class == Job_Genetic || Class == Job_Genetic_T || Class == Job_Baby_Genetic) && (checkquest(4154) > -1)) {
46[#][#]if ((checkquest(4155) > -1) || (checkquest(4160) > -1)) {
47[#][#][#]mes "[Viorel]";
48[#][#][#]mes "Weather's great.";
49[#][#][#]next;
50[#][#][#]callsub L_CheckHomunculus;
51[#][#][#]mes "[Viorel]";
52[#][#][#]mes "Ready to go to my house?";
53[#][#][#]next;
54[#][#][#]switch(select("Go to ^005DFFViorel^000000's house.:Don't go.")) {
55[#][#][#]case 1:
56[#][#][#][#]mes "[Viorel]";
57[#][#][#][#]mes "Good choice. Now, close your eyes for a second...";
58[#][#][#][#]close2;
59[#][#][#][#]warp "que_house_s",19,42;
60[#][#][#][#]end;
61[#][#][#]case 2:
62[#][#][#][#]mes "[Viorel]";
63[#][#][#][#]mes "Come back when you're ready. You must come with the ^FF4800Homunculus^000000.";
64[#][#][#][#]close;
65[#][#][#]}
66[#][#]} else {
67[#][#][#]mes "[Viorel]";
68[#][#][#]mes "Why are you here? Shouldn't you be at ^005DFFJeyna^000000's house?";
69[#][#][#]next;
70[#][#][#]callsub L_CheckHomunculus;
71[#][#][#]mes "[Viorel]";
72[#][#][#]mes "Now, ready to go to ^005DFFJeyna^000000?";
73[#][#][#]next;
74[#][#][#]switch(select("Go to ^005DFFJeyna^000000's room.:Don't go.")) {
75[#][#][#]case 1:
76[#][#][#][#]mes "[Viorel]";
77[#][#][#][#]mes "Good choice. Now, close your eyes for a second...";
78[#][#][#][#]close2;
79[#][#][#][#]warp "que_house_s",63,41;
80[#][#][#][#]end;
81[#][#][#]case 2:
82[#][#][#][#]mes "[Viorel]";
83[#][#][#][#]mes "Come back when you're ready. You must come with the ^FF4800Homunculus^000000.";
84[#][#][#][#]close;
85[#][#][#]}
86[#][#]}
87[#]}
88[#]if (BaseJob == Job_Merchant) {
89[#][#]mes "[Viorel]";
90[#][#]mes "I used to be a merchant once, just like you. I'm researching on ^FF4800Homunculus^000000.";
91[#][#]next;
92[#][#]mes "[Viorel]";
93[#][#]mes "If you're interested in ^FF4800Homunculus^000000, become an ^005DFFAlchemist^000000 or a ^005DFFCreator^000000.";
94[#][#]close;
95 [#]} else if (BaseJob == Job_Alchemist && Class < Job_Genetic) {
96[#][#]mes "[Viorel]";
97[#][#]mes "I've spent lots of time and energy on Homunculus. If you feel like you're at a dead end, come back next time with a ^FF4800Homunculus^000000.";
98[#][#]next;
99[#][#]mes "[Viorel]";
100[#][#]mes "Oh. Of course you need to have the suitable potentials. You could probably prove yourself once you become a ^FF4800Genetic^000000.";
101[#][#]close;
102[#]} else if (Class == Job_Genetic || Class == Job_Genetic_T || Class == Job_Baby_Genetic) {
103[#][#]if (gethominfo(6) >= 99 && (gethominfo(1) >= 6009 && gethominfo(1) <= 6016)) { // Level 99+ evolved Homunculus
104[#][#][#]mes "[Viorel]";
105[#][#][#]mes "Oh, great~! You have a ^FF4800Homunculus^000000. With passion invested in its research we can make them better.";
106[#][#][#]next;
107[#][#][#]mes "[Viorel]";
108[#][#][#]mes "I must speak to you in private. Would you mind going to my house with me?";
109[#][#][#]next;
110[#][#][#]switch(select("Go to ^005DFFViorel^000000's home.:Stay here.")) {
111[#][#][#]case 1:
112[#][#][#][#]mes "[Viorel]";
113[#][#][#][#]mes "Good choice. Now, close your eyes for a second...";
114[#][#][#][#]close2;
115[#][#][#][#]setquest 4154;
116[#][#][#][#]setquest 4155;
117[#][#][#][#]warp "que_house_s",19,42;
118[#][#][#][#]end;
119[#][#][#]case 2:
120[#][#][#][#]mes "[Viorel]";
121[#][#][#][#]mes "If you feel like you're at a dead end, come back next time with a ^FF4800Homunculus^000000.";
122[#][#][#][#]close;
123[#][#][#]}
124[#][#]} else if (gethominfo(6) >= 99 && (gethominfo(1) >= 6048 && gethominfo(1) <= 6052)) { // Level 99+ mutated Homunculus-S
125[#][#][#]mes "[Viorel]";
126[#][#][#]mes "Hello again. Perhaps you may be interested in the newly created ^FF4800Homunculus^000000, born from the new ^006400Homunculus Mutation System^000000?";
127[#][#][#]next;
128[#][#][#]switch(select("Nope. Good bye.:Please, I'm busy.:That's exactly what I wanted to hear.:Why are you always standing there?")) {
129[#][#][#]case 1:
130[#][#][#][#]emotion ET_SMILE;
131[#][#][#][#]mes "[Viorel]";
132[#][#][#][#]mes "Okay. Good seeing you. Good bye then~!";
133[#][#][#][#]close;
134[#][#][#]case 2:
135[#][#][#][#]emotion ET_HUK;
136[#][#][#][#]mes "[Viorel]";
137[#][#][#][#]mes "!!!! I... I see. I thought you were here to see me.";
138[#][#][#][#]close;
139[#][#][#]case 3:
140[#][#][#][#]emotion ET_AHA;
141[#][#][#][#]mes "[Viorel]";
142[#][#][#][#]mes "Just as I thought. Let's have a look at the notes my dear friend Jeyna left.";
143[#][#][#][#]next;
144[#][#][#][#]playbgm "30.mp3"; // One Step Closer
145[#][#][#][#]callfunc "F_HomMutateInfo","[Memo Pad Notes]";
146[#][#][#][#]mes "[Viorel]";
147[#][#][#][#]mes "Hmm. Well, that's all there is to it. It's up to you to find out more.";
148[#][#][#][#]close2;
149[#][#][#][#]playbgm "08.mp3"; // Theme of Prontera
150[#][#][#][#]end;
151[#][#][#]case 4:
152[#][#][#][#]emotion ET_SWEAT;
153[#][#][#][#]mes "[Viorel]";
154[#][#][#][#]mes "No, I do not stand here every day. But why do YOU stand there every day?";
155[#][#][#][#]next;
156[#][#][#][#]mes "[Viorel]";
157[#][#][#][#]mes "What? No, the way I see it you seem to be here every time I'm here.";
158[#][#][#][#]close;
159[#][#][#]}
160[#][#]} else {
161[#][#][#]if (gethominfo(1) >= 6009) { // Evolved Homunculus
162[#][#][#][#]mes "[Viorel]";
163[#][#][#][#]mes "Hmm, you seem to have a special bond with your ^FF4800Homunculus^000000.";
164[#][#][#][#]next;
165[#][#][#][#]mes "[Viorel]";
166[#][#][#][#]mes "Come back to me when that ^FF4800Homunculus^000000 reaches ^0000FFlevel 99^000000.";
167[#][#][#][#]close;
168[#][#][#]} else {
169[#][#][#][#]mes "[Viorel]";
170[#][#][#][#]mes "You do not yet possess an evolved ^FF4800Homunculus^000000... As you may well know about evolution:";
171[#][#][#][#]next;
172[#][#][#][#]mes "[Viorel]";
173[#][#][#][#]mes "Using the ^0000FFStone of Sage^000000 when intimacy level is above ^006400Intimate^000000, the ^FF4800Homunculus^000000 goes through ^006400Evolution^000000.";
174[#][#][#][#]close;
175[#][#][#]}
176[#][#]}
177[#]}
178[#]mes "[Viorel]";
179[#]mes "^FF4800Homunculus^000000 research requires a lot of time and funding. However, I believe passion is the most important factor.";
180[#]next;
181[#]switch(select("End conversation.:What are you talking about?:Why are you always standing there?")) {
182[#]case 1:
183[#][#]mes "[Viorel]";
184[#][#]mes "So long~!";
185[#][#]close;
186[#]case 2:
187[#][#]mes "[Viorel]";
188[#][#]mes "You see, ^006400Alchemists^000000 have an inquisitive nature. People like me, especially, even think of creating life itself.";
189[#][#]next;
190[#][#]mes "[Viorel]";
191[#][#]mes "You'd have to research ^FF4800Homunculus^000000 to understand. Now, if you'll excuse me~!";
192[#][#]close;
193[#]case 3:
194[#][#]emotion ET_SWEAT;
195[#][#]mes "[Viorel]";
196[#][#]mes "What, is it so strange to see an Alchemist in their own lab? How so?";
197[#][#]close;
198[#]}
199[#]end;
200L_CheckHomunculus:
201[#]if (gethominfo(6) < 99 || (gethominfo(1) < 6009 || gethominfo(1) > 6016)) { // Not level 99+ evolved Homunculus
202[#][#]mes "[Viorel]";
203[#][#]mes "Huh? Where's the ^FF4800Homunculus^000000 you used to have? Perhaps I've mistaken it for something else...";
204[#][#]next;
205[#][#]mes "[Viorel]";
206[#][#]mes "....... (Seems to be thinking about something.)";
207[#][#]next;
208[#][#]emotion ET_SMILE;
209[#][#]mes "[Viorel]";
210[#][#]mes "Ha ha~ I think I've mistaken you for someone else. If you'll excuse me.";
211[#][#]close;
212[#]}
213[#]return;
214}
215
216que_house_s,24,47,3[#]script[#]Viorel#homun_s[#]542,{
217[#]if (checkquest(4155) > -1) {
218[#][#]emotion ET_HUM;
219[#][#]mes "[Viorel]";
220[#][#]mes "Good. I see that you mean business.";
221[#][#]next;
222[#][#]playbgm "33.mp3"; // Yuna Song
223[#][#]mes "[Viorel]";
224[#][#]mes "Maybe you'll agree. Currently, your ^FF4800Homunculus^000000 is not in its perfect state.";
225[#][#]next;
226[#][#]mes "[Viorel]";
227[#][#]mes "These days, studies on the growth of the ^FF4800Homunculus^000000 are actively taking place. But, I do believe that I have found something special.";
228[#][#]next;
229[#][#]mes "[Viorel]";
230[#][#]mes "In order to break the current limitations of the ^FF4800Homunculus^000000, mutations need to happen.";
231[#][#]next;
232[#][#]switch(select("Like, biological experiments...?!:Well, yeah, naturally.:I don't want to hurt my Homunculus!")) {
233[#][#]case 1:
234[#][#][#]emotion ET_PROFUSELY_SWEAT;
235[#][#][#]mes "[Viorel]";
236[#][#][#]mes "Don't look so surprised. Ethics in biology are kind of blurry right now, right? I mean...";
237[#][#][#]next;
238[#][#][#]mes "[Viorel]";
239[#][#][#]mes "It's my duty to study the true potential of the ^FF4800Homunculus^000000.";
240[#][#][#]next;
241[#][#][#]mes "[Viorel]";
242[#][#][#]mes "So far, Homunculus haven't demonstrated their full potential, but I know that I am close to a breakthrough.";
243[#][#][#]next;
244[#][#][#]break;
245[#][#]case 2:
246[#][#][#]emotion ET_OHNO;
247[#][#][#]mes "[Viorel]";
248[#][#][#]mes "Yes. I'm glad you're not upset. Mutation, a word that sparks evil in the minds of the ordinary, which made my research very difficult to proceed with.";
249[#][#][#]next;
250[#][#][#]mes "[Viorel]";
251[#][#][#]mes "Do you remember? ^005DFFKellasus^000000 of ^8B4513Lighthalzen^000000, the pioneer of ^FF4800Homunculus^000000 research.";
252[#][#][#]next;
253[#][#][#]mes "[Viorel]";
254[#][#][#]mes "I believe that this research fulfills the promise made with ^005DFFKellasus^000000, the giver of knowledge and belief.";
255[#][#][#]next;
256[#][#][#]break;
257[#][#]case 3:
258[#][#][#]emotion ET_SWEAT;
259[#][#][#]mes "[Viorel]";
260[#][#][#]mes "I understand your concern. But I want to assure you that this Mutation does not harm or hurt your ^FF4800Homunculus^000000.";
261[#][#][#]next;
262[#][#][#]mes "[Viorel]";
263[#][#][#]mes "On the contrary, the ^FF4800Homunculus^000000 of today are in pain from imperfection, unable to live up to their supposed potentials. Moreover, those ^FF4800Homunculus^000000 were often abandoned.";
264[#][#][#]next;
265[#][#][#]mes "[Viorel]";
266[#][#][#]mes "Don't get me wrong, I study the ^FF4800Homunculus^000000 because I love them.";
267[#][#][#]next;
268[#][#][#]break;
269[#][#]}
270[#][#]mes "[Viorel]";
271[#][#]mes "Well, by the way... I have found this new mutation to be quite stable.";
272[#][#]next;
273[#][#]mes "[Viorel]";
274[#][#]mes "^006400The technology exists, and they will likely have new skills when mutated...^000000";
275[#][#]next;
276[#][#]mes "[Viorel]";
277[#][#]mes "The minor side effect... ^006400Their appearance will change^000000. But I think you'll find that pretty satisfying.";
278[#][#]next;
279[#][#]mes "[Viorel]";
280[#][#]mes "I quote from ^005DFFKassibian^000000, an expert in ^FF4800Homunculus^000000 techniques, ^006400The truth is not in a single form~!^000000 Ha ha.";
281[#][#]next;
282[#][#]emotion ET_SPARK;
283[#][#]mes "[Viorel]";
284[#][#]mes "I know it's a little abrupt, but... How about changing your ^FF4800Homunculus^000000 into something incredible with my marvelous achievement, the ^006400Homunculus Mutation System^000000?";
285[#][#]next;
286[#][#]switch(select("Explore the ^006400Homunculus Mutation System^000000.:Cancel.")) {
287[#][#]case 1:
288[#][#][#]emotion ET_BEST;
289[#][#][#]mes "[Viorel]";
290[#][#][#]mes "Good choice. Success lurks outside the box of conventional thinking, right?";
291[#][#][#]next;
292[#][#][#]mes "[Viorel]";
293[#][#][#]mes "The first person to help with the research is ^005DFFJeyna^000000. I'll send you to ^005DFFJeyna^000000. There, you'll learn more about the new ^0000FFHomunculus^000000.";
294[#][#][#]close2;
295[#][#][#]setquest 4156;
296[#][#][#]erasequest 4155;
297[#][#][#]warp "que_house_s",63,41;
298[#][#][#]end;
299[#][#]case 2:
300[#][#][#]emotion ET_THINK;
301[#][#][#]mes "[Viorel]";
302[#][#][#]mes "I don't see why you hesitate. I am not trying to deceive you. Maybe you need some time to think about it?";
303[#][#][#]next;
304[#][#][#]switch(select("Think about it.:I'm just going to walk away.")) {
305[#][#][#]case 1:
306[#][#][#][#]mes "[Viorel]";
307[#][#][#][#]mes "We'll talk in a bit then.";
308[#][#][#][#]close;
309[#][#][#]case 2:
310[#][#][#][#]emotion ET_OTL;
311[#][#][#][#]mes "[Viorel]";
312[#][#][#][#]mes "Shame. However, I respect your opinion. I'll send you back to the ^8B4513Laboratory^000000.";
313[#][#][#][#]close2;
314[#][#][#][#]erasequest 4154;
315[#][#][#][#]erasequest 4155;
316[#][#][#][#]warp "job3_gen01",12,47;
317[#][#][#][#]end;
318[#][#][#]}
319[#][#]}
320[#]} else if (checkquest(4160) > -1) {
321[#][#]playbgm "33.mp3"; // Yuna Song
322[#][#]mes "[Viorel]";
323[#][#]mes "The ^FF4800Homunculus^000000 I saw before has returned to its ^0000FFembryo^000000 state. A little strange, but... You don't have to worry about it.";
324[#][#]next;
325[#][#]mes "[Viorel]";
326[#][#]mes "By the way... I forgot to tell you something. In order to stabilize the Mutation process, I need some materials first.";
327[#][#]next;
328[#][#]mes "[Viorel]";
329[#][#]mes "Fortunately, you don't have to find them yourself because I have them here already.. But, I'll need ^FF000050,000 zeny^000000, you know, as a service fee.";
330[#][#]next;
331[#][#]mes "[Viorel]";
332[#][#]mes "I wish that I could do it for free but I'm not exactly made of money, you know. That and I lack any investors to support my research at the moment.";
333[#][#]next;
334[#][#]mes "[Viorel]";
335[#][#]mes "In fact, if I had enough zeny to continue my research, then I could solve a lot of my problems...";
336[#][#]next;
337[#][#]mes "[Viorel]";
338[#][#]mes "Anyways, you can try to do this with or without the stabilization process. It's all up to you.";
339[#][#]next;
340[#][#]mes "[Viorel]";
341[#][#]mes "If you choose the unstable mutation, I can't guarentee what kind of Homunculus you're going to get. Anyways, it's up to you.";
342[#][#]next;
343[#][#]switch(select("Mutation stabilization (50,000 zeny):Unstable mutation")) {
344[#][#]case 1:
345[#][#][#]if (Zeny < 50000) {
346[#][#][#][#]mes "[Viorel]";
347[#][#][#][#]mes "I don't think you have ^FF000050 thousand Zeny^000000 with you right now. Please bring enough Zeny. I'll be waiting. Want me to send you back to the ^8B4513Laboratory^000000?";
348[#][#][#][#]next;
349[#][#][#][#]switch(select("No thanks.:Yes. Send me back to the Lab.")) {
350[#][#][#][#]case 1:
351[#][#][#][#][#]mes "[Viorel]";
352[#][#][#][#][#]mes "Alright. I'll see you in a bit.";
353[#][#][#][#][#]close;
354[#][#][#][#]case 2:
355[#][#][#][#][#]mes "[Viorel]";
356[#][#][#][#][#]mes "Alright. I'll be waiting at the ^8B4513Laboratory^000000.";
357[#][#][#][#][#]close2;
358[#][#][#][#][#]warp "job3_gen01",12,47;
359[#][#][#][#][#]end;
360[#][#][#][#]}
361[#][#][#]}
362[#][#][#]emotion ET_BEST;
363[#][#][#]playbgm "19.mp3"; // Under the Ground
364[#][#][#]mes "[Viorel]";
365[#][#][#]mes "Good choice. Choose from the different types of ^0000FFHomunculus^000000.";
366[#][#][#]next;
367[#][#][#]switch(select("Eira:Sera:Dieter:Bayeri:Eleanor")) {
368[#][#][#]case 1:
369[#][#][#][#]cutin "Mer_Eira_Card",3;
370[#][#][#][#]set .@Homunculus,6048; //MER_EIRA
371[#][#][#][#]break;
372[#][#][#]case 2:
373[#][#][#][#]cutin "Mer_Sera_Card",3;
374[#][#][#][#]set .@Homunculus,6050; //MER_SERA
375[#][#][#][#]break;
376[#][#][#]case 3:
377[#][#][#][#]cutin "Mer_Dieter_Card",3;
378[#][#][#][#]set .@Homunculus,6051; //MER_DIETER
379[#][#][#][#]break;
380[#][#][#]case 4:
381[#][#][#][#]cutin "Mer_Bayeri_Card",3;
382[#][#][#][#]set .@Homunculus,6049; //MER_BAYERI
383[#][#][#][#]break;
384[#][#][#]case 5:
385[#][#][#][#]cutin "Mer_Eleanor_Card",3;
386[#][#][#][#]set .@Homunculus,6052; //MER_ELEANOR
387[#][#][#][#]break;
388[#][#][#]}
389[#][#][#]mes "[Viorel]";
390[#][#][#]mes "Are you sure?";
391[#][#][#]next;
392[#][#][#]if(select("Yes.:No.") == 2) {
393[#][#][#][#]cutin "",255;
394[#][#][#][#]playbgm "33.mp3"; // Yuna Song
395[#][#][#][#]mes "[Viorel]";
396[#][#][#][#]mes "I see. Give it more time to think.";
397[#][#][#][#]close;
398[#][#][#]}
399[#][#][#]cutin "",255;
400[#][#][#]mes "[Viorel]";
401[#][#][#]mes "Excellent! Let's get on with it.";
402[#][#][#]next;
403[#][#][#]specialeffect2 EF_BASH;
404[#][#][#]mes "[Viorel]";
405[#][#][#]mes "Now focus~! You... need... ... concentration.";
406[#][#][#]next;
407[#][#][#]specialeffect2 EF_PROVIDENCE;
408[#][#][#]mes "[Viorel]";
409[#][#][#]mes "Good. Almost done!";
410[#][#][#]next;
411[#][#][#]specialeffect2 EF_SUI_EXPLOSION;
412[#][#][#]set Zeny, Zeny - 50000;
413[#][#][#]hommutate .@Homunculus;
414[#][#][#]break;
415[#][#]case 2:
416[#][#][#]emotion ET_SCRATCH;
417[#][#][#]mes "[Viorel]";
418[#][#][#]mes "So, your choice is the Unstable Mutation Process. You believe in destiny? Seriously... Do you really wish to proceed with the process of random outcome?";
419[#][#][#]next;
420[#][#][#]if(select("Go ahead. (Random Mutation):Cancel.") == 2) {
421[#][#][#][#]playbgm "33.mp3"; // Yuna Song
422[#][#][#][#]mes "[Viorel]";
423[#][#][#][#]mes "I see. Give it more time to think.";
424[#][#][#][#]close;
425[#][#][#]}
426[#][#][#]emotion ET_THINK;
427[#][#][#]mes "[Viorel]";
428[#][#][#]mes "Hmm... The exploration of knowledge is full of surprises. .......";
429[#][#][#]next;
430[#][#][#]emotion ET_SMILE;
431[#][#][#]mes "[Viorel]";
432[#][#][#]mes "Ha ha. Hey, I feel like a Blacksmith! Now let's get on with it.";
433[#][#][#]next;
434[#][#][#]specialeffect2 EF_BASH;
435[#][#][#]mes "[Viorel]";
436[#][#][#]mes "Now focus~! You... need... ... concentration.";
437[#][#][#]next;
438[#][#][#]specialeffect2 EF_PRESSURE;
439[#][#][#]mes "[Viorel]";
440[#][#][#]mes "Concentrate a little more!";
441[#][#][#]next;
442[#][#][#]specialeffect2 EF_PROVIDENCE;
443[#][#][#]mes "[Viorel]";
444[#][#][#]mes "Good. Almost done!";
445[#][#][#]next;
446[#][#][#]specialeffect2 EF_SUI_EXPLOSION;
447[#][#][#]hommutate;
448[#][#][#]break;
449[#][#]}
450[#][#]erasequest 4160;
451[#][#]erasequest 4154;
452[#][#]emotion ET_DELIGHT;
453[#][#]playbgm "64.mp3"; // One Fine Day
454[#][#]mes "[Viorel]";
455[#][#]mes "Okay, Mutation Complete. Phew... Didn't skip a heartbeat, did you?";
456[#][#]next;
457[#][#]mes "[Viorel]";
458[#][#]mes "Remember what ^005DFFKellasus^000000 said? To the doorstep of the truth... We must see for ourselves the path that leads to it.";
459[#][#]next;
460[#][#]mes "[Viorel]";
461[#][#]mes "^0000FF" + strcharinfo(0) + "^000000, I haven't known you for a very long time, but I get the feeling that you'll achieve great things.";
462[#][#]next;
463[#][#]mes "[Viorel]";
464[#][#]mes "Good luck on you adventures. I hope that your new ^FF4800Homunculus^000000 will excel under your care.";
465[#][#]next;
466[#][#]mes "[Viorel]";
467[#][#]mes "And don't you forget. Our research has only just begun~!";
468[#][#]close;
469[#]} else {
470[#][#]for(set .@i,4154; .@i<=4160; set .@i,.@i+1) {
471[#][#][#]if (checkquest(.@i) > -1)
472[#][#][#][#]erasequest .@i;
473[#][#]}
474[#][#]mes "[Viorel]";
475[#][#]mes "Now that all the work is done, I ask you to take your leave. I need to recuperate.";
476[#][#]close2;
477[#][#]warp "job3_gen01",12,47;
478[#][#]end;
479[#]}
480}
481
482que_house_s,80,42,3[#]script[#]Jeyna#homun_s[#]558,{
483[#]if (checkquest(4156) > -1) {
484[#][#]playbgm "28.mp3"; // You're in Ruins
485[#][#]emotion ET_SURPRISE;
486[#][#]mes "[Jeyna]";
487[#][#]mes "Welcome. I just got word from ^005DFFViorel^000000 that you were coming.";
488[#][#]next;
489[#][#]emotion ET_SCRATCH;
490[#][#]mes "[Jeyna]";
491[#][#]mes "By the way... Did he convince you to do something...? He does have a way with words.";
492[#][#]next;
493[#][#]mes "[Jeyna]";
494[#][#]mes "He needs them because Alchemists are such awkward people.";
495[#][#]emotion ET_OHNO;
496[#][#]next;
497[#][#]mes "[Jeyna]";
498[#][#]mes "Anyways~ ^0000FF"+strcharinfo(0)+"^000000 and ^005DFFViorel^000000 seem like two peas in a pod.";
499[#][#]next;
500[#][#]emotion ET_SMILE;
501[#][#]mes "[Jeyna]";
502[#][#]mes "Hahaha~ No offense. I think it's a good thing. Oh, yes. You're here for the ^FF4800Homunculus^000000 Mutation.";
503[#][#]next;
504[#][#]mes "[Jeyna]";
505[#][#]mes "While I do some preparation, why don't you take a look at that board? The ^006400Homunculus Mutation System^000000 has ^0000FF5 different types^000000 of new mutations.";
506[#][#]next;
507[#][#]emotion ET_SURPRISE, getnpcid(0, "Magic Board#homun_s");
508[#][#]mes "[Jeyna]";
509[#][#]mes "Your ^FF4800Homunculus^000000 can mutate into any of the 5 different forms.";
510[#][#]next;
511[#][#]emotion ET_AHA;
512[#][#]mes "[Jeyna]";
513[#][#]mes "Let's see... The ^006400Homunculus Mutation System^000000 includes new evolutions of the normal ^0000FFHomunculus^000000. After they mutate, all previously learned skills will also remain.";
514[#][#]next;
515[#][#]mes "[Jeyna]";
516[#][#]mes "In other words... Even if you change the magic wielder ^FF4800Vanilmirth^000000 to a fighter type, skills such as Caprice will be ^006400retained and usable even after Mutation^000000.";
517[#][#]next;
518[#][#]emotion ET_SURPRISE, getnpcid(0, "Magic Board#homun_s");
519[#][#]mes "[Jeyna]";
520[#][#]mes "Take a look at the Magic Board behind me and decide for yourself.";
521[#][#]close2;
522[#][#]setquest 4157;
523[#][#]erasequest 4156;
524[#][#]end;
525[#]} else if (checkquest(4157) > -1) {
526[#][#]emotion ET_QUESTION;
527[#][#]mes "[Jeyna]";
528[#][#]mes "Take a look at the board behind me, on the right.";
529[#][#]close2;
530[#][#]emotion ET_SURPRISE, getnpcid(0, "Magic Board#homun_s");
531[#][#]end;
532[#]} else if (checkquest(4158) > -1) {
533[#][#]playbgm "28.mp3"; // You're in Ruins
534[#][#]disable_items;
535[#][#]mes "[Jeyna]";
536[#][#]mes "Okay, I'm ready too. In order to revert the process now, I need the Homunculus in its embryo form.";
537[#][#]next;
538[#][#]callsub L_CheckHomunculus;
539[#][#]if (checkweight(6415,1) == 0) {
540[#][#][#]mes "[Jeyna]";
541[#][#][#]mes "But, You don't have enough space to carry an ^0000FFembryo^000000. Please come back with enough space in your bag.";
542[#][#][#]next;
543[#][#][#]mes "[Jeyna]";
544[#][#][#]mes "Please return to the ^8B4513Laboratory^000000. You can find ^005DFFViorel^000000 at the ^8B4513Laboratory^000000 once you empty your bag.";
545[#][#][#]next;
546[#][#][#]mes "[Jeyna]";
547[#][#][#]mes "When you're done with emptying your bag, ask ^005DFFViorel^000000 to send you back here. Go on and empty your bag~!";
548[#][#][#]close2;
549[#][#][#]warp "job3_gen01",12,47;
550[#][#][#]end;
551[#][#]}
552[#][#]mes "[Jeyna]";
553[#][#]mes "Now's about time for a decision. To go through the Mutation to the new ^0000FFHomunculus^000000 with the Homunculus Mutation System, you need to go through the process of regression to turn the Homunculus back to its ^0000FFembryo^000000 state.";
554[#][#]next;
555[#][#]mes "[Jeyna]";
556[#][#]mes "And... ^006400You cannot use the ability Call Homunculus until the process is complete.^000000 It won't take long, so don't wander off.";
557[#][#]next;
558[#][#]mes "[Jeyna]";
559[#][#]mes "So, please decide. Do you want to proceed with the new ^0000FFHomunculus Mutation System^000000?";
560[#][#]next;
561[#][#]switch(select("Yes, I do.:I need to think more.")) {
562[#][#]case 1:
563[#][#][#]if (checkhomcall() == 1) {
564[#][#][#][#]mes "[Jeyna]";
565[#][#][#][#]mes "Oh, wait a minute. To proceed with the Mutation, you need to wake up the Homunculus from the state of Vaporization.";
566[#][#][#][#]next;
567[#][#][#][#]mes "[Jeyna]";
568[#][#][#][#]mes "Come back after you've done that.";
569[#][#][#][#]close;
570[#][#][#]}
571[#][#][#]emotion ET_BEST;
572[#][#][#]mes "[Jeyna]";
573[#][#][#]mes "Good thinking. It is unacceptable for Alchemists like us to fear challenge.";
574[#][#][#]next;
575[#][#][#]playbgm "01.mp3"; // Title
576[#][#][#]mes "[Jeyna]";
577[#][#][#]mes "Now I need you to focus.";
578[#][#][#]next;
579[#][#][#]specialeffect2 EF_ABSORBSPIRITS;
580[#][#][#]mes "[Jeyna]";
581[#][#][#]mes "We need to... Stabilize a little more. .......";
582[#][#][#]next;
583[#][#][#]specialeffect2 EF_CURE;
584[#][#][#]mes "[Jeyna]";
585[#][#][#]mes "In a few moments, the ^FF4800Homunculus^000000 will return to its embryo state.";
586[#][#][#]next;
587[#][#][#]specialeffect2 EF_HOLYHIT;
588[#][#][#]mes "[Jeyna]";
589[#][#][#]mes "Into a special embryo...";
590[#][#][#]next;
591[#][#][#]callsub L_CheckHomunculus;
592[#][#][#]specialeffect2 EF_BLESSING;
593[#][#][#]morphembryo;
594[#][#][#]setquest 4159;
595[#][#][#]erasequest 4158;
596[#][#][#]emotion ET_DELIGHT;
597[#][#][#]mes "[Jeyna]";
598[#][#][#]mes "Phew~ All done. Hmm, its state is a little strange.";
599[#][#][#]next;
600[#][#][#]emotion ET_SMILE;
601[#][#][#]mes "[Jeyna]";
602[#][#][#]mes "I guess it'll be just fine. Don't lose that ^0000FFStrange Embryo^000000. Also...";
603[#][#][#]next;
604[#][#][#]mes "[Jeyna]";
605[#][#][#]mes "Don't do anything like changing jobs or anything like that before the process is over. If so, you, ^0000FF"+strcharinfo(0)+"^000000 might lose all the abilities you have over the Homunculus.";
606[#][#][#]next;
607[#][#][#]mes "[Jeyna]";
608[#][#][#]mes "All that concentration made me tired. I'll just take a glass of water.";
609[#][#][#]close;
610[#][#]case 2:
611[#][#][#]playbgm "28.mp3"; // You're in Ruins
612[#][#][#]emotion ET_OHNO;
613[#][#][#]mes "[Jeyna]";
614[#][#][#]mes "Maybe I shouldn't have asked in the first place.";
615[#][#][#]close;
616[#][#]}
617[#]} else if (checkquest(4159) > -1 || checkquest(4160) > -1) {
618[#][#]playbgm "28.mp3"; // You're in Ruins
619[#][#]mes "[Jeyna]";
620[#][#]mes "^005DFFViorel^000000 will finish the mutation process. Now it's my time to say good bye.";
621[#][#]next;
622[#][#]mes "[Jeyna]";
623[#][#]mes "It was short, but it was nice to meet you. We'll see each other again some time.";
624[#][#]next;
625[#][#]mes "[Jeyna]";
626[#][#]mes "Best of luck~!";
627[#][#]close2;
628[#][#]setquest 4160;
629[#][#]erasequest 4159;
630[#][#]warp "que_house_s",19,42;
631[#][#]end;
632[#]} else {
633[#][#]if (checkquest(4154) > -1)
634[#][#][#]erasequest 4154;
635[#][#]mes "[Jeyna]";
636[#][#]mes "Hey, how did you get in here? Please get out. I'm changing~!";
637[#][#]close2;
638[#][#]warp "job3_gen01",12,47;
639[#][#]end;
640[#]}
641[#]end;
642L_CheckHomunculus:
643[#]if (gethominfo(6) < 99 || (gethominfo(1) < 6009 || gethominfo(1) > 6016)) { // Not level 99+ evolved Homunculus
644[#][#]mes "[Jeyna]";
645[#][#]mes "Hey, wait. The condition of the ^FF4800Homunculus^000000 is not suitable. That was close.";
646[#][#]next;
647[#][#]mes "[Jeyna]";
648[#][#]mes "To use the Homunculus Mutation System to change to the new ^FF4800Homunculus^000000, the ^006400Homunculus must be above level 99 and evolved^000000.";
649[#][#]next;
650[#][#]mes "[Jeyna]";
651[#][#]mes "Come back to ^005DFFViorel^000000 when you're ready. I'll see you later then~!";
652[#][#]close2;
653[#][#]erasequest 4154;
654[#][#]erasequest 4158;
655[#][#]warp "job3_gen01",12,47;
656[#][#]end;
657[#]}
658[#]return;
659}
660
661// Magic Board
662//============================================================
663que_house_s,83,47,3[#]script[#]Magic Board#homun_s[#]857,{
664[#]playbgm "26.mp3"; // Everlasting Wanderers
665[#]callfunc "F_HomMutateInfo","[Magic Board Posts]";
666[#]mes "[Magic Board Posts]";
667[#]mes ":: ^0000FFHomunculus^000000 research is";
668 [#]mes ":: so much fun. :: Be an Alchemist :: who always enjoys :: one's research.";
669[#]next;
670[#]mes "[Magic Board Posts]";
671[#]mes ":: Oh, and Viorel... :: About what you said :: yesterday... :: ::";
672[#]next;
673[#]mes "-------------------------- The rest is sealed because it seems to be a private message.";
674[#]close2;
675[#]if (checkquest(4157) > -1) {
676[#][#]setquest 4158;
677[#][#]erasequest 4157;
678[#]}
679[#]end;
680}
681
682function[#]script[#]F_HomMutateInfo[#]{
683[#].@npc_name$ = getarg(0);
684[#]mes .@npc_name$;
685[#]mes ":: The ability of the mutated :: ^0000FFHomunculus^000000 clearly goes :: beyond the previous state. :: In addition, its appearance :: will evolve as well.";
686[#]next;
687[#]mes .@npc_name$;
688[#]mes ":: ^0000FFHomunculus^000000 appearances of the :: new types can be classified :: based on different species. :: Creatures of the same species :: generally have a similar :: appearance.";
689[#]next;
690[#]mes .@npc_name$;
691[#]mes ":: The category, appearance and :: ability of the ^0000FFHomunculus^000000 :: via the Homunculus Mutation :: System are as follows:";
692[#]next;
693[#]cutin "Mer_Eira_Card",3;
694[#]mes .@npc_name$;
695[#]mes ":: The first of the five :: is called ^FF4800Eira^000000. :: Beautiful and graceful.";
696[#]next;
697[#]mes .@npc_name$;
698[#]mes ":: ^FF4800Eira^000000 uses :: ^006400Wind Element^000000 Magic Attacks and :: Support Skills. :: It even has the ability :: to revive its :: fallen master.";
699[#]next;
700[#]mes .@npc_name$;
701[#]mes ":: ^FF4800Eira^000000 eats :: ^0000FFSmall Snow Flower^000000. :: Surprising how it survives on :: such a small amount. :: ^0000FFSmall Snow Flower^000000 can be bought :: from ^005DFFTaming Merchants^000000.";
702[#]next;
703[#]cutin "",255;
704[#]cutin "Mer_Sera_Card",3;
705[#]mes .@npc_name$;
706[#]mes ":: The second of the five :: is known as ^FF4800Sera^000000. :: It looks just like ^FF0000Mistress^000000 but :: it doesn't run away.";
707[#]next;
708[#]mes .@npc_name$;
709[#]mes ":: ^FF4800Sera^000000 :: specializes in ^006400Poison Attacks^000000. :: Also, it uses distinct :: Support Skills using poisons.";
710[#]next;
711[#]mes .@npc_name$;
712[#]mes ":: ^FF4800Sera^000000 eats :: ^0000FFApple Pudding^000000. :: It prefers sweet food. :: ^0000FFApple Pudding^000000 can be bought :: from ^005DFFTaming Merchants^000000.";
713[#]next;
714[#]cutin "",255;
715[#]cutin "Mer_Dieter_Card",3;
716[#]mes .@npc_name$;
717[#]mes ":: The third of the five :: is ^FF4800Dieter^000000. :: It looks unusual but it :: has a good demeanor.";
718[#]next;
719[#]mes .@npc_name$;
720[#]mes ":: ^FF4800Dieter^000000 uses :: ^FF0000Fire^000000 based Attacks and :: Support Skills. :: It is just as fragile... :: ah, reliable, as it looks.";
721[#]next;
722[#]mes .@npc_name$;
723[#]mes ":: ^FF4800Dieter^000000 eats :: ^0000FFBig Cell^000000. :: ^0000FFBig Cell^000000 can be bought :: from ^005DFFTaming Merchants^000000.";
724[#]next;
725[#]cutin "",255;
726[#]cutin "Mer_Bayeri_Card",3;
727[#]mes .@npc_name$;
728[#]mes ":: The fourth of the five :: is ^FF4800Bayeri^000000. :: Bayeri has the form of a :: unicorn.";
729[#]next;
730[#]mes .@npc_name$;
731[#]mes ":: It has a powerful dash skill :: and uses ^006400Holy Element^000000 magic. :: Unfortunately, :: they won't let you ride them. :: Not all four-legged creatures :: can be ridden.";
732[#]next;
733[#]mes .@npc_name$;
734[#]mes ":: ^FF4800Bayeri^000000 eats :: ^0000FFFresh Plant^000000. :: No matter how hungry it :: never feeds on rotten greens. :: ^0000FFFresh Plant^000000 can be bought :: from ^005DFFTaming Merchants^000000.";
735[#]next;
736[#]cutin "",255;
737[#]cutin "Mer_Eleanor_Card",3;
738[#]mes .@npc_name$;
739[#]mes ":: The last of the five :: is ^FF4800Eleanor^000000. :: It has a feminine appearance :: and outstanding physical skill.";
740[#]next;
741[#]mes .@npc_name$;
742[#]mes ":: ^FF4800Eleanor^000000 :: uses ^006400Strike or Grapple Attacks^000000 :: sequentially in battle. :: Absolutely stunning.";
743[#]next;
744[#]mes .@npc_name$;
745[#]mes ":: ^FF4800Eleanor^000000 eats :: ^0000FFKid's Dumpling^000000. :: Don't confuse it with a normal :: dumpling. :: ^0000FFKid's Dumpling^000000 can be bought :: from ^005DFFTaming Merchants^000000.";
746[#]next;
747[#]cutin "",255;
748[#]return;
749}
750
751// Books
752//============================================================
753que_house_s,13,52,3[#]script[#]Open Book#01homun_s[#]111,{
754[#]switch(rand(1,7)) {
755[#]case 1:
756[#][#]mes "[Bookcase Notes]";
757[#][#]mes "Insanity and Genius are the same in concept in that they are both abnormal phenomenon. Observing the chemist ^005DFFMorgenstein^000000 of ^8B4513Geffen^000000, I consider them equal.";
758[#][#]next;
759[#][#]mes "[Bookcase Notes]";
760[#][#]mes "Once I had to visit... the strange ^005DFFMorgenstein^000000 for research purposes.";
761[#][#]next;
762[#][#]mes "[Bookcase Notes]";
763[#][#]mes "I had a meat stew before I met ^005DFFMorgenstein^000000, surprisingly enough, he muttered that he smelled meat even before I was close.";
764[#][#]next;
765[#][#]mes "[Bookcase Notes]";
766[#][#]mes "I never thought that chemists had a great sense of smell. The next time I give ^005DFFMorgenstein^000000 a visit, I'll eat some other meal.";
767[#][#]close;
768[#]case 2:
769[#][#]mes "[Bookcase Notes]";
770[#][#]mes "^005DFFDe Bris^000000 thinks the enthusiasm of Alchemists has lately dropped <Dramatically>...";
771[#][#]next;
772[#][#]mes "[Bookcase Notes]";
773[#][#]mes "He especially didn't like the fact that I was bound tightly to ^FF4800Homunculus^000000 research. He didn't say such a thing when we studied together in ^8B4513Rune Midgarts^000000.";
774[#][#]next;
775[#][#]mes "[Bookcase Notes]";
776[#][#]mes "One day, I'll show ^005DFFDe Bris^000000 my ^FF4800Homunculus^000000 research data. I love watching him jump out of his skin.... I look forward to the day.";
777[#][#]close;
778[#]case 3:
779[#][#]mes "[Bookcase Notes]";
780[#][#]mes "^005DFFDe Bris^000000' passion for the ^57007FGenetic^000000 arts is amazing.";
781[#][#]next;
782[#][#]mes "[Bookcase Notes]";
783[#][#]mes "Recently, the Alchemist Union offered me the chance to join the ^57007FGenetic^000000 through a letter. I wonder what ^005DFFDe Bris^000000 said to the union...";
784[#][#]next;
785[#][#]mes "[Bookcase Notes]";
786[#][#]mes "Well, I appreciate it... However, for me right now my research is of utmost priority.";
787[#][#]close;
788[#]case 4:
789[#][#]mes "[Bookcase Notes]";
790[#][#]mes "There's something funny ^005DFFDarcia^000000 said to me. It was about when ^005DFFJeyna^000000 first came to learn about potion combination......";
791[#][#]next;
792[#][#]mes "[Bookcase Notes]";
793[#][#]mes "She did good up to the stage of pouring water into the mixture. She just had to put it into an empty bottle...";
794[#][#]next;
795[#][#]mes "[Bookcase Notes]";
796[#][#]mes "^005DFFDarcia^000000 watched what she would do with the last stage, and the confused ^005DFFJeyna^000000 drank the mixture out of the bowl and told her that it healed well.";
797[#][#]next;
798[#][#]mes "[Bookcase Notes]";
799[#][#]mes "To think that even ^005DFFJeyna^000000, now a master of potion combination, had her rookie mistakes shows how hard it is to imagine and forecast one's past and future.";
800[#][#]close;
801[#]case 5:
802[#][#]mes "[Bookcase Notes]";
803[#][#]mes "^005DFFVincent^000000, I think I did it. I will never forget your words of courage and I am grateful that I now get to pay you back.";
804[#][#]next;
805[#][#]mes "[Bookcase Notes]";
806[#][#]mes "It was indeed a long process. When many of the union considered my research insignificant ... Though I did not lose my belief it did heart deep inside.";
807[#][#]next;
808[#][#]mes "[Bookcase Notes]";
809[#][#]mes "The few friends who believed me especially ^005DFFJeyna^000000 and you ^005DFFVincent^000000 ... I am sincerely thankful with all my soul.";
810[#][#]next;
811[#][#]mes "[Bookcase Notes]";
812[#][#]mes "They say that, the end justifies the means. At first, I did not know what it meant...";
813[#][#]next;
814[#][#]mes "[Bookcase Notes]";
815[#][#]mes "Now I know. I know how important it is to follow one's heart.";
816[#][#]next;
817[#][#]mes "[Bookcase Notes]";
818[#][#]mes "I'll drop by very soon. Be well until then.";
819[#][#]close;
820[#]case 6:
821[#][#]mes "[Bookcase Notes]";
822[#][#]mes "A game called ^0000FFThe Epic Battle 2^000000, similar to chess, was intriguing.";
823[#][#]next;
824[#][#]mes "[Bookcase Notes]";
825[#][#]mes "Some time ago, I met a ^0000FFFruit Seller^000000 who excelled in The Epic Battle 2. He even overcame the infamous ^006400Grizzly Shockwave Strategy^000000 and ^006400God of Death Terror^000000 with ease.";
826[#][#]next;
827[#][#]mes "[Bookcase Notes]";
828[#][#]mes "To overcome those in the early stages of the battle of the ^0000FFPriest Faction^000000... It is difficult for me, since I need to combine the pieces and use some luring skills.";
829[#][#]next;
830[#][#]mes "[Bookcase Notes]";
831[#][#]mes "I wonder when I'll become a 3 Carat Diamond level player.";
832[#][#]close;
833[#]case 7:
834[#][#]mes "[Bookcase Notes]";
835[#][#]mes "There are many Alchemists who like the ^FF4800Vanilmirth^000000.";
836[#][#]next;
837[#][#]mes "[Bookcase Notes]";
838[#][#]mes "But I prefer the ^FF4800Amistr^000000. It's cute when it wags its tale with those shiny eyes.";
839[#][#]next;
840[#][#]mes "[Bookcase Notes]";
841[#][#]mes "My Amistr Jonathan is clever and mellow, making it ever so lovable. We're good friends, aren't we Jonathan?";
842[#][#]close;
843[#]}
844}
845
846que_house_s,16,52,3[#]script[#]Open Book#02homun_s[#]111,{
847[#]switch(rand(1,8)) {
848[#]case 1:
849[#][#]mes "[Bookcase Notes]";
850[#][#]mes "What should I write to ^005DFFDe Bris^000000. :: To my noted :: Genetic friend De Bris. :: How's Lighthalzen? :: Do they have enough of those :: cookies you oh so love?";
851[#][#]next;
852[#][#]mes "[Bookcase Notes]";
853[#][#]mes ":: I'll drop by soon :: with some cookies. :: When we meet, :: I'll introduce you to my :: ^006400New Homunculus^000000.";
854[#][#]next;
855[#][#]mes "[Bookcase Notes]";
856[#][#]mes ":: No need to be alert. :: Unlike you, :: they aren't interested in :: what others have to eat. :: I'll see you soon~! :: Dare close the door on me.";
857[#][#]close;
858[#]case 2:
859[#][#]mes "[Bookcase Notes]";
860[#][#]mes "The last time I visited the Alchemist Union, there was an interesting debate on the table. I think it was something to do with ^006400Negligence of Homunculus in public places^000000.";
861[#][#]next;
862[#][#]mes "[Bookcase Notes]";
863[#][#]mes "While the master dozed off, one of the ^FF4800Homunculus^000000 off its leash caused some sort of problem.";
864[#][#]next;
865[#][#]mes "[Bookcase Notes]";
866[#][#]mes "I will make sure that my Homunculus Jonathan... is trained well not to cause trouble around other people.";
867[#][#]close;
868[#]case 3:
869[#][#]mes "[Bookcase Notes]";
870[#][#]mes "There's a new toy me and ^005DFFJeyna^000000 have grown fond of. It's relatively new, called... ^0000FF'Helo'^000000, I think?";
871[#][#]next;
872[#][#]mes "[Bookcase Notes]";
873[#][#]mes "There was a related song to it, sung by some ^57007FMinstrel^000000. The lyrics were something like ^006400'Ahhh~Ahh~Ahhhhhhhh'^000000.";
874[#][#]next;
875[#][#]mes "[Bookcase Notes]";
876[#][#]mes "The entertainment itself is fun, but the music is also excellent, and when I listen to it it feels like my SP is restored significantly.";
877[#][#]next;
878[#][#]mes "[Bookcase Notes]";
879[#][#]mes "I must say, entertainment is crucial when resting to boost morale for research. ^006400For Homunculus~!^000000";
880[#][#]close;
881[#]case 4:
882[#][#]mes "[Bookcase Notes]";
883[#][#]mes "From what I heard from the union member ^005DFFParmy^000000, ^005DFFRaspuchin^000000 is still his own weird self.";
884[#][#]next;
885[#][#]mes "[Bookcase Notes]";
886[#][#]mes "It may not be such a good idea to drive those energetic souls coming to change jobs with such enthusiasm.";
887[#][#]close;
888[#]case 5:
889[#][#]mes "[Bookcase Notes]";
890[#][#]mes "A friend of mine who was into painting, suggested making a <Graphic Novel> called ^0000FFMUTATIONER^000000 after he heard about my research and my works.";
891[#][#]next;
892[#][#]mes "[Bookcase Notes]";
893[#][#]mes "The story begins... With an alien ^FF4800Homunculus^000000 visiting our world.";
894[#][#]next;
895[#][#]mes "[Bookcase Notes]";
896[#][#]mes "The visiting alien ^FF4800Homunculus^000000 can survive without a master and it could change into various creatures that roam our world.";
897[#][#]next;
898[#][#]mes "[Bookcase Notes]";
899[#][#]mes "These alien^FF4800Homunculus^000000 have two opposing factions divided by political differences. In our world, we call them ^006400Aut-homun^000000 and ^006400Decept-homun^000000";
900[#][#]next;
901[#][#]mes "[Bookcase Notes]";
902[#][#]mes "The ^006400Aut-homun^000000 are our friends. Their leader, called ^005DFFOptimus Poring^000000, is built and so cool for a poring, and it summons a cart at will!";
903[#][#]next;
904[#][#]mes "[Bookcase Notes]";
905[#][#]mes "The opposing side, the ^006400Decept-homun^000000, is led by ^005DFFMegatroll^000000 and they use all means to destroy our world.";
906[#][#]next;
907[#][#]mes "[Bookcase Notes]";
908[#][#]mes "The hero of this story is one from ^8B4513Alberta^000000 called ^005DFFJam Wicky^000000, who meets ^005DFFOptimus Poring^000000 while shopping for a cart, as if it was his destiny.";
909[#][#]next;
910[#][#]mes "[Bookcase Notes]";
911[#][#]mes "And so thus unfolds an epic battle in the ^8B4513Moroc Desert^000000 where the fate of our world lies in his hands...";
912[#][#]next;
913[#][#]mes "[Bookcase Notes]";
914[#][#]mes "Enough of that~! The rest of the story can be checked in the published copy. ^0000FFMUTATIONER^000000 It's going to be awesome~!";
915[#][#]close;
916[#]case 6:
917[#][#]mes "[Bookcase Notes]";
918[#][#]mes "The Union sent a special gift to its members. It's called a ^0000FFHigh Clip 4^000000.";
919[#][#]next;
920[#][#]mes "[Bookcase Notes]";
921[#][#]mes "It is originally used as a tool to allow easy whispering between members, but it also has other useful functions.";
922[#][#]next;
923[#][#]mes "[Bookcase Notes]";
924[#][#]mes "A guild invented this. I recall that their emblem had an image of an apple.";
925[#][#]close;
926[#]case 7:
927[#][#]mes "[Bookcase Notes]";
928[#][#]mes "Homunculus is indeed worthy. However, like everyone else, I sometimes question its meaning and future.";
929[#][#]next;
930[#][#]mes "[Bookcase Notes]";
931[#][#]mes "I believe that life given by nature was supposed to be used for oneself. However...";
932[#][#]next;
933[#][#]mes "[Bookcase Notes]";
934[#][#]mes "The research to give the Homunculus life is, in reality, for the benefit of man. Perhaps mankind is not ready ethically to create life.";
935[#][#]close;
936[#]case 8:
937[#][#]mes "[Bookcase Notes]";
938[#][#]mes "Some time ago, ^005DFFJeyna^000000 introduced me to someone. She is from ^8B4513Geffen^000000, and she introduced herself as a ^005DFFChicken Researcher^000000.";
939[#][#]next;
940[#][#]mes "[Bookcase Notes]";
941[#][#]mes "She is an expert on something called the ^006400Legendary Bijofnil^000000. She finds it offensive that people think that the Bijofnil is a hawk.";
942[#][#]next;
943[#][#]mes "[Bookcase Notes]";
944[#][#]mes "She said something about somewhere in ^8B4513Hvergilmir's Fountain^000000 there exists a ^005DFFtalking chicken^000000 and other stories... Well, it went on like that and it was interesting.";
945[#][#]close;
946[#]}
947}
948
949// Notifiers
950//============================================================
951que_house_s,11,52,3[#]script[#]#03homun_s[#]111,{
952[#]end;
953OnInit:
954[#]initnpctimer;
955[#]end;
956OnTimer6000:
957[#]emotion ET_SURPRISE;
958[#]end;
959OnTimer7000:
960[#]emotion ET_SURPRISE, getnpcid(0, "#04homun_s");
961[#]stopnpctimer;
962[#]initnpctimer;
963[#]end;
964}
965
966que_house_s,14,52,3[#]script[#]#04homun_s[#]111,{
967[#]end;
968}
969
970// Researcher's Pet
971//============================================================
972que_house_s,24,46,3[#]script[#]Jonathan#homun_s[#]6002,{
973[#]end;
974}
975
976que_house_s,23,46,3[#]script[#]#05homun_s[#]111,{
977[#]emotion ET_STARE_ABOUT, getnpcid(0, "Jonathan#homun_s");
978[#]if (gethominfo(1) < 6048 || gethominfo(1) > 6052) { // Not mutated Homunculus-S
979[#][#]mes "[Jonathan]";
980[#][#]mes "Hwang~ Hwang!";
981[#][#]next;
982[#][#]mes ":: It seems to be Viorel's :: Homunculus. :: It is wearing a small necklace :: with the name Jonathan engraved :: on it.";
983[#][#]close;
984[#]} else {
985[#][#]mes "[Jonathan]";
986[#][#]mes "Hwang~?!";
987[#][#]next;
988[#][#]emotion ET_PROFUSELY_SWEAT, getnpcid(0, "Jonathan#homun_s");
989[#][#]mes "[Jonathan]";
990[#][#]mes "*Sniff* ...";
991[#][#]next;
992[#][#]mes ":: This Amistr :: called Jonathan :: seems to be surprised by my :: new Homunculus.";
993[#][#]close;
994[#]}
995}