OSDN Git Service

First version
[st-ro/stro.git] / npc / quests / quests_lighthalzen.txt
1 //===== rAthena Script =======================================
2 //= Quest NPCs located in Lighthalzen
3 //===== Description: =========================================
4 //= Quests related to Lighthalzen City.
5 //===== Changelogs: ==========================================
6 //= 4.0 Updated several NPCs to Official (iRO) dialog, and restrucured. [L0ne_W0lf]
7 //= 4.1 Updated Dungeon quest, and Friendhsip quest to 10.3 standards. [L0ne_W0lf]
8 //= 4.2 Fixed wrong variable type in use in "Box#cube1". [L0ne_W0lf]
9 //= 4.3 Fixed a bug where if you relog after you take out the Lab Permit from the Box
10 //=     You can't finish the quest. (bugreport:1798) [Samuray22]
11 //= 4.3a Reverted changes from the last version. . [L0ne_W0lf]
12 //=     Changed temp char vars to normal vars, that unset at end.
13 //=     Tube just makes sure you have 1 or more permits.
14 //= 4.4 Replaced effect numerics with constants. [L0ne_W0lf]
15 //= 4.5 Corrected an Incorrect check of the Shinokas_Quest. (bugreport:2276) [Samuray22]
16 //=     Replaced effect numerics with constants.
17 //= 4.5 Official Gangster Alert script. [Gepard]
18 //= 4.6 Added quest log entries for:
19 //=     - Cursed Spirit Quest
20 //= 4.7 Fixed missing label. (bugreport:4654) [L0ne_W0lf]
21 //= 4.8 Fixed Cursed Spirit Quest EXP reward. [Euphy]
22 //= 4.9 Fixed incorrect use of 'close'. [Joseph]
23 //= 5.0 Updated RE/Pre-RE EXP. [Euphy]
24 //= 5.1 Added GM management NPCs. [Euphy]
25 //= 5.2 Fixed some quest log issues. [Capuche]
26 //============================================================
27
28 // Gangster Alert [Official Conversion]
29 //============================================================
30 lighthalzen,1,1,0       script  Law Enforcement -1,{
31         end;
32
33 OnEnable:
34         mapannounce "lighthalzen","Attention, citizens. Our security has been breached and the city is in Gangster Alert status. Please find shelter immediately!",bc_map;
35         initnpctimer;
36         for (set .@i, 0; .@i < 30; set .@i, .@i + 1)
37                 monster "lighthalzen",0,0,"Gangster",1592,1,"Law Enforcement::OnMyMobDead";
38         end;
39
40 OnTimer220000:
41         killmonster "lighthalzen","Law Enforcement::OnMyMobDead";
42         mapannounce "lighthalzen","Attention, citizens. Our law enforcement department has successfully contained the situation. Alert status has been canceled.",bc_map;
43         set $@Lhz_Gangster_Alert, 0;
44         stopnpctimer;
45         end;
46
47 OnMyMobDead:
48         end;
49 }
50
51 lighthalzen,267,200,3   script  Guard#lhz01     868,{
52         if (countitem(7350) > 0) {
53                 mes "[Guard]";
54                 mes "Hold it right th--!";
55                 mes "Oh. I'm sorry. I didn't";
56                 mes "realize you were carrying";
57                 mes "a pass and had authorization.";
58                 close2;
59                 warp "lighthalzen",303,229;
60                 end;
61         }
62         if ($@Lhz_Gangster_Alert >= 100) {
63                 mes "[Guard]";
64                 mes "Recently too many people";
65                 mes "have been traveling between";
66                 mes "Uptown and the ghetto, so";
67                 mes "we've heightened security";
68                 mes "around here. But how can";
69                 mes "so many sneak through us?";
70                 close;
71         }
72         if ($@Lhz_Gangster_Alert > 14) {
73                 mes "[Guard]";
74                 mes "Recently too many people";
75                 mes "have been traveling between";
76                 mes "Uptown and the ghetto, so";
77                 mes "we've heightened security";
78                 mes "around here. But how can";
79                 mes "so many sneak through us?";
80                 donpcevent "Law Enforcement::OnEnable";
81                 set $@Lhz_Gangster_Alert, 100;
82                 close;
83         }
84         if (gettime(DT_HOUR) >= 22 || gettime(DT_HOUR) < 2) {
85                 mes "[Guard]";
86                 mes "Zzzz... Zzz...";
87                 mes "ZZZzzzzzzzzzz...";
88                 next;
89                 mes "^3355FFThis guard is";
90                 mes "dozing off, so this is";
91                 mes "the perfect opportunity";
92                 mes "to sneak past him.^000000";
93                 close2;
94                 set $@Lhz_Gangster_Alert, $@Lhz_Gangster_Alert + 1;
95                 warp "lighthalzen",303,229;
96                 end;
97         }
98         if (rand(1,6) == 3) {
99                 mes "^3355FFThe guard seems distracted";
100                 mes "and is looking elsewhere. Now's";
101                 mes "your chance to sneak past him!^000000";
102                 close2;
103                 set $@Lhz_Gangster_Alert, $@Lhz_Gangster_Alert + 1;
104                 warp "lighthalzen",303,229;
105                 end;
106         }
107         else {
108                 mes "[Guard]";
109                 mes "Hold it right there!";
110                 mes "I can't permit anyone";
111                 mes "to enter the slums.";
112                 mes "Go back to where you";
113                 mes "came from, adventurer!";
114                 close;
115         }
116 }
117
118 lighthalzen,294,223,7   script  Guard#lhz02     868,{
119         if (countitem(7350) > 0) {
120                 mes "[Guard]";
121                 mes "Hold it right th--!";
122                 mes "Oh. I'm sorry. I didn't";
123                 mes "realize you were carrying";
124                 mes "a pass and had authorization.";
125                 close2;
126                 warp "lighthalzen",260,199;
127                 end;
128         }
129         if ($@Lhz_Gangster_Alert >= 100) {
130                 mes "[Guard]";
131                 mes "Recently too many people";
132                 mes "have been traveling between";
133                 mes "Uptown and the ghetto, so";
134                 mes "we've heightened security";
135                 mes "around here. But how can";
136                 mes "so many sneak through us?";
137                 close;
138         }
139         if ($@Lhz_Gangster_Alert > 14) {
140                 mes "[Guard]";
141                 mes "Recently too many people";
142                 mes "have been traveling between";
143                 mes "Uptown and the ghetto, so";
144                 mes "we've heightened security";
145                 mes "around here. But how can";
146                 mes "so many sneak through us?";
147                 donpcevent "Law Enforcement::OnEnable";
148                 set $@Lhz_Gangster_Alert, 100;
149                 close;
150         }
151         if (gettime(DT_HOUR) >= 22 || gettime(DT_HOUR) < 2) {
152                 mes "[Guard]";
153                 mes "Zzzz... Zzz...";
154                 mes "ZZZzzzzzzzzzz...";
155                 next;
156                 mes "^3355FFThis guard is";
157                 mes "dozing off, so this is";
158                 mes "the perfect opportunity";
159                 mes "to sneak past him.^000000";
160                 close2;
161                 set $@Lhz_Gangster_Alert, $@Lhz_Gangster_Alert + 1;
162                 warp "lighthalzen",260,199;
163                 end;
164         }
165         if (rand(1,6) == 3) {
166                 mes "^3355FFThe guard seems distracted";
167                 mes "and is looking elsewhere. Now's";
168                 mes "your chance to sneak past him!^000000";
169                 close2;
170                 set $@Lhz_Gangster_Alert, $@Lhz_Gangster_Alert + 1;
171                 warp "lighthalzen",260,199;
172                 end;
173         }
174         else {
175                 mes "[Guard]";
176                 mes "Hold it right there!";
177                 mes "I can't permit anyone to";
178                 mes "enter Uptown Lighthalzen!";
179                 mes "If you don't have a pass,";
180                 mes "then move on out of here!";
181                 close;
182         }
183 }
184
185 // Cube Room Quest
186 //============================================================
187 lighthalzen,341,224,3   script  Fishbone        868,{
188         // Retain prior position in quest.
189         if (piciburn) {
190                 set lhz_sincube,piciburn;
191                 set piciburn,0;
192         }
193         // Quest is finished.
194         if (MISC_QUEST&512) {
195                         mes "[Fishbone]";
196                         mes "Oh hey, it's you!";
197                         mes "Now, listen. If you wanna";
198                         mes "get into Regenschirm again,";
199                         mes "you gotta enter that Sewer Pipe";
200                         mes "that's like, northeast from me.";
201                         mes "It's gross, but you gotta...";
202                         next;
203                         mes "[Fishbone]";
204                         mes "Anyway, good luck in";
205                         mes "whatever it is you're doing";
206                         mes "here in Lighthazlen. Oh, and";
207                         mes "be real careful! Something";
208                         mes "shadier than me is going";
209                         mes "on in this big city~";
210                         close;
211         }
212         // Apparantly if the boss quest progress is at 6, you skip the level requirement.
213         if (lhz_boss == 6 || BaseLevel >= 60) {
214                 if (lhz_sincube == 0) {
215                         mes "[Fishbone]";
216                         mes "What...?";
217                         mes "Is there something";
218                         mes "on my face? Quit looking";
219                         mes "at me and let me do my work.";
220                         set lhz_sincube,1;
221                         close;
222                 }
223                 else if (lhz_sincube == 1) {
224                         mes "[Fishbone]";
225                         mes "Hey. Hey you.";
226                         mes "You're still looking";
227                         mes "at me. Quit it. I'm busy";
228                         mes "here and you're bothering me.";
229                         set lhz_sincube,2;
230                         close;
231                 }
232                 else if (lhz_sincube == 2) {
233                         mes "[Fishbone]";
234                         mes "Seriously, you are";
235                         mes "starting to really get";
236                         mes "on my nerves! What could";
237                         mes "you possibly want from me?!";
238                         next;
239                         mes "["+strcharinfo(0)+"]";
240                         mes "Nothing really.";
241                         mes "I just feel like";
242                         mes "watching you work.";
243                         mes "What exactly are you";
244                         mes "doing anyway, huh?";
245                         next;
246                         mes "[Fishbone]";
247                         mes "Hey! If I could just show";
248                         mes "you what I'm doing, I wouldn't";
249                         mes "be so uptight about you looking";
250                         mes "at what I'm doing, now would I?";
251                         next;
252                         mes "["+strcharinfo(0)+"]";
253                         mes "Nah...";
254                         mes "I just think";
255                         mes "you're uptight";
256                         mes "in general.";
257                         next;
258                         mes "[Fishbone]";
259                         mes "Muthafruit!";
260                         mes "So you're just";
261                         mes "gonna sit and watch";
262                         mes "me all day?! Fine! Then";
263                         mes "I'll just ignore you, jerk!";
264                         next;
265                         mes "[Fishbone]";
266                         mes "...";
267                         mes "......";
268                         mes "Damn it!";
269                         mes "This is really";
270                         mes "ticking me off! Why";
271                         mes "don't you go away?!";
272                         next;
273                         mes "["+strcharinfo(0)+"]";
274                         mes "Well, I was also";
275                         mes "wondering why you're";
276                         mes "working in a place that's";
277                         mes "so, um... depressing.";
278                         next;
279                         mes "[Fishbone]";
280                         mes "Alright, fine!";
281                         mes "But once I tell you";
282                         mes "what I do here, you're";
283                         mes "outta here! Okay? Now,";
284                         mes "your lips are frickin' sealed.";
285                         mes "See, what I do is kinda illegal.";
286                         next;
287                         mes "[Fishbone]";
288                         mes "I provide routes that let";
289                         mes "people enter Lighthalzen,";
290                         mes "or even go anywhere in this";
291                         mes "city, without authorization.";
292                         mes "Hell, I could even get you";
293                         mes "into that Laboratory...";
294                         next;
295                         mes "["+strcharinfo(0)+"]";
296                         mes "W-wait!";
297                         mes "Laboratory?!";
298                         mes "Are you serious?";
299                         mes "Can you get me";
300                         mes "into that place?";
301                         next;
302                         mes "[Fishbone]";
303                         mes "Sonuva--You're not";
304                         mes "gonna leave me alone,";
305                         mes "are you? Look, you seem";
306                         mes "okay, even if you are kinda";
307                         mes "stubborn, kid. But I don't trust";
308                         mes "or serve strangers, period.";
309                         next;
310                         mes "["+strcharinfo(0)+"]";
311                         mes "But isn't there";
312                         mes "anything I can do";
313                         mes "so you can help me";
314                         mes "get into the Laboratory?";
315                         next;
316                         mes "[Fishbone]";
317                         mes "No way, no how.";
318                         mes "No matter how much you";
319                         mes "beg, I can't take a chance";
320                         mes "and just trust anyone who";
321                         mes "wants to know a secret";
322                         mes "route. Now get outta here!";
323                         set lhz_sincube,3;
324                         close;
325                 }
326                 else if (lhz_sincube == 3) {
327                         mes "["+strcharinfo(0)+"]";
328                         mes "Please...";
329                         mes "Please tell me";
330                         mes "how I can get inside";
331                         mes "the Laboratory. I'm...";
332                         mes "I'm begging you!";
333                         next;
334                         mes "[Fishbone]";
335                         mes "No! Now shaddup";
336                         mes "and stop begging, okay?";
337                         mes "You're only embarassing";
338                         mes "yourself! Good grief...";
339                         set lhz_sincube,4;
340                         close;
341                 }
342                 else if (lhz_sincube == 4) {
343                         mes "["+strcharinfo(0)+"]";
344                         mes "Why won't you";
345                         mes "heeeeelp meee?";
346                         mes "Pleeeeeeeease~";
347                         mes "You're the only one";
348                         mes "who knoooooows~";
349                         next;
350                         mes "[Fishbone]";
351                         mes "Yeesh, you're a nutty";
352                         mes "kid. Look, ''no'' means";
353                         mes "''no.'' That's it. That's";
354                         mes "final. How many times do";
355                         mes "you gotta make me spell it out?";
356                         next;
357                         mes "["+strcharinfo(0)+"]";
358                         mes "But there's gotta";
359                         mes "be something I can";
360                         mes "do so you'll help me?";
361                         mes "Th-that's the way i-it";
362                         mes "always w-works. You";
363                         mes "can't just-- You c-can't...";
364                         next;
365                         mes "[Fishbone]";
366                         mes "Alright, you got me.";
367                         mes "But if I'm gonna risk";
368                         mes "my life to help you get";
369                         mes "into that Laboratory I want";
370                         mes "something in return. Okay?";
371                         next;
372                         mes "[Fishbone]";
373                         mes "All you need to do is";
374                         mes "come back here with";
375                         mes "^FF000071,381,305,294,921,000 zeny^000000.";
376                         mes "Then I'll give you all the help";
377                         mes "you need. Alright, good luck";
378                         mes "to you, brave adventurer.";
379                         next;
380                         mes "["+strcharinfo(0)+"]";
381                         mes "You're joking right?!";
382                         mes "There's no way I can ever";
383                         mes "get that much zeny! I'd...";
384                         mes "I'd have to at least take";
385                         mes "over the world or, or...";
386                         next;
387                         mes "[Fishbone]";
388                         mes "Good point.";
389                         mes "Fine, maybe that";
390                         mes "price is a little high.";
391                         mes "I'll just cut it in half,";
392                         mes "then. Still want my";
393                         mes "help? Then bring me...";
394                         next;
395                         mes "[Fishbone]";
396                         mes " ";
397                         mes " ";
398                         mes "...^FF000020 Jellopy^000000.";
399                         next;
400                         mes "[Fishbone]";
401                         mes "Gosh.";
402                         mes "It's like I'm";
403                         mes "doing this for free...";
404                         next;
405                         if (select("Okay.:No! It's impossible!") == 1) {
406                                 mes "[Fishbone]";
407                                 mes "Alright, then";
408                                 mes "bring me back a";
409                                 mes "total of 20 Jellopy.";
410                                 mes "But you gotta have";
411                                 mes "exactly 20 Jellopy on";
412                                 mes "you, okay? Seeya pal~";
413                                 set lhz_sincube,5;
414                                 setquest 12014;
415                                 close;
416                         }
417                         mes "[Fishbone]";
418                         mes "What are you--";
419                         mes "Okay, now you're the";
420                         mes "one who's joking around.";
421                         mes "Look, it's either bring me";
422                         mes "20 Jellopy or 71,381,3--";
423                         mes "whatever number I said-- zeny!";
424                         close;
425                 }
426                 else if (lhz_sincube == 5) {
427                         mes "[Fishbone]";
428                         mes "So...";
429                         mes "Did you bring";
430                         mes "the stuff?";
431                         next;
432                         switch(select("I'm still working on it.:Here you go!:Um... Stuff?")) {
433                         case 1:
434                                 mes "[Fishbone]";
435                                 mes "Still working on it?";
436                                 mes "Okay, I know I didn't";
437                                 mes "ask you for very much,";
438                                 mes "but gimme some respect";
439                                 mes "and get serious about it!";
440                                 mes "It's 20 friggin' Jellopies!";
441                                 close;
442                         case 2:
443                                 if (countitem(909) > 19) {
444                                         mes "[Fishbone]";
445                                         mes "Ooh. Hey, good work.";
446                                         mes "Okay, I can see you're";
447                                         mes "the reliable type. A deal";
448                                         mes "is a deal, so I'll tell you";
449                                         mes "how you can get inside";
450                                         mes "that Laboratory.";
451                                         next;
452                                         mes "[Fishbone]";
453                                         mes "Now, if you're wondering";
454                                         mes "why I don't got much qualm";
455                                         mes "against helping you, it's";
456                                         mes "because I used to work in";
457                                         mes "the Laboratory... But then";
458                                         mes "they laid me off unfairly.";
459                                         next;
460                                         mes "[Fishbone]";
461                                         mes "Anyway, anything I can";
462                                         mes "do to cause them trouble";
463                                         mes "is good in my book. Let me";
464                                         mes "get some stuff ready and";
465                                         mes "then I'll tell you what you";
466                                         mes "really need to know.";
467                                         delitem 909,20; //Jellopy
468                                         set lhz_sincube,6;
469                                         close;
470                                 }
471                                 mes "[Fishbone]";
472                                 mes "Uh...";
473                                 mes "I said 20 Jellopies,";
474                                 mes "didn't I? This ain't";
475                                 mes "enough pal, so go out";
476                                 mes "and get some more!";
477                                 close;
478                         case 3:
479                                 mes "[Fishbone]";
480                                 mes "What the...?";
481                                 mes "How could you forget";
482                                 mes "something like that?";
483                                 mes "Anyway, I asked you to";
484                                 mes "bring 20 Jellopies.";
485                                 close;
486                         }
487                 }
488                 else if (lhz_sincube == 6) {
489                         mes "[Fishbone]";
490                         if (lhz_boss == 6) {
491                                 mes "way to get into Regenschrim";
492                                 mes "Lab. However, I do know of";
493                                 mes "this secret maze that should";
494                                 mes "get you there. Still, if you're";
495                                 mes "willing and ready to go...";
496                         }
497                         else {
498                                 mes "Okay...";
499                                 mes "Are you ready now?";
500                                 mes "I'm gonna send you";
501                                 mes "someplace where you";
502                                 mes "can find the Lab entrance.";
503                         }
504                         next;
505                         switch(select("Not yet.:Yes.")) {
506                         case 1:
507                                 mes "[Fishbone]";
508                                 mes "Eh...?";
509                                 mes "Alright, it's";
510                                 mes "not a problem.";
511                                 mes "Just take your time.";
512                                 close;
513                         }
514                         mes "[Fishbone]";
515                         mes "Great!";
516                         mes "Okay then,";
517                         mes "here we go!";
518                         close2;
519                         set lhz_sincube,7;
520                         switch(rand(1,3)) {
521                         case 1: warp "lhz_cube",67,193; break;
522                         case 2: warp "lhz_cube",66,136; break;
523                         case 3: warp "lhz_cube",66,74; break;
524                         }
525                         end;
526                 }
527                 else if (lhz_sincube < 10) {
528                         mes "[Fishbone]";
529                         mes "Hm, you must not have";
530                         mes "accomplished whatever";
531                         if (lhz_boss == 6) {
532                                 mes "it is you need to do in the";
533                                 mes "Regenschirm Laboratory yet.";
534                         }
535                         else {
536                                 mes "it was you were doing";
537                                 mes "in the Laboratory. Do";
538                         }
539                         mes "you want me to send";
540                         mes "you there again?";
541                         next;
542                         if (select("No.:Yes.") == 1) {
543                                 mes "[Fishbone]";
544                                 mes "Geez, you must have";
545                                 mes "really had a hard time";
546                                 mes "there. Okay, well, when";
547                                 mes "you're ready to go there,";
548                                 mes "just let me know, got it?";
549                                 close;
550                         }
551                         mes "[Fishbone]";
552                         mes "Got a lot of";
553                         mes "spirit in you,";
554                         mes "don't you? Heh!";
555                         mes "I like you style~";
556                         mes "Get ready, 'cuz";
557                         mes "here we go...!";
558                         close2;
559                         set lhz_sincube,7;
560                         switch(rand(1,3)) {
561                         case 1: warp "lhz_cube",67,193; break;
562                         case 2: warp "lhz_cube",66,136; break;
563                         case 3: warp "lhz_cube",66,74; break;
564                         }
565                         end;
566                 }
567                 else if (lhz_sincube == 10) {
568                         mes "[Fishbone]";
569                         mes "Hey, you came back!";
570                         mes "Good, I was starting";
571                         mes "to get a little worried";
572                         mes "about what happened to";
573                         mes "you. So did you get what";
574                         mes "you wanted over there?";
575                         completequest 12014;
576                         next;
577                         mes "["+strcharinfo(0)+"]";
578                         mes "Yeah...";
579                         mes "I hope so,";
580                         mes "anyway.";
581                         next;
582                         mes "[Fishbone]";
583                         mes "Good! Whatever you did,";
584                         mes "I hope it messes them up big";
585                         mes "time! I usedta be a respected";
586                         mes "scientist for Regenschirm till";
587                         mes "they laid me off! Serves those";
588                         mes "ungrateful jerkoffs right!";
589                         next;
590                         mes "[Fishbone]";
591                         mes "Then again, my current";
592                         mes "line of work seems to suit";
593                         mes "me much better. And I don't";
594                         mes "gotta worry about formulas";
595                         mes "and algorithms anymore.";
596                         next;
597                         mes "[Fishbone]";
598                         mes "Oh yeah, the place you";
599                         mes "just went to? There's a";
600                         mes "secret path the Laboratory";
601                         mes "there. If you want, I can";
602                         mes "send you back there. So";
603                         mes "what do you say?";
604                         next;
605                         if (select("Sure:No thanks~") == 1) {
606                                 mes "[Fishbone]";
607                                 mes "Okay then, here";
608                                 mes "we go! Good luck";
609                                 mes "to you, buddy.";
610                                 close2;
611                                 switch(rand(1,3)) {
612                                 case 1: warp "lhz_cube",67,193; break;
613                                 case 2: warp "lhz_cube",66,136; break;
614                                 case 3: warp "lhz_cube",66,74; break;
615                                 }
616                                 end;
617                         }
618                         mes "[Fishbone]";
619                         mes "Alright, it's your";
620                         mes "choice. Oh, and that";
621                         mes "pass you have should";
622                         mes "let you into the Laboratory";
623                         mes "anyway. Good luck to you, pal.";
624                         close;
625                 }
626                 mes "[Fishbone]";
627                 mes "Heya pal!";
628                 mes "It's been a while.";
629                 mes "You doin' good? I'm";
630                 mes "just peachy, thanks~";
631                 close;
632         }
633         else if (BaseLevel < 60) {
634                 mes "Hey kid, get";
635                 mes "outta here! Can't";
636                 mes "you tell I'm dealin'";
637                 mes "in something shady";
638                 mes "here? This is no place";
639                 mes "for baby faced guys like you!";
640                 close;
641         }
642         else if (lhz_boss > 6) {
643                 mes "[Fishbone]";
644                 mes "Heya pal!";
645                 mes "It's been a while.";
646                 mes "You doin' good? I'm";
647                 mes "just peachy, thanks~";
648                 close;
649         }
650 }
651
652 lhz_cube,237,198,0      script  Bundle of Files#cube    111,{
653         if (lhz_sincube < 7) {
654                 mes "^3355FFThere are a bunch";
655                 mes "of files scattered";
656                 mes "on the ground.^000000";
657                 close;
658         }
659         else if (lhz_sincube < 10) {
660                 if (lhz_secret01 < 1) {
661                         mes "^3355FFThere are a bunch";
662                         mes "of files scattered";
663                         mes "on the ground. They";
664                         mes "seem to contain all";
665                         mes "sorts of information,";
666                         mes "but they're all mixed up.^000000";
667                         next;
668                         if (select("Rummage through the files.:Cancel") == 1) {
669                                 mes "^3355FFWhile you are";
670                                 mes "rummaging through";
671                                 mes "the files, a Red Key";
672                                 mes "drops to the ground";
673                                 mes "with a clink. You decide";
674                                 mes "to keep this ^000000Red Key^3355FF.^000000";
675                                 set lhz_secret01,1;
676                         }
677                         close;
678                 }
679                 mes "^3355FFThis is the place";
680                 mes "where you found the";
681                 mes "^000000Red Key^3355FF while you were";
682                 mes "looking through the files";
683                 mes "scattered on the ground.^000000";
684                 close;
685         }
686         mes "^3355FFThis is the place";
687         mes "where you found the";
688         mes "^000000Red Key^3355FF while you were";
689         mes "looking through the files";
690         mes "scattered on the ground.^000000";
691         close;
692 }
693
694 lhz_cube,234,202,0      script  Picture#cube    111,{
695         if (lhz_secret01 < 2) {
696                 mes "^3355FFThis picture hanging";
697                 mes "on the wall catches";
698                 mes "your attention for some";
699                 mes "inexplicably strange reason.^000000";
700                 next;
701                 if (select("Look behind picture.:Cancel") == 1) {
702                         mes "^3355FFYou push and pull";
703                         mes "with all your strength,";
704                         mes "but the picture won't";
705                         mes "budge. If it's too hard";
706                         mes "to move, there must be";
707                         mes "something hidden behind it.^000000";
708                 }
709                 close;
710         }
711         else if (lhz_secret01 == 2) {
712                 mes "^3355FFThis picture hanging";
713                 mes "on the wall catches";
714                 mes "your attention for some";
715                 mes "inexplicably strange reason.^000000";
716                 next;
717                 if (select("Look behind picture.:Cancel") == 1) {
718                         mes "^3355FFYou push and pull";
719                         mes "with all your strength,";
720                         mes "but this picture is too";
721                         mes "hard to move with just";
722                         mes "brute strength alone.^000000";
723                         next;
724                         input .@input$;
725                         if (.@input$ == "Jackknife") {
726                                 mes "^3355FFYou take the";
727                                 mes "Jackknife, thrust";
728                                 mes "it under the picture";
729                                 mes "and twist it in order to";
730                                 mes "pry the picture off the wall.^000000";
731                                 next;
732                                 mes "^3355FFBehind the picture, you";
733                                 mes "find that the following";
734                                 mes "numbers are written:^000000";
735                                 mes " ";
736                                 set .@number_rand,rand(1,3);
737                                 if (.@number_rand == 1) {
738                                         mes "4 3 2 9 1 6 8 2 7";
739                                         set lhz_secret01,3;
740                                 }
741                                 else if (.@number_rand == 2) {
742                                         mes "3 6 4 1 2 8 7 1 5";
743                                         set lhz_secret01,4;
744                                 }
745                                 else {
746                                         mes "4 9 3 7 6 2 8 6 6";
747                                         set lhz_secret01,5;
748                                 }
749                                 close;
750                         }
751                         mes "^3355FFUnfortunately,";
752                         mes "doing that apparently";
753                         mes "wasn't enough to move";
754                         mes "the picture. Perhaps you";
755                         mes "should try something else.^000000";
756                         close;
757                 }
758                 close;
759         }
760         else if (lhz_secret01 < 6) {
761                 mes "^3355FFThe following numbers";
762                 mes "were written behind the";
763                 mes "picture. If they were hidden,";
764                 mes "these numbers must have";
765                 mes "some kind of importance.^000000";
766                 mes " ";
767                 if (lhz_secret01 == 3) {
768                         mes "4 3 2 9 1 6 8 2 7";
769                 }
770                 else if (lhz_secret01 == 4) {
771                         mes "3 6 4 1 2 8 7 1 5";
772                 }
773                 else if (lhz_secret01 == 5) {
774                         mes "4 9 3 7 6 2 8 6 6";
775                 }
776                 close;
777         }
778         mes "^3355FFThere is a picture";
779         mes "hanging on the wall.^000000";
780         next;
781         if (select("Look beneath picture.:Cancel") == 1) {
782                 mes "^3355FFThere are some";
783                 mes "numbers behind the";
784                 mes "picture, but now there is";
785                 mes "no need to memorize them.^000000";
786         }
787         close;
788 }
789
790 lhz_cube,242,201,0      script  Drawer#cube     111,{
791         if (lhz_secret01 < 1) {
792                 mes "^3355FFThe drawer here";
793                 mes "looks interesting,";
794                 mes "but it's locked and";
795                 mes "you can't open it.^000000";
796                 close;
797         }
798         else if (lhz_secret01 == 1) {
799                 mes "^3355FF The drawer here";
800                 mes "looks interesting, but";
801                 mes "it's locked. Hopefully, you";
802                 mes "can figure how to open it.^000000";
803                 next;
804                 input .@input$;
805                 if (.@input$ == "Red Key") {
806                         mes "^3355FFYou insert the Red Key";
807                         mes "into the lock and open the";
808                         mes "drawer. Inside, you find a";
809                         mes "^000000Jackknife^3355FF that you decide";
810                         mes "to take. After all, it might";
811                         mes "be handy sometime.^000000";
812                         set lhz_secret01,2;
813                 }
814                 else {
815                         mes "^3355FFUnfortunately, you";
816                         mes "can't open or break";
817                         mes "the lock on the drawer";
818                         mes "by doing that. You need";
819                         mes "to try something else.^000000";
820                 }
821                 close;
822         }
823         mes "^3355FFThis is the drawer";
824         mes "in which you found the";
825         mes "^000000Jackknife^3355FF. It is now empty";
826         mes "and devoid of purpose.^000000";
827         close;
828 }
829
830 lhz_cube,248,179,0      script  Chest#cube      111,{
831         if (lhz_sincube < 7) {
832                 mes "^3355FFYou've found a chest";
833                 mes "with an axe laid on";
834                 mes "top. The axe's purpose";
835                 mes "is completely utilitarian";
836                 mes "and isn't suited for battle.^000000";
837                 close;
838         }
839         else if (lhz_sincube == 7) {
840                 mes "^3355FFYou've found a chest,";
841                 mes "but more importantly,";
842                 mes "there is a utility Axe";
843                 mes "laid on top of it.^000000";
844                 next;
845                 if (select("Take the utility Axe.:Cancel") == 1) {
846                         mes "^3355FFWithout shame or";
847                         mes "an ounce of guilt, you";
848                         mes "pick up the utility ^000000Axe^3355FF";
849                         mes "and claim it as your own.^000000";
850                         set lhz_sincube,8;
851                 }
852                 close;
853         }
854         mes "^3355FFThis is just a normal";
855         mes "chest. There used to be";
856         mes "a utility ^000000Axe^3355FF on top of";
857         mes "it until you picked it up.^000000";
858         close;
859 }
860
861 lhz_cube,237,183,0      script  Barrel#cube     111,{
862         set number_line,0;
863         if (lhz_sincube < 8) {
864                 mes "^3355FFYou have";
865                 mes "found a shabbily";
866                 mes "constructed barrel.^000000";
867                 close;
868         }
869         else if (lhz_sincube == 8) {
870                 mes "^3355FFYou have";
871                 mes "found a shabbily";
872                 mes "constructed barrel.";
873                 mes "You sense that there's";
874                 mes "something inside, but";
875                 mes "you need something to";
876                 mes "smash the barrel open.^000000";
877                 next;
878                 input .@input$;
879                 if (.@input$ == "Axe") {
880                         mes "^3355FFAxe in hand, you lift";
881                         mes "it above your head and";
882                         mes "swing it downwards,";
883                         mes "smashing off the top of";
884                         mes "the barrel. Inside, you find a";
885                         mes "box topped with a metal plate.^000000";
886                         next;
887                         mes "^3355FFThe numbers one";
888                         mes "through nine are";
889                         mes "etched on the surface";
890                         mes "of the metal plate on";
891                         mes "top of the box you found,";
892                         mes "like some kind of keypad...^000000";
893                         set lhz_sincube,9;
894                 }
895                 else {
896                         mes "^3355FFDoing that probably won't";
897                         mes "break open this keg. You'll";
898                         mes "need to try something else.^000000";
899                 }
900                 close;
901         }
902         else if (lhz_sincube == 9) {
903                 if (lhz_secret01 < 3) {
904                         mes "^3355FFYou decide to enter";
905                         mes "some numbers into the";
906                         mes "metallic keypad. Remember,";
907                         mes "you can only enter single";
908                         mes "digit numbers at one time...^000000";
909                         next;
910                         for( set .@i, 0; .@i < 9; set .@i, .@i + 1 )
911                                 input .@input;
912                         mes "^3355FFNothing happened...^000000";
913                         close;
914                 }
915                 else if (lhz_secret01 >= 3 && lhz_secret01 <= 5) {
916                         switch(lhz_secret01) {
917                         case 3: setarray .@numbers[0],4,3,2,9,1,6,8,2,7; break;
918                         case 4: setarray .@numbers[0],3,6,4,1,2,8,7,1,5; break;
919                         case 5: setarray .@numbers[0],4,9,3,7,6,2,8,6,6; break;
920                         }
921                         mes "^3355FFYou decide to enter";
922                         mes "some numbers into the";
923                         mes "numberpad etched on the";
924                         mes "metal plate on top of the box";
925                         mes "you found inside the keg.^000000";
926                         next;
927                         for( set .@i, 0; .@i < 9; set .@i, .@i + 1 ) {
928                                 input .@input;
929                                 if (.@input == .@numbers[.@i]) set .@number_line,.@number_line+1;
930                         }
931                         if (.@number_line == 9) {
932                                 mes "^3355FFThe metal plate slides";
933                                 mes "open and you find a key";
934                                 mes "Key inside the box. You";
935                                 mes "to keep this ^000000Yellow Key^3355FF.^000000";
936                                 set lhz_secret01,6;
937                         }
938                         else {
939                                 mes "^3355FFNothing happened.";
940                                 mes "It's likely that you did not";
941                                 mes "enter the correct numbers.^000000";
942                         }
943                         close;
944                 }
945                 mes "^3355FFThis is the box with";
946                 mes "the keypad in which you";
947                 mes "found the ^000000Yellow Key^3355FF.";
948                 mes "The box is now empty.^000000";
949                 close;
950         }
951         mes "^3355FFThis is a box";
952         mes "topped with a metal";
953         mes "plate that looks like";
954         mes "a crudely made keypad.^000000";
955         close;
956 }
957
958 lhz_cube,224,192,0      script  Power Generator#cube    111,{
959         if (lhz_secret01 < 6) {
960                 mes "^3355FFThis is a noisily";
961                 mes "operating huge machine";
962                 mes "with a front panel that has";
963                 mes "a strange mark. There is a";
964                 mes "keyhole on the machine";
965                 mes "right next to this panel.^000000";
966                 next;
967                 input .@input$;
968                 mes "^3355FFNothing happened.";
969                 mes "You probably need";
970                 mes "to find the right key to";
971                 mes "insert into the keyhole.^000000";
972                 close;
973         }
974         else if (lhz_secret01 == 6) {
975                 mes "^3355FFThis is a noisily";
976                 mes "operating huge machine";
977                 mes "with a front panel that has";
978                 mes "a strange mark. There is a";
979                 mes "keyhole on the machine";
980                 mes "right next to this panel.^000000";
981                 next;
982                 input .@input$;
983                 if (.@input$ == "Yellow Key") {
984                         mes "^3355FFYou insert the";
985                         mes "Yellow Key into the";
986                         mes "keyhole and turn it,";
987                         mes "causing the machine";
988                         mes "to sputter and deactivate.^000000";
989                         next;
990                         mes "^3355FFYou notice that the";
991                         mes "^000000Status Light ^3355FFnext to the";
992                         mes "bed has now turned off.^000000";
993                         set lhz_secret01,7;
994                 }
995                 else {
996                         mes "^3355FFNothing happened.";
997                         mes "You probably need";
998                         mes "to find the right key to";
999                         mes "insert into the keyhole.^000000";
1000                 }
1001                 close;
1002         }
1003         mes "^3355FFIt's a giant machine.^000000";
1004         close;
1005 }
1006
1007 lhz_cube,244,201,0      script  Status Light#cube       111,{
1008         if (lhz_secret01 < 7) {
1009                 mes "^3355FFThe Status Light is";
1010                 mes "on. It looks like there's";
1011                 mes "something inside the";
1012                 mes "bulb, but you can't get";
1013                 mes "near it since it generates";
1014                 mes "incredibly scorching heat.^000000";
1015                 next;
1016                 mes "^3355FFNow, if you could";
1017                 mes "somehow shut down the";
1018                 mes "Power Generator in this";
1019                 mes "room, the bulb would be";
1020                 mes "cool enough for you to touch...^000000";
1021                 close;
1022         }
1023         else if (lhz_secret01 == 7) {
1024                 mes "The Status Light";
1025                 mes "is now off and the";
1026                 mes "bulb has cooled down.";
1027                 next;
1028                 if (select("Smash the light bulb.:Cancel") == 1) {
1029                         mes "^3355FFYou smash the";
1030                         mes "Status Light's bulb";
1031                         mes "and discover another key.";
1032                         mes "You obtained a ^000000Black Key^3355FF.^000000";
1033                         set lhz_secret01,8;
1034                 }
1035                 close;
1036         }
1037         mes "^3355FFYou find the remains";
1038         mes "of a broken light bulb.^000000";
1039         close;
1040 }
1041
1042 lhz_cube,234,200,0      script  Desk#cube       111,{
1043         if (lhz_secret02 <= 1) {
1044                 mes "^3355FFYou've found";
1045                 mes "a completely";
1046                 mes "cluttered desk.^000000";
1047                 next;
1048                 switch(select("On the desk:Under the desk:Desk drawer")) {
1049                 case 1:
1050                         mes "^3355FFVarious documents,";
1051                         mes "books and lab equipment";
1052                         mes "are scattered on the desk.";
1053                         mes "But none of them seem";
1054                         mes "all that useful right now.^000000";
1055                         close;
1056                 case 2:
1057                         if (lhz_secret02 < 1) {
1058                                 mes "^3355FFUnder this desk, of";
1059                                 mes "all conceivable places,";
1060                                 mes "you find a ^000000Short Stick^3355FF";
1061                                 mes "that you decide to keep.";
1062                                 mes "You never know when";
1063                                 mes "you'll need one of those.^000000";
1064                                 set lhz_secret02,1;
1065                         }
1066                         else {
1067                                 mes "^3355FFThis is where you";
1068                                 mes "found your ^000000Short Stick^3355FF.";
1069                                 mes "Sadly, there are no more";
1070                                 mes "hidden treasures for you to";
1071                                 mes "discover beneath this desk.^000000";
1072                         }
1073                         close;
1074                 case 3:
1075                         mes "^3355FFThe desk drawer is";
1076                         mes "locked and probably";
1077                         mes "with good reason. After all,";
1078                         mes "you just tried to invade this";
1079                         mes "private and intimate space.^000000";
1080                         close;
1081                 }
1082         }
1083         else if (lhz_secret02 == 2) {
1084                 mes "^3355FFYou're back at the";
1085                 mes "messy desk which";
1086                 mes "is probably used by";
1087                 mes "a high ranking executive";
1088                 mes "who has someone else";
1089                 mes "do his desk tidying for him.^000000";
1090                 next;
1091                 switch(select("On the desk:Under the desk:Desk drawer")) {
1092                 case 1:
1093                         mes "^3355FFAlas, no matter how much";
1094                         mes "you rummage through it,";
1095                         mes "the clutter on the desk";
1096                         mes "proves to be useless to you.^000000";
1097                         next;
1098                         if (Sex == SEX_MALE) {
1099                                 mes "^3355FFAn issue of the";
1100                                 mes "Dancer magazine,";
1101                                 mes "''Harmonic Lick'' catches";
1102                                 mes "your eye, but you really";
1103                                 mes "shouldn't be interested";
1104                                 mes "in that publication just";
1105                                 mes "because of the pictures.^000000";
1106                         }
1107                         else {
1108                                 mes "^3355FFAn issue of the female";
1109                                 mes "entertainment magazine,";
1110                                 mes "''Magnum Break'' catches";
1111                                 mes "your eye, but adventurers";
1112                                 mes "have no time to look at";
1113                                 mes "pictures of beautiful men.^000000";
1114                         }
1115                         close;
1116                 case 2:
1117                         mes "^3355FFUnder the desk, you";
1118                         mes "discover another Short";
1119                         mes "Stick which happens to";
1120                         mes "fit perfectly into the other";
1121                         mes "Short Stick you found earlier.";
1122                         next;
1123                         mes "^3355FFYou combine the two";
1124                         mes "lesser sticks to create";
1125                         mes "a stick that is superior";
1126                         mes "to the sum of its parts.";
1127                         mes "You are now the proud";
1128                         mes "bearer of a ^000000Long Stick^3355FF.^000000";
1129                         set lhz_secret02,3;
1130                         close;
1131                 case 3:
1132                         mes "^3355FFThis desk drawer is";
1133                         mes "locked shut and probably";
1134                         mes "always will be. It's likely";
1135                         mes "that nothing really valuable";
1136                         mes "is inside, aside from perhaps";
1137                         mes "a hip flask or a candy stash.";
1138                         close;
1139                 }
1140         }
1141         mes "^3355FFThis desk is cluttered";
1142         mes "with all sorts of random";
1143         mes "objects, but such is its";
1144         mes "destiny as office equipment.^000000";
1145         next;
1146         switch(select("On the desk:Under the desk:Desk drawer")) {
1147         case 1:
1148                 mes "^3355FFAlas, no matter how much";
1149                 mes "you rummage through it,";
1150                 mes "the clutter on the desk";
1151                 mes "proves to be useless to you.^000000";
1152                 next;
1153                 mes "^3355FFThere's part of a newspaper";
1154                 mes "here, but it's only the Comics";
1155                 mes "section which, of course, isn't";
1156                 mes "informative enough for world";
1157                 mes "savvy adventurers like you.^000000";
1158                 close;
1159         case 2:
1160                 mes "^3355FFThis is where you found";
1161                 mes "one of two Short Sticks";
1162                 mes "to make your ^000000Long Stick^3355FF.";
1163                 mes "There isn't anything else";
1164                 mes "under here, so it's impossible";
1165                 mes "to make your stick any longer.^000000";
1166                 close;
1167         case 3:
1168                 mes "^3355FFThis desk drawer is";
1169                 mes "locked very securely.";
1170                 mes "The owner of this desk";
1171                 mes "was wise to provide a";
1172                 mes "measure of drawer security.";
1173                 mes "But why put sticks under the";
1174                 mes "desk? This is most curious...^000000";
1175                 close;
1176         }
1177 }
1178
1179 lhz_cube,247,198,0      script  Bed#cube        111,{
1180         if (lhz_secret02 == 0) {
1181                 mes "^3355FFYou've found a bed";
1182                 mes "in which the sheets";
1183                 mes "are slovenly arranged.^000000";
1184                 next;
1185                 if (select("On the bed:Under the bed") == 1) {
1186                         mes "^3355FFNo one's in the bed";
1187                         mes "and if you climbed in,";
1188                         mes "you'd just be alone. For";
1189                         mes "some people, this may";
1190                         mes "be an immutable truth.^000000";
1191                 }
1192                 else {
1193                         mes "^3355FFUnder the bed, you";
1194                         mes "discover a ^000000Short Stick^3355FF";
1195                         mes "which you decide to";
1196                         mes "keep. You never know";
1197                         mes "when certain, seemingly";
1198                         mes "useless objects will save you.^000000";
1199                         set lhz_secret02,2;
1200                 }
1201                 close;
1202         }
1203         else if (lhz_secret02 == 1) {
1204                 mes "^3355FFYou've found a bed";
1205                 mes "in which the sheets";
1206                 mes "are slovenly arranged.^000000";
1207                 next;
1208                 if (select("On the bed:Under the bed") == 1) {
1209                         mes "^3355FFNo one's in the bed";
1210                         mes "and if you climbed in,";
1211                         mes "you'd just be alone. For";
1212                         mes "some people, this may";
1213                         mes "be an immutable truth.^000000";
1214                 }
1215                 else {
1216                         mes "^3355FFUnder the bed, you";
1217                         mes "discover another Short";
1218                         mes "Stick which happens to";
1219                         mes "fit perfectly into the other";
1220                         mes "Short Stick you found earlier.";
1221                         next;
1222                         mes "^3355FFYou combine the two";
1223                         mes "lesser sticks to create";
1224                         mes "a stick that is superior";
1225                         mes "to the sum of its parts.";
1226                         mes "You are now the proud";
1227                         mes "bearer of a ^000000Long Stick^3355FF.^000000";
1228                         set lhz_secret02,3;
1229                 }
1230                 close;
1231         }
1232         else if (lhz_secret02 == 2) {
1233                 mes "^3355FFYou've found a bed";
1234                 mes "in which the sheets";
1235                 mes "are slovenly arranged.^000000";
1236                 next;
1237                 if (select("On the bed:Under the bed") == 1) {
1238                         mes "^3355FFNo one's in the bed";
1239                         mes "and if you climbed in,";
1240                         mes "you'd just be alone. For";
1241                         mes "some people, this may";
1242                         mes "be an immutable truth.^000000";
1243                 }
1244                 else {
1245                         mes "^3355FFIn a distant and";
1246                         mes "dusty corner beneath";
1247                         mes "the bed, you manage to";
1248                         mes "spot an object. If only you";
1249                         mes "could reach it somehow...^000000";
1250                         next;
1251                         input .@input$;
1252                         if (.@input$ == "Short Stick") {
1253                                 mes "^3355FFYou try to reach";
1254                                 mes "the object by using";
1255                                 mes "your Short Stick. After";
1256                                 mes "a few attempts, you had no";
1257                                 mes "choice but to admit that your";
1258                                 mes "stick just wasn't long enough.^000000";
1259                         }
1260                         else {
1261                                 mes "^3355FFUnfortunately,";
1262                                 mes "whatever you used to";
1263                                 mes "try to reach the object";
1264                                 mes "didn't work. You'll have";
1265                                 mes "to think of something else.^000000";
1266                         }
1267                 }
1268                 close;
1269         }
1270         else if (lhz_secret02 == 3) {
1271                 mes "^3355FFYou find a messy";
1272                 mes "bed that may be more";
1273                 mes "than meets the eye.^000000";
1274                 next;
1275                 if (select("On the bed:Under the bed") == 1) {
1276                         mes "^3355FFNo one's in the bed";
1277                         mes "and if you climbed in,";
1278                         mes "you'd just be alone. For";
1279                         mes "some people, this may";
1280                         mes "be an immutable truth.^000000";
1281                 }
1282                 else {
1283                         mes "^3355FFIn a distant and";
1284                         mes "dusty corner beneath";
1285                         mes "the bed, you manage to";
1286                         mes "spot an object. If only you";
1287                         mes "could reach it somehow...^000000";
1288                         next;
1289                         input .@input$;
1290                         if (.@input$ == "Long Stick") {
1291                                 mes "^3355FFWith Long Stick in";
1292                                 mes "hand, you manage to";
1293                                 mes "reach the object and drag";
1294                                 mes "it under the bed towards you.";
1295                                 mes "You now possess the ^000000Cube^3355FF";
1296                                 mes "that was under the bed.^000000";
1297                                 set lhz_secret02,4;
1298                         }
1299                         else {
1300                                 mes "^3355FFUnfortunately,";
1301                                 mes "whatever you used to";
1302                                 mes "try to reach the object";
1303                                 mes "didn't work. You'll have";
1304                                 mes "to think of something else.^000000";
1305                         }
1306                 }
1307                 close;
1308         }
1309         mes "^3355FFYou've found a bed";
1310         mes "in which the sheets";
1311         mes "are slovenly arranged.^000000";
1312         next;
1313         if (select("On the bed:Under the bed") == 1) {
1314                 mes "^3355FFNo one's in the bed";
1315                 mes "and if you climbed in,";
1316                 mes "you'd just be alone. For";
1317                 mes "some people, this may";
1318                 mes "be an immutable truth.^000000";
1319                 close;
1320         }
1321         mes "^3355FFThis is where you";
1322         mes "managed to find some";
1323         mes "sort of strange ^000000Cube^3355FF.^000000";
1324         close;
1325 }
1326
1327 lhz_cube,229,184,0      script  Goblet#cube     111,{
1328         if (lhz_sincube < 10) {
1329                 if (lhz_secret03 == 0) {
1330                         mes "^3355FFYou see an empty";
1331                         mes "bottle and a goblet.";
1332                         mes "It looks like you";
1333                         mes "missed the party.^000000";
1334                         next;
1335                         if (select("Examine the goblet.:Cancel") == 1) {
1336                                 mes "^3355FFInside the goblet,";
1337                                 mes "you find a ^000000Rusty Key^3355FF";
1338                                 mes "which you decide to keep.";
1339                                 mes "However, you'll need to get";
1340                                 mes "rid of that rust somehow.";
1341                                 mes "Perhaps you can dip the key";
1342                                 mes "in some corrosive chemical?^000000";
1343                                 set lhz_secret03,1;
1344                         }
1345                         close;
1346                 }
1347                 mes "^3355FFThis is the goblet where";
1348                 mes "you found that ^000000Rusty Key^3355FF.^000000";
1349                 close;
1350         }
1351         mes "^3355FFThis is goblet cup where";
1352         mes "you found that ^000000Rusty Key^3355FF.^000000";
1353         close;
1354 }
1355
1356 lhz_cube,231,202,0      script  Chemicals#cube  111,{
1357         if (lhz_secret03 < 1) {
1358                 mes "^3355FFThere is a bottle";
1359                 mes "containing slightly";
1360                 mes "corrosive chemicals";
1361                 mes "that is sitting on the ledge.^000000";
1362                 next;
1363                 input .@input$;
1364                 mes "^3355FFWhatever you tried to";
1365                 mes "pour the chemicals on";
1366                 mes "wasn't affected at all.";
1367                 mes "You should try pouring the";
1368                 mes "chemicals on something else.^000000";
1369                 close;
1370         }
1371         else if (lhz_secret03 == 1) {
1372                 mes "^3355FFThere is a bottle";
1373                 mes "containing slightly";
1374                 mes "corrosive chemicals";
1375                 mes "that is sitting on the ledge.^000000";
1376                 next;
1377                 input .@input$;
1378                 if (.@input$ == "Rusty Key") {
1379                         mes "^3355FFPouring the chemicals";
1380                         mes "on the Rusty Key removes";
1381                         mes "the rust, making it usable";
1382                         mes "again. Now that it is clean,";
1383                         mes "the Rusty Key has become";
1384                         mes "a sparkling ^000000Green Key^3355FF.^000000";
1385                         set lhz_secret03,2;
1386                 }
1387                 else {
1388                         mes "^3355FFWhatever you tried to";
1389                         mes "pour the chemicals on";
1390                         mes "wasn't affected at all.";
1391                         mes "You should try pouring the";
1392                         mes "chemicals on something else.^000000";
1393                 }
1394                 close;
1395         }
1396         mes "^3355FFThese are the chemicals";
1397         mes "that you used to clean the";
1398         mes "Rusty Key so that it was";
1399         mes "restored to its original glory,";
1400         mes "becoming the ^000000Green Key^3355FF.^000000";
1401         close;
1402 }
1403
1404 lhz_cube,249,191,0      script  Cabinet#cube    111,{
1405         if (lhz_secret03 < 2) {
1406                 mes "^3355FFYou've found a";
1407                 mes "cabinet that contains";
1408                 mes "many drawers. Perhaps";
1409                 mes "something useful is inside?";
1410                 next;
1411                 if (select("Open:Cancel") == 1) {
1412                         input .@input$;
1413                         mes "^3355FFUnfortunately, the";
1414                         mes "cabinet has been locked.";
1415                         mes "You'll need the right key";
1416                         mes "in order to open the drawers.^000000";
1417                 }
1418                 close;
1419         }
1420         else if (lhz_secret03 == 2) {
1421                 mes "^3355FFYou've found a";
1422                 mes "cabinet that contains";
1423                 mes "many drawers. Perhaps";
1424                 mes "something useful is inside?";
1425                 next;
1426                 input .@input$;
1427                 if (.@input$ == "Green Key") {
1428                         mes "^3355FFYou take the Green Key";
1429                         mes "and finds that it fits into";
1430                         mes "one of the drawer keyholes.";
1431                         mes "You open the drawer and";
1432                         mes "obtain a strange ^000000Polygon^3355FF.^000000";
1433                         set lhz_secret03,3;
1434                 }
1435                 else {
1436                         mes "^3355FFWhatever you tried";
1437                         mes "did not succeed in";
1438                         mes "opening this cabinet.";
1439                         mes "Think. Think of how";
1440                         mes "locks are unlocked...";
1441                         mes "Then you'll find the";
1442                         mes "answer you seek.^000000";
1443                 }
1444                 close;
1445         }
1446         mes "^3355FFThis is the locker";
1447         mes "where you used the";
1448         mes "Green Key to open one";
1449         mes "of the Drawers and obtained";
1450         mes "a ^000000Polygon^3355FF. You're pretty happy";
1451         mes "with your Polygon and don't";
1452         mes "need to open the other drawers.^000000";
1453         close;
1454 }
1455
1456 lhz_cube,224,197,0      script  Experiment Tube#cube    111,{
1457         if (lhz_secret01 < 8) {
1458                 mes "^3355FFYou find a strange";
1459                 mes "tube that seems to";
1460                 mes "contain something.";
1461                 mes "Underneath the tube is";
1462                 mes "a thin plate with a keyhole";
1463                 mes "and a card insertion slot.^000000";
1464                 next;
1465                 input .@input$;
1466                 mes "^3355FFNothing happened.";
1467                 mes "You'll probably need";
1468                 mes "to find the right key for";
1469                 mes "the keyhole and the correct";
1470                 mes "card to insert into the slot.^000000";
1471                 close;
1472         }
1473         else if (lhz_secret01 == 8) {
1474                 mes "^3355FFYou find a strange";
1475                 mes "tube that seems to";
1476                 mes "contain something.";
1477                 mes "Underneath the tube is";
1478                 mes "a thin plate with a keyhole";
1479                 mes "and a card insertion slot.^000000";
1480                 next;
1481                 input .@input$;
1482                 if (.@input$ == "Black Key") {
1483                         mes "^3355FFYou insert the Black Key";
1484                         mes "into the keyhole, causing";
1485                         mes "the experiment tube to open";
1486                         mes "and reveal an ^000000Oval^3355FF which you";
1487                         mes "you choose to take with you.^000000";
1488                         set lhz_secret01,9;
1489                 }
1490                 else {
1491                         mes "^3355FFNothing happened...^000000";
1492                 }
1493                 close;
1494         }
1495         else if (lhz_secret01 == 9) {
1496                 mes "^3355FFThis is where you";
1497                 mes "obtained the ^000000Oval^3355FF.";
1498                 mes "As you look around";
1499                 mes "the tube's location,";
1500                 mes "you notice an artificial";
1501                 mes "ground fissure which";
1502                 mes "can probably open up...^000000";
1503                 close;
1504         }
1505         else {
1506                 if (lhz_sincube == 10) {
1507                         mes "^3355FFThere is a narrow,";
1508                         mes "rectangular card slot";
1509                         mes "in front of the tube.^000000";
1510                         next;
1511                         input .@input$;
1512                         if (.@input$ == "Laboratory Permit") {
1513                                 if (countitem(2657)) {
1514                                         mes "^3355FFYou insert the";
1515                                         mes "Laboratory Permit";
1516                                         mes "into the slot and the";
1517                                         mes "man made fissure in the";
1518                                         mes "ground splits open, revealing";
1519                                         mes "an underground staircase.^000000";
1520                                         next;
1521                                         if (select("Go downstairs:Cancel") == 1) {
1522                                                 mes "^3355FFYou walk down";
1523                                                 mes "the long flight";
1524                                                 mes "of winding stairs...^000000";
1525                                                 close2;
1526                                                 //remove variables that are no longer used.
1527                                                 set lhz_sincube,0;
1528                                                 set lhz_secret01,0;
1529                                                 set lhz_secret02,0;
1530                                                 set lhz_secret03,0;
1531                                                 set MISC_QUEST,MISC_QUEST|512;
1532                                                 warp "lhz_cube",177,13;
1533                                                 end;
1534                                         }
1535                                         close;
1536                                 }
1537                                 mes "^3355FF..............";
1538                                 mes "Nothing happened.^000000";
1539                                 close;
1540                         }
1541                         mes "^3355FFNothing happened.^000000";
1542                         close;
1543                 }
1544                 mes "^3355FFThis is where you";
1545                 mes "obtained the ^000000Oval^3355FF.";
1546                 mes "As you look around";
1547                 mes "the tube's location,";
1548                 mes "you notice an articial";
1549                 mes "ground fissure which";
1550                 mes "can probably open up...^000000";
1551                 close;
1552         }
1553 }
1554
1555 lhz_cube,248,193,0      script  Box#cube1       111,{
1556         if ((lhz_secret01 < 9) && (lhz_secret02 < 4) && (lhz_secret03 < 3)) {
1557                 mes "^3355FFYou find a box with";
1558                 mes "three distinctively";
1559                 mes "shaped holes.^000000";
1560                 next;
1561                 select("Oval Hole:Cubic Hole:Polygon Hole");
1562                 input .@input$;
1563                 mes "^3355FFNothing happened.^000000";
1564                 close;
1565         }
1566         else if ((lhz_secret01 != 10) || (lhz_secret02 != 5) || (lhz_secret03 != 4)) {
1567                 mes "^3355FFYou find a box with";
1568                 mes "three distinctively";
1569                 mes "shaped holes.^000000";
1570                 next;
1571                 switch(select("Oval Hole:Cube Hole:Polygon Hole")) {
1572                 case 1:
1573                         if (lhz_secret01 == 9) {
1574                                 next;
1575                                 input .@input$;
1576                                 if (.@input$ == "Oval") {
1577                                         mes "^3355FFYou insert the Oval";
1578                                         mes "into the Oval shaped";
1579                                         mes "hole where it fits perfectly.^000000";
1580                                         set lhz_secret01,10;
1581                                         close;
1582                                 }
1583                                 mes "^3355FFNothing happened.^000000";
1584                                 close;
1585                         }
1586                         else if (lhz_secret01 == 10) {
1587                                 mes "^3355FFThe Oval shaped hole";
1588                                 mes "already has an Oval in it.";
1589                                 mes "Besides, it's not you have";
1590                                 mes "any Ovals to spare, anyway.^000000";
1591                                 close;
1592                         }
1593                         input .@input$;
1594                         mes "^3355FFNothing happened.^000000";
1595                         close;
1596                 case 2:
1597                         if (lhz_secret02 == 4) {
1598                                 next;
1599                                 input .@input$;
1600                                 if (.@input$ == "Cube") {
1601                                         mes "^3355FFYou insert the Cube";
1602                                         mes "into the Cubic hole";
1603                                         mes "and it clicks into place.";
1604                                         mes "Your formal Kindergarten";
1605                                         mes "training is finally justified.^000000";
1606                                         set lhz_secret02,5;
1607                                         close;
1608                                 }
1609                                 mes "^3355FFNothing happened.^000000";
1610                                 close;
1611                         }
1612                         else if (lhz_secret02 == 5) {
1613                                 mes "^3355FFYou already placed";
1614                                 mes "a Cube into the hole.";
1615                                 mes "You could take it back";
1616                                 mes "out and put it in again,";
1617                                 mes "but that would just be";
1618                                 mes "a total waste of time.^000000";
1619                                 close;
1620                         }
1621                         input .@input$;
1622                         mes "^3355FFNothing happened.^000000";
1623                         close;
1624                 case 3:
1625                         if (lhz_secret03 == 3) {
1626                                 next;
1627                                 input .@input$;
1628                                 if (.@input$ == "Polygon") {
1629                                         mes "^3355FFFortunately, the";
1630                                         mes "nondescript Polygon";
1631                                         mes "that you have is exactly";
1632                                         mes "the same shape as this";
1633                                         mes "nondescript Polygonal hole.";
1634                                         mes "The Polygon fits perfectly,";
1635                                         mes "almost as if it were destiny.^000000";
1636                                         set lhz_secret03,4;
1637                                         close;
1638                                 }
1639                                 mes "^3355FFNothing happened.^000000";
1640                                 close;
1641                         }
1642                         else if (lhz_secret03 == 4) {
1643                                 mes "^3355FFThe Polygon is already";
1644                                 mes "inserted into the hole.";
1645                                 mes "Trust that this is as much";
1646                                 mes "as this Polygon can do for you.^000000";
1647                                 close;
1648                         }
1649                         input .@input$;
1650                         mes "^3355FFNothing happened.^000000";
1651                         close;
1652                 }
1653         }
1654         else if (lhz_secret01 == 10 && lhz_secret02 == 5 && lhz_secret03 == 4 && lhz_sincube != 10) {
1655                 mes "^3355FFYou find a box with";
1656                 mes "three distinctively";
1657                 mes "shaped holes that";
1658                 mes "are now filled with the";
1659                 mes "objects you've inserted.^000000";
1660                 next;
1661                 if (select("Open the box.:Cancel") == 1) {
1662                         mes "^3355FFYou open the box";
1663                         mes "and find that there's";
1664                         mes "a small card labeled";
1665                         mes "''Laboratory Permit'' inside.";
1666                         mes "You pocket this ^000000Laboratory";
1667                         mes "Permit^3355FF, knowing that you";
1668                         mes "will be needing it later.";
1669                         set lhz_sincube,10;
1670                         getitem 2657,1; //Lab_Passport
1671                 }
1672                 close;
1673         }
1674         mes "^3355FFYou find the open box";
1675         mes "which used to contain";
1676         mes "the ^000000Laboratory Permit^3355FF.";
1677         mes "This box is no longer";
1678         mes "useful to you now, but";
1679         mes "once upon a time, its";
1680         mes "mysteries were a challenge.^000000";
1681         close;
1682 }
1683
1684 lhz_cube,250,184,0      script  Door#cube       111,{
1685         mes "^3355FFYou've come upon a";
1686         mes "door that leads outside.^000000";
1687         next;
1688         if (select("Exit:Cancel") == 1) {
1689                 warp "lighthalzen",310,302;
1690                 end;
1691         }
1692         close;
1693 }
1694
1695 lhz_dun02,224,6,0       script  Exit1#lt        45,1,1,{
1696 OnTouch_:
1697         if (MISC_QUEST&512) {
1698                 warp "lhz_cube",231,90;
1699                 end;
1700         }
1701         mes "^3355FFYou found a passage that";
1702         mes "seems to lead somewhere,";
1703         mes "but you get the feeling that";
1704         mes "you shouldn't enter it for now.^000000";
1705         close;
1706 }
1707
1708 // Lighthalzen Pickpocket Mini-Quest
1709 //============================================================
1710 lighthalzen,240,216,4   script  Suspicious Guy#lhz_01   870,2,2,{
1711         end;
1712
1713 OnTouch_:
1714         switch(rand(1,3)) {
1715         case 1:
1716                 mes "^3355FF*SHHHHHHUK!*^000000";
1717                 specialeffect EF_STEAL;
1718                 if (Zeny >= 100) {
1719                         set Zeny, Zeny-100;
1720                 }
1721                 next;
1722                 mes "[" + strcharinfo(0) + "]";
1723                 mes "Huh...?";
1724                 mes "I sense something...";
1725                 mes "No. It might just";
1726                 mes "be my imagination.";
1727                 next;
1728                 mes "[?????]";
1729                 mes "^333333Heh heh heh heh...^000000";
1730                 close;
1731         case 2:
1732                 mes "^3355FF*SHHHHHHUK!*^000000";
1733                 specialeffect EF_STEAL;
1734                 if (Zeny >= 200) {
1735                         set Zeny, Zeny-200;
1736                 }
1737                 next;
1738                 mes "[" + strcharinfo(0) + "]";
1739                 mes "Huh...?";
1740                 mes "I could have sworn";
1741                 mes "that these pockets full";
1742                 mes "of zeny were heavier";
1743                 mes "just a second ago...";
1744                 next;
1745                 mes "[?????]";
1746                 mes "^333333Heh heh heh heh...^000000";
1747                 close;
1748         case 3:
1749                 mes "^3355FF*SHHHHHHUK!*^000000";
1750                 specialeffect EF_STEAL;
1751                 if (Zeny >= 10) {
1752                         set Zeny, Zeny-10;
1753                 }
1754                 next;
1755                 mes "[" + strcharinfo(0) + "]";
1756                 mes "Huh...?";
1757                 mes "What the?!";
1758                 mes "That guy, did he just...?";
1759                 mes "He did! Hey! That guy";
1760                 mes "stole some of my money!";
1761                 next;
1762                 mes "[Suspicious Guy]";
1763                 mes "Oh crap!";
1764                 mes "Gotta scram!";
1765                 mes "Eat my dust, good guy!";
1766                 next;
1767                 if (rand(1,4) == 1) {
1768                         enablenpc "Suspicious Guy#lhz_03";
1769                         disablenpc "Suspicious Guy#lhz_01";
1770                 }
1771                 else {
1772                         enablenpc"Suspicious Guy#lhz_02";
1773                         disablenpc "Suspicious Guy#lhz_01";
1774                 }
1775                 close;
1776         }
1777 }
1778
1779 lighthalzen,220,169,3   script  Suspicious Guy#lhz_02   870,2,2,{
1780         end;
1781
1782 OnInit:
1783         disablenpc "Suspicious Guy#lhz_02";
1784         end;
1785
1786 OnTouch_:
1787         switch(rand(1,3)) {
1788         case 1:
1789                 mes "^3355FF*SHHHHHHUK!*^000000";
1790                 specialeffect EF_STEAL;
1791                 if (Zeny >= 100) {
1792                         set Zeny, Zeny-100;
1793                 }
1794                 next;
1795                 mes "[" + strcharinfo(0) + "]";
1796                 mes "Huh...?";
1797                 mes "I sense something...";
1798                 mes "No. It might just";
1799                 mes "be my imagination.";
1800                 next;
1801                 mes "[?????]";
1802                 mes "^333333Heh heh heh heh...^000000";
1803                 close;
1804         case 2:
1805                 mes "^3355FF*SHHHHHHUK!*^000000";
1806                 specialeffect EF_STEAL;
1807                 if (Zeny >= 200) {
1808                         set Zeny, Zeny-200;
1809                 }
1810                 next;
1811                 mes "[" + strcharinfo(0) + "]";
1812                 mes "Huh...?";
1813                 mes "I could have sworn";
1814                 mes "that these pockets full";
1815                 mes "of zeny were heavier";
1816                 mes "just a second ago...";
1817                 next;
1818                 mes "[?????]";
1819                 mes "^333333Heh heh heh heh...^000000";
1820                 close;
1821         case 3:
1822                 mes "^3355FF*SHHHHHHUK!*^000000";
1823                 specialeffect EF_STEAL;
1824                 if (Zeny >= 10) {
1825                         set Zeny, Zeny-10;
1826                 }
1827                 next;
1828                 mes "[" + strcharinfo(0) + "]";
1829                 mes "Huh...?";
1830                 mes "What the?!";
1831                 mes "That guy, did he just...?";
1832                 mes "He did! Hey! That guy";
1833                 mes "stole some of my money!";
1834                 next;
1835                 mes "[Suspicious Guy]";
1836                 mes "Oh crap!";
1837                 mes "Gotta scram!";
1838                 mes "Eat my dust, good guy!";
1839                 if (rand(1,4) == 1) {
1840                         enablenpc "Suspicious Guy#lhz_03";
1841                         disablenpc "Suspicious Guy#lhz_02";
1842                 }
1843                 else {
1844                         enablenpc "Suspicious Guy#lhz_01";
1845                         disablenpc "Suspicious Guy#lhz_02";
1846                 }
1847                 close;
1848         }
1849 }
1850
1851 lighthalzen,164,127,4   script  Suspicious Guy#lhz_03   870,2,2,{
1852         end;
1853
1854 OnInit:
1855         disablenpc "Suspicious Guy#lhz_03";
1856         end;
1857
1858 OnTouch_:
1859         switch(rand(1,5)) {
1860         case 1:
1861         case 2:
1862                 mes "^3355FF*SHHHHHHUK!*^000000";
1863                 specialeffect EF_STEAL;
1864                 if (Zeny >= 100) {
1865                         set Zeny, Zeny-100;
1866                 }
1867                 next;
1868                 mes "[" + strcharinfo(0) + "]";
1869                 mes "Huh...?";
1870                 mes "I sense something...";
1871                 mes "No. It might just";
1872                 mes "be my imagination.";
1873                 next;
1874                 mes "[?????]";
1875                 mes "^333333Heh heh heh heh...^000000";
1876                 close;
1877         case 3:
1878         case 4:
1879                 mes "^3355FF*SHHHHHHUK!*^000000";
1880                 specialeffect EF_STEAL;
1881                 if (Zeny >= 200) {
1882                         set Zeny, Zeny-200;
1883                 }
1884                 next;
1885                 mes "[" + strcharinfo(0) + "]";
1886                 mes "Huh...?";
1887                 mes "I could have sworn";
1888                 mes "that these pockets full";
1889                 mes "of zeny were heavier";
1890                 mes "just a second ago...";
1891                 next;
1892                 mes "[?????]";
1893                 mes "^333333Heh heh heh heh...^000000";
1894                 close;
1895         case 5:
1896                 mes "^3355FF*SHHHHHHUK!*^000000";
1897                 specialeffect EF_STEAL;
1898                 if (Zeny >= 10) {
1899                         set Zeny, Zeny-10;
1900                 }
1901                 next;
1902                 mes "[" + strcharinfo(0) + "]";
1903                 mes "Huh...?";
1904                 mes "What the?!";
1905                 mes "That guy, did he just...?";
1906                 mes "He did! Hey! That guy";
1907                 mes "stole some of my money!";
1908                 next;
1909                 mes "[Suspicious Guy]";
1910                 mes "Oh crap!";
1911                 mes "Gotta scram!";
1912                 mes "Eat my dust, good gu--!";
1913                 next;
1914                 mes "[" + strcharinfo(0) + "]";
1915                 mes "Oh no, you don't!";
1916                 mes "I'm turning you in,";
1917                 mes "you pickpocket!";
1918                 next;
1919                 mes "[Suspicious Guy]";
1920                 mes "No...! I'm sorry!";
1921                 mes "I'll give you back";
1922                 mes "your money, just ";
1923                 mes "let me go! Crap!";
1924                 emotion e_sob;
1925                 next;
1926                 mes "[" + strcharinfo(0) + "]";
1927                 mes "Alright, fine,";
1928                 mes "but you better quit";
1929                 mes "this life of crime!";
1930                 next;
1931                 mes "[Suspicious Guy]";
1932                 mes "You're right, that was";
1933                 mes "wrong of me. Thanks";
1934                 mes "for letting me go. Since";
1935                 mes "you did me a favor, I'll";
1936                 mes "sell you some tonic that";
1937                 mes "I use to run really fast.";
1938                 next;
1939                 mes "[Suspicious Guy]";
1940                 mes "I can only sell up to";
1941                 mes "three of my secret tonic";
1942                 mes "to you since that's all";
1943                 mes "I have. Each one will";
1944                 mes "cost 15,000 zeny. So";
1945                 mes "what do you say?";
1946                 next;
1947                 switch(select("Give me 1.:Give me 2.:Give me 3.:No, I'm fine.")) {
1948                 case 1: set .@number,1; set .@price,15000*1; break;
1949                 case 2: set .@number,2; set .@price,15000*2; break;
1950                 case 3: set .@number,3; set .@price,15000*3; break;
1951                 case 4:
1952                         mes "[Suspicious Guy]";
1953                         mes "Well...";
1954                         mes "You're just gonna";
1955                         mes "let me go, then?";
1956                         mes "That's awful generous.";
1957                         mes "Thanks, I appreciate it.";
1958                         next;
1959                         mes "[Suspicious Guy]";
1960                         mes "Anyway, I'm gonna";
1961                         mes "get back to work.";
1962                         mes "Heh heh heh~";
1963                 }
1964                 if (.@number) {
1965                         if (Zeny < .@price) {
1966                                 mes "[Suspicious Guy]";
1967                                 mes "Er, since I'm quitting";
1968                                 mes "pickpocketing, I need";
1969                                 mes "to make cash legitimately";
1970                                 mes "as a business person. I'm";
1971                                 mes "real sorry pal, but I can't just";
1972                                 mes "give these tonics away!";
1973                                 next;
1974                                 mes "[Suspicious Guy]";
1975                                 mes "Anyway, I'm gonna";
1976                                 mes "get back to work.";
1977                                 mes "Heh heh heh~";
1978                         }
1979                         else {
1980                                 if ((MaxWeight-Weight) < 400) {
1981                                         mes "[Suspicious Guy]";
1982                                         mes "Eh, I'm sorry, but you";
1983                                         mes "don't have enough room";
1984                                         mes "in your inventory to even";
1985                                         mes "hold these tonics. Sorry";
1986                                         mes "pal, but this deal's off.";
1987                                         next;
1988                                         mes "[Suspicious Guy]";
1989                                         mes "Anyway, I'm gonna";
1990                                         mes "get back to work.";
1991                                         mes "Heh heh heh~";
1992                                 }
1993                                 else {
1994                                         mes "[Suspicious Guy]";
1995                                         if (.@number == 1) {
1996                                                 mes "Only one? Alright, you";
1997                                                 mes "might be a cheapskate,";
1998                                                 mes "but I do owe you. Just";
1999                                                 mes "take this and I hope we never";
2000                                                 mes "bump into each other again!";
2001                                         }
2002                                         else if (.@number == 2) {
2003                                                 mes "Two, huh? I can dig it.";
2004                                                 mes "Now take these and I hope";
2005                                                 mes "we never see each other";
2006                                                 mes "ever again! Ciao, baby~";
2007                                         }
2008                                         else {
2009                                                 mes "You want all three?";
2010                                                 mes "Heh, you're much smarter";
2011                                                 mes "than I thought! Alright, take";
2012                                                 mes "these with my compliments,";
2013                                                 mes "but I hope we never bump";
2014                                                 mes "into each other ever again!";
2015                                         }
2016                                         set Zeny, Zeny-.@price;
2017                                         getitem 12016,.@number; //Speed_Up_Potion
2018                                 }
2019                         }
2020                 }
2021                 if (rand(1,2) == 1) {
2022                         enablenpc "Suspicious Guy#lhz_01";
2023                         disablenpc "Suspicious Guy#lhz_03";
2024                 }
2025                 else {
2026                         enablenpc "Suspicious Guy#lhz_02";
2027                         disablenpc "Suspicious Guy#lhz_03";
2028                 }
2029                 close;
2030         }
2031 }
2032
2033 // Friendship Quest
2034 //============================================================
2035 lhz_in02,201,210,5      script  Digotz  869,{
2036         if (BaseLevel < 50) {
2037                 mes "[Digotz]";
2038                 mes "Oh, an adventurer?";
2039                 mes "Welcome to Uptown";
2040                 mes "Lighthalzen. However,";
2041                 mes "I'm afraid this area won't";
2042                 mes "have much to offer you";
2043                 mes "in the way of excitement.";
2044                 next;
2045                 mes "[Digotz]";
2046                 mes "Not to be rude or";
2047                 mes "anything, but this town";
2048                 mes "should be safe enough for";
2049                 mes "you to explore. I mean, you";
2050                 mes "just seem to be kind of new";
2051                 mes "at this adventurer thing...";
2052                 close;
2053         }
2054         if (friendship > 14) {
2055                 mes "^3355FFDigotz has passed";
2056                 mes "away, but the look on";
2057                 mes "his face seems very";
2058                 mes "peaceful and content.^000000";
2059                 close;
2060         }
2061         if (friendship == 14) {
2062                 mes "^3355FFDigotz is seriously";
2063                 mes "injured from a wound";
2064                 mes "by a knife that is still";
2065                 mes "embedded in his belly.^000000";
2066                 next;
2067                 mes "["+ strcharinfo(0) +"]";
2068                 mes "Digotz...?";
2069                 mes "Oh no, let me";
2070                 mes "get you some help!";
2071                 next;
2072                 mes "[Digotz]";
2073                 mes "H-hey... It's the";
2074                 mes "adventurer... Man,";
2075                 mes "that Maku. He always";
2076                 mes "did bring me bad luck...";
2077                 mes "It's too late for me and";
2078                 mes "I don't have much time...";
2079                 next;
2080                 mes "[Digotz]";
2081                 mes "Those guards I told you";
2082                 mes "about... The ones who don't";
2083                 mes "want the poor and the rich to";
2084                 mes "mingle? I... Guess they found";
2085                 mes "I was gonna meet my old pal.";
2086                 mes "I just wanted to see him...";
2087                 next;
2088                 mes "[Digotz]";
2089                 mes "This guy... In a black";
2090                 mes "suit... He just... He just";
2091                 mes "stabbed me! I... God. It's";
2092                 mes "been so long since I've talked";
2093                 mes "to him. We'll hang out and have";
2094                 mes "fun, just like the good old days.";
2095                 next;
2096                 mes "[Digotz]";
2097                 mes "I missed my buddies, but now...";
2098                 mes "Now I can hear them calling me.";
2099                 mes "Now we can all be together just";
2100                 mes "like we all promised. Yeah...";
2101                 mes "I was wrong. Life's too short";
2102                 mes "to be angry with your frie--";
2103                 next;
2104                 mes "[Digotz]";
2105                 mes "..............";
2106                 next;
2107                 mes "[Digotz]";
2108                 mes "..............";
2109                 mes ".......................";
2110                 next;
2111                 mes "[Digotz]";
2112                 mes "..............";
2113                 mes ".......................";
2114                 mes "...............................";
2115                 next;
2116                 mes "^3355FFDigotz stopped breathing.";
2117                 mes "You remove the Knife from";
2118                 mes "his lifeless body as a final";
2119                 mes "courtesy to a man who";
2120                 mes "dearly loved his friends.^000000";
2121                 next;
2122                 set friendship,15;
2123                 changequest 12005,12006;
2124                 getitem 1201,1; //Knife
2125                 close;
2126         }
2127         if (friendship == 13) {
2128                 mes "[Digotz]";
2129                 mes "Wh-whoa, I need to";
2130                 mes "get ready! That Maku's";
2131                 mes "gonna make fun of me if";
2132                 mes "I look too rich and pampered.";
2133                 mes "Damn! Where did I put all of";
2134                 mes "my fashionable street clothes?";
2135                 close;
2136         }
2137         if ((friendship == 12 && countitem(7351) > 0)) {
2138                 mes "[Digotz]";
2139                 mes "Even if Benkaistein";
2140                 mes "did come back, I don't";
2141                 mes "think I could forgive Maku.";
2142                 mes "In fact, you know what?";
2143                 mes "I think I'd even be madder!";
2144                 next;
2145                 if (select("Show Benkaistein's Journal.:Don't show Benkaistein's Journal.") == 1) {
2146                         mes "[Digotz]";
2147                         mes "Why am I so ticked off?";
2148                         mes "^3355FF*Sigh*^000000 You have something";
2149                         mes "to show me? Huh? Benkaistein";
2150                         mes "wanted me to read this diary";
2151                         mes "of his? Sure, why not? I do";
2152                         mes "owe him a lot over the years...";
2153                         next;
2154                         mes "[Benkaistein's Journal]";
2155                         mes "^856363Today, me, Digotz and";
2156                         mes "Maku played this crazy flying";
2157                         mes "game. Basically, we make";
2158                         mes "these wings out of wood and";
2159                         mes "paper, jump off these hills";
2160                         mes "and try to fly. Dumb, I know.^000000";
2161                         next;
2162                         mes "[Benkaistein's Journal]";
2163                         mes "^856363Today it was my turn to";
2164                         mes "jump and flap my arms with";
2165                         mes "these fake, badly made wings.";
2166                         mes "It's not really a fun game when";
2167                         mes "I think about it. Boy, I hope";
2168                         mes "we don't do that again.^000000";
2169                         next;
2170                         mes "[Digotz]";
2171                         mes "Oh yeah, I remember that!";
2172                         mes "Maku wore the wings most";
2173                         mes "of the time, but I still hold";
2174                         mes "the record for staying in the";
2175                         mes "air the longest! Yeah, I was";
2176                         mes "a regular Kid Pegasus~";
2177                         next;
2178                         mes "[Benkaistein's Journal]";
2179                         mes "^856363Maku, Digotz and me went";
2180                         mes "outside of town. Of course,";
2181                         mes "we didn't tell anyone or else";
2182                         mes "we'd get in trouble. It was";
2183                         mes "a really exciting day. But";
2184                         mes "then, we ran into a monster!^000000";
2185                         next;
2186                         mes "[Benkaistein's Journal]";
2187                         mes "^856363I wanted to run away but Maku";
2188                         mes "and Digotz wanted to beat it so";
2189                         mes "that we could become heroes.";
2190                         mes "Of course, we got hurt pretty";
2191                         mes "bad and the monster got away.";
2192                         mes "Boy, mom was not happy...^000000";
2193                         next;
2194                         mes "[Digotz]";
2195                         mes "Huh. I don't remember";
2196                         mes "that so well. But I know that";
2197                         mes "Benkaistein, me and Maku";
2198                         mes "weren't afraid of anything back";
2199                         mes "then. We must have been totally";
2200                         mes "nuts to fight a monster, though.";
2201                         next;
2202                         mes "[Benkaistein's Journal]";
2203                         mes "^856363Digotz's been sick for three";
2204                         mes "days now. It's just a normal";
2205                         mes "cold and Maku keeps saying";
2206                         mes "it's Digotz's fault he got sick.^FFFFFF ^856363 But he's always asking me to";
2207                         mes "go visit him and see if he's okay.^000000";
2208                         next;
2209                         mes "[Digotz]";
2210                         mes "I think I remember being";
2211                         mes "pretty sick. Maku was worried?";
2212                         mes "I... I must have had a horrible";
2213                         mes "life threatening disease like,";
2214                         mes "um, Gonorrhitis. You know.";
2215                         mes "That might have been it.";
2216                         next;
2217                         mes "[Benkaistein's Journal]";
2218                         mes "^856363Mom and dad keep telling";
2219                         mes "me not to hang out with Maku";
2220                         mes "anymore. Their reason is really";
2221                         mes "dumb, and I don't care if he is";
2222                         mes "poor. He's one of the best guys";
2223                         mes "that I'll ever know.^000000";
2224                         next;
2225                         mes "[Benkaistein's Journal]";
2226                         mes "^856363Digotz's family is really";
2227                         mes "rich and they don't want him";
2228                         mes "to see Maku anymore either.";
2229                         mes "But Digotz doesn't care.";
2230                         mes "I know he likes Maku a lot.^000000";
2231                         next;
2232                         mes "[Digotz]";
2233                         mes "Well, we were a lot";
2234                         mes "younger and closer back";
2235                         mes "then, so... ^333333*Ahem!*^000000 Why did";
2236                         mes "Benkaistein even write that?!";
2237                         next;
2238                         mes "[Benkaistein's Journal]";
2239                         mes "^856363Today, the three of us";
2240                         mes "made an oath of brotherhood,";
2241                         mes "just like we read in the comic";
2242                         mes "book. We swore we'd always";
2243                         mes "be friends no matter what.";
2244                         mes "For always and for always.^000000";
2245                         next;
2246                         mes "[Digotz]";
2247                         mes "I... I was forced to make";
2248                         mes "that oath! And people do";
2249                         mes "change, you know! I mean,";
2250                         mes "we were basically just kids,";
2251                         mes "it's not like that oath really";
2252                         mes "means anything now, does it?";
2253                         next;
2254                         set friendship,13;
2255                         mes "[Digotz]";
2256                         mes "That does it. I'm gonna";
2257                         mes "go see that Maku. I don't";
2258                         mes "miss him or anything, but";
2259                         mes "I gotta get him to cancel";
2260                         mes "that oath. And maybe I'll";
2261                         mes "beat up him a little bit.";
2262                         close;
2263                 }
2264                 mes "[Digotz]";
2265                 mes "I don't understand";
2266                 mes "why I'm so angry!";
2267                 mes "I'm starting to act";
2268                 mes "more like Maku, though,";
2269                 mes "don't get me wrong, it's";
2270                 mes "not like I care about the guy.";
2271                 close;
2272         }
2273         if (friendship == 7) {
2274                 mes "[Digotz]";
2275                 mes "Even if Benkaistein came";
2276                 mes "back from wherever he was";
2277                 mes "studying, I don't think he'd be";
2278                 mes "able to get Maku to apologize";
2279                 mes "to me. That guy is just way";
2280                 mes "too stubborn for his own good!";
2281                 close;
2282         }
2283         if (friendship == 6) {
2284                 mes "[Digotz]";
2285                 mes "Oh, it's been a while.";
2286                 mes "What are you doing back";
2287                 mes "over here? And, um, did";
2288                 mes "you deliver that message";
2289                 mes "to Maku? Now when I think";
2290                 mes "about it, I was kind of--";
2291                 next;
2292                 mes "["+ strcharinfo(0) +"]";
2293                 mes "I delivered your message";
2294                 mes "word for word, and Maku";
2295                 mes "got angry, called you names";
2296                 mes "and has been threatening to";
2297                 mes "beat you up pretty badly.";
2298                 next;
2299                 mes "[Digotz]";
2300                 mes "That no-good, dirty";
2301                 mes "lying rotten scoundrel!";
2302                 mes "If it weren't for those";
2303                 mes "guards, I'd head over to";
2304                 mes "the ghetto and beat Maku";
2305                 mes "up myself! That stupid guy!";
2306                 next;
2307                 mes "[Digotz]";
2308                 mes "During times like this,";
2309                 mes "I really miss ^FF0000Benkaistein^000000.";
2310                 mes "That guy would always have";
2311                 mes "an answer for this kind of";
2312                 mes "situation. Yeah, I think he's";
2313                 mes "in some far off town, studying.";
2314                 next;
2315                 mes "[Digotz]";
2316                 mes "Supposedly he's in that";
2317                 mes "place, whatever it's called,";
2318                 mes "since there's a ton of books";
2319                 mes "there that he can use. But";
2320                 mes "yeah, Benkaistein would";
2321                 mes "always be the mediator...";
2322                 next;
2323                 mes "[Digotz]";
2324                 mes "Even back then, when";
2325                 mes "me, him and Maku used to";
2326                 mes "hang out, Benkaistein would";
2327                 mes "mediate if we got into some";
2328                 mes "argument. Still, he couldn't";
2329                 mes "do anything about Maku now...";
2330                 set friendship,7;
2331                 changequest 12002,12003;
2332                 next;
2333                 mes "[Digotz]";
2334                 mes "I don't know why,";
2335                 mes "but I'm so angry!";
2336                 mes "Why am I stressing";
2337                 mes "out so much over this?!";
2338                 close;
2339         }
2340         if ((friendship == 4 || friendship == 5)) {
2341                 mes "[Digotz]";
2342                 mes "Still checking out";
2343                 mes "Uptown Lighthalzen?";
2344                 mes "Not like I'd care, but if you";
2345                 mes "do happen to see Maku,";
2346                 mes "deliver this little message";
2347                 mes "for me, sentence by sentence.";
2348                 next;
2349                 mes "[Digotz]";
2350                 mes "^FF0000Hopeless bastard!";
2351                 mes "^FF0000You're still a stubborn jerk!";
2352                 mes "^FF0000You owe me at least 3 lunches!";
2353                 mes "^FF0000Not to mention an apology!";
2354                 mes "^FF0000But who cares what you think?!";
2355                 mes "I'm so goddamn happy without you!^000000";
2356                 close;
2357         }
2358         if (friendship == 3) {
2359                 mes "[Digotz]";
2360                 mes "I know that the";
2361                 mes "opulence of Uptown";
2362                 mes "seems rather attractive,";
2363                 mes "but trust me. This place";
2364                 mes "is colorless. Now, have";
2365                 mes "you visited the poor district?";
2366                 next;
2367                 select("Yes, I did already...");
2368                 mes "["+ strcharinfo(0) +"]";
2369                 mes "Yes, I did already...";
2370                 mes "And I met someone";
2371                 mes "named Maku there.";
2372                 next;
2373                 mes "[Digotz]";
2374                 mes "Maku?! Oh, he must have";
2375                 mes "mentioned something about";
2376                 mes "me. But I don't care what he";
2377                 mes "says, unless it's an apology";
2378                 mes "for being a fully blown jerk.";
2379                 mes "Ever since we were kids...";
2380                 next;
2381                 mes "[Digotz]";
2382                 mes "Anyway, we used to be close,";
2383                 mes "but that guy was never a true";
2384                 mes "friend of mine! Like that one";
2385                 mes "time he cheated to beat me at";
2386                 mes "arm wrestling! Or when he never";
2387                 mes "thanked me for buying us lunch!";
2388                 next;
2389                 mes "[Digotz]";
2390                 mes "Sure, he might have helped";
2391                 mes "me a little in meeting my first";
2392                 mes "girlfriend, but I'll never ever";
2393                 mes "forgive him for fixing me up";
2394                 mes "on the worst blind dates a";
2395                 mes "man can possibly experience!";
2396                 next;
2397                 mes "[Digotz]";
2398                 mes "Maku doesn't know a damn";
2399                 mes "about friendship! Even if I did";
2400                 mes "want to see him, there are these";
2401                 mes "people who don't want the rich";
2402                 mes "to ever meet with the poor.";
2403                 next;
2404                 mes "[Digotz]";
2405                 mes "If Maku's fine, that's";
2406                 mes "good enough to hear for";
2407                 mes "me! There's no need for me";
2408                 mes "to go all the way over there";
2409                 mes "and check up on him! I only";
2410                 mes "have one regret though...";
2411                 next;
2412                 mes "[Digotz]";
2413                 mes "I only wish I had one";
2414                 mes "last chance to see Maku...";
2415                 mes "So that I could kick his sorry";
2416                 mes "ass myself! Yeah, that's right!";
2417                 mes "Arrogant bastard! But still,";
2418                 mes "I'm not able to do that...";
2419                 next;
2420                 mes "[Digotz]";
2421                 mes "The security guards here";
2422                 mes "will never allow the rich and";
2423                 mes "poor to meet, fearing that";
2424                 mes "the poor will disturb the peace";
2425                 mes "and order of the city. It's a dumb rule made for dumb people.";
2426                 next;
2427                 mes "[Digotz]";
2428                 mes "Still, it's pretty scary that";
2429                 mes "someone can get punished";
2430                 mes "for violating such a stupid";
2431                 mes "taboo, actually. Anyway, if";
2432                 mes "you see Maku again, tell";
2433                 mes "him this for me, got it?";
2434                 next;
2435                 mes "[Digotz]";
2436                 mes "^FF0000Hopeless bastard!";
2437                 mes "^FF0000You're still a stubborn jerk!";
2438                 mes "^FF0000You owe me at least 3 lunches!";
2439                 mes "^FF0000Not to mention an apology!";
2440                 mes "^FF0000But who cares what you think?!";
2441                 mes "I'm so goddamn happy without you!^000000";
2442                 set friendship,4;
2443                 close;
2444         }
2445         if (friendship == 2) {
2446                 mes "[Digotz]";
2447                 mes "What are you still";
2448                 mes "doing hanging around";
2449                 mes "here? There's nothing";
2450                 mes "interesting in Uptown";
2451                 mes "for you to see, adventurer.";
2452                 next;
2453                 mes "[Digotz]";
2454                 mes "Gosh...!";
2455                 mes "Just hearing about";
2456                 mes "Maku makes me so feel";
2457                 mes "so upset for some reason!";
2458                 close;
2459         }
2460         if (friendship == 1) {
2461                 mes "[Digotz]";
2462                 mes "Oh, an adventurer?";
2463                 mes "Welcome to Uptown";
2464                 mes "Lighthalzen. However,";
2465                 mes "I'm afraid this area won't";
2466                 mes "have much to offer you";
2467                 mes "in the way of excitement.";
2468                 next;
2469                 mes "[Digotz]";
2470                 mes "My name is Digotz,";
2471                 mes "just another citizen";
2472                 mes "of Upper Lighthalzen.";
2473                 mes "I hope that you enjoy";
2474                 mes "your stay in my hometown.";
2475                 next;
2476                 select("Do you know someone named Maku?");
2477                 mes "[Digotz]";
2478                 mes "Maku? Maku. Yes, he's my";
2479                 mes "childhood friend. Or he was,";
2480                 mes "anyway. Now he's just a jerk.";
2481                 mes "In any case, we can't hang";
2482                 mes "out, even if we wanted to,";
2483                 mes "for several reasons.";
2484                 next;
2485                 mes "[Digotz]";
2486                 mes "Hey, why am I even";
2487                 mes "talking about this? It's";
2488                 mes "not like I'm bothered by";
2489                 mes "the fact me and Maku aren't";
2490                 mes "pals anymore. You know what?";
2491                 mes "Just forget everything I said.";
2492                 set friendship,2;
2493                 changequest 12000,12001;
2494                 close;
2495         }
2496         mes "[Digotz]";
2497         mes "Oh, an adventurer?";
2498         mes "Welcome to Uptown";
2499         mes "Lighthalzen. However,";
2500         mes "I'm afraid this area won't";
2501         mes "have much to offer you";
2502         mes "in the way of excitement.";
2503         next;
2504         mes "[Digotz]";
2505         mes "Feel free to take";
2506         mes "a look around if you";
2507         mes "so wish. I'm actually";
2508         mes "glad to see somebody";
2509         mes "aside from the stuck up";
2510         mes "rich people who live here.";
2511         close;
2512 }
2513
2514 lighthalzen,337,232,3   script  Maku    870,{
2515         mes "[Maku]";
2516         if (friendship > 14) {
2517                 cutin "lhz_macu07",2;
2518                 mes "Why is this guy so";
2519                 mes "late? Once he shows";
2520                 mes "up, I swear, I'm gonna...!";
2521                 next;
2522                 mes "[Maku]";
2523                 mes "Eh, he might have";
2524                 mes "some kinda reason for";
2525                 mes "being late, but if he don't,";
2526                 mes "I've been saving a whole";
2527                 mes "six pack of kickass to open,";
2528                 mes "just for him. Heh heh heh~";
2529         }
2530         else if (friendship == 14) {
2531                 cutin "lhz_macu05",2;
2532                 mes "Why is Digotz";
2533                 mes "so late? This isn't";
2534                 mes "like him at all. Maybe";
2535                 mes "something's wrong?";
2536         }
2537         else if (friendship == 13 && countitem(7351) > 0) {
2538                 cutin "lhz_macu06",2;
2539                 mes "Hey, what is that? You want";
2540                 mes "I should read this journal?";
2541                 mes "Er, okay, but I'm none too";
2542                 mes "comfortable going through";
2543                 mes "somebody's diary. It's just";
2544                 mes "kinda... creepy, you know?";
2545                 next;
2546                 mes "[Maku]";
2547                 mes "Hey, this thing is";
2548                 mes "Benkaistein's. I haven't";
2549                 mes "seen that guy in a long while.";
2550                 mes "Ah, so he gave it to you for me";
2551                 mes "to read? Alright, I owe him a";
2552                 mes "favor or two, so I oughta...";
2553                 next;
2554                 cutin "lhz_macu06",255;
2555                 mes "[Benkaistein's Journal]";
2556                 mes "^856363Today, me, Digotz and";
2557                 mes "Maku played this crazy flying";
2558                 mes "game. Basically, we make";
2559                 mes "these wings out of wood and";
2560                 mes "paper, jump off these hills";
2561                 mes "and try to fly. Dumb, I know.^000000";
2562                 next;
2563                 mes "[Benkaistein's Journal]";
2564                 mes "^856363Today it was my turn to";
2565                 mes "jump and flap my arms with";
2566                 mes "these fake, badly made wings.";
2567                 mes "It's not really a fun game when";
2568                 mes "I think about it. Boy, I hope";
2569                 mes "we don't do that again.^000000";
2570                 next;
2571                 cutin "lhz_macu03",2;
2572                 mes "[Maku]";
2573                 mes "What is he talking about?!";
2574                 mes "That game was real fun!";
2575                 mes "Yeah, I usually wore the";
2576                 mes "wings and Digotz always";
2577                 mes "wanted to wear them too.";
2578                 next;
2579                 cutin "",255;
2580                 mes "[Benkaistein's Journal]";
2581                 mes "^856363Maku, Digotz and me went";
2582                 mes "outside of town. Of course,";
2583                 mes "we didn't tell anyone or else";
2584                 mes "we'd get in trouble. It was";
2585                 mes "a really exciting day. But";
2586                 mes "then, we ran into a monster!^000000";
2587                 next;
2588                 mes "[Benkaistein's Journal]";
2589                 mes "^856363I wanted to run away but Maku";
2590                 mes "and Digotz wanted to beat it so";
2591                 mes "that we could become heroes.";
2592                 mes "Of course, we got hurt pretty";
2593                 mes "bad and the monster got away.";
2594                 mes "Boy, mom was not happy...^000000";
2595                 next;
2596                 cutin "lhz_macu03",2;
2597                 mes "[Maku]";
2598                 mes "That's right! Back then,";
2599                 mes "the three of us weren't";
2600                 mes "afraid of anything! Of course,";
2601                 mes "Digotz got beat up the most.";
2602                 mes "But I gotta say, he was also";
2603                 mes "the most fearless of us.";
2604                 next;
2605                 cutin "",255;
2606                 mes "[Benkaistein's Journal]";
2607                 mes "^856363Digot's been sick for three";
2608                 mes "days now. It's just a normal";
2609                 mes "cold and Maku keeps saying";
2610                 mes "it's Digotz's fault he got sick.^FFFFFF ^856363 But he's always asking me to";
2611                 mes "go visit him and see if he's okay.^000000";
2612                 next;
2613                 cutin "lhz_macu04",2;
2614                 mes "[Maku]";
2615                 mes "Wh-what?! No, I wasn't";
2616                 mes "worried at all! That must";
2617                 mes "have been the time Digot";
2618                 mes "caught Clymonia. You know,";
2619                 mes "that, uh, horrible disease. No";
2620                 mes "one should have that one!";
2621                 next;
2622                 cutin "",255;
2623                 mes "[Benkaistein's Journal]";
2624                 mes "^856363Mom and dad keep telling";
2625                 mes "me not to hang out with Maku";
2626                 mes "anymore. Their reason is really";
2627                 mes "dumb, and I don't care if he is";
2628                 mes "poor. He's one of the best guys";
2629                 mes "that I'll ever know.^000000";
2630                 next;
2631                 cutin "lhz_macu01",2;
2632                 mes "[Benkaistein's Journal]";
2633                 mes "^856363Digotz's family is really";
2634                 mes "rich and they don't want him";
2635                 mes "to see Maku anymore either.";
2636                 mes "But Digotz doesn't care.";
2637                 mes "I know he likes Maku a lot.^000000";
2638                 next;
2639                 mes "[Maku]";
2640                 mes "...";
2641                 mes "......";
2642                 next;
2643                 cutin "",255;
2644                 mes "[Benkaistein's Journal]";
2645                 mes "^856363Today, the three of us";
2646                 mes "made an oath of brotherhood,";
2647                 mes "just like we read in the comic";
2648                 mes "book. We swore we'd always";
2649                 mes "be friends no matter what.";
2650                 mes "For always and for always.^000000";
2651                 next;
2652                 cutin "lhz_macu06",2;
2653                 mes "[Maku]";
2654                 mes "Well, that's true,";
2655                 mes "I guess, but people";
2656                 mes "change! Besides, we got";
2657                 mes "that idea from a comic book!";
2658                 mes "Well, if he apologizes first,";
2659                 mes "I guess I better forgive him.";
2660                 next;
2661                 mes "["+ strcharinfo(0) +"]";
2662                 mes "Good...";
2663                 mes "Because Digotz said";
2664                 mes "that he'll be coming";
2665                 mes "by in a few days.";
2666                 next;
2667                 cutin "lhz_macu07",2;
2668                 mes "[Maku]";
2669                 mes "What?! He's really coming";
2670                 mes "here? What for? It's too late";
2671                 mes "to patch things up! Still, I'd be";
2672                 mes "a real prick if I didn't see him. Alright, fine! I'll teach that guy";
2673                 mes "a lesson once he's here!";
2674                 next;
2675                 mes "[Maku]";
2676                 mes "And, um, gimme that";
2677                 mes "journal! I'm gonna read";
2678                 mes "more of it so I can make";
2679                 mes "fun of Digotz. Bwahahaha!";
2680                 mes "But yeah, um, thanks. Not";
2681                 mes "that I'm grateful or anything.";
2682                 cutin "lhz_macu07",255;
2683                 next;
2684                 delitem 7351,1; //Friend's_Diary
2685                 set friendship,14;
2686                 if (checkre(3)) {
2687                         if (BaseLevel > 90) getexp 70000,0;
2688                         else if (BaseLevel > 75) getexp 40000,0;
2689                         else getexp 20000,0;
2690                 } else {
2691                         if (BaseLevel > 90) getexp 700000,0;
2692                         else if (BaseLevel > 75) getexp 400000,0;
2693                         else getexp 200000,0;
2694                 }
2695                 cutin "lhz_macu04",2;
2696                 mes "[Maku]";
2697                 mes "So, uh, I guess";
2698                 mes "I'll see you later.";
2699                 mes "Um, now I gotta get";
2700                 mes "ready for something.";
2701                 mes "^333333(But not to see Digotz!)^000000";
2702         }
2703         else if (friendship > 5 && friendship < 13) {
2704                 cutin "lhz_macu06",2;
2705                 mes "Arrrrgh! Whenever I hear";
2706                 mes "about that Digotz, I get so";
2707                 mes "peeved! Is that guy giving";
2708                 mes "me the brushoff just because";
2709                 mes "I'm not a rich guy like he is?!";
2710                 next;
2711                 mes "[Maku]";
2712                 mes "I can't...";
2713                 mes "I can't even beat him up";
2714                 mes "all properly because of";
2715                 mes "all those freakin' guards!";
2716                 mes "Arrrrrrrgh! Man, where's";
2717                 mes "Benkaistein when I need him?";
2718         }
2719         else if (friendship == 5) {
2720                 mes "RrrrRrrrr....";
2721                 mes "RrrrrRRRrrRR....";
2722                 mes "GGGGGRRRRR...";
2723                 next;
2724                 mes "^3355FFUh oh...";
2725                 mes "It looks like Maku";
2726                 mes "is starting to rage";
2727                 mes "just a bit too much.^000000";
2728                 next;
2729                 mes "...";
2730                 mes "......";
2731                 mes ".........";
2732                 next;
2733                 cutin "lhz_macu06",2;
2734                 mes "[Maku]";
2735                 mes "Gggrrrr...";
2736                 next;
2737                 mes "[Maku]";
2738                 mes "GRAAAAAAAAH~!";
2739                 mes "Who the hell does he";
2740                 mes "think he is, telling me";
2741                 mes "all sorts of crap!? Digotz,";
2742                 mes "you're not getting away";
2743                 mes "with this! Gonna wreck you!!";
2744                 next;
2745                 mes "^3355FFMaku's seething quickly";
2746                 mes "explodes into pure, violent";
2747                 mes "rage. You manage to calm";
2748                 mes "him down after a while, but";
2749                 mes "barely keep yourself from";
2750                 mes "getting killed in this outburst.^000000";
2751                 percentheal -50,0;
2752                 next;
2753                 mes "[Maku]";
2754                 mes "^333333*Pant pant* *Whew~*^000000";
2755                 mes "D-don't worry, I've got";
2756                 mes "a grip on myself now.";
2757                 mes "Thanks for not letting me";
2758                 mes "get too crazy. Times like";
2759                 mes "this, I really miss ^FF0000Benkaistein^000000.";
2760                 next;
2761                 mes "[Maku]";
2762                 mes "Benkaistein would always";
2763                 mes "make sure that I'd stay out";
2764                 mes "of fights. I really miss that";
2765                 mes "guy. Still, he ain't around...";
2766                 next;
2767                 set friendship,6;
2768                 mes "[Maku]";
2769                 mes "Damn those guards!";
2770                 mes "If they weren't there,";
2771                 mes "I could just go over and";
2772                 mes "kick Digotz's ass! I swear,";
2773                 mes "if it weren't for them...!";
2774         }
2775         else if (friendship == 4) {
2776                 cutin "lhz_macu05",2;
2777                 mes "What the hell are you";
2778                 mes "still doing around here?";
2779                 mes "You must have better things";
2780                 mes "to do than talk to a ruffian";
2781                 mes "like me or that snobby and";
2782                 mes "totally prickish Digotz.";
2783                 next;
2784                 select("Speaking of which...");
2785                 mes "["+ strcharinfo(0) +"]";
2786                 mes "Speaking of which...";
2787                 mes "I spoke to Digotz again.";
2788                 mes "He told me to give you a";
2789                 mes "message, but I'm not sure th--";
2790                 next;
2791                 mes "[Maku]";
2792                 mes "That no-good bastard";
2793                 mes "has a message for me?!";
2794                 mes "Oh, I'm soooo honored~";
2795                 mes "Tell me what that fink";
2796                 mes "has to say, line by line!";
2797                 next;
2798                 input .@input$;
2799                 if (.@input$ == "Hopeless bastard!") {
2800                         mes "[Maku]";
2801                         mes "''Hopeless bastard?!''";
2802                         mes "Well, at least he had";
2803                         mes "the stomach to say that.";
2804                         mes "Through somebody else";
2805                         mes "anyway! What else'd he say?!";
2806                         next;
2807                         input .@input$;
2808                         if (.@input$ == "You're still a stubborn jerk!") {
2809                                 mes "[Maku]";
2810                                 mes "''Stubborn jerk?!''";
2811                                 mes "Takes one to know one,";
2812                                 mes "bastard! Why I oughta--";
2813                                 mes "Grrr! What'd he say next?!";
2814                                 next;
2815                                 input .@input$;
2816                                 if (.@input$ == "You owe me at least 3 lunches!") {
2817                                         mes "[Maku]";
2818                                         mes "Three lunches?!";
2819                                         mes "I treated that guy to";
2820                                         mes "lunch, like, fifteen times!";
2821                                         mes "I tell you, the guy does not";
2822                                         mes "know the meaning of friendship!";
2823                                         mes "What else did that moron say?!";
2824                                         next;
2825                                         input .@input$;
2826                                         if (.@input$ == "Not to mention an apology!") {
2827                                                 cutin "lhz_macu05",255;
2828                                                 mes "[Maku]";
2829                                                 mes "Me, apologize?!";
2830                                                 mes "He should be on his hands";
2831                                                 mes "and knees begging for my";
2832                                                 mes "frickin' forgiveness! That...";
2833                                                 mes "That selfish no-good stupid...";
2834                                                 mes "W-what else did he tell you?!";
2835                                                 next;
2836                                                 input .@input$;
2837                                                 if (.@input$ == "But who cares what you think?!") {
2838                                                         mes "[Maku]";
2839                                                         mes "''Who cares what I think?!''";
2840                                                         mes "GRRRAAAH~!! Who cares";
2841                                                         mes "what he thinks!! ^333333*Pant Pant*^000000";
2842                                                         mes "I'm gonna murderlize that";
2843                                                         mes "dumb creep! He can't possibly";
2844                                                         mes "make me angrier than I am now!";
2845                                                         next;
2846                                                         input .@input$;
2847                                                         if (.@input$ == "I'm so goddamn happy without you!") {
2848                                                                 set friendship,5;
2849                                                                 cutin "lhz_macu06",2;
2850                                                                 mes "[Maku]";
2851                                                                 mes "That's it.";
2852                                                                 mes "It's decided. The";
2853                                                                 mes "next time I see Digotz,";
2854                                                                 mes "I'm gonna plaster his";
2855                                                                 mes "face all over the floor.";
2856                                                                 close2;
2857                                                                 cutin "lhz_macu06",255;
2858                                                                 end;
2859                                                         }
2860                                                 }
2861                                         }
2862                                 }
2863                         }
2864                 }
2865                 mes "[Maku]";
2866                 mes "Wha...? I dunno if Digotz";
2867                 mes "would say something like";
2868                 mes "that. You sure you heard";
2869                 mes "him carefully enough? It's";
2870                 mes "been a while, but I know";
2871                 mes "how Digotz talks, man.";
2872         }
2873         else if (friendship == 3) {
2874                 cutin "lhz_macu03",2;
2875                 mes "Man, I need to blow off some";
2876                 mes "steam! Sure, me and Digotz";
2877                 mes "were buds before and maybe";
2878                 mes "we might seem like friends now,";
2879                 mes "but not anymore, though we used";
2880                 mes "to be closer than this. Argh!";
2881                 next;
2882                 mes "[Maku]";
2883                 mes "Don't get me wrong, I don't";
2884                 mes "miss the guy or anything like";
2885                 mes "that and I don't feel sorry about";
2886                 mes "what happened. But if he ever";
2887                 mes "came to apologize to me, I'd";
2888                 mes "probably accept, you know.";
2889                 next;
2890                 mes "[Maku]";
2891                 mes "Well, after thinking";
2892                 mes "about it, of course.";
2893                 mes "I mean, I'm not the one";
2894                 mes "holding a grudge. It's all";
2895                 mes "that guy's fault! Sheeeesh!";
2896         }
2897         else if (friendship == 2) {
2898                 mes "Hey, what are you";
2899                 mes "doing back over here?";
2900                 mes "I thought I recommended";
2901                 mes "going over to check out";
2902                 mes "Uptown Lighthalzen. This";
2903                 mes "place is pretty run-down...";
2904                 next;
2905                 select("I actually met Digotz and...");
2906                 cutin "lhz_macu05",2;
2907                 mes "[Maku]";
2908                 mes "You what...?!";
2909                 mes "You saw my old pal,";
2910                 mes "Digotz?! Er, I mean,";
2911                 mes "Mister Alexander Digotz,";
2912                 mes "who usedta be my buddy,";
2913                 mes "but obviously not anymore.";
2914                 next;
2915                 cutin "lhz_macu02",2;
2916                 mes "[Maku]";
2917                 mes "Sure, we were real close";
2918                 mes "at one time, but that was";
2919                 mes "too long ago. It's been a";
2920                 mes "long time since we hung";
2921                 mes "out and he probably hates";
2922                 mes "my penniless guts and...";
2923                 set friendship,3;
2924                 changequest 12001,12002;
2925                 next;
2926                 mes "[Maku]";
2927                 mes "Crud, just listen to";
2928                 mes "me, I sound like a wuss.";
2929                 mes "I don't miss Digotz! In fact,";
2930                 mes "I hate the guy, one hundred";
2931                 mes "percent! The next time I see";
2932                 mes "him, I'll beat him to a pulp!";
2933         }
2934         else {
2935                 cutin "lhz_macu01",2;
2936                 mes "Hey, you're one of";
2937                 mes "those adventurers, eh?";
2938                 mes "Welcome to the ghetto.";
2939                 mes "Nothing too adventurous";
2940                 mes "here, but hey, you can";
2941                 mes "explore all you want.";
2942                 next;
2943                 mes "[Maku]";
2944                 mes "I don't know if you know,";
2945                 mes "but actually, the people who";
2946                 mes "live here ain't allowed to";
2947                 mes "explore this whole city. It's";
2948                 mes "kind of taboo to talk about,";
2949                 mes "but what do I care, right?";
2950                 next;
2951                 mes "[Maku]";
2952                 mes "Yeah, basically the rich";
2953                 mes "people here are too afraid";
2954                 mes "of the poor people comin' to";
2955                 mes "see them, so the security in";
2956                 mes "this city is pretty tight! Those";
2957                 mes "upper class guys are trash...";
2958                 next;
2959                 mes "[Maku]";
2960                 mes "I didn't used to think";
2961                 mes "this way. I actually used";
2962                 mes "to have a pretty rich friend";
2963                 mes "till I found out he's not all";
2964                 mes "I thought he was. That";
2965                 mes "moron! Why's he like that?!";
2966                 next;
2967                 mes "[Maku]";
2968                 mes "Eh, forget about it.";
2969                 mes "Why am I even talking";
2970                 mes "about my personal life";
2971                 mes "to someone I just met";
2972                 mes "anyway? Sure, we all";
2973                 mes "do it, but still...";
2974                 set friendship,1;
2975                 if (isbegin_quest(12000) == 0)
2976                         setquest 12000;
2977                 next;
2978                 mes "[Maku]";
2979                 mes "Well, when you get";
2980                 mes "bored of the ghetto,";
2981                 mes "you really oughta check";
2982                 mes "out the rich section of town.";
2983                 mes "I'm bitter, but I'll also admit";
2984                 mes "it's way nicer than this place.";
2985         }
2986         close2;
2987         cutin "",255;
2988         end;
2989 }
2990
2991
2992 yuno_in04,107,14,5      script  Student 754,{
2993         if (friendship == 7 || friendship == 8) {
2994                 mes "[Joey Choryee]";
2995                 mes "This is a study area where";
2996                 mes "you're not supposed to speak,";
2997                 mes "walk or even breathe loudly.";
2998                 mes "Still, students like Benkaistein can tune out the whole world";
2999                 mes "when they study hard enough...";
3000                 next;
3001                 set friendship,8;
3002                 mes "[Joey Choryee]";
3003                 mes "Benkaistein...?";
3004                 mes "He's in the north part";
3005                 mes "of this room. He's a real";
3006                 mes "nice guy, but a little anal.";
3007                 mes "Well, he's too organized";
3008                 mes "and he labels everything!";
3009                 close;
3010         }
3011         mes "[Joey Choryee]";
3012         mes "Property damage. Huh.";
3013         mes "It has to do with lightning";
3014         mes "and fire and water and stuff";
3015         mes "like that? Here I thought it";
3016         mes "meant, I dunno, buildings";
3017         mes "getting wrecked or something.";
3018         close;
3019 }
3020
3021 yuno_in04,96,106,5      script  Passionate Student      754,{
3022         if ((MaxWeight-Weight) < 300 || checkweight(1201,1) == 0) {
3023                 mes "^3355FFWait a second!";
3024                 mes "Right now, you're carrying";
3025                 mes "too many things with you.";
3026                 mes "Please come back after";
3027                 mes "using the Kafra Service";
3028                 mes "to store some of your items.^000000";
3029                 close;
3030         }
3031         if (friendship == 15) {
3032                 mes "[Benkaistein]";
3033                 mes "Were you able to bring";
3034                 mes "my journal to Digotz and";
3035                 mes "Maku? I'm pretty sure it'd";
3036                 mes "remind them of all the good";
3037                 mes "times we had. I know they";
3038                 mes "sure can be stubborn...";
3039                 next;
3040                 mes "[Benkaistein]";
3041                 mes "Anyway, I really";
3042                 mes "appreciate all your";
3043                 mes "help. When I go back";
3044                 mes "home, I look forward to";
3045                 mes "seeing the two of them again.";
3046                 next;
3047                 mes "[Benkaistein]";
3048                 mes "Until then, I need to research,";
3049                 mes "finish my thesis and accomplish";
3050                 mes "my academic goals. Oh, please";
3051                 mes "take this pass which will let you";
3052                 mes "go back and forth between the";
3053                 mes "rich and poor areas as my thanks.";
3054                 next;
3055                 set friendship,16;
3056                 completequest 12006;
3057                 if (checkre(3)) {
3058                         if (BaseLevel > 90) getexp 70000,0;
3059                         else if (BaseLevel > 75) getexp 40000,0;
3060                         else getexp 20000,0;
3061                 } else {
3062                         if (BaseLevel > 90) getexp 700000,0;
3063                         else if (BaseLevel > 75) getexp 400000,0;
3064                         else getexp 200000,0;
3065                 }
3066                 getitem 7350,1; //Pass
3067                 mes "[Benkaistein]";
3068                 mes "Anyway, I wish you";
3069                 mes "safety in your travels,";
3070                 mes "adventurer. When the three";
3071                 mes "of us get together, I'll be";
3072                 mes "sure to let you know~";
3073                 close;
3074         }
3075         if ((friendship == 11 && countitem(7351) > 0)) {
3076                 mes "[Benkaistein]";
3077                 mes "Aw nuts, this is";
3078                 mes "taking much longer";
3079                 mes "than I had expected.";
3080                 mes "Now where did I put";
3081                 mes "that thing? Hmmmm...";
3082                 next;
3083                 mes "[Benkaistein]";
3084                 mes "Oh, is that it?";
3085                 mes "Did you find my";
3086                 mes "journal? Quick, let";
3087                 mes "me check. Yes, yes...";
3088                 mes "This is it! Thank you";
3089                 mes "for finding this for me!";
3090                 next;
3091                 mes "[Benkaistein]";
3092                 mes "Would you mind doing";
3093                 mes "a favor for me? It'd be";
3094                 mes "better if I talk to them";
3095                 mes "myself, but I'm too busy";
3096                 mes "working on this thesis...";
3097                 next;
3098                 mes "[Benkaistein]";
3099                 mes "Would you please give this";
3100                 mes "journal to Digotz and Maku?";
3101                 mes "I wrote in it when we were";
3102                 mes "really young, so it should";
3103                 mes "remind them of all the good";
3104                 mes "times we used to share.";
3105                 next;
3106                 set friendship,12;
3107                 changequest 12004,12005;
3108                 mes "[Benkaistein]";
3109                 mes "Anyway, this should at";
3110                 mes "least help them realize";
3111                 mes "how stupid they've been";
3112                 mes "acting. Thanks in advance,";
3113                 mes "and please take care of";
3114                 mes "Maku and Digotz for me.";
3115                 close;
3116         }
3117         if ((friendship == 10 || friendship == 11)) {
3118                 mes "[Benkaistein]";
3119                 mes "Aw nuts, this is";
3120                 mes "taking much longer";
3121                 mes "than I had expected.";
3122                 mes "Now where did I put";
3123                 mes "that thing? Hmmmm...";
3124                 next;
3125                 mes "^3355FFPerhaps it would";
3126                 mes "be best if you help";
3127                 mes "Benkaistein look for";
3128                 mes "he is searching for.^000000";
3129                 close;
3130         }
3131         if (friendship == 9) {
3132                 mes "[Passionate Student]";
3133                 mes "Oh, you startled me!";
3134                 mes "Still, I'm aware that it's";
3135                 mes "hard to get my attention";
3136                 mes "once I immerse myself";
3137                 mes "in a book. So, how can";
3138                 mes "I help you, adventurer?";
3139                 next;
3140                 select("Tell him about Maku and Digotz.");
3141                 mes "[Benkaistein]";
3142                 mes "Oh, how are my friends";
3143                 mes "doing? Oh, what? They're";
3144                 mes "having a huge fight just";
3145                 mes "because one's rich and";
3146                 mes "the other one's poor?";
3147                 mes "That's pretty childish!";
3148                 next;
3149                 mes "[Benkaistein]";
3150                 mes "But then again, that's just";
3151                 mes "like them. *Sigh* I really want";
3152                 mes "to go back home and get those";
3153                 mes "two to make up, but I also need";
3154                 mes "to finish this thesis. Let's see... What can I possibly do from here?";
3155                 next;
3156                 set friendship,10;
3157                 changequest 12003,12004;
3158                 mes "[Benkaistein]";
3159                 mes "Oh, I know what I can do!";
3160                 mes "Wait, but where did I put it?";
3161                 mes "Oh, how could I lose something";
3162                 mes "so important? Wait! Would you";
3163                 mes "please wait a second while";
3164                 mes "I look for something?";
3165                 close;
3166         }
3167         if (friendship == 8) {
3168                 mes "[Passionate Student]";
3169                 mes "Let's see, now.";
3170                 mes "Wind Magic, Black Magic,";
3171                 mes "Porings, ah, there it is.";
3172                 mes "Monster race properties.";
3173                 mes "Hopefully this contains";
3174                 mes "the information I need...";
3175                 next;
3176                 mes "^3355FFUpon briefly glancing at";
3177                 mes "this student's belongings,";
3178                 mes "you notice that the name";
3179                 mes "''Benkaistein'' is printed";
3180                 mes "on them. This is the friend";
3181                 mes "mentioned by Maku and Digotz!^000000";
3182                 next;
3183                 select("Excuse me...");
3184                 mes "["+ strcharinfo(0) +"]";
3185                 mes "Excuse me...";
3186                 mes "Benkaistein?";
3187                 next;
3188                 mes "[Passionate Student]";
3189                 mes "...The world of humans";
3190                 mes "and the world of demons,";
3191                 mes "yes, yes... No, what I'm";
3192                 mes "looking for is a reference";
3193                 mes "to the heavens or Asgard.";
3194                 mes "Hmm, this here might help...";
3195                 next;
3196                 select("Hey...");
3197                 mes "["+ strcharinfo(0) +"]";
3198                 mes "Hey...";
3199                 mes "Over here.";
3200                 mes "Benkaistein!";
3201                 next;
3202                 mes "[Passionate Student]";
3203                 mes "...Oh, now that's a very";
3204                 mes "interesting observation.";
3205                 mes "If I can incorporate that";
3206                 mes "into my thesis without too";
3207                 mes "much trouble, my standpoint";
3208                 mes "would look much more solid...";
3209                 next;
3210                 select("HEY YOU...!");
3211                 mes "["+ strcharinfo(0) +"]";
3212                 mes "HEY YOU...!";
3213                 mes "BENKAISTEIN~!";
3214                 next;
3215                 mes "[Passionate Student]";
3216                 mes "Oh, good heavens!";
3217                 mes "C-can't you keep";
3218                 mes "your voice down?";
3219                 mes "I-I'm trying to study!";
3220                 mes "No, wait. Have you been";
3221                 mes "calling me all this time?";
3222                 set friendship,9;
3223                 close;
3224         }
3225         mes "[Passionate Student]";
3226         mes "Let's see, now.";
3227         mes "Wind Magic, Black Magic,";
3228         mes "Porings, ah, there it is.";
3229         mes "Monster race properties.";
3230         mes "Hopefully this contains";
3231         mes "the information I need...";
3232         next;
3233         mes "^3355FFThis student seems to";
3234         mes "be dilligently conducting";
3235         mes "intensive research on some";
3236         mes "academic subject. For now,";
3237         mes "it would be best to leave him";
3238         mes "alone so that he can study.^000000";
3239         close;
3240 }
3241
3242 yuno_in04,168,117,3     script  Book#lhz        111,{
3243         if (friendship == 11) {
3244                 mes "^3355FFThere's nothing";
3245                 mes "over here that you";
3246                 mes "really need anymore.^000000";
3247                 close;
3248         }
3249         if (friendship == 10) {
3250                 set friendship,11;
3251                 getitem 7351,1; //Friend's_Diary
3252                 mes "^3355FFThis book is labeled,";
3253                 mes "''Benkaistein's Journal";
3254                 mes "Vol. 6.'' This is probably";
3255                 mes "what Benkaistein was trying";
3256                 mes "to find, so it might be best to";
3257                 mes "bring this and show it to him.^000000";
3258                 close;
3259         }
3260         mes "^3355FFThere's nothing of";
3261         mes "any real interest";
3262         mes "over here for now.^000000";
3263         close;
3264 }
3265
3266 // Cursed Spirit Quest
3267 //============================================================
3268 lhz_dun01,147,106,0     script  #kiz01-1        -1,3,3,{
3269 OnTouch_:
3270         if (countitem(7345) > 0 ) {
3271                 if (lhz_curse == 0) {
3272                         soundeffect "loli_ruri_stand.wav",0;
3273                         set lhz_curse,1;
3274                         setquest 2086;
3275                 }
3276                 else if (lhz_curse < 26) {
3277                         set @lhz_ghost,rand(1,5);
3278                         sc_start SC_Curse,1000,0;
3279                         soundeffect "loli_ruri_stand.wav",0;
3280                         if (@lhz_ghost == 1) {
3281                                 mes "[??????]";
3282                                 mes "...................";
3283                                 next;
3284                                 soundeffect "loli_ruri_stand.wav",0;
3285                                 mes "[??????]";
3286                                 mes "...elp....help...";
3287                                 close;
3288                         }
3289                         else if (@lhz_ghost == 4) {
3290                                 mes "[??????]";
3291                                 mes "...................";
3292                                 next;
3293                                 soundeffect "loli_ruri_stand.wav",0;
3294                                 mes "[??????]";
3295                                 mes "I...";
3296                                 mes "I despise the living.";
3297                                 close;
3298                         }
3299                 }
3300         }
3301         end;
3302 }
3303
3304 lhz_dun01,239,135,0     duplicate(#kiz01-1)     #kiz01-2        -1,3,3
3305 lhz_dun01,66,213,0      duplicate(#kiz01-1)     #kiz01-3        -1,3,3
3306 lhz_dun01,225,198,0     duplicate(#kiz01-1)     #kiz01-4        -1,3,3
3307
3308 lhz_dun02,244,229,0     script  #kiz02-1        -1,3,3,{
3309 OnTouch_:
3310         if (countitem(7345) > 0 ) {
3311                 if (lhz_curse == 0) {
3312                         soundeffect "tao_gunka_stand.wav",0;
3313                         set lhz_curse,1;
3314                         setquest 2086;
3315                 }
3316                 else if (lhz_curse < 26) {
3317                         set @lhz_ghost,rand(1,10);
3318                         sc_start SC_Curse,1000,0;
3319                         soundeffect "tao_gunka_stand.wav",0;
3320                         if (@lhz_ghost == 1) {
3321                                 mes "[??????]";
3322                                 mes "...................";
3323                                 next;
3324                                 soundeffect "tao_gunka_stand.wav",0;
3325                                 mes "[??????]";
3326                                 mes "...elp....help...";
3327                                 close;
3328                         }
3329                         else if (@lhz_ghost == 4) {
3330                                 mes "[??????]";
3331                                 mes "...................";
3332                                 next;
3333                                 soundeffect "tao_gunka_stand.wav",0;
3334                                 mes "[??????]";
3335                                 mes "I...";
3336                                 mes "I despise the living.";
3337                                 close;
3338                         }
3339                 }
3340         }
3341         end;
3342 }
3343
3344 lhz_dun02,60,293,0      duplicate(#kiz02-1)     #kiz02-2        -1,3,3
3345 lhz_dun02,267,278,0     duplicate(#kiz02-1)     #kiz02-3        -1,3,3
3346 lhz_dun02,94,199,0      duplicate(#kiz02-1)     #kiz02-4        -1,3,3
3347
3348 lhz_dun03,244,51,0      script  #kiz03-1        -1,3,3,{
3349 OnTouch_:
3350         if (countitem(7345) > 0 ) {
3351                 if (lhz_curse == 0) {
3352                         soundeffect "tao_gunka_stand.wav",0;
3353                         set lhz_curse,1;
3354                         setquest 2086;
3355                 }
3356                 else if (lhz_curse < 26) {
3357                         set @lhz_ghost,rand(1,10);
3358                         sc_start SC_Curse,1000,0;
3359                         soundeffect "tao_gunka_stand.wav",0;
3360                         if (@lhz_ghost == 1) {
3361                                 mes "[??????]";
3362                                 mes "...................";
3363                                 next;
3364                                 soundeffect "tao_gunka_stand.wav",0;
3365                                 mes "[??????]";
3366                                 mes "...elp....help...";
3367                                 close;
3368                         }
3369                         else if (@lhz_ghost == 4) {
3370                                 mes "[??????]";
3371                                 mes "...................";
3372                                 next;
3373                                 soundeffect "tao_gunka_stand.wav",0;
3374                                 mes "[??????]";
3375                                 mes "I...";
3376                                 mes "I despise the living.";
3377                                 close;
3378                         }
3379                 }
3380         }
3381         end;
3382 }
3383
3384 lhz_dun03,123,191,0     duplicate(#kiz03-1)     #kiz03-2        -1,3,3
3385 lhz_dun03,74,140,0      duplicate(#kiz03-1)     #kiz03-3        -1,3,3
3386
3387 lighthalzen,344,278,0   script  #kiz03  -1,2,2,{
3388 OnTouch_:
3389         if (countitem(7345) > 0 ) {
3390                 if (lhz_curse == 0) {
3391                         soundeffect "tao_gunka_stand.wav",0;
3392                         sc_start SC_Curse,1000,0;
3393                 }
3394                 else if ((lhz_curse > 0) && (lhz_curse < 26)) {
3395                         mes "............";
3396                         next;
3397                         soundeffect "tao_gunka_stand.wav",0;
3398                         sc_start SC_Blind,60000,0;
3399                         mes "............";
3400                         next;
3401                         mes "[?????]";
3402                         mes "Honey, I'm sorry,";
3403                         mes "but I... We know how";
3404                         mes "hungry you are, but we";
3405                         mes "have nothing to feed you.";
3406                         next;
3407                         mes "[?????]";
3408                         mes "*Sniff* I know, I know,";
3409                         mes "but somehow, that tragic";
3410                         mes "truth eats away at me just";
3411                         mes "a little bit more everyday...";
3412                         next;
3413                         mes "[?????]";
3414                         mes "D-damn it...!";
3415                         mes "Why do we have";
3416                         mes "to live like this?!";
3417                         mes "It's like we're less";
3418                         mes "than animals. I hate this!";
3419                         next;
3420                         mes "............";
3421                         next;
3422                         mes "............";
3423                         next;
3424                         emotion e_what,1;
3425                         mes "["+strcharinfo(0)+"]";
3426                         mes "Those voices weren't";
3427                         mes "just in my head, were they?";
3428                         mes "Hello...? Anybody there...?";
3429                         close2;
3430                         sc_end SC_Blind;
3431                         sc_start SC_Curse,5000,0;
3432                         if (!lhz_spi01) set lhz_spi01,1;
3433                 }
3434         }
3435         end;
3436 }
3437
3438 lhz_in03,178,22,0       script  #kiz04  -1,2,2,{
3439 OnTouch_:
3440         if (countitem(7345) > 0 ) {
3441                 if (lhz_curse == 0) {
3442                         sc_start SC_Curse,1000,0;
3443                         soundeffect "tao_gunka_stand.wav",0;
3444                 }
3445                 else if ((lhz_curse > 0) && (lhz_curse < 26)) {
3446                         mes "............";
3447                         next;
3448                         soundeffect "tao_gunka_stand.wav",0;
3449                         sc_start SC_Blind,60000,0;
3450                         mes "............";
3451                         next;
3452                         mes "[?????]";
3453                         mes "Hey, you won't";
3454                         mes "believe it! Rekenber";
3455                         mes "decided to hire us!";
3456                         next;
3457                         mes "[???????]";
3458                         mes "You sure that's so great?";
3459                         mes "Those big corporations";
3460                         mes "always take advantage";
3461                         mes "of the little guy. We're";
3462                         mes "probably gonna end up";
3463                         mes "slavin' away for our wages...";
3464                         next;
3465                         mes "[?????]";
3466                         mes "No, that's not the";
3467                         mes "case at all. I mean,";
3468                         mes "sure, we won't start off";
3469                         mes "with much responsibility,";
3470                         mes "but they'll pay us well!";
3471                         next;
3472                         mes "[?????]";
3473                         mes "Well, we do need to eat.";
3474                         mes "If they're true to their word,";
3475                         mes "that'll be even better!";
3476                         next;
3477                         mes "............";
3478                         next;
3479                         mes "............";
3480                         next;
3481                         mes "[???]";
3482                         mes "Waaaah!";
3483                         mes "Waaaaaaah~!";
3484                         next;
3485                         mes "[????]";
3486                         mes "Woman, shut this";
3487                         mes "baby up! Shut up, kid!";
3488                         next;
3489                         mes "[?????]";
3490                         mes "Honey, please...";
3491                         mes "He's just a baby!";
3492                         next;
3493                         mes "[????]";
3494                         mes "I don't care how";
3495                         mes "crummy this house is!";
3496                         mes "It's mine and I want quiet!";
3497                         next;
3498                         mes "............";
3499                         next;
3500                         mes "............";
3501                         next;
3502                         emotion e_what,1;
3503                         mes "["+strcharinfo(0)+"]";
3504                         mes "I'm hearing things";
3505                         mes "again! Where are all of";
3506                         mes "these voices coming from?";
3507                         close2;
3508                         soundeffect "tao_gunka_stand.wav",0;
3509                         sc_end SC_Blind;
3510                         sc_start SC_Curse,5000,0;
3511                         if (!lhz_spi02) set lhz_spi02,1;
3512                 }
3513         }
3514         end;
3515 }
3516
3517 lighthalzen,295,227,0   script  #kiz05  -1,2,2,{
3518 OnTouch_:
3519         if (countitem(7345) > 0 ) {
3520                 if (lhz_curse == 0) {
3521                         sc_start SC_Curse,1000,0;
3522                 }
3523                 else if ((lhz_curse > 0) && (lhz_curse < 26)) {
3524                         mes "............";
3525                         next;
3526                         soundeffect "loli_ruri_stand.wav",0;
3527                         sc_start SC_Blind,60000,0;
3528                         mes "............";
3529                         next;
3530                         mes "[?????]";
3531                         mes "Mommy, why don't those";
3532                         mes "dirty people get new clothes?";
3533                         mes "Don't they know it's gross?";
3534                         mes "They're scaring me...";
3535                         next;
3536                         mes "[???????]";
3537                         mes "Honey, don't look at";
3538                         mes "them and hurry up!";
3539                         next;
3540                         mes "[????]";
3541                         mes "Please, do you have";
3542                         mes "any spare change? I...";
3543                         mes "I need something to eat...";
3544                         next;
3545                         mes "............";
3546                         next;
3547                         mes "............";
3548                         next;
3549                         mes "["+strcharinfo(0)+"]";
3550                         mes "This is...";
3551                         mes "This is insane!";
3552                         mes "I must be hallucinating!";
3553                         close2;
3554                         soundeffect "loli_ruri_stand.wav",0;
3555                         sc_end SC_Blind;
3556                         sc_start SC_Curse,3000,0;
3557                         if (!lhz_spi03) set lhz_spi03,1;
3558                 }
3559         }
3560         end;
3561 }
3562
3563 lighthalzen,364,315,0   script  #kiz06  -1,3,3,{
3564 OnTouch_:
3565         if (countitem(7345) > 0 ) {
3566                 if (lhz_curse == 0) {
3567                         sc_start SC_Curse,1000,0;
3568                 }
3569                 else if ((lhz_curse > 0) && (lhz_curse < 26)) {
3570                         mes "............";
3571                         next;
3572                         soundeffect "tao_gunka_stand.wav",0;
3573                         sc_start SC_Blind,60000,0;
3574                         mes "............";
3575                         next;
3576                         mes "[?????]";
3577                         mes "Listen, I know you're";
3578                         mes "the newest hire, but you've";
3579                         mes "shown us a lot of potential.";
3580                         mes "I think you'd be a perfect";
3581                         mes "fit for this new position.";
3582                         next;
3583                         mes "[???????]";
3584                         mes "Are you really serious?";
3585                         next;
3586                         mes "[?????]";
3587                         mes "I'll tell it to you straight.";
3588                         mes "This new position will require";
3589                         mes "you to be away from home once";
3590                         mes "in a while, but that comes with";
3591                         mes "the new responsibilities.";
3592                         next;
3593                         mes "[?????]";
3594                         mes "But you'll receive";
3595                         mes "many new benefits that";
3596                         mes "I'm sure your family would";
3597                         mes "appreciate and you'll be";
3598                         mes "generously compensated.";
3599                         next;
3600                         mes "[???????]";
3601                         mes ".............";
3602                         next;
3603                         mes "[???????]";
3604                         mes "...Alright, I'm in.";
3605                         next;
3606                         mes "............";
3607                         next;
3608                         mes "............";
3609                         next;
3610                         mes "["+strcharinfo(0)+"]";
3611                         mes "............";
3612                         close2;
3613                         soundeffect "tao_gunka_stand.wav",0;
3614                         sc_end SC_Blind;
3615                         sc_start SC_Curse,5000,0;
3616                         if (!lhz_spi04) set lhz_spi04,1;
3617                 }
3618         }
3619         end;
3620 }
3621
3622 lhz_in01,113,150,0      script  #kiz07  -1,3,3,{
3623 OnTouch_:
3624         if (countitem(7345) > 0 ) {
3625                 if (lhz_curse == 0) {
3626                         sc_start SC_Curse,1000,0;
3627                 }
3628                 else if ((lhz_curse > 0) && (lhz_curse < 26)) {
3629                         mes "............";
3630                         next;
3631                         soundeffect "tao_gunka_stand.wav",0;
3632                         sc_start SC_Blind,60000,0;
3633                         mes "............";
3634                         next;
3635                         mes "[?????]";
3636                         mes "So, what exactly did you";
3637                         mes "want me to do? I'm sorry,";
3638                         mes "I wasn't able to gather my";
3639                         mes "actual job function from";
3640                         mes "the presentation...";
3641                         next;
3642                         mes "[???]";
3643                         mes "Hee hee hee~";
3644                         mes "Don't worry about it.";
3645                         mes "Just relax and stay";
3646                         mes "right where you are.";
3647                         next;
3648                         mes "[?????]";
3649                         mes "Mmm. Alright.";
3650                         mes "I just thought that I was";
3651                         mes "supposed to go somewhere,";
3652                         mes "that's all. Um, shouldn't";
3653                         mes "I be getting ready...?";
3654                         next;
3655                         mes "[???]";
3656                         mes "Oh, don't worry about";
3657                         mes "that, either. All of the";
3658                         mes "arrangements will be";
3659                         mes "taken care of. You'll";
3660                         mes "be taken to that far";
3661                         mes "off place very soon...";
3662                         next;
3663                         mes "............";
3664                         next;
3665                         mes "............";
3666                         close2;
3667                         soundeffect "tao_gunka_stand.wav",0;
3668                         sc_end SC_Blind;
3669                         sc_start SC_Curse,3000,0;
3670                         if (lhz_curse == 6) set lhz_curse,7;
3671                 }
3672         }
3673         end;
3674 }
3675
3676 lhz_in01,272,227,0      script  #kiz08  -1,2,2,{
3677 OnTouch_:
3678         if (countitem(7345) > 0 ) {
3679                 if (lhz_curse == 0) {
3680                         sc_start SC_Curse,1000,0;
3681                 }
3682                 else if ((lhz_curse > 0) && (lhz_curse < 26)) {
3683                         mes "............";
3684                         next;
3685                         soundeffect "tao_gunka_stand.wav",0;
3686                         sc_start SC_Blind,60000,0;
3687                         mes "............";
3688                         next;
3689                         mes "[????]";
3690                         mes "Oh, I'm so sorry to";
3691                         mes "hear that you want to";
3692                         mes "quit. Are you sure there";
3693                         mes "isn't anything we can do";
3694                         mes "to change your mind?";
3695                         next;
3696                         mes "[???]";
3697                         mes "Well, I'm thinking of";
3698                         mes "retiring early and just";
3699                         mes "spending more time";
3700                         mes "with my family. But I won't";
3701                         mes "ever talk about the company";
3702                         mes "or any of its, well, secrets.";
3703                         next;
3704                         mes "[????]";
3705                         mes "I really appreciate";
3706                         mes "your honesty and sincerity.";
3707                         mes "You've really done a great";
3708                         mes "job for us and I can't thank";
3709                         mes "you enough for your years of";
3710                         mes "dedication to this company.";
3711                         next;
3712                         mes "[???]";
3713                         mes "Thank you, sir.";
3714                         next;
3715                         mes "[????]";
3716                         mes "It would be a great loss";
3717                         mes "for this company to let you";
3718                         mes "go now. But I guess we have";
3719                         mes "no choice, since you've had";
3720                         mes "that horrible accident.";
3721                         next;
3722                         mes "[???]";
3723                         mes "Sir...?";
3724                         mes "Accident...?";
3725                         mes "I don't understand";
3726                         mes "what you're talking ab--";
3727                         next;
3728                         mes "[???]";
3729                         mes "N-no! Please...!";
3730                         mes "I didn't, I swear on";
3731                         mes "my life that I won't ever";
3732                         mes "say anything about this";
3733                         mes "place! I'm begging you,";
3734                         mes "for the love of god!";
3735                         next;
3736                         mes "[????]";
3737                         mes "Your life...?";
3738                         mes "Sorry, not good enough.";
3739                         mes "You should have known.";
3740                         next;
3741                         mes "[???]";
3742                         mes "Ssstop! I have chil--";
3743                         mes "MY LEEEEGS!! OH MY GOD";
3744                         mes "WHAT HAVE YOU DONE TO";
3745                         mes "MY LEGS?! HELP ME, OH MY G--";
3746                         next;
3747                         mes "............";
3748                         next;
3749                         mes "............";
3750                         close2;
3751                         soundeffect "tao_gunka_stand.wav",0;
3752                         sc_end SC_Blind;
3753                         sc_start SC_Curse,3000,0;
3754                         if (lhz_curse == 11) set lhz_curse,12;
3755                 }
3756         }
3757         end;
3758 }
3759
3760 lhz_in01,206,129,0      script  #kiz09  -1,5,5,{
3761 OnTouch_:
3762         if (countitem(7345) > 0) {
3763                 if (lhz_curse == 12) {
3764                         mes "............";
3765                         next;
3766                         mes "............";
3767                         soundeffect "loli_ruri_stand.wav",0;
3768                         sc_start SC_Curse,1000,0;
3769                         close2;
3770                         warp "lhz_que01",26,27;
3771                 }
3772                 else if (((lhz_curse > 0) && (lhz_curse < 12)) && ((lhz_curse > 12) && (lhz_curse < 26))) {
3773                         sc_start SC_Curse,1000,0;
3774                 }
3775         }
3776         end;
3777 }
3778
3779 lhz_que01,21,31,5       script  #li_Varmunt     755,{
3780         if (countitem(7345) > 0) {
3781                 if (lhz_curse == 12) {
3782                         mes "[??]";
3783                         mes "Doctor Varmunt,";
3784                         mes "you've finally agreed";
3785                         mes "to join us. Welcome!";
3786                         next;
3787                         emotion e_swt,"#li_Varmunt";
3788                         mes "[Varmunt]";
3789                         mes "Well, I don't know if I agree";
3790                         mes "with this company's policies,";
3791                         mes "but the project you're offering";
3792                         mes "seems to be an opportunity that";
3793                         mes "comes once in a lifetime, so...";
3794                         next;
3795                         emotion e_no1,"#li_researcher";
3796                         mes "[??]";
3797                         mes "To be honest, this project";
3798                         mes "can only be a success with";
3799                         mes "your cooperation. We need";
3800                         mes "your genius and will provide";
3801                         mes "whatever you require.";
3802                         next;
3803                         mes "[Varmunt]";
3804                         mes "I'm flattered.";
3805                         mes "And of course, I'll";
3806                         mes "do my best. It's just";
3807                         mes "that this deal sounds";
3808                         mes "too good to be true...";
3809                         next;
3810                         mes "............";
3811                         next;
3812                         soundeffect "loli_ruri_stand.wav",0;
3813                         mes ".................";
3814                         next;
3815                         soundeffect "loli_ruri_stand.wav",0;
3816                         mes "...................";
3817                         next;
3818                         soundeffect "loli_ruri_stand.wav",0;
3819                         mes ".....................";
3820                         next;
3821                         mes ".......................";
3822                         next;
3823                         mes "[??]";
3824                         mes "Amazing. You've accomplished";
3825                         mes "what most have thought to be";
3826                         mes "impossible ahead of schedule.";
3827                         mes "An imitation of Ymir's Heart!";
3828                         mes "This will surely spur Airship";
3829                         mes "and Guardian development~!";
3830                         next;
3831                         mes "[Varmunt]";
3832                         mes "I still don't believe that";
3833                         mes "were able to do it. This is";
3834                         mes "a huge leap for science, even";
3835                         mes "if this imitation isn't as powerful as the real Ymir's Heart.";
3836                         next;
3837                         mes "[??]";
3838                         mes "Come, we must celebrate!";
3839                         mes "Let's go outside and have";
3840                         mes "a toast in your honor! Ha ha~";
3841                         next;
3842                         mes "............";
3843                         next;
3844                         soundeffect "loli_ruri_stand.wav",0;
3845                         mes ".................";
3846                         next;
3847                         soundeffect "loli_ruri_stand.wav",0;
3848                         mes "....................";
3849                         next;
3850                         soundeffect "loli_ruri_stand.wav",0;
3851                         mes "......................";
3852                         next;
3853                         mes "[??]";
3854                         mes "But why, Doctor Varmunt?";
3855                         mes "If you're unhappy with the";
3856                         mes "Rekenber Corporation for";
3857                         mes "any reason whatsoever...";
3858                         next;
3859                         mes "[Varmunt]";
3860                         mes "Well, I don't really";
3861                         mes "have a reason to remain";
3862                         mes "now that we've accomplished";
3863                         mes "what I've agreed to do. It's time for me to return and work on";
3864                         mes "my personal research.";
3865                         next;
3866                         mes "[??]";
3867                         mes "Please, Doctor Varmunt,";
3868                         mes "reconsider! You may have";
3869                         mes "full use of our facilities to";
3870                         mes "conduct your research. I'm";
3871                         mes "willing to make you an offer.";
3872                         next;
3873                         mes "[Varmunt]";
3874                         mes "No, I can't...";
3875                         mes "If I continue to work";
3876                         mes "here, I'm afraid I might";
3877                         mes "make a lot of people";
3878                         mes "unhappy. But, thank";
3879                         mes "you for everything.";
3880                         next;
3881                         mes "[??]";
3882                         mes "Wait...";
3883                         mes "Doctor Varmunt.";
3884                         mes "You forgot your cane.";
3885                         next;
3886                         mes "[Varmunt]";
3887                         mes "Since when have you";
3888                         mes "seen me use a cane?";
3889                         mes "And even if I did,";
3890                         mes "that one isn't mi--";
3891                         next;
3892                         mes "...";
3893                         next;
3894                         mes "...";
3895                         mes "......";
3896                         next;
3897                         mes "...";
3898                         mes "......";
3899                         mes ".........";
3900                         set lhz_curse,13;
3901                         close2;
3902                         warp "lhz_in01",206,129;
3903                         end;
3904                 }
3905                 else {
3906                         warp "lhz_in01",206,129;
3907                 }
3908         }
3909         else {
3910                 warp "lhz_in01",206,129;
3911         }
3912         end;
3913 }
3914
3915 lhz_que01,29,24,3       script  #li_researcher  754,{
3916         if (countitem(7345) > 0) {
3917                 if (lhz_curse == 12) {
3918                         mes "Doctor Varmunt,";
3919                         mes "you've finally agreed";
3920                         mes "to join us. Welcome!";
3921                         next;
3922                         emotion e_swt,"#li_Varmunt";
3923                         mes "[Varmunt]";
3924                         mes "Well, I don't know if I agree";
3925                         mes "with this company's policies,";
3926                         mes "but the project you're offering";
3927                         mes "seems to be an opportunity that";
3928                         mes "comes once in a lifetime, so...";
3929                         next;
3930                         emotion e_no1,"#li_researcher";
3931                         mes "[??]";
3932                         mes "To be honest, this project";
3933                         mes "can only be a success with";
3934                         mes "your cooperation. We need";
3935                         mes "your genius and will provide";
3936                         mes "whatever you require.";
3937                         next;
3938                         mes "[Varmunt]";
3939                         mes "I'm flattered.";
3940                         mes "And of course, I'll";
3941                         mes "do my best. It's just";
3942                         mes "that this deal sounds";
3943                         mes "too good to be true...";
3944                         next;
3945                         mes "............";
3946                         next;
3947                         soundeffect "loli_ruri_stand.wav",0;
3948                         mes ".................";
3949                         next;
3950                         soundeffect "loli_ruri_stand.wav",0;
3951                         mes "...................";
3952                         next;
3953                         soundeffect "loli_ruri_stand.wav",0;
3954                         mes ".....................";
3955                         next;
3956                         mes ".......................";
3957                         next;
3958                         mes "[??]";
3959                         mes "Amazing. You've accomplished";
3960                         mes "what most have thought to be";
3961                         mes "impossible ahead of schedule.";
3962                         mes "An imitation of Ymir's Heart!";
3963                         mes "This will surely spur Airship";
3964                         mes "and Guardian development~!";
3965                         next;
3966                         mes "[Varmunt]";
3967                         mes "I still don't believe that";
3968                         mes "were able to do it. This is";
3969                         mes "a huge leap for science, even";
3970                         mes "if this imitation isn't as powerful as the real Ymir's Heart.";
3971                         next;
3972                         mes "[??]";
3973                         mes "Come, we must celebrate!";
3974                         mes "Let's go outside and have";
3975                         mes "a toast in your honor! Ha ha~";
3976                         next;
3977                         mes "............";
3978                         next;
3979                         soundeffect "loli_ruri_stand.wav",0;
3980                         mes ".................";
3981                         next;
3982                         soundeffect "loli_ruri_stand.wav",0;
3983                         mes "....................";
3984                         next;
3985                         soundeffect "loli_ruri_stand.wav",0;
3986                         mes "......................";
3987                         next;
3988                         mes "[??]";
3989                         mes "But why, Doctor Varmunt?";
3990                         mes "If you're unhappy with the";
3991                         mes "Rekenber Corporation for";
3992                         mes "any reason whatsoever...";
3993                         next;
3994                         mes "[Varmunt]";
3995                         mes "Well, I don't really";
3996                         mes "have a reason to remain";
3997                         mes "now that we've accomplished";
3998                         mes "what I've agreed to do. It's time for me to return and work on";
3999                         mes "my personal research.";
4000                         next;
4001                         mes "[??]";
4002                         mes "Please, Doctor Varmunt,";
4003                         mes "reconsider! You may have";
4004                         mes "full use of our facilities to";
4005                         mes "conduct your research. I'm";
4006                         mes "willing to make you an offer.";
4007                         next;
4008                         mes "[Varmunt]";
4009                         mes "No, I can't...";
4010                         mes "If I continue to work";
4011                         mes "here, I'm afraid I might";
4012                         mes "make a lot of people";
4013                         mes "unhappy. But, thank";
4014                         mes "you for everything.";
4015                         next;
4016                         mes "[??]";
4017                         mes "Wait...";
4018                         mes "Doctor Varmunt.";
4019                         mes "You forgot your cane.";
4020                         next;
4021                         mes "[Varmunt]";
4022                         mes "Since when have you";
4023                         mes "seen me use a cane?";
4024                         mes "And even if I did,";
4025                         mes "that one isn't mi--";
4026                         next;
4027                         mes "...";
4028                         next;
4029                         mes "...";
4030                         mes "......";
4031                         next;
4032                         mes "...";
4033                         mes "......";
4034                         mes ".........";
4035                         set lhz_curse,13;
4036                         close2;
4037                         warp "lhz_in01",206,129;
4038                         end;
4039                 }
4040                 else {
4041                         warp "lhz_in01",206,129;
4042                 }
4043         }
4044         else {
4045                 warp "lhz_in01",206,129;
4046         }
4047         end;
4048 }
4049
4050 lhz_in01,282,166,0      script  #kiz10  -1,3,3,{
4051 OnTouch_:
4052         if (countitem(7345) > 0) {
4053                 if (lhz_curse == 16) {
4054                         if (checkweight(1201,1) == 0) {
4055                                 mes "^3355FFThere's something on";
4056                                 mes "the floor, but you can't";
4057                                 mes "really take a good look at";
4058                                 mes "what it is right now. Perhaps";
4059                                 mes "if you freed up more space";
4060                                 mes "in your inventory...";
4061                                 close;
4062                         }
4063                         mes "...";
4064                         mes "......";
4065                         next;
4066                         mes "...";
4067                         mes "......";
4068                         mes ".........";
4069                         soundeffect "loli_ruri_stand.wav",0;
4070                         sc_start SC_Curse,1000,0;
4071                         close2;
4072                         warp "lhz_que01",98,59;
4073                         end;
4074                 }
4075                 else if (((lhz_curse > 0) && (lhz_curse < 16)) && ((lhz_curse > 16) && (lhz_curse < 26))) {
4076                         sc_start SC_Curse,1000,0;
4077                 }
4078         }
4079         end;
4080 }
4081
4082 lhz_que01,99,74,5       script  #li_Man 48,{
4083         if (lhz_curse == 16) {
4084                 mes "[???]";
4085                 mes "It's over.";
4086                 mes "I really want";
4087                 mes "to quit. This is";
4088                 mes "the end for me.";
4089                 next;
4090                 mes "[Peco Peco]";
4091                 mes "^3131FFThis is the end!";
4092                 mes "This is the end!^000000";
4093                 next;
4094                 mes "[???]";
4095                 mes "He was right to say that";
4096                 mes "we'd be paid well, but going";
4097                 mes "through this much torture isn't";
4098                 mes "worth any sum of money in the";
4099                 mes "world to me. *Sigh* Money...";
4100                 next;
4101                 mes "[???]";
4102                 mes "She must be so worried";
4103                 mes "about me by now. And her";
4104                 mes "health is so bad. I'm such";
4105                 mes "a fool for leaving her behind.";
4106                 next;
4107                 mes "[Peco Peco]";
4108                 mes "Such a fool!";
4109                 mes "Such a fool!";
4110                 mes "*Squaaawk~*";
4111                 next;
4112                 mes "[???]";
4113                 mes "Damn it!";
4114                 mes "Shut up, you stupid bird!";
4115                 mes "Be quiet for just a minute!";
4116                 next;
4117                 mes "[Peco Peco]";
4118                 mes "*Squaaaawk!*";
4119                 mes "Death Penalty!";
4120                 mes "Death Penalty!";
4121                 next;
4122                 mes "[???]";
4123                 mes "Death penalty?";
4124                 mes "Where'd you learn";
4125                 mes "to say something weird";
4126                 mes "like that? Huh. That's...";
4127                 next;
4128                 mes "..............";
4129                 next;
4130                 mes ".................";
4131                 next;
4132                 mes "....................";
4133                 next;
4134                 mes "......................";
4135                 next;
4136                 mes "[???]";
4137                 mes "I'm the only one still";
4138                 mes "in this room. Everyone";
4139                 mes "else left and never came";
4140                 mes "back. If they were... And";
4141                 mes "I were to go out... Then...";
4142                 mes "Maybe I better not leave.";
4143                 next;
4144                 mes "[???]";
4145                 mes "If I could only give";
4146                 mes "this pendant back to";
4147                 mes "her, she wouldn't have";
4148                 mes "to worry about me that";
4149                 mes "much. But I might not";
4150                 mes "be able to get back...";
4151                 next;
4152                 mes "[???]";
4153                 mes "........";
4154                 next;
4155                 mes "[?????]";
4156                 mes "Hey there, been";
4157                 mes "waiting long? It's";
4158                 mes "time for you to finish";
4159                 mes "up your contract.";
4160                 next;
4161                 mes "[???]";
4162                 mes "Finish up my...?";
4163                 mes "N-no! I've decided!";
4164                 mes "I'm not leaving this room!";
4165                 next;
4166                 mes "[?????]";
4167                 mes "Hey hey, what the hell";
4168                 mes "are you talking about?";
4169                 mes "You came here to work,";
4170                 mes "didn't you? And now it's";
4171                 mes "time for you to collect, so...";
4172                 next;
4173                 mes "[???]";
4174                 mes "N-no, l-let go of me!";
4175                 mes "Please let me go!";
4176                 mes "I want to see her again,";
4177                 mes "please let me see her...!";
4178                 next;
4179                 mes "...";
4180                 mes "......";
4181                 next;
4182                 mes "...";
4183                 mes "......";
4184                 mes ".........";
4185                 next;
4186                 mes "^3355FF*Clink*^000000";
4187                 next;
4188                 mes "[??]";
4189                 mes "Hm? Who the hell";
4190                 mes "brought in this cheap";
4191                 mes "jewery? Someone must";
4192                 mes "have forgotten to throw";
4193                 mes "away their trash...";
4194                 next;
4195                 mes "[????]";
4196                 mes "Yeah, it's just a";
4197                 mes "cheap trinket. That";
4198                 mes "pendant isn't even";
4199                 mes "worth picking up.";
4200                 next;
4201                 mes "^3131FFYou pick up an old";
4202                 mes "pendant from the ground.";
4203                 mes "No matter how hard you try,";
4204                 mes "you can't open its clasp to see";
4205                 mes "what this pendant contains.^000000";
4206                 set lhz_curse,17;
4207                 changequest 2090,2091;
4208                 getitem 7341,1; //Worn_Out_Pendant
4209                 close2;
4210                 warp "lhz_in01",278,162;
4211         }
4212         else {
4213                 warp "lhz_in01",278,162;
4214         }
4215         end;
4216 }
4217
4218 lhz_que01,90,71,5       script  #li_bird        1019,3,3,{
4219         mes "[Peco Peco]";
4220         mes "You're a fool!";
4221         mes "You're a fool!";
4222         mes "You're a fool!";
4223         close;
4224
4225 OnTouch_:
4226         mes "[Peco Peco]";
4227         mes "You're a fool!";
4228         mes "You're a fool!";
4229         mes "You're a fool!";
4230         close;
4231 }
4232
4233 lighthalzen,346,263,3   script  Elder#lhz       846,{
4234         if (countitem(7345) > 0) {
4235                 if ((lhz_curse == 1) && (lhz_spi01 == 1) && (lhz_spi02 == 1) && (lhz_spi03 == 1) && (lhz_spi04 == 1)) {
4236                         mes "[Elder]";
4237                         mes "No wonder you look";
4238                         mes "so weary. Come, let";
4239                         mes "me help relieve you";
4240                         mes "of the burden that";
4241                         mes "you are carrying.";
4242                         next;
4243                         switch(select("Um, burden...?:Crazy old woman!")) {
4244                         case 1:
4245                                 mes "[Elder]";
4246                                 mes "Ah yes, they may not";
4247                                 mes "be apparent to you, but";
4248                                 mes "my eyes can clearly see";
4249                                 mes "them. Yes. You're being";
4250                                 mes "followed by those things.";
4251                                 next;
4252                                 select("Things?");
4253                                 mes "[Elder]";
4254                                 mes "Yes. The best way I can";
4255                                 mes "describe them is as evil";
4256                                 mes "thoughts left in the world";
4257                                 mes "when someone dies in";
4258                                 mes "such a way that his grudge";
4259                                 mes "survives to menace the living.";
4260                                 next;
4261                                 mes "[Elder]";
4262                                 mes "Sometimes, these lingering";
4263                                 mes "thoughts are created when";
4264                                 mes "someone is broken hearted";
4265                                 mes "or clings to this plane for the";
4266                                 mes "sake of a loved one. Yes, those";
4267                                 mes "thoughts are following you.";
4268                                 next;
4269                                 mes "[Elder]";
4270                                 mes "I don't know why they";
4271                                 mes "are following you, but I'm";
4272                                 mes "certain they're there. Have";
4273                                 mes "you been experiencing chills";
4274                                 mes "down your spine, cold sweats,";
4275                                 mes "maybe even hearing voices?";
4276                                 soundeffect "loli_ruri_stand.wav",0;
4277                                 sc_start SC_Curse,5000,0;
4278                                 next;
4279                                 select("Yes! How do I get rid of them?");
4280                                 mes "[Elder]";
4281                                 mes "Well, usually these lingering";
4282                                 mes "thoughts have some sort of";
4283                                 mes "physical anchor, an object";
4284                                 mes "that has feelings attached";
4285                                 mes "to it, something important";
4286                                 mes "to its late owner.";
4287                                 next;
4288                                 mes "[Elder]";
4289                                 mes "The rage they're directing";
4290                                 mes "at you seems to be growing";
4291                                 mes "and I can see the angry spirits";
4292                                 mes "pulling at the hems of your";
4293                                 mes "clothes. Tell me, have you";
4294                                 mes "wronged anyone recently?!";
4295                                 next;
4296                                 select("I don't... think so.:I can't remember every bad thing I've done!");
4297                                 mes "[Elder]";
4298                                 mes "Well, you better do";
4299                                 mes "something soon, before";
4300                                 mes "the evil taints your mind";
4301                                 mes "and drives you to insanity!";
4302                                 mes "Now, I need to know for sure";
4303                                 mes "if you've been hearing voices.";
4304                                 next;
4305                                 select("Y-yes, I have.");
4306                                 mes "[Elder]";
4307                                 mes "There's still hope.";
4308                                 mes "The spirits are trying";
4309                                 mes "to reach you for now, but";
4310                                 mes "if you wait too long, you may";
4311                                 mes "become a victim of their wrath.";
4312                                 mes "Hurry, there is much to do!";
4313                                 next;
4314                                 mes "[Elder]";
4315                                 mes "You must appease these";
4316                                 mes "forces by finding out what";
4317                                 mes "happened to them in life.";
4318                                 mes "Now, I don't possess great";
4319                                 mes "power, but I can encourage";
4320                                 mes "the spirits to guide you.";
4321                                 next;
4322                                 mes "[Elder]";
4323                                 mes "I can only have the spirits";
4324                                 mes "reveal the places they wish";
4325                                 mes "for you to search only once.";
4326                                 mes "You must remember the";
4327                                 mes "locations that I am about";
4328                                 mes "to show you. Get ready...";
4329                                 specialeffect2 EF_SIGHT;
4330                                 next;
4331                                 mes "[Elder]";
4332                                 mes "Yaaaaappp ---!";
4333                                 specialeffect2 EF_SIGHTRASHER;
4334                                 specialeffect2 EF_VOLCANO;
4335                                 specialeffect2 EF_MAPPILLAR;
4336                                 next;
4337                                 mes "[Elder]";
4338                                 mes "There! The locations";
4339                                 mes "you must search should";
4340                                 mes "be clear to you now! Don't";
4341                                 mes "forget these placemarks!";
4342                                 viewpoint 1,104,282,1,0x99FF33;
4343                                 viewpoint 1,105,282,2,0x99FF33;
4344                                 viewpoint 1,104,281,3,0x99FF33;
4345                                 viewpoint 1,105,281,4,0x99FF33;
4346                                 next;
4347                                 mes "[Elder]";
4348                                 mes "Good luck, youngster.";
4349                                 mes "I hope you can appease";
4350                                 mes "the wrath of these spirits...";
4351                                 mes "But as long as you let them guide you, you ought to be safe.";
4352                                 set lhz_curse,6;
4353                                 changequest 2086,2087;
4354                                 close;
4355                         case 2:
4356                                 mes "[Elder]";
4357                                 mes "Crazy...? Hm, you must";
4358                                 mes "not quite understand what's";
4359                                 mes "happening to you. Please do";
4360                                 mes "not hesitate to come back to";
4361                                 mes "me when you realize that you";
4362                                 mes "need my help, youngster.";
4363                                 close;
4364                         }
4365                 }
4366                 else if ((lhz_curse > 5) && (lhz_curse < 17)) {
4367                         mes "[Elder]";
4368                         mes "I'm sorry, but there's";
4369                         mes "nothing more I can do for";
4370                         mes "you right now. But if you";
4371                         mes "find anything related to the";
4372                         mes "spirits that torment you,";
4373                         mes "please let me know.";
4374                         close;
4375                 }
4376                 else if (lhz_curse == 17) {
4377                         if (countitem(7341) > 0) {
4378                                 mes "[Elder]";
4379                                 mes "Greetings, adventurer.";
4380                                 mes "How goes your search for";
4381                                 mes "the remains of the spirits";
4382                                 mes "that still cling to this plane?";
4383                                 next;
4384                                 switch(select("Show him the Pendant.:Cancel")) {
4385                                 case 1:
4386                                         mes "[Elder]";
4387                                         mes "Oh my... There are some";
4388                                         mes "incredibly powerful emotions";
4389                                         mes "clinging to this pendant. If we";
4390                                         mes "don't do anything about this,";
4391                                         mes "you'll be cursed very soon.";
4392                                         mes "This is what you must do.";
4393                                         next;
4394                                         mes "[Elder]";
4395                                         mes "Hurry and bring";
4396                                         mes "^3131FF5 Holy Water^000000 and";
4397                                         mes "^3131FF1 Bouquet^000000. The Holy Water";
4398                                         mes "will purify this Pendant and";
4399                                         mes "the Bouquet will comfort";
4400                                         mes "the spirit of its owner.";
4401                                         next;
4402                                         mes "[Elder]";
4403                                         mes "You don't have much";
4404                                         mes "time, so return to me";
4405                                         mes "as soon as possible!";
4406                                         mes "It won't be long until";
4407                                         mes "the spirits are consumed";
4408                                         mes "by their supernatural rage...";
4409                                         set lhz_curse,18;
4410                                         changequest 2091,2092;
4411                                         close;
4412                                 case 2:
4413                                         close;
4414                                 }
4415                         }
4416                         else {
4417                                 mes "[Elder]";
4418                                 mes "Greetings, adventurer.";
4419                                 mes "How goes your search for";
4420                                 mes "the remains of the spirits";
4421                                 mes "that still cling to this plane?";
4422                                 next;
4423                                 mes "[Elder]";
4424                                 mes "Wait...";
4425                                 mes "Why do I sense";
4426                                 mes "that you've found";
4427                                 mes "something, but have";
4428                                 mes "not brought it with you?";
4429                                 mes "You must retrace your steps!";
4430                                 close;
4431                         }
4432                 }
4433                 else if (lhz_curse == 18) {
4434                         if ((countitem(523) > 4) && (countitem(744) > 0) && (countitem(7341) > 0)) {
4435                                 mes "[Elder]";
4436                                 mes "Good, good.";
4437                                 mes "All is in readiness.";
4438                                 mes "Please be silent as";
4439                                 mes "I focus my spirit for the";
4440                                 mes "great task before me.";
4441                                 next;
4442                                 mes "[Elder]";
4443                                 mes "...";
4444                                 mes "......";
4445                                 mes ".........";
4446                                 mes "Hooooooo...";
4447                                 specialeffect2 EF_BENEDICTIO;
4448                                 next;
4449                                 mes "[Elder]";
4450                                 mes "Yaaaaapp ---!";
4451                                 specialeffect2 EF_ASPERSIO;
4452                                 next;
4453                                 mes "[Elder]";
4454                                 mes "Whew! I've managed";
4455                                 mes "to nullify this curse for you.";
4456                                 mes "That still doesn't change the";
4457                                 mes "fact that what happened to this";
4458                                 mes "pendant's owner was tragic...";
4459                                 next;
4460                                 mes "[Elder]";
4461                                 mes "Why don't you bring";
4462                                 mes "this pendant to the place";
4463                                 mes "where it really belongs?";
4464                                 mes "I'm sure that would bring";
4465                                 mes "great comfort to its owner.";
4466                                 next;
4467                                 mes "^3355FFSuddenly, the clasp on";
4468                                 mes "the pendant pops open,";
4469                                 mes "revealing a picture of a happy";
4470                                 mes "couple. Somehow, the girl in";
4471                                 mes "the picture, sitting uncomfortably^FFFFFF^3355FF in an old chair, looks familiar...^000000";
4472                                 set lhz_curse,19;
4473                                 changequest 2092,2093;
4474                                 delitem 523,5; //Holy_Water
4475                                 delitem 744,1; //Bunch_Of_Flowers
4476                                 close;
4477                         }
4478                         else {
4479                                 mes "[Elder]";
4480                                 mes "Hurry and bring";
4481                                 mes "^3131FF5 Holy Water^000000 and";
4482                                 mes "^3131FF1 Bouquet^000000 in order";
4483                                 mes "for me to nullify this";
4484                                 mes "curse. Do not forget to";
4485                                 mes "bring the Pendant as well.";
4486                                 close;
4487                         }
4488                 }
4489                 else {
4490                         mes "[Elder]";
4491                         mes "Predators are always";
4492                         mes "on the lookout for easy";
4493                         mes "prey. Be careful, youngster!";
4494                         mes "You look innocent enough";
4495                         mes "to become a victim in the city.";
4496                         next;
4497                         switch(select("About Lighthalzen:About the Slum:????")) {
4498                         case 1:
4499                                 mes "[Elder]";
4500                                 mes "Lighthalzen might seem";
4501                                 mes "like a splendid city at first,";
4502                                 mes "but you'll quickly learn that";
4503                                 mes "the poor are segregated from";
4504                                 mes "the rich and treated as less";
4505                                 mes "than second class citizens.";
4506                                 next;
4507                                 mes "[Elder]";
4508                                 mes "At first, separation between";
4509                                 mes "the rich and poor districts was";
4510                                 mes "subtly enforced. They built the";
4511                                 mes "railroad right between the two";
4512                                 mes "districts to make it easier for";
4513                                 mes "the rich to ignore the poor.";
4514                                 next;
4515                                 mes "[Elder]";
4516                                 mes "But now they even have";
4517                                 mes "guards to make sure that";
4518                                 mes "the poor can't bother the";
4519                                 mes "rich. I'm pretty sure that";
4520                                 mes "this segregation won't be";
4521                                 mes "ending anytime soon...";
4522                                 next;
4523                                 mes "[Elder]";
4524                                 mes "Now, I've heard that the";
4525                                 mes "Rekenber Corporation is";
4526                                 mes "actually providing jobs for";
4527                                 mes "people in the slums. Beggars";
4528                                 mes "can't be choosers, so I'm sure";
4529                                 mes "these jobs aren't that great.";
4530                                 close;
4531                         case 2:
4532                                 mes "[Elder]";
4533                                 mes "To live in the slum is to";
4534                                 mes "be familiar with poverty,";
4535                                 mes "disease, condemnation";
4536                                 mes "and contempt. But we're all";
4537                                 mes "still people, you know, so let";
4538                                 mes "go of any of your misgivings.";
4539                                 next;
4540                                 mes "[Elder]";
4541                                 mes "We're struggling just";
4542                                 mes "to survive here. At the";
4543                                 mes "very least, please respect";
4544                                 mes "that. It's a fact that the";
4545                                 mes "people in the rich district";
4546                                 mes "seem to keep forgetting.";
4547                                 close;
4548                         case 3:
4549                                 mes "[Elder]";
4550                                 mes "Well, if you need any";
4551                                 mes "help around here or have";
4552                                 mes "any questions, come back";
4553                                 mes "and ask me. I get the feeling";
4554                                 mes "that we'll probably meet again.";
4555                                 close;
4556                         }
4557                 }
4558         }
4559         else {
4560                 if (lhz_curse < 1) {
4561                         mes "[Elder]";
4562                         mes "Predators are always";
4563                         mes "on the lookout for easy";
4564                         mes "prey. Be careful, youngster!";
4565                         mes "You look innocent enough";
4566                         mes "to become a victim in the city.";
4567                         next;
4568                         switch(select("About Lighthalzen:About the Slum:????")) {
4569                         case 1:
4570                                 mes "[Elder]";
4571                                 mes "Lighthalzen might seem";
4572                                 mes "like a splendid city at first,";
4573                                 mes "but you'll quickly learn that";
4574                                 mes "the poor are segregated from";
4575                                 mes "the rich and treated as less";
4576                                 mes "than second class citizens.";
4577                                 next;
4578                                 mes "[Elder]";
4579                                 mes "At first, separation between";
4580                                 mes "the rich and poor districts was";
4581                                 mes "subtly enforced. They built the";
4582                                 mes "railroad right between the two";
4583                                 mes "districts to make it easier for";
4584                                 mes "the rich to ignore the poor.";
4585                                 next;
4586                                 mes "[Elder]";
4587                                 mes "But now they even have";
4588                                 mes "guards to make sure that";
4589                                 mes "the poor can't bother the";
4590                                 mes "rich. I'm pretty sure that";
4591                                 mes "this segregation won't be";
4592                                 mes "ending anytime soon...";
4593                                 next;
4594                                 mes "[Elder]";
4595                                 mes "Now, I've heard that the";
4596                                 mes "Rekenber Corporation is";
4597                                 mes "actually providing jobs for";
4598                                 mes "people in the slums. Beggars";
4599                                 mes "can't be choosers, so I'm sure";
4600                                 mes "these jobs aren't that great.";
4601                                 close;
4602                         case 2:
4603                                 mes "[Elder]";
4604                                 mes "To live in the slum is to";
4605                                 mes "be familiar with poverty,";
4606                                 mes "disease, condemnation";
4607                                 mes "and contempt. But we're all";
4608                                 mes "still people, you know, so let";
4609                                 mes "go of any of your misgivings.";
4610                                 next;
4611                                 mes "[Elder]";
4612                                 mes "We're struggling just";
4613                                 mes "to survive here. At the";
4614                                 mes "very least, please respect";
4615                                 mes "that. It's a fact that the";
4616                                 mes "people in the rich district";
4617                                 mes "seem to keep forgetting.";
4618                                 close;
4619                         case 3:
4620                                 mes "[Elder]";
4621                                 mes "Well, if you need any";
4622                                 mes "help around here or have";
4623                                 mes "any questions, come back";
4624                                 mes "and ask me. I get the feeling";
4625                                 mes "that we'll probably meet again.";
4626                                 close;
4627                         }
4628                 }
4629                 else {
4630                         mes "[Elder]";
4631                         mes "Predators are always";
4632                         mes "on the lookout for easy";
4633                         mes "prey. Be careful, youngster!";
4634                         mes "You look innocent enough";
4635                         mes "to become a victim in the city.";
4636                         next;
4637                         switch(select("About Lighthalzen:About the Slum:????")) {
4638                         case 1:
4639                                 mes "[Elder]";
4640                                 mes "Lighthalzen might seem";
4641                                 mes "like a splendid city at first,";
4642                                 mes "but you'll quickly learn that";
4643                                 mes "the poor are segregated from";
4644                                 mes "the rich and treated as less";
4645                                 mes "than second class citizens.";
4646                                 next;
4647                                 mes "[Elder]";
4648                                 mes "At first, separation between";
4649                                 mes "the rich and poor districts was";
4650                                 mes "subtly enforced. They built the";
4651                                 mes "railroad right between the two";
4652                                 mes "districts to make it easier for";
4653                                 mes "the rich to ignore the poor.";
4654                                 next;
4655                                 mes "[Elder]";
4656                                 mes "But now they even have";
4657                                 mes "guards to make sure that";
4658                                 mes "the poor can't bother the";
4659                                 mes "rich. I'm pretty sure that";
4660                                 mes "this segregation won't be";
4661                                 mes "ending anytime soon...";
4662                                 next;
4663                                 mes "[Elder]";
4664                                 mes "Now, I've heard that the";
4665                                 mes "Rekenber Corporation is";
4666                                 mes "actually providing jobs for";
4667                                 mes "people in the slums. Beggars";
4668                                 mes "can't be choosers, so I'm sure";
4669                                 mes "these jobs aren't that great.";
4670                                 close;
4671                         case 2:
4672                                 mes "[Elder]";
4673                                 mes "To live in the slum is to";
4674                                 mes "be familiar with poverty,";
4675                                 mes "disease, condemnation";
4676                                 mes "and contempt. But we're all";
4677                                 mes "still people, you know, so let";
4678                                 mes "go of any of your misgivings.";
4679                                 next;
4680                                 mes "[Elder]";
4681                                 mes "We're struggling just";
4682                                 mes "to survive here. At the";
4683                                 mes "very least, please respect";
4684                                 mes "that. It's a fact that the";
4685                                 mes "people in the rich district";
4686                                 mes "seem to keep forgetting.";
4687                                 close;
4688                         case 3:
4689                                 mes "[Elder]";
4690                                 mes "Well, if you need any";
4691                                 mes "help around here or have";
4692                                 mes "any questions, come back";
4693                                 mes "and ask me. I get the feeling";
4694                                 mes "that we'll probably meet again.";
4695                                 close;
4696                         }
4697                 }
4698         }
4699 }
4700
4701 lhz_in03,32,162,3       script  Crippled Girl#li_tre    53,{
4702         if (lhz_curse == 23) {
4703                 if (countitem(7341) > 0) {
4704                         mes "["+strcharinfo(0)+"]";
4705                         mes "Hey there, are";
4706                         mes "you feeling alright?";
4707                         next;
4708                         mes "[Crippled Girl]";
4709                         mes "Oh, thanks,";
4710                         mes "I'm fine. But...";
4711                         mes "Have we met before?";
4712                         next;
4713                         mes "["+strcharinfo(0)+"]";
4714                         mes "Yeah, we did.";
4715                         mes "You should know who";
4716                         mes "I am by now. Hey, you";
4717                         mes "didn't forget, did you?";
4718                         next;
4719                         mes "[Lady]";
4720                         mes "Oh, how do I put this?";
4721                         mes "The fever she had for the";
4722                         mes "last few days. She's gotten";
4723                         mes "better, but she's forgotten";
4724                         mes "everything that's happened";
4725                         mes "in the past few weeks...";
4726                         next;
4727                         mes "["+strcharinfo(0)+"]";
4728                         mes "Oh... Oh. I'm so";
4729                         mes "sorry. But maybe this";
4730                         mes "is for the best? Here,";
4731                         mes "I think you should keep";
4732                         mes "this pendant, though.";
4733                         next;
4734                         mes "^3131ffYou place the";
4735                         mes "old pendant";
4736                         mes "into her hands.^000000";
4737                         next;
4738                         specialeffect2 EF_FORESTLIGHT4;
4739                         mes "...............";
4740                         next;
4741                         mes "["+strcharinfo(0)+"]";
4742                         mes "...";
4743                         mes "......";
4744                         next;
4745                         mes "[Possessed "+strcharinfo(0)+"]";
4746                         mes "^3131FFSetsu, please remember";
4747                         mes "that I'd never do anything";
4748                         mes "to hurt you. Forgive me for";
4749                         mes "leaving you behind. I hope";
4750                         mes "that one day we'll meet";
4751                         mes "again, little princess.^000000";
4752                         next;
4753                         mes "[Possessed "+strcharinfo(0)+"]";
4754                         mes "^3131FFUntil then, I want";
4755                         mes "you to be happy, okay?";
4756                         mes "Your brother's always";
4757                         mes "gonna be looking out for";
4758                         mes "you, one way or another...^000000";
4759                         next;
4760                         mes "[Setsu]";
4761                         mes "My brother's...";
4762                         mes "That's my brother's";
4763                         mes "voice! Brother!";
4764                         next;
4765                         mes "["+strcharinfo(0)+"]";
4766                         mes "Eh? What? Whoa...";
4767                         mes "What came over me?";
4768                         mes "The last thing I reme--";
4769                         next;
4770                         mes "[Setsu]";
4771                         mes "...";
4772                         mes "......";
4773                         next;
4774                         mes "["+strcharinfo(0)+"]";
4775                         mes "Well...";
4776                         mes "This is awkward.";
4777                         delitem 7341,1; //Worn_Out_Pendant
4778                         set lhz_curse,24;
4779                         close;
4780                 }
4781                 else {
4782                         mes "["+strcharinfo(0)+"]";
4783                         mes "Hey there, are";
4784                         mes "you feeling alright?";
4785                         next;
4786                         mes "[Crippled Girl]";
4787                         mes "Oh, thanks,";
4788                         mes "I'm fine. But...";
4789                         mes "Have we met before?";
4790                         next;
4791                         mes "["+strcharinfo(0)+"]";
4792                         mes "Yeah, we did.";
4793                         mes "You should know who";
4794                         mes "I am by now. Hey, you";
4795                         mes "didn't forget, did you?";
4796                         next;
4797                         mes "[Lady]";
4798                         mes "Oh, how do I put this?";
4799                         mes "The fever she had for the";
4800                         mes "last few days. She's gotten";
4801                         mes "better, but she's forgotten";
4802                         mes "everything that's happened";
4803                         mes "in the past few weeks...";
4804                         next;
4805                         mes "^3131ffThis would be a good";
4806                         mes "opportunity to give her the...^000000";
4807                         close;
4808                 }
4809         }
4810         else if (lhz_curse == 24) {
4811                 mes "[Setsu]";
4812                 mes "...";
4813                 mes "......";
4814                 close;
4815         }
4816         else if (lhz_curse == 25) {
4817                 mes "[Setsu]";
4818                 mes "Excuse me, I can't still";
4819                 mes "walk but I don't cry";
4820                 mes "anymore. I'm doing my best!";
4821                 close;
4822         }
4823         else {
4824                 mes "[Crippled Girl]";
4825                 mes "...";
4826                 mes "......";
4827                 mes "*Sigh...*";
4828                 next;
4829                 select("Hello, how are you?");
4830                 mes "[Crippled Girl]";
4831                 mes "Oh, I'm fine,";
4832                 mes "thanks for asking.";
4833                 mes "I'm just waiting for";
4834                 mes "somebody, that's all.";
4835                 if (lhz_curse == 19) {
4836                         next;
4837                         switch(select("Show her the Pendant.:Okay, have a good day.")) {
4838                         case 1:
4839                                 break;
4840                         case 2:
4841                                 mes "[Crippled Girl]";
4842                                 mes "Okay,";
4843                                 mes "bye-bye...";
4844                                 close;
4845                         }
4846                         mes "["+strcharinfo(0)+"]";
4847                         mes "Um, would you have";
4848                         mes "any idea who might";
4849                         mes "have owned this pendant?";
4850                         next;
4851                         if (countitem(7341) < 1) {
4852                                 mes "[Crippled Girl]";
4853                                 mes "What are you talking about?";
4854                                 close;
4855                         }
4856                         emotion e_gasp,"Crippled Girl#li_tre";
4857                         mes "[Crippled Girl]";
4858                         mes "Oh, that's mine!";
4859                         mes "I gave it to my big brother";
4860                         mes "before he went away on some";
4861                         mes "sort of business trip. You must";
4862                         mes "be his friend, is that right?";
4863                         next;
4864                         mes "["+strcharinfo(0)+"]";
4865                         mes "Actually, um,";
4866                         mes "you know what...?";
4867                         next;
4868                         switch(select("Brutal Truth:Break it to her gently")) {
4869                         case 1:
4870                                 mes "...";
4871                                 mes "......";
4872                                 next;
4873                                 mes "["+strcharinfo(0)+"]";
4874                                 mes "...So basically, your";
4875                                 mes "brother's @lhz_ghost, oh right,";
4876                                 mes "did I mention he was dead?";
4877                                 mes "Anyway, so he's not alive";
4878                                 mes "anymore, but his spirit or";
4879                                 mes "whatever is still around and--";
4880                                 next;
4881                                 mes "[Crippled Girl]";
4882                                 mes "...";
4883                                 mes "......";
4884                                 next;
4885                                 mes "[Crippled Girl]";
4886                                 mes "...Dead?";
4887                                 mes "No! I don't believe you!";
4888                                 mes "He can't die! He was the";
4889                                 mes "bravest and the sweetest";
4890                                 mes "and the-- Leave me alone!";
4891                                 mes "Oh god, get the hell away!";
4892                                 next;
4893                                 mes "["+strcharinfo(0)+"]";
4894                                 mes "...";
4895                                 mes "......";
4896                                 mes "Sheesh.";
4897                                 mes "Don't kill the";
4898                                 mes "messenger.";
4899                                 set lhz_curse,20;
4900                                 close2;
4901                                 warp "lighthalzen",322,323;
4902                                 end;
4903                         case 2:
4904                                 if (countitem(7341) > 0) {
4905                                         mes "[Crippled Girl]";
4906                                         mes "Did you meet my";
4907                                         mes "big brother...?";
4908                                         next;
4909                                         mes "[Crippled Girl]";
4910                                         mes "My brother is a strong";
4911                                         mes "person, and I should be";
4912                                         mes "happy of that, because";
4913                                         mes "nothing could happen";
4914                                         mes "to him.";
4915                                         next;
4916                                         mes "["+strcharinfo(0)+"]";
4917                                         mes "Um... yes. So...";
4918                                         next;
4919                                         mes "["+strcharinfo(0)+"]";
4920                                         mes "Sure, your big brother must be happy.";
4921                                         mes "He'll come back sometime.";
4922                                         mes "You should sleep to be healthy";
4923                                         mes "once your brother returns.";
4924                                         next;
4925                                         mes "[Crippled Girl]";
4926                                         mes "Yes! I must be okay";
4927                                         mes "and be able to walk when my";
4928                                         mes "brother come.";
4929                                         next;
4930                                         mes "^3131ffYou place the";
4931                                         mes "old pendant";
4932                                         mes "into her hands.^000000";
4933                                         next;
4934                                         specialeffect2 EF_FORESTLIGHT4;
4935                                         mes "......";
4936                                         next;
4937                                         mes "["+strcharinfo(0)+"]";
4938                                         mes "...............";
4939                                         next;
4940                                         mes "[Possessed "+strcharinfo(0)+"]";
4941                                         mes "^3131FFSetsu, please remember";
4942                                         mes "that I'd never do anything";
4943                                         mes "to hurt you. Forgive me for";
4944                                         mes "leaving you behind. I hope";
4945                                         mes "that one day we'll meet";
4946                                         mes "again, little princess.^000000";
4947                                         next;
4948                                         mes "[Possessed "+strcharinfo(0)+"]";
4949                                         mes "^3131FFUntil then, I want";
4950                                         mes "you to be happy, okay?";
4951                                         mes "Your brother's always";
4952                                         mes "gonna be looking out for";
4953                                         mes "you, one way or another...^000000";
4954                                         next;
4955                                         mes "[Setsu]";
4956                                         mes "My brother's...";
4957                                         mes "That's my brother's";
4958                                         mes "voice! Brother!";
4959                                         next;
4960                                         mes "["+strcharinfo(0)+"]";
4961                                         mes "Eh? What? Whoa...";
4962                                         mes "What came over me?";
4963                                         mes "The last thing I reme--";
4964                                         next;
4965                                         mes "^FF0000Tears fall from the";
4966                                         mes "girl's face, then you...^000000";
4967                                         next;
4968                                         switch(select("Distract her:Comfort her")) {
4969                                         case 1:
4970                                                 mes "["+strcharinfo(0)+"]";
4971                                                 mes "Oh, all of this was a play...";
4972                                                 mes "Y-yes a play, I was practising.";
4973                                                 mes "Ha ha~ Is it okay, isn't it?";
4974                                                 next;
4975                                                 mes "[Setsu]";
4976                                                 mes "Oh, you surprised me!";
4977                                                 mes "Even though I didn't think";
4978                                                 mes "it was really my brother, you know?";
4979                                                 next;
4980                                                 mes "["+strcharinfo(0)+"]";
4981                                                 mes "Excuse me...";
4982                                                 next;
4983                                                 mes "[Setsu]";
4984                                                 mes "I'll do my best!";
4985                                                 mes "I must be okay when my brother return.";
4986                                                 mes "He'll be very proud of me.";
4987                                                 mes "Heh heh~";
4988                                                 next;
4989                                                 mes "["+strcharinfo(0)+"]";
4990                                                 mes "Yes, I'm sure of that.";
4991                                                 delitem 7341,1; //Worn_Out_Pendant
4992                                                 set lhz_curse,25;
4993                                                 close;
4994                                         case 2:
4995                                                 mes "["+strcharinfo(0)+"]";
4996                                                 mes "Crying have no use!";
4997                                                 mes "You're a very pretty";
4998                                                 mes "girl to be ruining your";
4999                                                 mes "face with useless tears.";
5000                                                 next;
5001                                                 mes "[Setsu]";
5002                                                 mes "............";
5003                                                 next;
5004                                                 mes "["+strcharinfo(0)+"]";
5005                                                 mes "You should do your best";
5006                                                 mes "to be healthy for the time";
5007                                                 mes "your big brother return.";
5008                                                 next;
5009                                                 mes "[Setsu]";
5010                                                 mes "Yes...";
5011                                                 next;
5012                                                 mes "["+strcharinfo(0)+"]";
5013                                                 mes "Listen, when your brother";
5014                                                 mes "return you'll celebrate in";
5015                                                 mes "a beautiful place.";
5016                                                 next;
5017                                                 mes "[Setsu]";
5018                                                 mes "Really?";
5019                                                 mes "It's a promise then! Heh heh~";
5020                                                 next;
5021                                                 mes "["+strcharinfo(0)+"]";
5022                                                 mes "I hope it'll be soon!";
5023                                                 mes "When I return I want you to be";
5024                                                 mes "able to walk. See you soon, then!";
5025                                                 next;
5026                                                 mes "[Setsu]";
5027                                                 mes "I'll try hard!";
5028                                                 delitem 7341,1; //Worn_Out_Pendant
5029                                                 set lhz_curse,25;
5030                                                 close;
5031                                         }
5032                                 }
5033                                 else {
5034                                         mes "[Crippled Girl]";
5035                                         mes "Did you meet my";
5036                                         mes "big brother...?";
5037                                         next;
5038                                         mes "[Crippled Girl]";
5039                                         mes "My brother is a strong";
5040                                         mes "person, and I should be";
5041                                         mes "happy of that, because";
5042                                         mes "nothing could happen";
5043                                         mes "to him.";
5044                                         next;
5045                                         mes "["+strcharinfo(0)+"]";
5046                                         mes "Um... yes. So...";
5047                                         next;
5048                                         mes "["+strcharinfo(0)+"]";
5049                                         mes "Sure, your big brother must be happy.";
5050                                         mes "He'll come back sometime.";
5051                                         mes "You should sleep to be healthy";
5052                                         mes "once your brother returns.";
5053                                         next;
5054                                         mes "[Crippled Girl]";
5055                                         mes "Yes! I must be okay";
5056                                         mes "and be able to walk when my";
5057                                         mes "brother come.";
5058                                         close;
5059                                 }
5060                         }
5061                 }
5062                 close;
5063         }
5064 }
5065
5066 lighthalzen,324,322,0   script  #li_door        45,2,2,{
5067 OnTouch_:
5068         if ((lhz_curse > 19) && (lhz_curse < 23)) {
5069                 mes "^3355FFThe door is locked.^000000";
5070                 set lhz_curse,lhz_curse+1;
5071                 close;
5072         }
5073         else if (lhz_curse > 23) {
5074                 mes "^3355FFThe door is locked.^000000";
5075                 next;
5076                 mes "[Citizen]";
5077                 mes "I'm sorry, but another";
5078                 mes "epidemic is starting to";
5079                 mes "spread around the slums.";
5080                 mes "We're not going outside and we're keeping our children safe!";
5081                 next;
5082                 mes "[Citizen]";
5083                 mes "Not to be unfriendly,";
5084                 mes "but you should be careful";
5085                 mes "too. The living conditions";
5086                 mes "of this area aren't exactly";
5087                 mes "sanitary, you know?";
5088                 close;
5089         }
5090         else {
5091                 warp "lhz_in03",15,162;
5092         }
5093         end;
5094 }
5095
5096 lhz_in03,12,162,0       warp    #to_lhz         1,1,lighthalzen,321,322
5097
5098 lighthalzen,319,321,0   script  #li_bother      -1,2,2,{ //3,3
5099 OnTouch_:
5100         if ((lhz_curse == 24 ) || (lhz_curse == 25)) {
5101                 mes ".............";
5102                 next;
5103                 mes "*Shhhzzzzzzz!*";
5104                 specialeffect2 EF_MAPPILLAR;
5105                 next;
5106                 mes "[????]";
5107                 mes "...........";
5108                 next;
5109                 mes "[????]";
5110                 mes "^FF0000...I'm sorry...";
5111                 mes "......I appreciate";
5112                 mes "that you.............^000000";
5113                 next;
5114                 mes "["+strcharinfo(0)+"]";
5115                 mes "H-huh?!";
5116                 mes "What was that?";
5117                 mes "That can't be the";
5118                 mes "wind, I must be";
5119                 mes "hearing things again...";
5120                 next;
5121                 mes "["+strcharinfo(0)+"]";
5122                 mes "Wait. I thought I was";
5123                 mes "rid of those thoughts";
5124                 mes "or spirits, whatever was";
5125                 mes "haunting me before. Maybe";
5126                 mes "they still want me to do";
5127                 mes "something for them. Hmmm...";
5128                 next;
5129                 mes "["+strcharinfo(0)+"]";
5130                 mes "I get the feeling that";
5131                 mes "all of their suffering";
5132                 mes "is tied to the ^FF0000Rekenber";
5133                 mes "Corporation^000000 and that";
5134                 mes "^FF0000Regenschirm Laboratory^000000.";
5135                 set lhz_curse,26;
5136                 changequest 2093,2094;
5137                 if (checkre(3)) {
5138                         if (BaseLevel < 70) getexp 30000,30000;
5139                         else if ((BaseLevel > 69) && (BaseLevel < 80)) getexp 40000,70000;
5140                         else if ((BaseLevel > 79) && (BaseLevel < 90)) getexp 70000,90000;
5141                         else getexp 90000,90000;
5142                 } else {
5143                         if (BaseLevel < 70) getexp 800000,300000;
5144                         else if ((BaseLevel > 69) && (BaseLevel < 80)) getexp 1000000,500000;
5145                         else if ((BaseLevel > 79) && (BaseLevel < 90)) getexp 1500000,800000;
5146                         else getexp 2000000,1000000;
5147                 }
5148                 close;
5149         }
5150         end;
5151 }
5152
5153 lhz_in01,114,181,5      script  Representative#li_01    71,{
5154         if (lhz_curse == 7) {
5155                 mes "[Representative]";
5156                 mes "Greetings, and welcome";
5157                 mes "to the Rekenber Corporation.";
5158                 mes "How may I be of service today?";
5159                 next;
5160                 switch(select("Building Information:Corporation History")) {
5161                 case 1:
5162                         mes "[Representative]";
5163                         mes "Please tell me";
5164                         mes "which floor you'd like";
5165                         mes "to know more about.";
5166                         next;
5167                         while (1) {
5168                                 switch(select("1F:2F:B1:Cancel")) {
5169                                 case 1:
5170                                         mes "[Representative]";
5171                                         mes "The ^3131FFRekenber Library^000000 can";
5172                                         mes "be found at the end of the";
5173                                         mes "left hallway. Our library is";
5174                                         mes "a great resource of innovative";
5175                                         mes "ideas and information for our";
5176                                         mes "system development employees.";
5177                                         next;
5178                                         mes "[Representative]";
5179                                         mes "The ^3131FFBall Room^000000, where";
5180                                         mes "various official events are";
5181                                         mes "usually held, can be accessed";
5182                                         mes "through the right hallway.";
5183                                         next;
5184                                         break;
5185                                 case 2:
5186                                         mes "[Representative]";
5187                                         mes "Please use the stairs";
5188                                         mes "located on both sides of";
5189                                         mes "the Help Desk to go to the";
5190                                         mes "Second Floor. The Second";
5191                                         mes "Floor is mostly used for";
5192                                         mes "administrative purposes.";
5193                                         next;
5194                                         mes "[Representative]";
5195                                         mes "There, you can find";
5196                                         mes "the ^3131FFConference Room^000000,";
5197                                         mes "^3131FFSecretary's Office^000000, the";
5198                                         mes "^3131FFAuditorium^000000 and the";
5199                                         mes "^3131FFChairman's Office^000000.";
5200                                         next;
5201                                         break;
5202                                 case 3:
5203                                         mes "[Representative]";
5204                                         mes "The first underground floor";
5205                                         mes "is used by ^3131FFRegenschirm^000000,";
5206                                         mes "our laboratory affiliate. For";
5207                                         mes "security reasons, this floor";
5208                                         mes "is not accessible to visitors.";
5209                                         next;
5210                                         break;
5211                                 case 4:
5212                                         mes "[Representative]";
5213                                         mes "We are always doing our";
5214                                         mes "best to provide the best";
5215                                         mes "services to our customers.";
5216                                         mes "Remember that Rekenber";
5217                                         mes "is the name you can trust.";
5218                                         mes "Thank you and have a nice day.";
5219                                         close;
5220                                 }
5221                         }
5222                 case 2:
5223                         mes "[Representative]";
5224                         mes "If you're interested in";
5225                         mes "learning the history of";
5226                         mes "our corporation, please";
5227                         mes "speak to the representative";
5228                         mes "inside our Library. Thank you.";
5229                         next;
5230                         mes "[Representative]";
5231                         mes "Please head down";
5232                         mes "the hallway to the left in";
5233                         mes "order to find our Library.";
5234                         mes "Thank you and have a nice day.";
5235                         set lhz_curse,8;
5236                         changequest 2087,2088;
5237                         close;
5238                 }
5239         }
5240         else {
5241                 mes "[Representative]";
5242                 mes "Greetings, and welcome";
5243                 mes "to the Rekenber Corporation.";
5244                 mes "How may I be of service today?";
5245                 next;
5246                 switch(select("Building Information.")) {
5247                 case 1:
5248                         mes "[Representative]";
5249                         mes "Please tell me";
5250                         mes "which floor you'd like";
5251                         mes "to know more about.";
5252                         next;
5253                         while (1) {
5254                                 switch(select("1F:2F:B1:Cancel")) {
5255                                 case 1:
5256                                         mes "[Representative]";
5257                                         mes "The ^3131FFRekenber Library^000000 can";
5258                                         mes "be found at the end of the";
5259                                         mes "left hallway. Our library is";
5260                                         mes "a great resource of innovative";
5261                                         mes "ideas and information for our";
5262                                         mes "system development employees.";
5263                                         next;
5264                                         mes "[Representative]";
5265                                         mes "The ^3131FFBall Room^000000, where";
5266                                         mes "various official events are";
5267                                         mes "usually held, can be accessed";
5268                                         mes "through the right hallway.";
5269                                         next;
5270                                         break;
5271                                 case 2:
5272                                         mes "[Representative]";
5273                                         mes "Please use the stairs";
5274                                         mes "located on both sides of";
5275                                         mes "the Help Desk to go to the";
5276                                         mes "Second Floor. The Second";
5277                                         mes "Floor is mostly used for";
5278                                         mes "administrative purposes.";
5279                                         next;
5280                                         mes "[Representative]";
5281                                         mes "There, you can find";
5282                                         mes "the ^3131FFConference Room^000000,";
5283                                         mes "^3131FFSecretary's Office^000000, the";
5284                                         mes "^3131FFAuditorium^000000 and the";
5285                                         mes "^3131FFChairman's Office^000000.";
5286                                         next;
5287                                         break;
5288                                 case 3:
5289                                         mes "[Representative]";
5290                                         mes "The first underground floor";
5291                                         mes "is used by ^3131FFRegenschirm^000000,";
5292                                         mes "our laboratory affiliate. For";
5293                                         mes "security reasons, this floor";
5294                                         mes "is not accessible to visitors.";
5295                                         next;
5296                                         break;
5297                                 case 4:
5298                                         mes "[Representative]";
5299                                         mes "We are always doing our";
5300                                         mes "best to provide the best";
5301                                         mes "services to our customers.";
5302                                         mes "Remember that Rekenber";
5303                                         mes "is the name you can trust.";
5304                                         mes "Thank you and have a nice day.";
5305                                         close;
5306                                 }
5307                         }
5308                 }
5309         }
5310 }
5311
5312 lhz_in01,27,247,5       script  Representative#li_02    71,{
5313         if (lhz_curse > 6) {
5314                 mes "[Representative]";
5315                 mes "Welcome to the";
5316                 mes "Rekenber Corporation.";
5317                 mes "How may I help you?";
5318                 next;
5319                 switch(select("Corporation History:Rekenber's Businesses")) {
5320                 case 1:
5321                         mes "[Representative]";
5322                         mes "Rekenber was established";
5323                         mes "400 years ago, around the";
5324                         mes "same time as the foundation";
5325                         mes "of the Schwaltzvalt Republic.";
5326                         next;
5327                         mes "[Representative]";
5328                         mes "We began as the ''Zent Zerter";
5329                         mes "Lighthal Research Center,''";
5330                         mes "named after our first chairman.";
5331                         mes "In 560 A.W. (After War), our";
5332                         mes "organization was renamed after";
5333                         mes "our new chairman, Mr. Rekenber.";
5334                         next;
5335                         mes "[Representative]";
5336                         mes "Mr. Rekenber expanded the";
5337                         mes "Corporation's purposes, but";
5338                         mes "also founded the Regenschirm";
5339                         mes "Laboratory to continue this";
5340                         mes "company's original goal of";
5341                         mes "scientific research.";
5342                         next;
5343                         mes "[Representative]";
5344                         mes "In the year 700 A.W.,";
5345                         mes "^FF0000Doctor Varmunt^000000 joined";
5346                         mes "Regenschirm. It was his work";
5347                         mes "in science that enabled the";
5348                         mes "Rekenber Corporation to grow into the nation's biggest company.";
5349                         if (lhz_curse == 8) set lhz_curse,9;
5350                         else if (lhz_curse == 9) set lhz_curse,10;
5351                         next;
5352                         break;
5353                 case 2:
5354                         mes "[Representative]";
5355                         mes "In addition to merchandising,";
5356                         mes "freight transport and trading,";
5357                         mes "the Rekenber Corporation is";
5358                         mes "also heavily involved with";
5359                         mes "providing the Airship service,";
5360                         mes "one of our major projects.";
5361                         next;
5362                         mes "[Representative]";
5363                         mes "Rekenber is involved in";
5364                         mes "almost any business that";
5365                         mes "you can imagine. Remember";
5366                         mes "that Rekenber is the name";
5367                         mes "that you can trust.";
5368                         if (lhz_curse == 8) set lhz_curse,9;
5369                         else if (lhz_curse == 9) set lhz_curse,10;
5370                         next;
5371                         break;
5372                 }
5373                 mes "[Representative]";
5374                 mes "If you'd like to know more";
5375                 mes "about our mission statement,";
5376                 mes "please refer to the Rekenber";
5377                 mes "Guidebook located to my side.";
5378                 mes "Thank you and have a nice day.";
5379                 if (isbegin_quest(2088))
5380                         changequest 2088,2089;
5381                 close;
5382         }
5383         else {
5384                 mes "[Representative]";
5385                 mes "Welcome to the";
5386                 mes "Rekenber Corporation.";
5387                 mes "How may I help you?";
5388                 next;
5389                 switch(select("Building Information.")) {
5390                 case 1:
5391                         mes "[Representative]";
5392                         mes "Please tell me";
5393                         mes "which floor you'd like";
5394                         mes "to know more about.";
5395                         next;
5396                         while (1) {
5397                                 switch(select("1F:2F:B1:Cancel")) {
5398                                 case 1:
5399                                         mes "[Representative]";
5400                                         mes "The ^3131FFRekenber Library^000000 can";
5401                                         mes "be found at the end of the";
5402                                         mes "left hallway. Our library is";
5403                                         mes "a great resource of innovative";
5404                                         mes "ideas and information for our";
5405                                         mes "system development employees.";
5406                                         next;
5407                                         mes "[Representative]";
5408                                         mes "The ^3131FFBall Room^000000, where";
5409                                         mes "various official events are";
5410                                         mes "usually held, can be accessed";
5411                                         mes "through the right hallway.";
5412                                         next;
5413                                         break;
5414                                 case 2:
5415                                         mes "[Representative]";
5416                                         mes "Please use the stairs";
5417                                         mes "located on both sides of";
5418                                         mes "the Help Desk to go to the";
5419                                         mes "Second Floor. The Second";
5420                                         mes "Floor is mostly used for";
5421                                         mes "administrative purposes.";
5422                                         next;
5423                                         mes "[Representative]";
5424                                         mes "There, you can find";
5425                                         mes "the ^3131FFConference Room^000000,";
5426                                         mes "^3131FFSecretary's Office^000000, the";
5427                                         mes "^3131FFAuditorium^000000 and the";
5428                                         mes "^3131FFChairman's Office^000000.";
5429                                         next;
5430                                         break;
5431                                 case 3:
5432                                         mes "[Representative]";
5433                                         mes "The first underground floor";
5434                                         mes "is used by ^3131FFRegenschirm^000000,";
5435                                         mes "our laboratory affiliate. For";
5436                                         mes "security reasons, this floor";
5437                                         mes "is not accessible to visitors.";
5438                                         next;
5439                                         break;
5440                                 case 4:
5441                                         mes "[Representative]";
5442                                         mes "We are always doing our";
5443                                         mes "best to provide the best";
5444                                         mes "services to our customers.";
5445                                         mes "Remember that Rekenber";
5446                                         mes "is the name you can trust.";
5447                                         mes "Thank you and have a nice day.";
5448                                         close;
5449                                 }
5450                         }
5451                 }
5452         }
5453 }
5454
5455 lhz_in01,25,251,3       script  Rekenber Guidebook#li   111,{
5456         mes "..............";
5457         next;
5458         mes "^3131FF#The Vision^000000";
5459         mes "In the pursuit of knowledge,";
5460         mes "Rekenber will search the";
5461         mes "Rune-Midgart continent for";
5462         mes "ancient relics. We hope to make";
5463         mes "significant scientific progress by learning the secrets of the past.";
5464         next;
5465         mes "By making scientific";
5466         mes "headway, we hope we can";
5467         mes "improve current technologies";
5468         mes "to provide more convenient";
5469         mes "and affordable services in";
5470         mes "the Schwaltzvalt Republic.";
5471         next;
5472         mes "^3131FF#The Commitment^000000";
5473         mes "Although magic and the";
5474         mes "power of the gods has always";
5475         mes "maintained an aura of mystery";
5476         mes "and superstition, Rekenber hopes^FFFFFF ^3131FF to understand these forces from";
5477         mes "a more logical standpoint.";
5478         next;
5479         mes "^FF0000Our goal is to make";
5480         mes "the lives of our customers";
5481         mes "easier and more enjoyable";
5482         mes "by making the ancient power";
5483         mes "of the gods more accessible";
5484         mes "by means of new technologies.";
5485         if (lhz_curse == 10) set lhz_curse,11;
5486         next;
5487         mes "..............";
5488         close;
5489 }
5490
5491 lhz_in01,273,121,1      script  Mad Scientist#li        865,{
5492         if (lhz_curse == 13) {
5493                 mes "[Wolfchev]";
5494                 mes "No one shall";
5495                 mes "interrupt my";
5496                 mes "research! If you";
5497                 mes "dare, I'll simply...";
5498                 mes "Eat you. Eat you alive.";
5499                 next;
5500                 switch(select("No... N-no!:Do you need any help?")) {
5501                 case 1:
5502                         mes "[Wolfchev]";
5503                         mes "Out of my sight,";
5504                         mes "microcephalic fool!";
5505                         close;
5506                 case 2:
5507                         mes "[Wolfchev]";
5508                         mes "Huh? You think I have";
5509                         mes "the luxury of remembering";
5510                         mes "the face of every part-timer";
5511                         mes "I've fired? Get lost, or I'll";
5512                         mes "treat you to the pain of";
5513                         mes "being eaten alive!";
5514                         set lhz_curse,14;
5515                         close;
5516                 }
5517         }
5518         else if (lhz_curse == 14) {
5519                 mes "[Wolfchev]";
5520                 mes "You again?!";
5521                 mes "What the hell do";
5522                 mes "you want from me?!";
5523                 emotion e_ag,"Mad Scientist#li";
5524                 next;
5525                 switch(select("Let me speak with you.:Sorry for bothering you.")) {
5526                 case 1:
5527                         mes "[Wolfchev]";
5528                         mes "I don't have time to";
5529                         mes "waste with drivel! I'm";
5530                         mes "too busy with my research!";
5531                         next;
5532                         mes "[Wolfchev]";
5533                         mes "...........!";
5534                         emotion e_gasp,"Mad Scientist#li";
5535                         next;
5536                         mes "[Wolfchev]";
5537                         mes "Ah, but wait! I am collecting";
5538                         mes "something. Yes, bring me the";
5539                         mes "thing I must collect. Yes, yes.";
5540                         mes "Here's a hint... It's round...";
5541                         mes "Shiny... Kids love playing games with them! Oh, I said too much!";
5542                         set lhz_curse,15;
5543                         changequest 2089,2090;
5544                         close;
5545                 case 2:
5546                         emotion e_an,"Mad Scientist#li";
5547                         mes "[Wolfchev]";
5548                         mes "''Sorry?!'' Do you";
5549                         mes "think ''sorry'' will";
5550                         mes "get back that precious";
5551                         mes "minute I've lost yelling";
5552                         mes "at you?! Get the hell out!";
5553                         close;
5554                 }
5555         }
5556         else if (lhz_curse == 15) {
5557                 if (countitem(746) > 0) {
5558                         delitem 746,1; //Glass_Bead
5559                         mes "[Wolfchev]";
5560                         mes "Yes...! Beads!";
5561                         mes "You brought them!";
5562                         mes "You're not as dumb";
5563                         mes "as I thought you'd be!";
5564                         next;
5565                         switch(select("Why do you want Glass Beads?")) {
5566                         case 1:
5567                                 mes "[Wolfchev]";
5568                                 mes "..................";
5569                                 mes "I take that back!";
5570                                 mes "You should know by";
5571                                 mes "now that I would never";
5572                                 mes "tell you why I neeeeed";
5573                                 mes "these Beads. Bweh-heh!";
5574                                 emotion e_gg,"Mad Scientist#li";
5575                                 next;
5576                                 break;
5577                         }
5578                         mes "[Wolfchev]";
5579                         mes "This favor you've done";
5580                         mes "is worth a small chat and";
5581                         mes "I can spare a minute or two";
5582                         mes "for you inane questions. So";
5583                         mes "what is it you want to know?!";
5584                         next;
5585                         while (1) {
5586                                 switch(select("Ask about hobbies:Ask about work")) {
5587                                 case 1:
5588                                         if (Sex == SEX_MALE) {
5589                                                 mes "[Wolfchev]";
5590                                                 mes "Hyuu~ I think you're";
5591                                                 mes "just a little too innocent";
5592                                                 mes "to know about my secret";
5593                                                 mes "hobby. Yes, yes, I couldn't";
5594                                                 mes "tell you possibly, it'd be";
5595                                                 mes "so weird, so strange...";
5596                                                 next;
5597                                         }
5598                                         else {
5599                                                 mes "[Wolfchev]";
5600                                                 mes "Oh. Oh no, oh no,";
5601                                                 mes "I couldn't possibly...";
5602                                                 mes "It's a-- I-It's a secret.";
5603                                                 mes "You wouldn't want to know";
5604                                                 mes "anyway. Bweh-heh-heh-heh!";
5605                                                 next;
5606                                         }
5607                                         break;
5608                                 case 2:
5609                                         mes "[Wolfchev]";
5610                                         mes "Oh, I don't know if you";
5611                                         mes "can call it work. After all,";
5612                                         mes "I do research whatever it is";
5613                                         mes "I want. And they pay me to";
5614                                         mes "do it! This is the best place";
5615                                         mes "for a scientist like me, yes.";
5616                                         next;
5617                                         mes "[Wolfchev]";
5618                                         mes "Now, in a perfect world,";
5619                                         mes "my test subjects would be";
5620                                         mes "much more cooperative, but";
5621                                         mes "I suppose I cannot blame";
5622                                         mes "them. Not that I cause them";
5623                                         mes "undue suffering or anything...";
5624                                         next;
5625                                         set .@exit,1;
5626                                         break;
5627                                 }
5628                                 if (.@exit) break;
5629                         }
5630                         switch(select("What kind of research?")) {
5631                         case 1:
5632                                 mes "[Wolfchev]";
5633                                 mes "Well, I couldn't tell you";
5634                                 mes "exactly. But don't you";
5635                                 mes "worry, the discovery I'm";
5636                                 mes "working on will benefit the";
5637                                 mes "entire world, you'll see.";
5638                                 next;
5639                                 mes "[Wolfchev]";
5640                                 mes "Let's just say that once";
5641                                 mes "I'm successful, I'll satisfy";
5642                                 mes "one of mankind's most primal";
5643                                 mes "instincts, the desire to become";
5644                                 mes "powerful and gain dominance";
5645                                 mes "over those that are weaker.";
5646                                 next;
5647                                 mes "[Wolfchev]";
5648                                 mes "I haven't made as much";
5649                                 mes "progress as I'd like, but";
5650                                 mes "no matter. It's only a matter";
5651                                 mes "of experimentation! Yes, to";
5652                                 mes "make mankind stronger and";
5653                                 mes "better and more powerful and--";
5654                                 next;
5655                                 break;
5656                         }
5657                         select("Um, what are you testing on?");
5658                         mes "[Wolfchev]";
5659                         mes "What do you know?";
5660                         mes "I better get back to";
5661                         mes "work if I wish to keep";
5662                         mes "on schedule. I can't afford";
5663                         mes "the leisure of speaking with";
5664                         mes "you any longer. Bweh heh heh!";
5665                         set lhz_curse,16;
5666                         close;
5667                 }
5668                 else {
5669                         mes "[Wolfchev]";
5670                         mes "I don't have time to";
5671                         mes "waste with drivel! I'm";
5672                         mes "too busy with my research!";
5673                         next;
5674                         mes "[Wolfchev]";
5675                         mes "...........!";
5676                         emotion e_gasp,"Mad Scientist#li";
5677                         next;
5678                         emotion e_gg,"Mad Scientist#li";
5679                         mes "[Wolfchev]";
5680                         mes "Ah, but wait! I am collecting";
5681                         mes "something. Yes, bring me the";
5682                         mes "thing I must collect. Yes, yes.";
5683                         mes "Here's a hint... It's round...";
5684                         mes "Shiny... Kids love playing games with them! Oh, I said too much!";
5685                         close;
5686                 }
5687         }
5688 }
5689
5690 lhz_in01,286,226,3      script  Secretary Slierre#li    831,{
5691         if (lhz_curse == 26) {
5692                 mes "[Sueii Slierre]";
5693                 mes "Excuse me, but you are";
5694                 mes "not allowed to be in here.";
5695                 mes "If you have questions regarding";
5696                 mes "the Rekenber Corporation, I can";
5697                 mes "direct you to someone qualified";
5698                 mes "to give you an answer.";
5699                 next;
5700                 switch(select("About the Slums:About Secretary Slierre")) {
5701                 case 1:
5702                         mes "[Sueii Slierre]";
5703                         mes "The slums? All I know";
5704                         mes "is that this corporation";
5705                         mes "specifically targeted that";
5706                         mes "area in order to provide ample";
5707                         mes "opportunity for employment.";
5708                         set lhz_curse,27;
5709                         close;
5710                 case 2:
5711                         mes "[Sueii Slierre]";
5712                         mes "I'm Sueii Slierre,";
5713                         mes "the personal secretary";
5714                         mes "for the chairman of the";
5715                         mes "Rekenber Corporation.";
5716                         close;
5717                 }
5718         }
5719         else if (lhz_curse == 27) {
5720                 mes "[Sueii Slierre]";
5721                 mes "Did you have something";
5722                 mes "else to ask? I can only";
5723                 mes "divulge information that is";
5724                 mes "public knowledge, but I can";
5725                 mes "tell you who to contact for";
5726                 mes "more specific inquiries.";
5727                 next;
5728                 switch(select("About the Laboratory:About the Corporation")) {
5729                 case 1:
5730                         mes "[Sueii Slierre]";
5731                         mes "Rekenber is perhaps the";
5732                         mes "biggest contributer of the";
5733                         mes "Regenschirm Laboratory.";
5734                         mes "Their work will benefit the";
5735                         mes "entire Rune-Midgard continent, hence our highly involved support.";
5736                         next;
5737                         mes "[Sueii Slierre]";
5738                         mes "A representative at the";
5739                         mes "Help Desk will be happy";
5740                         mes "to assist you if you have";
5741                         mes "more inquiries regarding";
5742                         mes "the Regenschirm Laboratory.";
5743                         set lhz_curse,28;
5744                         close;
5745                 case 2:
5746                         mes "[Sueii Slierre]";
5747                         mes "I'm sorry, but I don't have";
5748                         mes "any special information";
5749                         mes "regarding our corporation.";
5750                         mes "Why don't you ask one of";
5751                         mes "our representatives at the";
5752                         mes "Help Desk to learn more?";
5753                         close;
5754                 }
5755         }
5756         else if (lhz_curse == 28) {
5757                 mes "[Sueii Slierre]";
5758                 mes "You're back? I really";
5759                 mes "doubt that I can be of";
5760                 mes "any assistance to you.";
5761                 next;
5762                 switch(select("Wolfchev's Research")) {
5763                 case 1:
5764                         mes "[Sueii Slierre]";
5765                         mes ".............!";
5766                         emotion e_gasp,"Secretary Slierre#li";
5767                         next;
5768                         mes "[Sueii Slierre]";
5769                         mes "How do you know";
5770                         mes "Wolfchev? Are you an";
5771                         mes "acquaintance of his or...?";
5772                         next;
5773                         switch(select("I'm a friend of his.:Oh, we're family, you know...:I've heard about him before, so...")) {
5774                         case 1:
5775                                 mes "[Sueii Slierre]";
5776                                 mes "Well, Wolfchev is not";
5777                                 mes "only brilliant, he's also";
5778                                 mes "a respected professional.";
5779                                 mes "He should be doing just fine.";
5780                                 next;
5781                                 break;
5782                         case 2:
5783                                 mes "[Sueii Slierre]";
5784                                 mes "Ah, you should be";
5785                                 mes "very proud of Wolfchev.";
5786                                 mes "In addition to being a";
5787                                 mes "genius, Wolfchev is also";
5788                                 mes "quite the professional,";
5789                                 mes "truly a model scientist.";
5790                                 next;
5791                                 break;
5792                         case 3:
5793                                 mes "[Sueii Slierre]";
5794                                 mes "Ah yes, Wolfchev has";
5795                                 mes "quite the reputation. In";
5796                                 mes "fact, he's in such high";
5797                                 mes "demand that Regenschirm";
5798                                 mes "wants him on their staff.";
5799                                 close;
5800                         }
5801                         mes "[Sueii Slierre]";
5802                         mes "Now if you'll excuse me,";
5803                         mes "I have many task to perform,";
5804                         mes "so please visit our Help Desk";
5805                         mes "if you have further inquiries.";
5806                         next;
5807                         switch(select("W-Wait!:Alright, I understand.")) {
5808                         case 1:
5809                                 mes "[Sueii Slierre]";
5810                                 mes "...";
5811                                 mes "......";
5812                                 next;
5813                                 break;
5814                         case 2:
5815                                 mes "[Sueii Slierre]";
5816                                 mes "Thank you for your";
5817                                 mes "cooperation. As you well";
5818                                 mes "know, the Help Desk is there";
5819                                 mes "to answer any of your questions regarding the Rekenber Corporation.";
5820                                 close;
5821                         }
5822                         mes "[Sueii Slierre]";
5823                         mes "I'm sorry, but please";
5824                         mes "understand that my office";
5825                         mes "isn't the place for visitors to";
5826                         mes "submit their general inquiries.";
5827                         mes "Please visit the Help Desk if";
5828                         mes "you have any more questions.";
5829                         next;
5830                         select("About Wolfchev's Research");
5831                         emotion e_dots,"Secretary Slierre#li";
5832                         mes "[Sueii Slierre]";
5833                         mes "I couldn't tell you any";
5834                         mes "more about Wolfchev.";
5835                         mes "But is there anything you";
5836                         mes "need to tell me about him?";
5837                         mes "Well, if you have something";
5838                         mes "to ask, be quick about it.";
5839                         next;
5840                         switch(select("Wolfchev's Past:Wolfchev's Test Subjects")) {
5841                         case 1:
5842                                 mes "[Sueii Slierre]";
5843                                 mes "I remember hearing that he";
5844                                 mes "received a high recommendation";
5845                                 mes "to work here, but specifics elude me since I don't work in Human";
5846                                 mes "Resources. There's a rumor that";
5847                                 mes "he had a troubled love life...";
5848                                 next;
5849                                 mes "[Sueii Slierre]";
5850                                 mes "But aside from a few";
5851                                 mes "rumors, we really don't";
5852                                 mes "know much about Wolfchev's";
5853                                 mes "personal life. But then again,";
5854                                 mes "it may be unethical to pry too";
5855                                 mes "much into our employee's lives.";
5856                                 close;
5857                         case 2:
5858                                 break;
5859                         }
5860                         mes "[Sueii Slierre]";
5861                         mes "Wolfchev's test subjects?";
5862                         mes "Well, I know we have a policy";
5863                         mes "of using the most humane";
5864                         mes "methods depending on the";
5865                         mes "experiment. And of course, he should only be testing on animals.";
5866                         next;
5867                         switch(select("Wolfchev's research is great!:His experiments are suspicious...")) {
5868                         case 1:
5869                                 mes "[Sueii Slierre]";
5870                                 mes "Yes, yes, I'd agree if";
5871                                 mes "I understood science a";
5872                                 mes "little bit better. Now, you'll";
5873                                 mes "have to excuse me. I've been distracted long enough as it is...";
5874                                 close2;
5875                                 warp "lhz_in01",228,226;
5876                                 end;
5877                         case 2:
5878                                 mes "[Sueii Slierre]";
5879                                 mes "What exactly do you mean?";
5880                                 mes "Are you sure that you haven't";
5881                                 mes "misunderstood anything about";
5882                                 mes "Wolfchev's work? You'll need";
5883                                 mes "to illustrate your claim for us";
5884                                 mes "to be on the same page...";
5885                                 next;
5886                                 switch(select("Show Evidence:Cancel")) {
5887                                 case 1:
5888                                         if (countitem(7345) > 0) {
5889                                                 mes "^3355FFYou reveal the Handcuffs";
5890                                                 mes "you found in the laboratory,";
5891                                                 mes "and Secretary Slierre's face";
5892                                                 mes "is instantly shadowed by a";
5893                                                 mes "deeply troubled look.^000000";
5894                                                 next;
5895                                                 mes "[Sueii Slierre]";
5896                                                 mes "...";
5897                                                 mes "......";
5898                                                 next;
5899                                                 select("What's Regenschirm up to?:What's Wolfchev up to?");
5900                                                 mes "[Sueii Slierre]";
5901                                                 mes "...";
5902                                                 mes "......";
5903                                                 emotion e_ic,"Secretary Slierre#li";
5904                                                 next;
5905                                                 mes "[Sueii Slierre]";
5906                                                 mes "So... You're";
5907                                                 mes "suspicious about";
5908                                                 mes "Wolfchev's research in";
5909                                                 mes "the Regenschirm Laboratory?";
5910                                                 next;
5911                                                 switch(select("Yes:No")) {
5912                                                 case 1:
5913                                                         break;
5914                                                 case 2:
5915                                                         mes "[Sueii Slierre]";
5916                                                         mes "Wait, what exactly";
5917                                                         mes "do you feel suspicious";
5918                                                         mes "about? Basically, which";
5919                                                         mes "party do you feel is most";
5920                                                         mes "at fault in this situation?";
5921                                                         next;
5922                                                         switch(select("Regenschirm:Mr. Wolfchev")) {
5923                                                         case 1:
5924                                                                 mes "[Sueii Slierre]";
5925                                                                 mes "Let me assure you that";
5926                                                                 mes "Regenschirm has a strict set";
5927                                                                 mes "of protocals and procedures";
5928                                                                 mes "to ensure safety and the";
5929                                                                 mes "prevention of unnecessary";
5930                                                                 mes "cruelty in experimentation.";
5931                                                                 next;
5932                                                                 switch(select("What about the creatures in Regenschirm?")) {
5933                                                                 case 1:
5934                                                                         mes "[Sueii Slierre]";
5935                                                                         mes "Creatures? I would";
5936                                                                         mes "guess that they're the";
5937                                                                         mes "result of experimentation.";
5938                                                                         mes "But I wouldn't know for sure.";
5939                                                                         next;
5940                                                                         break;
5941                                                                 }
5942                                                                 break;
5943                                                         case 2:
5944                                                                 break;
5945                                                         }
5946                                                         break;
5947                                                 }
5948                                                 mes "[Sueii Slierre]";
5949                                                 mes "I can't be sure right";
5950                                                 mes "now, but this looks like";
5951                                                 mes "fairly concrete evidence.";
5952                                                 mes "We'll send some people over";
5953                                                 mes "to Regenschirm right away!";
5954                                                 next;
5955                                                 mes "[Sueii Slierre]";
5956                                                 mes "For now, your claim";
5957                                                 mes "merits an investigation.";
5958                                                 mes "I'll let you know if we";
5959                                                 mes "find anything significant...";
5960                                                 set lhz_curse,30;
5961                                                 close;
5962                                         }
5963                                         else {
5964                                                 mes "[Sueii Slierre]";
5965                                                 mes "Evidence...?";
5966                                                 mes "I'm sorry, but you don't";
5967                                                 mes "seem to be carrying anything";
5968                                                 mes "that can be construed as proof.";
5969                                                 mes "I suggest you bring something that actually supports your claim.";
5970                                                 set lhz_curse,29;
5971                                                 close;
5972                                         }
5973                                         break;
5974                                 case 2:
5975                                         mes "[Sueii Slierre]";
5976                                         mes "If you're finished,";
5977                                         mes "I'd like to get back on";
5978                                         mes "task. Please excuse me.";
5979                                         close2;
5980                                         set lhz_curse,30;
5981                                         end;
5982                                 }
5983                                 break;
5984                         }
5985                         break;
5986                 }
5987         }
5988         else if (lhz_curse == 29) {
5989                 mes "[Sueii Slierre]";
5990                 mes "Hmm, have you come back";
5991                 mes "to address your claim about";
5992                 mes "Wolfchev's work? If you don't";
5993                 mes "have any evidence, then you";
5994                 mes "shouldn't be making rumors...";
5995                 next;
5996                 if (countitem(7345) > 0) {
5997                         mes "^3355FFYou reveal the Handcuffs";
5998                         mes "you found in the laboratory,";
5999                         mes "and Secretary Slierre's face";
6000                         mes "is instantly shadowed by a";
6001                         mes "deeply troubled look.^000000";
6002                         next;
6003                         mes "[Sueii Slierre]";
6004                         mes "...";
6005                         mes "......";
6006                         next;
6007                         select("What's Regenschirm up to?:What's Wolfchev up to?");
6008                         mes "[Sueii Slierre]";
6009                         mes "...";
6010                         mes "......";
6011                         emotion e_ic,"Secretary Slierre#li";
6012                         next;
6013                         mes "[Sueii Slierre]";
6014                         mes "So... You're";
6015                         mes "suspicious about";
6016                         mes "Wolfchev's research in";
6017                         mes "the Regenschirm Laboratory?";
6018                         next;
6019                         switch(select("Yes:No")) {
6020                         case 1:
6021                                 break;
6022                         case 2:
6023                                 mes "[Sueii Slierre]";
6024                                 mes "Wait, what exactly";
6025                                 mes "do you feel suspicious";
6026                                 mes "about? Basically, which";
6027                                 mes "party do you feel is most";
6028                                 mes "at fault in this situation?";
6029                                 next;
6030                                 switch(select("Regenschirm:Mr. Wolfchev")) {
6031                                 case 1:
6032                                         mes "[Sueii Slierre]";
6033                                         mes "Let me assure you that";
6034                                         mes "Regenschirm has a strict set";
6035                                         mes "of protocals and procedures";
6036                                         mes "to ensure safety and the";
6037                                         mes "prevention of unnecessary";
6038                                         mes "cruelty in experimentation.";
6039                                         next;
6040                                         switch(select("What about the creatures in Regenschirm?")) {
6041                                         case 1:
6042                                                 mes "[Sueii Slierre]";
6043                                                 mes "Creatures? I would";
6044                                                 mes "guess that they're the";
6045                                                 mes "result of experimentation.";
6046                                                 mes "But I wouldn't know for sure.";
6047                                                 next;
6048                                                 break;
6049                                         }
6050                                         break;
6051                                 case 2:
6052                                         break;
6053                                 }
6054                                 break;
6055                         }
6056                         mes "[Sueii Slierre]";
6057                         mes "I can't be sure right";
6058                         mes "now, but this looks like";
6059                         mes "fairly concrete evidence.";
6060                         mes "We'll send some people over";
6061                         mes "to Regenschirm right away!";
6062                         next;
6063                         mes "[Sueii Slierre]";
6064                         mes "For now, your claim";
6065                         mes "merits an investigation.";
6066                         mes "I'll let you know if we";
6067                         mes "find anything significant...";
6068                         set lhz_curse,30;
6069                         close;
6070                 }
6071                 else {
6072                         mes "[Sueii Slierre]";
6073                         mes "Hmm. I can't consider";
6074                         mes "whatever you brought this";
6075                         mes "time as evidence that would";
6076                         mes "allay my doubts about your";
6077                         mes "claim. Now, if you'll excuse";
6078                         mes "me, I need to get back on task.";
6079                         set lhz_curse,29;
6080                         close2;
6081                         warp "lhz_in01",228,226;
6082                         end;
6083                 }
6084         }
6085         else if (lhz_curse == 30) {
6086                 set .@li_keka,rand(1,10);
6087                 if (.@li_keka > 7) {
6088                         if (checkweight(1201,1) == 0) {
6089                                 mes "[Sueii Slierre]";
6090                                 mes "Oh, I'd like to have";
6091                                 mes "a word with you. Would";
6092                                 mes "you please come back after";
6093                                 mes "reducing the weight of the";
6094                                 mes "items you are carrying please?";
6095                                 close;
6096                         }
6097                         mes "[Sueii Slierre]";
6098                         mes "Oh good, you're here.";
6099                         mes "You were right all along.";
6100                         mes "In our investigation, we found";
6101                         mes "that Wolfchev was conducting";
6102                         mes "unauthorized and very dangerous";
6103                         mes "research. I owe you our thanks.";
6104                         next;
6105                         select("What was he doing...?");
6106                         mes "[Sueii Slierre]";
6107                         mes "It turns out that Wolfchev";
6108                         mes "was kidnapping weak and sick";
6109                         mes "people from the slums and";
6110                         mes "using them as his guinea pigs.";
6111                         mes "Rest assured, he'll be punished";
6112                         mes "for his behavior, if not fired.";
6113                         next;
6114                         mes "[Sueii Slierre]";
6115                         mes "I think you deserve an";
6116                         mes "apology. Without your";
6117                         mes "report, our corporation's";
6118                         mes "reputation could have been";
6119                         mes "potentially damaged. Thank you.";
6120                         next;
6121                         mes "[Sueii Slierre]";
6122                         mes "Yes, there's nothing so";
6123                         mes "taboo as trying to perform";
6124                         mes "Homunculus experiments";
6125                         mes "on people! Anyway, please";
6126                         mes "accept this as a token of";
6127                         mes "our gratitude, adventurer.";
6128                         set lhz_curse,31;
6129                         changequest 2094,2095;
6130                         getitem 603,1; //Old_Blue_Box
6131                         getitem 12016,10; //Speed_Up_Potion
6132                         next;
6133                         mes "[Sueii Slierre]";
6134                         mes "Let me promise you";
6135                         mes "that Rekenber will ensure";
6136                         mes "that this kind of incident";
6137                         mes "will not be repeated and";
6138                         mes "we'll do everything in our";
6139                         mes "power to compensate for this...";
6140                         close;
6141                 }
6142                 else {
6143                         mes "[Sueii Slierre]";
6144                         mes "Oh, our investigation";
6145                         mes "of your claim is still in";
6146                         mes "progress. However, we";
6147                         mes "will let you know when any";
6148                         mes "new developments arise.";
6149                         close;
6150                 }
6151         }
6152         else if (lhz_curse > 30) {
6153                 mes "[Sueii Slierre]";
6154                 mes "I'm glad to know that";
6155                 mes "we have such proactive";
6156                 mes "and concerned customers";
6157                 mes "such as yourself to support";
6158                 mes "the Rekenber Corporation.";
6159                 close;
6160         }
6161         else {
6162                 mes "[Sueii Slierre]";
6163                 mes "Excuse me, but you are";
6164                 mes "not allowed to be in here.";
6165                 mes "Please visit the Help Desk";
6166                 mes "if you have any questions about";
6167                 mes "the Rekenber Corporation.";
6168                 mes "Thank you for cooperating.";
6169                 close;
6170         }
6171 }
6172
6173 lhz_que01,94,24,0       script  #li_end -1,2,2,{
6174 OnTouch_:
6175         if (lhz_curse > 30) {
6176                 mes "^3131FFThere's no trace of";
6177                 mes "that mad scientist. Only";
6178                 mes "his stacks of well organized";
6179                 mes "files remain here in the lab.^000000";
6180                 if (lhz_curse == 31) {
6181                         set lhz_curse,32;
6182                         completequest 2095;
6183                 }
6184                 close;
6185         }
6186         end;
6187 }
6188
6189 lhz_in01,43,114,0       script  #li_toend       45,1,1,{
6190 OnTouch_:
6191         if (lhz_curse > 30) {
6192                 warp "lhz_que01",97,30;
6193         }
6194         else {
6195                 warp "lhz_in01",277,130;
6196         }
6197         end;
6198 }
6199
6200 lhz_que01,97,33,0       warp    #li_toin01      1,1,lhz_in01,43,120
6201 lhz_in01,278,132,0      warp    #li_toin02      1,1,lhz_in01,43,120
6202
6203 lhz_que01,89,15,3       script  File#li 111,{
6204         mes "Name: Engeod";
6205         mes "Age: XX";
6206         mes "Height: XXX";
6207         mes "Weight: XX";
6208         next;
6209         mes "Name: Kashutii";
6210         mes "Age: XX";
6211         mes "Height: XXX";
6212         mes "Weight: XX";
6213         next;
6214         mes "Name: Prufoz";
6215         mes "Age: XX";
6216         mes "Height: XXX";
6217         mes "Weight: XX";
6218         close;
6219 }
6220
6221 lhz_in01,269,114,3      script  A File#li-1     111,{
6222         mes "Name: Engeod";
6223         mes "Age: XX";
6224         mes "Height: XXX";
6225         mes "Weight: XX";
6226         next;
6227         mes "Name: Kashutii";
6228         mes "Age: XX";
6229         mes "Height: XXX";
6230         mes "Weight: XX";
6231         next;
6232         mes "Name: Prufoz";
6233         mes "Age: XX";
6234         mes "Height: XXX";
6235         mes "Weight: XX";
6236         close;
6237 }
6238
6239 // President Quest, a.k.a. Schwartzvalt Triology Quest
6240 //============================================================
6241 lighthalzen,179,170,4   script  Ordinary Man    98,{
6242
6243         if(!lhz_boss)
6244         {
6245                 mes "[Ghalstein]";
6246                 mes "Hello there~";
6247                 mes "Isn't Lighthalzen such";
6248                 mes "a wonder to behold with";
6249                 mes "all of its splendor and";
6250                 mes "magnificent beauty?";
6251                 next;
6252                 switch( select( "I guess.","Yes, it is.","Well, I don't know." ) )
6253                 {
6254                         case 1:
6255                                 mes "[Ghalstein]";
6256                                 mes "Oh, and the weather is";
6257                                 mes "so nice today, perfect";
6258                                 mes "for a stroll in the park";
6259                                 mes "or a lovely picnic. Ah~";
6260                                 break;
6261
6262                         case 2:
6263                                 mes "[Ghalstein]";
6264                                 mes "Oh, I'm so glad you";
6265                                 mes "agree. The people who";
6266                                 mes "live here are so kind and";
6267                                 mes "so happy, you can literally";
6268                                 mes "feel everyone's gentle warmth.";
6269                                 break;
6270
6271                         case 3:
6272                                 mes "[Ghalstein]";
6273                                 mes "Well, maybe if you";
6274                                 mes "don't see it right this";
6275                                 mes "moment, I'm sure you'll";
6276                                 mes "discover something to";
6277                                 mes "love about this city soon.";
6278                                 break;
6279                 }
6280                 next;
6281                 if(BaseLevel < 60)
6282                 {
6283                         mes "[Ghalstein]";
6284                         mes "Ha ha ha!";
6285                         mes "Anyway, I hope you";
6286                         mes "have a good day today~";
6287                         close;
6288                 }
6289                 mes "[Ghalstein]";
6290                 mes "Yes, Lighthalzen";
6291                 mes "couldn't be perfecter.";
6292                 mes "Ahahahaha... But still...";
6293                 mes "Hm. Um. Oh, never mind.";
6294                 next;
6295                 mes "[Ghalstein]";
6296                 mes "Ha ha ha!";
6297                 mes "Anyway, I hope you";
6298                 mes "have a good day today~";
6299                 set lhz_boss,1;
6300                 close;
6301         }
6302         else if(lhz_boss == 1)
6303         {
6304                 if(rand(1,5) == 4)
6305                 {
6306                         mes "[Ghalstein]";
6307                         mes "Hm? It's a little";
6308                         mes "cloudy today, isn't it?";
6309                         mes "It would be nice to stay";
6310                         mes "inside, listening to some";
6311                         mes "nice music while enjoying";
6312                         mes "a hot cup of tea, wouldn't it?";
6313                         close;
6314                 }
6315                 mes "[Ghalstein]";
6316                 mes "Ahhh!";
6317                 mes "Such pleasant weather~";
6318                 mes "I'm so glad I'm outside";
6319                 mes "and enjoying the sunlight.";
6320                 mes "Feel it. It's so warm and";
6321                 mes "nice on your face, isn't it?";
6322                 close;
6323         }
6324         else if(lhz_boss == 2)
6325         {
6326                 mes "[Ghalstein]";
6327                 mes "The sun is gently";
6328                 mes "shining, the breeze is";
6329                 mes "gently blowing. Oh, this";
6330                 mes "weather could not be better!";
6331                 next;
6332                 switch( select( "Yes, you're right.","Uh, what were you doing just now?" ) )
6333                 {
6334                         case 1:
6335                                 mes "[Ghalstein]";
6336                                 mes "Yes, right now is the";
6337                                 mes "best time to be outside";
6338                                 mes "and to enjoy all of this";
6339                                 mes "fresh, wonderful air. Come,";
6340                                 mes "take a deep breath with me.";
6341                                 mes "Ooooh. Ahhhhhh~ Excellent!";
6342                                 close;
6343
6344                         case 2:
6345                                 mes "[Ghalstein]";
6346                                 mes "...";
6347                                 mes "......";
6348                                 mes "I don't quite follow what";
6349                                 mes "you're saying. I was merely";
6350                                 mes "enjoying the sunny perfection";
6351                                 mes "of Lighthalzen as usual...";
6352                                 next;
6353                                 switch( select( "But I heard you talking about something..." ) )
6354                                 {
6355                                         case 1:
6356                                                 break;
6357                                 }
6358                                 mes "[Ghalstein]";
6359                                 mes "No! You must";
6360                                 mes "have mistaken me";
6361                                 mes "for somebody else!";
6362                                 mes "Now, if you'll excuse me...";
6363                                 set lhz_boss,3;
6364                                 next;
6365                                 mes "^3355FFEven if it wasn't";
6366                                 mes "Ghalstein that you";
6367                                 mes "just heard, he reacted";
6368                                 mes "pretty strongly to what";
6369                                 mes "you said to to him. Almost";
6370                                 mes "as if he had something to hide... ^000000";
6371                                 close;
6372                 }
6373         }
6374         else if(lhz_boss == 3)
6375         {
6376                 mes "[Ghalstein]";
6377                 mes "Hm? Judging from the";
6378                 mes "look on your face, you";
6379                 mes "apparently still believe";
6380                 mes "that I was involved in some";
6381                 mes "kind of clandestine meeting.";
6382                 next;
6383                 switch( select( "Yes, I'm sure of it!","Well..." ) )
6384                 {
6385                         case 1:
6386                                 mes "["+strcharinfo(0)+"]";
6387                                 mes "Yes, I'm sure of it!";
6388                                 mes "That was definitely you!";
6389                                 mes "Your voice, your way of";
6390                                 mes "speaking is unmistakable!";
6391                                 next;
6392                                 mes "[Ghalstein]";
6393                                 mes "......";
6394                                 mes "..........";
6395                                 mes "...............";
6396                                 next;
6397                                 mes "[Ghalstein]";
6398                                 mes "Alright. Yes, it's";
6399                                 mes "true that I did meet";
6400                                 mes "someone in secret. But";
6401                                 mes "what gives you the right";
6402                                 mes "to interrogate me in this";
6403                                 mes "rather aggressive fashion?";
6404                                 next;
6405                                 switch( select( "I'm not interrogating...","Sorry about that." ) )
6406                                 {
6407                                         case 1:
6408                                                 mes "["+strcharinfo(0)+"]";
6409                                                 mes "I'm not interrogating";
6410                                                 mes "you. No, not at all.";
6411                                                 mes "It's, um, it's just...";
6412                                                 next;
6413                                                 switch( select( "Who are you dealing with?","I was just curious." ) )
6414                                                 {
6415                                                         case 1:
6416                                                                 mes "["+strcharinfo(0)+"]";
6417                                                                 mes "Who are you dealing";
6418                                                                 mes "with? I heard something";
6419                                                                 mes "about some organization";
6420                                                                 mes "that's supposedly very";
6421                                                                 mes "powerful and I'm starting";
6422                                                                 mes "to get really concerned.";
6423                                                                 next;
6424                                                                 mes "["+strcharinfo(0)+"]";
6425                                                                 mes "I don't think I can";
6426                                                                 mes "ignore hearing about";
6427                                                                 mes "any kind of dangerous";
6428                                                                 mes "corporation, even if";
6429                                                                 mes "I wanted to. Turning my";
6430                                                                 mes "back to this seems wrong...";
6431                                                                 next;
6432                                                                 mes "[Ghalstein]";
6433                                                                 mes "Hm...";
6434                                                                 mes "You really";
6435                                                                 mes "feel that way?";
6436                                                                 next;
6437                                                                 mes "[Ghalstein]";
6438                                                                 mes "Please give me";
6439                                                                 mes "a moment. I need";
6440                                                                 mes "some time to think";
6441                                                                 mes "about how I can best";
6442                                                                 mes "handle this situation.";
6443                                                                 set lhz_boss,4;
6444                                                                 close;
6445
6446                                                         case 2:
6447                                                                 mes "[Ghalstein]";
6448                                                                 mes "Just curious...?";
6449                                                                 mes "Well, I hope that";
6450                                                                 mes "you don't interfere";
6451                                                                 mes "too much with other";
6452                                                                 mes "people's lives just";
6453                                                                 mes "out of curiosity.";
6454                                                                 next;
6455                                                                 mes "[Ghalstein]";
6456                                                                 mes "You really shouldn't";
6457                                                                 mes "make something your";
6458                                                                 mes "business if you're not";
6459                                                                 mes "interested or willing";
6460                                                                 mes "to commit. Now, if you";
6461                                                                 mes "would excuse me...";
6462                                                                 close;
6463                                                 }
6464                                         case 2:
6465                                                 mes "["+strcharinfo(0)+"]";
6466                                                 mes "Sorry about that.";
6467                                                 mes "I didn't mean to";
6468                                                 mes "stick my nose into";
6469                                                 mes "your personal business.";
6470                                                 next;
6471                                                 mes "[Ghalstein]";
6472                                                 mes "Well, that's quite";
6473                                                 mes "alright. I accept";
6474                                                 mes "your apology, but";
6475                                                 mes "I must warn you";
6476                                                 mes "not to pry into my";
6477                                                 mes "personal affairs.";
6478                                                 close;
6479                                 }
6480
6481                         case 2:
6482                                 mes "["+strcharinfo(0)+"]";
6483                                 mes "Well...";
6484                                 mes "Now I don't know.";
6485                                 mes "I suppose I could";
6486                                 mes "be wrong, I guess.";
6487                                 next;
6488                                 mes "[Ghalstein]";
6489                                 mes ".......";
6490                                 mes "Yes, I wouldn't";
6491                                 mes "recommend running";
6492                                 mes "around, indiscriminately";
6493                                 mes "accusing random people";
6494                                 mes "of doing strange things.";
6495                                 close;
6496                 }
6497         }
6498         else if(lhz_boss == 4)
6499         {
6500                 mes "[Ghalstein]";
6501                 mes "I've come into a";
6502                 mes "decision and found";
6503                 mes "a way that I can let";
6504                 mes "you into my confidence";
6505                 mes "without putting the efforts";
6506                 mes "of my organization at risk.";
6507                 next;
6508                 mes "[Ghalstein]";
6509                 mes "As you may have already";
6510                 mes "guessed, I'm a member of an";
6511                 mes "organization whose ultimate";
6512                 mes "goal is to put an end to the";
6513                 mes "Rekenber Corporation.";
6514                 next;
6515                 mes "[Ghalstein]";
6516                 mes "However, before I relate";
6517                 mes "more information regarding";
6518                 mes "my organization and its work, I shall require your cooperation.";
6519                 next;
6520                 switch( select( "How can I cooperate?" ) )
6521                 {
6522                         case 1:
6523                                 break;
6524                 }
6525                 mes "["+strcharinfo(0)+"]";
6526                 mes "How can I cooperate?";
6527                 mes "Um, what exactly is it";
6528                 mes "that you want me to do?";
6529                 next;
6530                 mes "[Ghalstein]";
6531                 mes "You do seem interested";
6532                 mes "in knowing more about us,";
6533                 mes "and we can also use your";
6534                 mes "expertise as an adventurer.";
6535                 mes "But first you must decide if";
6536                 mes "you will commit to cooperation.";
6537                 next;
6538                 switch( select( "I still don't get it...","Sure, I'll cooperate.","No, thanks." ) )
6539                 {
6540                         case 1:
6541                                 mes "[Ghalstein]";
6542                                 mes "Alright, let me make this ";
6543                                 mes "clearer for you. You have";
6544                                 mes "two choices.";
6545                                 next;
6546                                 switch( select( "Two choices?" ) )
6547                                 {
6548                                         case 1:
6549                                                 break;
6550                                 }
6551                                 mes "[Ghalstein]";
6552                                 mes " If you choose";
6553                                 mes "to cooperate with us, you'll";
6554                                 mes "need to periodically drink";
6555                                 mes "this red magic tonic.";
6556                                 next;
6557                                 mes "[Ghalstein]";
6558                                 mes "The red tonic will allow";
6559                                 mes "us to monitor your every";
6560                                 mes "move so that we know you";
6561                                 mes "won't betray us. You'll have to";
6562                                 mes "continue cooperating or else";
6563                                 mes "we won't give you the cure.";
6564                                 next;
6565                                 mes "[Ghalstein]";
6566                                 mes "Throughout our mission,";
6567                                 mes "you'll need to take a red";
6568                                 mes "tonic every so often to avoid";
6569                                 mes "suffering fron unpleasant";
6570                                 mes "consequences. When we";
6571                                 mes "finish, you get the antidote.";
6572                                 next;
6573                                 switch( select( "........." ) )
6574                                 {
6575                                         case 1:
6576                                                 break;
6577                                 }
6578                                 mes "[Ghalstein]";
6579                                 mes "If you choose not to";
6580                                 mes "cooperate, simply drink";
6581                                 mes "this blue tonic, which will";
6582                                 mes "erase every fragment of your";
6583                                 mes "memory regarding our meeting.";
6584                                 next;
6585                                 mes "[Ghalstein]";
6586                                 mes "So, what have";
6587                                 mes "you decided to do?";
6588                                 next;
6589                                 switch( select( "Don't cooperate","Cooperate" ) )
6590                                 {
6591                                         case 1:
6592                                                 break;
6593
6594                                         case 2:
6595                                                 mes "[Ghalstein]";
6596                                                 mes "Ah, good choice.";
6597                                                 mes "So will you take";
6598                                                 mes "this red tonic?";
6599                                                 next;
6600                                                 switch( select( "Do not take it.","Take it." ) )
6601                                                 {
6602                                                         case 1:
6603                                                                 break;
6604
6605                                                         case 2:
6606                                                                 mes "[Ghalstein]";
6607                                                                 mes "Very good.";
6608                                                                 mes "Then please,";
6609                                                                 mes "drink this right away.";
6610                                                                 next;
6611                                                                 mes "^3355FFYou drink the red tonic.";
6612                                                                 mes "It doesn't feel any different";
6613                                                                 mes "from a Red Potion, but it";
6614                                                                 mes "would be wise to cooperate";
6615                                                                 mes "with Ghalstein until this";
6616                                                                 mes "mission is accomplished.^000000";
6617                                                                 next;
6618                                                                 mes "[Ghalstein]";
6619                                                                 mes "You may feel a little";
6620                                                                 mes "disoriented after drinking";
6621                                                                 mes "this tonic for the first time.";
6622                                                                 mes "I'll give you a moment to";
6623                                                                 mes "steady yourself before we";
6624                                                                 mes "talk about our mission.";
6625                                                                 set lhz_boss,5;
6626                                                                 close;
6627                                                 }
6628                                                 break;
6629                                 }
6630                                 break;
6631
6632                         case 2:
6633                                 mes "[Ghalstein]";
6634                                 mes "Ah, good choice.";
6635                                 mes "So will you take";
6636                                 mes "this red tonic?";
6637                                 next;
6638                                 switch( select( "Do not take it.","Take it." ) )
6639                                 {
6640                                         case 1:
6641                                                 break;
6642
6643                                         case 2:
6644                                                 mes "[Ghalstein]";
6645                                                 mes "Very good.";
6646                                                 mes "Then please,";
6647                                                 mes "drink this right away.";
6648                                                 next;
6649                                                 mes "^3355FFYou drink the red tonic.";
6650                                                 mes "It doesn't feel any different";
6651                                                 mes "from a Red Potion, but it";
6652                                                 mes "would be wise to cooperate";
6653                                                 mes "with Ghalstein until this";
6654                                                 mes "mission is accomplished.^000000";
6655                                                 next;
6656                                                 mes "[Ghalstein]";
6657                                                 mes "You may feel a little";
6658                                                 mes "disoriented after drinking";
6659                                                 mes "this tonic for the first time.";
6660                                                 mes "I'll give you a moment to";
6661                                                 mes "steady yourself before we";
6662                                                 mes "talk about our mission.";
6663                                                 set lhz_boss,5;
6664                                                 close;
6665                                 }
6666
6667                         case 3:
6668                                 break;
6669                 }
6670                 mes "[Ghalstein]";
6671                 mes "You really feel";
6672                 mes "that way? Well, that's";
6673                 mes "a shame. Pity, really...";
6674                 next;
6675                 mes "^3355FFYou suddenly get the";
6676                 mes "weird feeling that someone";
6677                 mes "has been behind you this";
6678                 mes "entire time. As you slowly";
6679                 mes "turn around to look, you";
6680                 mes "were knocked unconscious...^000000";
6681                 percentheal 100,0;
6682                 percentheal -50,0;
6683                 next;
6684                 mes "..........";
6685                 mes "........";
6686                 mes ".....";
6687                 mes "..";
6688                 next;
6689                 mes "[??????]";
6690                 mes "^666666Now...^000000";
6691                 if(Sex == SEX_MALE) mes "^666666Make him^000000";
6692                 else mes "^666666Make her^000000";
6693                 mes "^666666swallow this pill.^000000";
6694                 next;
6695                 mes "^3355FFYou're forced to swallow";
6696                 mes "some strange pill which";
6697                 mes "immediately makes all your";
6698                 mes "thoughts hazier until it begins";
6699                 mes "to feel like your entire mind";
6700                 mes "is getting bleached somehow.^000000";
6701                 set lhz_boss,0;
6702                 close2;
6703                 warp "lighthalzen",217,313;
6704                 end;
6705         }
6706         else if(lhz_boss == 5)
6707         {
6708                 mes "[Ghalstein]";
6709                 mes "So how are you feeling?";
6710                 mes "Any nausea that you may";
6711                 mes "be experiencing should";
6712                 mes "be going away very soon.";
6713                 mes "Anyway, let's get started.";
6714                 next;
6715                 mes "[Ghalstein]";
6716                 mes "Rekenber Corporation";
6717                 mes "is closely affiliated with";
6718                 mes "Regenschirm, an underground";
6719                 mes "laboratory inhabited by strange";
6720                 mes "and suspicious creatures.";
6721                 next;
6722                 mes "[Ghalstein]";
6723                 mes "Your mission will be to";
6724                 mes "infiltrate this underground lab";
6725                 mes "and bring back evidence which";
6726                 mes "proves the existence of these";
6727                 mes "creatures. You must gather";
6728                 mes "various kinds of proof.";
6729                 next;
6730                 mes "[Ghalstein]";
6731                 mes "But more importantly,";
6732                 mes "there is ^FF0000something there";
6733                 mes "that you have to bring";
6734                 mes "back to me^000000. I can't tell";
6735                 mes "you exactly what it is,";
6736                 mes "but trust me. You'll know.";
6737                 next;
6738                 mes "[Ghalstein]";
6739                 mes "If you search the";
6740                 mes "Laboratory enough,";
6741                 mes "you'll find what I'm";
6742                 mes "talking about. In any";
6743                 mes "case, you'll need to find";
6744                 mes "a way to get inside the lab.";
6745                 next;
6746                 mes "[Ghalstein]";
6747                 mes "It might be helpful to";
6748                 mes "know that we've received";
6749                 mes "reports about disappearances";
6750                 mes "of people from the ^FF0000eastside";
6751                 mes "slums^000000. We believe they are";
6752                 mes "perhaps traveling illegally...";
6753                 next;
6754                 mes "[Ghalstein]";
6755                 mes "If someone there is";
6756                 mes "transporting people";
6757                 mes "without authorization,";
6758                 mes "maybe you can find a";
6759                 mes "contact who can sneak";
6760                 mes "you inside the Laboratory.";
6761                 set lhz_boss,6;
6762                 changequest 12015,12016;
6763                 close;
6764         }
6765         else if(lhz_boss == 6)
6766         {
6767                 mes "[Ghalstein]";
6768                 mes "For now, it may be best";
6769                 mes "to start investigating the";
6770                 mes "eastside slums to see if you";
6771                 mes "can find somebody who can";
6772                 mes "get you inside the Laboratory.";
6773                 close;
6774         }
6775         else if(lhz_boss == 7)
6776         {
6777                 if(!(MISC_QUEST&512))
6778                 {
6779                         mes "[Ghalstein]";
6780                         mes "An error occurred.";
6781                         close;
6782                 }
6783                 if ((countitem(7346)) && (countitem(7347) > 9) && (countitem(7345) > 9))
6784                 {
6785                         mes "[Ghalstein]";
6786                         mes "Ah, this looks like a";
6787                         mes "sufficient amount of";
6788                         mes "evidence for us to be";
6789                         mes "able to effectively attack";
6790                         mes "our enemy. I believe you're";
6791                         mes "ready for the next mission.";
6792                         next;
6793                         mes "[Ghalstein]";
6794                         mes "But first, I believe it's";
6795                         mes "time for another red tonic";
6796                         mes "dose so that we can keep";
6797                         mes "monitoring you. Oh, and";
6798                         mes "don't worry, it's not addictive";
6799                         mes "or anything strange like that.";
6800                         next;
6801                         mes "[Ghalstein]";
6802                         mes "Now, find ^FF0000Gusharr^000000, one of";
6803                         mes "our members, ^FF0000near Juno^000000.";
6804                         mes "He will tell you about your";
6805                         mes "next mission. Show this to";
6806                         mes "him to prove that you are";
6807                         mes "working with us. Don't forget.";
6808                         delitem 7346,1; //Pile_Of_Ymir_Heart
6809                         delitem 7347,10; //Lab_Staff_Record
6810                         delitem 7345,10; //Armlet_Of_Prisoner
6811                         set lhz_boss,8;
6812                         getitem 7348,1; //Indication_Of_Member01
6813                         changequest 12016,12017;
6814                         close;
6815                 }
6816                 else if((!countitem(7346)) && (!countitem(7347)) && (!countitem(7345)))
6817                 {
6818                         mes "[Ghalstein]";
6819                         mes "When you get inside the";
6820                         mes "Laboratory, make sure that";
6821                         mes "you search around for any";
6822                         mes "records and get any sort of";
6823                         mes "concrete evidence we can";
6824                         mes "use. I'll be counting on you.";
6825                         close;
6826                 }
6827                 else
6828                 {
6829                         mes "[Ghalstein]";
6830                         mes "We'll need more evidence";
6831                         mes "than this from the Laboratory";
6832                         mes "to make any impact against our";
6833                         mes "enemy. I know what we need is";
6834                         mes "difficult to find, but I'm sure";
6835                         mes "that you can pull this off.";
6836                         close;
6837                 }
6838         }
6839         else if(lhz_boss == 8)
6840         {
6841                 mes "[Ghalstein]";
6842                 mes "Please find Gushaar";
6843                 mes "in the vicinity of Juno.";
6844                 mes "He will give you all the";
6845                 mes "details for your next mission.";
6846                 close;
6847         }
6848         else if(lhz_boss < 25)
6849         {
6850                 mes "[Ghalstein]";
6851                 mes "You've made the decision";
6852                 mes "to help us in order to learn";
6853                 mes "more about our organzation.";
6854                 mes "We appreciate all the help we";
6855                 mes "can get, but I hope you don't";
6856                 mes "regret getting in this deep.";
6857                 next;
6858                 mes "[Ghalstein]";
6859                 mes "There's a certain price";
6860                 mes "for knowledge. I believe";
6861                 mes "you're capable of paying it,";
6862                 mes "but whether or not this ordeal";
6863                 mes "will be worthwhile to you is";
6864                 mes "difficult to determine.";
6865                 close;
6866         }
6867         else if(lhz_boss < 43)
6868         {
6869                 mes "[Ghalstein]";
6870                 mes "You're so close to";
6871                 mes "accomplishing your";
6872                 mes "mission. If all goes as";
6873                 mes "planned, we can do some";
6874                 mes "real damage to our enemy.";
6875                 mes "And you'll finally be free.";
6876                 close;
6877         }
6878         else if(lhz_boss == 43)
6879         {
6880                 mes "[Ghalstein]";
6881                 mes "I can't believe what";
6882                 mes "happened. I just heard";
6883                 mes "that the president was";
6884                 mes "betrayed! This is horrible!";
6885                 mes "We'll have to start all over.";
6886                 mes "Was it all for nothing?!";
6887                 next;
6888                 mes "[Ghalstein]";
6889                 mes "No. No, Jargeah would be";
6890                 mes "so disappointed in me if";
6891                 mes "I just gave up. I'll have to";
6892                 mes "follow our dream, no matter";
6893                 mes "what the obstacles are.";
6894                 mes "Jargeah, give me strength!";
6895                 next;
6896                 mes "[Ghalstein]";
6897                 mes "Also, you've done a great";
6898                 mes "service for us. Although we";
6899                 mes "failed, you carried out your";
6900                 mes "missions perfectly. Here,";
6901                 mes "take this antidote so that";
6902                 mes "you'll finally be free of us.";
6903                 next;
6904                 mes "[Ghalstein]";
6905                 mes "I'd like you to take";
6906                 mes "this small gift, as way";
6907                 mes "of apology. We asked you";
6908                 mes "to do so much, but ultimately,";
6909                 mes "we weren't able to accomplish";
6910                 mes "what we set out to do. Still...";
6911                 set lhz_boss,44;
6912                 getitem 617,1; //Old_Violet_Box
6913                 getexp (checkre(3))?180000:1800000,0;
6914                 completequest 12028;
6915                 next;
6916                 mes "[Ghalstein]";
6917                 mes "I'd like to thank you";
6918                 mes "for everything. Hopefully,";
6919                 mes "you found the answers";
6920                 mes "that you were looking for";
6921                 mes "when you decided to help";
6922                 mes "us. Farewell, faithful friend.";
6923                 close;
6924         }
6925         else
6926         {
6927                 mes "[Ghalstein]";
6928                 mes "I hate being patient,";
6929                 mes "but the old adage is";
6930                 mes "true. He who runs away,";
6931                 mes "lives to fight another day.";
6932                 mes "But that day seems so";
6933                 mes "far off into the future...";
6934                 close;
6935         }
6936 }
6937
6938 lighthalzen,173,167,1   script  Switch  -1,2,4,{
6939
6940 OnTouch_:
6941         if(lhz_boss == 1)
6942         {
6943                 mes "[??????]";
6944                 mes "^666666Come on.";
6945                 mes "This way.^000000";
6946                 next;
6947                 mes "[??????]";
6948                 mes "^333333Hurry up, before";
6949                 mes "the others see you...^000000";
6950                 next;
6951                 mes "["+strcharinfo(0)+"]";
6952                 mes "(Wait a second...";
6953                 mes "That voice is";
6954                 mes "awfully familiar.)";
6955                 next;
6956                 switch( select( "Ignore it.","Keep listening." ) )
6957                 {
6958                         case 1:
6959                                 mes "["+strcharinfo(0)+"]";
6960                                 mes "(That voice is";
6961                                 mes "awfully familiar...";
6962                                 mes "But what do I care?)";
6963                                 close;
6964
6965                         case 2:
6966                                 mes "["+strcharinfo(0)+"]";
6967                                 mes "(This is too weird.";
6968                                 mes "I guess I better keep";
6969                                 mes "listening to see what";
6970                                 mes "I can learn about this...)";
6971                                 next;
6972                                 mes "[??????]";
6973                                 mes "^333333So why did you tell";
6974                                 mes "me to come to such";
6975                                 mes "a dangerous place...?^000000";
6976                                 next;
6977                                 mes "^3355FFThat's...^000000";
6978                                 mes "That's ^660000Ghalstein's^3355FF voice!^000000";
6979                                 next;
6980                                 mes "[????]";
6981                                 mes "^666666Something unexpected";
6982                                 mes "came up. Hence the sudden";
6983                                 mes "change in plans. Now listen...^000000";
6984                                 next;
6985                                 mes "^3355FFSuddenly, both of the";
6986                                 mes "voices grew much quieter";
6987                                 mes "as the two men spoke to each";
6988                                 mes "other in low, hoarse whispers";
6989                                 mes "that are almost inaudible.^000000";
6990                                 next;
6991                                 mes "[????]";
6992                                 mes "^666666....";
6993                                 mes "...Relate.....";
6994                                 mes "...Business.....Kafr...^000000";
6995                                 next;
6996                                 mes "[Ghalstein]";
6997                                 mes "^333333Oh. That does";
6998                                 mes "sound very urgent.";
6999                                 mes "But it's not safe to";
7000                                 mes "talk about this here.";
7001                                 mes "Let's move somewhere";
7002                                 mes "a little more secure.^000000";
7003                                 next;
7004                                 mes "[????]";
7005                                 mes "^666666No problem.";
7006                                 mes "........................^000000";
7007                                 next;
7008                                 mes "........................";
7009                                 mes ".....................";
7010                                 mes "..................";
7011                                 next;
7012                                 mes "^3355FFThat other voice...";
7013                                 mes "Whoever it belonged";
7014                                 mes "to is gone! What's";
7015                                 mes "going on here?^000000";
7016                                 set lhz_boss,2;
7017                                 setquest 12015;
7018                                 close;
7019                 }
7020         }
7021 }
7022
7023 yuno_fild04,165,245,4   script  Dismal Guy      89,{
7024
7025         if(lhz_boss < 8)
7026         {
7027                 mes "[Gushaar]";
7028                 mes "Decisions, decisions.";
7029                 mes "Sometimes it's hard to";
7030                 mes "make a choice when it";
7031                 mes "isn't clear which one will";
7032                 mes "give you the most benefit.";
7033                 next;
7034                 mes "[Gushaar]";
7035                 mes "I think most of the good";
7036                 mes "things in life have some";
7037                 mes "kind of cost, but they're";
7038                 mes "usually worth it. I mean,";
7039                 mes "nothing would have any";
7040                 mes "worth without any cost, right?";
7041                 close;
7042         }
7043         else if(lhz_boss == 8)
7044         {
7045                 mes "[Gushaar]";
7046                 mes "Alright. Choose";
7047                 mes "your poison. I got";
7048                 mes "two different kinds of";
7049                 mes "tonics for you, red and blue.";
7050                 mes "So which one will you drink?";
7051                 next;
7052                 switch( select( "????","Red Tonic","Blue Tonic" ) )
7053                 {
7054                         case 1:
7055                                 mes "[Gushaar]";
7056                                 mes "Well, when you don't";
7057                                 mes "make a decision, you";
7058                                 mes "don't take action. And";
7059                                 mes "when you don't take any";
7060                                 mes "action, nothing happens.";
7061                                 mes "Come on, don't be boring~";
7062                                 close;
7063
7064                         case 2:
7065                                 mes "[Gushaar]";
7066                                 mes "Red, huh? I like";
7067                                 mes "your style. But, eh,";
7068                                 mes "isn't there something";
7069                                 mes "you want to show me first?";
7070                                 next;
7071                                 switch( select( "Oh, right!","What are you talking about?" ) )
7072                                 {
7073                                         case 1:
7074                                                 if(!countitem(7348))
7075                                                 {
7076                                                         mes "[Gushaar]";
7077                                                         mes "Hey... Umm...";
7078                                                         mes "Aren't you supposed";
7079                                                         mes "to be carrying some";
7080                                                         mes "sort of secret something?";
7081                                                         mes "I'd tell you want it was if we";
7082                                                         mes "weren't so, well, secretive.";
7083                                                         close;
7084                                                 }
7085                                                 mes "^3355FFYou suavely flash";
7086                                                 mes "your Membership Card";
7087                                                 mes "to Gushaar, who gives";
7088                                                 mes "you an approving nod.^000000";
7089                                                 next;
7090                                                 mes "[Gushaar]";
7091                                                 mes "Yeah, that's what";
7092                                                 mes "I wanted to see. Good,";
7093                                                 mes "you're the one I've been";
7094                                                 mes "waiting here for. Alright,";
7095                                                 mes "just give me a second...";
7096                                                 set lhz_boss,9;
7097                                                 close;
7098
7099                                         case 2:
7100                                                 mes "[Gushaar]";
7101                                                 mes "Huh?! Oh geez, I almost";
7102                                                 mes "never make this mistake.";
7103                                                 mes "I'm sorry, I thought you might";
7104                                                 mes "have been someone else.";
7105                                                 close;
7106                                 }
7107
7108                         case 3:
7109                                 mes "[Gushaar]";
7110                                 mes "Blue...? Huh.";
7111                                 mes "That shouldn't be";
7112                                 mes "the one you want.";
7113                                 mes "Well, if you're who";
7114                                 mes "I think you are... Are you?";
7115                                 close;
7116                 }
7117         }
7118         else if(lhz_boss == 9)
7119         {
7120                 mes "[Gushaar]";
7121                 mes "Alright, first of all,";
7122                 mes "you should know why the";
7123                 mes "Rekenber Corporation is";
7124                 mes "our sworn enemy. Did you";
7125                 mes "know that it basically controls";
7126                 mes "the Schwaltzvalt Republic?";
7127                 next;
7128                 mes "[Gushaar]";
7129                 mes "They're so powerful, they";
7130                 mes "manipulate everything in the";
7131                 mes "economy, media and even the";
7132                 mes "politics of this nation. There are other corporations, sure, but";
7133                 mes "they're nothing in comparsion.";
7134                 next;
7135                 mes "[Gushaar]";
7136                 mes "Rekenber Corporation...";
7137                 mes "They've even got a hold on";
7138                 mes "all the other companies, simply";
7139                 mes "by bribing politicians to pass";
7140                 mes "the bills they want passed.";
7141                 mes "This isn't a real republic...";
7142                 next;
7143                 mes "[Gushaar]";
7144                 mes "The ultimate goal of our";
7145                 mes "group, ''Secret Wing,'' is to";
7146                 mes "establish true independence";
7147                 mes "in the Schwaltzvalt Republic";
7148                 mes "by destroying Rekenber Corporation.";
7149                 next;
7150                 mes "[Gushaar]";
7151                 mes "Fortunately, the new president";
7152                 mes "of the Schwaltzvalt Republic,";
7153                 mes "Mr. Weierstrass, is sympathetic";
7154                 mes "to our cause. He is working with us to bring about a revolution and";
7155                 mes "overthrow Rekenber Corporation.";
7156                 next;
7157                 mes "[Gushaar]";
7158                 mes "Your mission will be to";
7159                 mes "visit with the president and";
7160                 mes "bring back any information";
7161                 mes "he may have for us. Remember,";
7162                 mes "because of his position, you can only see him during certain hours.";
7163                 set lhz_boss,10;
7164                 close;
7165         }
7166         else if(lhz_boss == 10)
7167         {
7168                 mes "[Gushaar]";
7169                 mes "I hope you understand";
7170                 mes "''Secret Wing's'' ultimate";
7171                 mes "goal now. In any case, you've";
7172                 mes "got to meet our president,";
7173                 mes "Karl Theodor Weierstrass.";
7174                 next;
7175                 mes "[Gushaar]";
7176                 mes "It won't be easy to see";
7177                 mes "such an important man,";
7178                 mes "so show your Secret Wing";
7179                 mes "Membership Card to his";
7180                 mes "secretary and there should";
7181                 mes "be very little hassle.";
7182                 next;
7183                 mes "[Gushaar]";
7184                 mes "Because of his schedule,";
7185                 mes "you'll only be allowed to see";
7186                 mes "him from ^FF00008:00 PM to 11:00 PM^000000,";
7187                 mes "and from ^FF000011:00 AM to 2:00PM PST^000000.Good luck on this mission, friend.";
7188                 set lhz_boss,11;
7189                 changequest 12017,12018;
7190                 close;
7191         }
7192         else
7193         {
7194                 mes "[Gushaar]";
7195                 mes "Rekenber...";
7196                 mes "I shall see your";
7197                 mes "destruction if it's the";
7198                 mes "very last thing I do!";
7199                 close;
7200         }
7201 }
7202
7203 yuno_pre,69,20,4        script  Secretary#1     862,{
7204
7205         if(lhz_boss < 11)
7206         {
7207                 mes "[Hes O'Neil]";
7208                 mes "Good day, how";
7209                 mes "may I help you?";
7210                 next;
7211                 switch( select( "Oh. I'm fine, thanks.","I want to meet the president~","W-who are you...?" ) )
7212                 {
7213                         case 1:
7214                                 mes "[Hes O'Neil]";
7215                                 mes "Since this is an";
7216                                 mes "important government";
7217                                 mes "building, please keep";
7218                                 mes "in mind that certain areas,";
7219                                 mes "monitored by guards, are";
7220                                 mes "off limits to visitors.";
7221                                 close;
7222
7223                         case 2:
7224                                 mes "[Hes O'Neil]";
7225                                 mes "President Weierstrass?";
7226                                 mes "Do you have an appointment";
7227                                 mes "to meet with him today?";
7228                                 next;
7229                                 switch( select( "Yes","No" ) )
7230                                 {
7231                                         case 1:
7232                                                 mes "[Hes O'Neil]";
7233                                                 mes "Alright, let me see.";
7234                                                 mes "May I please have your";
7235                                                 mes "name so that I can look";
7236                                                 mes "it up in today's schedule?";
7237                                                 next;
7238                                                 switch( select( ""+strcharinfo(0)+"" ) )
7239                                                 {
7240                                                         case 1:
7241                                                                 break;
7242                                                 }
7243                                                 mes "[Hes O'Neil]";
7244                                                 mes ""+strcharinfo(0)+"?";
7245                                                 mes "I'm sorry, but I can't find";
7246                                                 mes "your name on the list. You";
7247                                                 mes "can only visit the president";
7248                                                 mes "if you have an appointment.";
7249                                                 mes "Thank you for your cooperation.";
7250                                                 close;
7251
7252                                         case 2:
7253                                                 mes "[Hes O'Neil]";
7254                                                 mes "I'm so sorry, but because";
7255                                                 mes "the president is an incredibly" ;
7256                                                 mes "busy man, he can only make";
7257                                                 mes "time to see the people who";
7258                                                 mes "have an appointment.";
7259                                                 close;
7260                                 }
7261
7262                         case 3:
7263                                 mes "[Hes O'Neil]";
7264                                 mes "Hmm...?";
7265                                 mes "I'm the personal";
7266                                 mes "secretary to the";
7267                                 mes "president of the";
7268                                 mes "Schwartzvalt Republic,";
7269                                 mes "if that's what you mean.";
7270                                 close;
7271                 }
7272         }
7273         else if(lhz_boss < 16)
7274         {
7275                 mes "[Hes O'Neil]";
7276                 mes "Good day, how";
7277                 mes "may I help you?";
7278                 next;
7279                 switch( select( "Show Secret Wing Card.","I'm here to see the president.","Nothing." ) )
7280                 {
7281                         case 1:
7282                                 if(!countitem(7348))
7283                                 {
7284                                         mes "^3355FFWait a second...";
7285                                         mes "You don't seem to";
7286                                         mes "be carrying your";
7287                                         mes "''Secret Wing''";
7288                                         mes "Membership Card.^000000";
7289                                         close;
7290                                 }
7291                                 if(((gettime(DT_HOUR) > 10) && (gettime(DT_HOUR) < 15)) || ((gettime(DT_HOUR) > 19) && (gettime(DT_HOUR) <= 23)))
7292                                 {
7293                                         mes "^3355FFYou suavely flash";
7294                                         mes "your ''Secret Wing''";
7295                                         mes "Membership Card.^000000";
7296                                         next;
7297                                         mes "[Hes O'Neil]";
7298                                         mes "Oh... I see.";
7299                                         mes "The president has";
7300                                         mes "been expecting you.";
7301                                         mes "Please, right this way.";
7302                                         close2;
7303                                         warp "yuno_pre",113,53;
7304                                         end;
7305                                 }
7306                                 mes "[Hes O'Neil]";
7307                                 mes "Oh... I see.";
7308                                 mes "I'm sorry, but you've";
7309                                 mes "come too early for your";
7310                                 mes "appointment. Would you";
7311                                 mes "come back to see the";
7312                                 mes "president later?";
7313                                 close;
7314
7315                         case 2:
7316                                 mes "[Hes O'Neil]";
7317                                 mes "President Weierstrass?";
7318                                 mes "Do you have an appointment";
7319                                 mes "to meet with him today?";
7320                                 next;
7321                                 switch( select( "Yes","No" ) )
7322                                 {
7323                                         case 1:
7324                                                 mes "[Hes O'Neil]";
7325                                                 mes "Alright, let me see.";
7326                                                 mes "May I please have your";
7327                                                 mes "name so that I can look";
7328                                                 mes "it up in today's schedule?";
7329                                                 next;
7330                                                 switch( select( ""+strcharinfo(0)+"" ) )
7331                                                 {
7332                                                         case 1:
7333                                                                 break;
7334                                                 }
7335                                                 mes "[Hes O'Neil]";
7336                                                 mes ""+strcharinfo(0)+"?";
7337                                                 mes "I'm sorry, but I can't find";
7338                                                 mes "your name on the list. You";
7339                                                 mes "can only visit the president";
7340                                                 mes "if you have an appointment.";
7341                                                 mes "Thank you for your cooperation.";
7342                                                 close;
7343
7344                                         case 2:
7345                                                 mes "[Hes O'Neil]";
7346                                                 mes "I'm so sorry, but because";
7347                                                 mes "the president is an incredibly" ;
7348                                                 mes "busy man, he can only make";
7349                                                 mes "time to see the people who";
7350                                                 mes "have an appointment.";
7351                                                 close;
7352                                 }
7353
7354                         case 3:
7355                                 mes "[Hes O'Neil]";
7356                                 mes "Since this is an";
7357                                 mes "important government";
7358                                 mes "building, please keep";
7359                                 mes "in mind that certain areas,";
7360                                 mes "monitored by guards, are";
7361                                 mes "off limits to visitors.";
7362                                 close;
7363                 }
7364         }
7365         else if(lhz_boss == 16)
7366         {
7367                 if(!countitem(7342))
7368                 {
7369                         mes "[Hes O'Neil]";
7370                         mes "Hm? I thought the";
7371                         mes "president was supposed";
7372                         mes "to give you some kind of";
7373                         mes "file, but perhaps I was";
7374                         mes "mistaken? Let me think...";
7375                         close;
7376                 }
7377                 mes "[Hes O'Neil]";
7378                 mes "Hello, may I be";
7379                 mes "of any assistance?";
7380                 next;
7381                 switch( select( "I brought this." ) )
7382                 {
7383                         case 1:
7384                                 break;
7385                 }
7386                 mes "[Hes O'Neil]";
7387                 mes "Ah, the file folder";
7388                 mes "I needed. I'm so sorry";
7389                 mes "to trouble you. Thank";
7390                 mes "you so much for your help.";
7391                 delitem 7342,1;
7392                 set lhz_boss,17;
7393                 close;
7394         }
7395         else if(lhz_boss < 21)
7396         {
7397                 mes "[Hes O'Neil]";
7398                 mes "I'm sorry, but the";
7399                 mes "president is currently";
7400                 mes "outside on business.";
7401                 mes "Please come back to";
7402                 mes "visit him another time.";
7403                 close;
7404         }
7405         else if(lhz_boss < 43)
7406         {
7407                 mes "[Hes O'Neil]";
7408                 mes "Oh, the president";
7409                 mes "is expecting you.";
7410                 mes "Please, go right";
7411                 if(Sex == SEX_MALE) mes "on ahead, sir.";
7412                 else mes "on ahead, ma'am.";
7413                 close2;
7414                 warp "yuno_pre",113,53;
7415                 end;
7416         }
7417         else if(hg_tre == 56)
7418         {
7419                 mes "[Hes O'Neil]";
7420                 mes "The President has given the order that ";
7421                 mes "nobody is allowed to enter this place.";
7422                 next;
7423                 mes "["+strcharinfo(0)+"]";
7424                 mes "However, you will change your mind after listening to my explanation.";
7425                 next;
7426                 mes "[Hes O'Neil]";
7427                 mes "...............";
7428                 mes "Is it something very important?";
7429                 next;
7430                 mes "["+strcharinfo(0)+"]";
7431                 mes "It is the most important thing.";
7432                 next;
7433                 mes "[Hes O'Neil]";
7434                 mes "Alright then, there you go.";
7435                 mes "(Whisper) I hope you will become his source of strength.";
7436                 close2;
7437                 warp "yuno_pre",113,53;
7438                 end;
7439         }
7440         else if(hg_tre > 56)
7441         {
7442                 mes "[Hes O'Neil]";
7443                 mes "The president said that you're welcome to visit him anytime.";
7444                 close2;
7445                 warp "yuno_pre",113,53;
7446                 end;
7447         }
7448         else
7449         {
7450                 mes "[Hes O'Neil]";
7451                 mes "I'm sorry...";
7452                 mes "It seems that the";
7453                 mes "president would like";
7454                 mes "to have some privacy now.";
7455                 close;
7456         }
7457 }
7458
7459 yuno_pre,95,71,5        script  Guard   852,{
7460
7461         if(lhz_boss < 11)
7462         {
7463                 mes "[Guard]";
7464                 mes "You are in the";
7465                 mes "President's House.";
7466                 mes "Arms are prohibited";
7467                 mes "without authorization in";
7468                 mes "this government building.";
7469                 mes "Thank you for your cooperation.";
7470                 close2;
7471                 nude;
7472                 warp "yuno_pre",83,22;
7473                 end;
7474         }
7475         else if(lhz_boss == 11 || lhz_boss == 12)
7476         {
7477                 if(lhz_boss == 12) set @visit_pre,rand(1,10);
7478                 if(@visit_pre == 7)
7479                 {
7480                         mes "[?????]";
7481                         mes "I see.";
7482                         mes "Then...";
7483                         next;
7484                         mes "[????????]";
7485                         mes "Ummm....";
7486                         mes "Understood...";
7487                         mes "......";
7488                         next;
7489                         enablenpc "A Fine Gentleman";
7490                         next;
7491                         mes "[?????]";
7492                         mes "..........";
7493                         next;
7494                         mes "[Guard]";
7495                         mes "Ah, Mr. Keshnaar.";
7496                         mes "Are you leaving?";
7497                         next;
7498                         mes "[Keshnaar]";
7499                         mes "Yes, it's about time";
7500                         mes "for me to depart. Ah,";
7501                         mes "and may I ask who this";
7502                         if(Sex == SEX_MALE) mes "young gentleman here is?";
7503                         else mes "lovely young lady is?";
7504                         next;
7505                         mes "[Guard]";
7506                         mes "Mr. Keshnaar,";
7507                         mes "I present "+strcharinfo(0)+".";
7508                         mes ""+strcharinfo(0)+", allow me";
7509                         mes "to introduce Eridan Keshnaar.";
7510                         next;
7511                         mes "[Keshnaar]";
7512                         mes "A pleasure to meet you.";
7513                         mes "Now, if you would excuse";
7514                         mes "me, I have some business";
7515                         mes "to attend to. Good day~";
7516                         next;
7517                         mes "[Guard]";
7518                         mes "Take care,";
7519                         mes "Mr. Keshnaar.";
7520                         set lhz_boss,13;
7521                         disablenpc "A Fine Gentleman";
7522                         close;
7523
7524                 }
7525                 mes "[Guard]";
7526                 mes "Please wait a moment.";
7527                 mes "Currently, the president";
7528                 mes "is seeing another guest.";
7529                 mes "Thank you for your patience.";
7530                 if(lhz_boss == 11) set lhz_boss,12;
7531                 close;
7532         }
7533         else if(lhz_boss == 13)
7534         {
7535                 mes "[Guard]";
7536                 mes "Now you may enter";
7537                 mes "and speak with the";
7538                 mes "president. Thank you";
7539                 mes "for waiting all this time.";
7540                 next;
7541                 switch( select( "Thank you.","Who was that gentleman...?" ) )
7542                 {
7543                         case 1:
7544                                 if(Sex == SEX_MALE) mes "A Mister "+strcharinfo(0)+"";
7545                                 else
7546                                 {
7547                                         if(getpartnerid()) mes "A Missis "+strcharinfo(0)+"";
7548                                         else mes "A Miss "+strcharinfo(0)+"";
7549                                 }
7550                                 mes "has arrived to see you now.";
7551                                 next;
7552                                 mes ".....";
7553                                 next;
7554                                 mes "[Mr. President]";
7555                                 mes "Oh, you're early!";
7556                                 mes "I'm sorry, but would you";
7557                                 mes "please wait one minute?";
7558                                 next;
7559                                 mes "[Guard]";
7560                                 mes "Yes, sir.";
7561                                 mes "My apologies, but would";
7562                                 mes "you please wait until the";
7563                                 mes "president is ready?";
7564                                 close;
7565
7566                         case 2:
7567                                 mes "[Guard]";
7568                                 mes "Oh, Mr. Keshnaar is the";
7569                                 mes "government negotiator from";
7570                                 mes "the Rekenber Corporation.";
7571                                 mes "He often visits the president";
7572                                 mes "to discuss various issues.";
7573                                 set lhz_boss,14;
7574                                 close;
7575                 }
7576         }
7577         else
7578         {
7579                 mes "[Guard]";
7580                 mes "Greetings.";
7581                 mes "You may enter to";
7582                 mes "see the president.";
7583                 close2;
7584                 warp "yuno_pre",78,69;
7585                 end;
7586         }
7587 }
7588
7589 yuno_pre,96,69,2        script  A Fine Gentleman        754,{
7590
7591 OnInit:
7592         disablenpc "A Fine Gentleman";
7593         end;
7594 }
7595
7596 yuno_pre,69,79,4        script  Mr. President   872,{
7597
7598         if(checkweight(7342,1) != 1)
7599         {
7600                 mes "- Wait a moment! -";
7601                 mes "- Currently you're carrying -";
7602                 mes "- too many items with you. -";
7603                 mes "- Please enlighten your weight -";
7604                 mes "- and try again. -";
7605                 close;
7606         }
7607         cutin "lhz_karl.bmp",2;
7608         if(lhz_boss < 11)
7609         {
7610                 mes "[Karl]";
7611                 mes "How did you get in here?";
7612                 mes "Please leave this place";
7613                 mes "immediately! Security...!";
7614                 close2;
7615                 cutin "",255;
7616                 warp "yuno_pre",83,22;
7617         }
7618         else if(lhz_boss == 14)
7619         {
7620                 mes "[Karl]";
7621                 mes "Ah, welcome~";
7622                 mes "I understand that you";
7623                 mes "must have had a lot of";
7624                 mes "trouble coming here.";
7625                 mes "It's a pleasure to";
7626                 mes "finally meet you.";
7627                 next;
7628                 mes "[Karl]";
7629                 mes "As I'm sure Ghalstein";
7630                 mes "has told you, ''Secret Wing''";
7631                 mes "was formed to overthrow the";
7632                 mes "evil Rekenber Corporation.";
7633                 mes "Now, I'm sure that you must";
7634                 mes "have some questions for me...";
7635                 next;
7636 L_Mission:
7637                 switch( select( "Secret Wing's Background","Rekenber's Purpose","Secret Wing's Goal","Details about my mission","I'm ready for my mission." ) )
7638                 {
7639                         case 1:
7640                                 mes "[Karl]";
7641                                 mes "Rekenber has been";
7642                                 mes "unopposed for a very long";
7643                                 mes "time. Our nation is unhappy";
7644                                 mes "with their rule, but since our";
7645                                 mes "country lacks solidarity, the";
7646                                 mes "people can do nothing.";
7647                                 next;
7648                                 mes "[Karl]";
7649                                 mes "But one day, I was contacted";
7650                                 mes "by some people who claimed to";
7651                                 mes "share my sentiments against";
7652                                 mes "the Rekenber Corporation.";
7653                                 mes "Later, I learned that they were";
7654                                 mes "from the Kafra Corporation.";
7655                                 next;
7656                                 mes "[Karl]";
7657                                 mes "Apparently, they were";
7658                                 mes "facing some aggressive";
7659                                 mes "competition from Cool";
7660                                 mes "Event Corp, which is";
7661                                 mes "actually backed by the";
7662                                 mes "Rekenber Corporation.";
7663                                 next;
7664                                 mes "[Karl]";
7665                                 mes "We decided to pool our";
7666                                 mes "resources to deal with what";
7667                                 mes "we perceived as a common";
7668                                 mes "enemy. Before long, we gathered";
7669                                 mes "more devotees to our cause and";
7670                                 mes "formed the ''Secret Wing.''";
7671                                 next;
7672                                 mes "[Karl]";
7673                                 mes "It may be helpful for";
7674                                 mes "you to know that our";
7675                                 mes "direct contact to the";
7676                                 mes "Kafra Corporation is the";
7677                                 mes "^FF00003rd Security Team^000000. Oh, did";
7678                                 mes "you have any other questions?";
7679                                 next;
7680                                 goto L_Mission;
7681
7682                         case 2:
7683                                 mes "[Karl]";
7684                                 mes "It's true that companies";
7685                                 mes "exist to create money, but";
7686                                 mes "the Rekenber Corporation";
7687                                 mes "is much more nefarious.";
7688                                 mes "They actually want to dominate the entire Rune-Midgard continent.";
7689                                 next;
7690                                 mes "[Karl]";
7691                                 mes "In fact, the chairman of";
7692                                 mes "that company is shrouded";
7693                                 mes "in mystery. Although I'm";
7694                                 mes "the president, I go through";
7695                                 mes "many difficulties just to";
7696                                 mes "send a message to him.";
7697                                 next;
7698                                 mes "[Karl]";
7699                                 mes "It's disheartening,";
7700                                 mes "but we really have no";
7701                                 mes "idea what their true goals";
7702                                 mes "and plans might be. Now, did";
7703                                 mes "you have any other questions?";
7704                                 next;
7705                                 goto L_Mission;
7706
7707                         case 3:
7708                                 mes "[Karl]";
7709                                 mes "''Secret Wing's'' only";
7710                                 mes "goal is to destroy the";
7711                                 mes "Rekenber Corporation in";
7712                                 mes "order to break the Schwaltzvalt Republic free from its oppression.";
7713                                 next;
7714                                 mes "[Karl]";
7715                                 mes "Of course, we realize";
7716                                 mes "that it will take time and";
7717                                 mes "a lot of sacrifice to make";
7718                                 mes "this a reality. Now, do you";
7719                                 mes "have anything else to ask?";
7720                                 next;
7721                                 goto L_Mission;
7722
7723                         case 4:
7724                                 mes "[Karl]";
7725                                 mes "Ah, your next mission.";
7726                                 mes "I'm ready to give you";
7727                                 mes "some of the details if";
7728                                 mes "you no longer have any";
7729                                 mes "questions to ask. Let me";
7730                                 mes "know when you are ready.";
7731                                 next;
7732                                 goto L_Mission;
7733
7734                         case 5:
7735                                 mes "[Karl]";
7736                                 mes "Very well, then.";
7737                                 mes "Your mission will not";
7738                                 mes "be too difficult, but it does";
7739                                 mes "have great urgency so you";
7740                                 mes "must accomplish it as soon";
7741                                 mes "as you can. Understood?";
7742                                 next;
7743                                 switch( select( "Wait, I have one more question!","Yes sir, Mr. President." ) )
7744                                 {
7745                                         case 1:
7746                                                 mes "[Karl]";
7747                                                 mes "Hm? I thought you";
7748                                                 mes "didn't have any more";
7749                                                 mes "questions. However, I still";
7750                                                 mes "have the luxury to give you";
7751                                                 mes "any answers that I can provide.";
7752                                                 next;
7753                                                 goto L_Mission;
7754
7755                                         case 2:
7756                                                 mes "[Karl]";
7757                                                 mes "I'm glad to hear that.";
7758                                                 mes "Alright, give me a second";
7759                                                 mes "to search for this file before";
7760                                                 mes "I explain the mission.";
7761                                                 set lhz_boss,15;
7762                                                 close2;
7763                                                 cutin "",255;
7764                                                 end;
7765                                 }
7766                 }
7767         }
7768         else if(lhz_boss == 15)
7769         {
7770                 mes "[Karl]";
7771                 mes "Now, you must first visit";
7772                 mes "the Kafra Headquarters in";
7773                 mes "Al De Baran and meet someone";
7774                 mes "named ^FF0000Benith^000000. She will tell you";
7775                 mes "all about your next mission.";
7776                 next;
7777                 mes "[Karl]";
7778                 mes "Be careful and do not";
7779                 mes "freely mention anything";
7780                 mes "about ''Secret Wing'' or";
7781                 mes "your cooperation with us as";
7782                 mes "it may jeopardize our goals.";
7783                 mes "Hurry, time is of the essence.";
7784                 next;
7785                 mes "[Karl]";
7786                 mes "Ah, before I forget,";
7787                 mes "please bring this file";
7788                 mes "folder to ^FF0000Ms. Hes O'Neil^000000";
7789                 mes "for me before you leave.";
7790                 mes "Thank you very much.";
7791                 set lhz_boss,16;
7792                 getitem 7342,1; //File01
7793                 changequest 12018,12019;
7794                 close2;
7795                 cutin "",255;
7796                 end;
7797         }
7798         else if(lhz_boss < 21)
7799         {
7800                 mes "[Karl]";
7801                 mes "Hurry and complete";
7802                 mes "the mission given to";
7803                 mes "you by Benith, who is";
7804                 mes "in the Kafra Headquarters";
7805                 mes "in Al De Baran. It is a very";
7806                 mes "urgent, high priority task...";
7807                 close2;
7808                 cutin "",255;
7809                 end;
7810         }
7811         else if(lhz_boss == 21)
7812         {
7813                 if(!countitem(7343))
7814                 {
7815                         mes "[Karl]";
7816                         mes "Hm? I was expecting";
7817                         mes "for you to bring me";
7818                         mes "back an important file.";
7819                         mes "Please hurry, our entire";
7820                         mes "organization is at stake!";
7821                         close2;
7822                         cutin "",255;
7823                         end;
7824                 }
7825                 mes "[Karl]";
7826                 mes "Ah, you're here.";
7827                 mes "Good work, I hear that";
7828                 mes "the mission was a success.";
7829                 mes "An official success anyway.";
7830                 mes "...............................";
7831                 next;
7832                 mes "[Karl]";
7833                 mes "Poor, dear sweet";
7834                 mes "Jargeah. Why him?";
7835                 mes "Must fate be so cruel";
7836                 mes "and harsh? I still can't";
7837                 mes "believe he's gone. Just";
7838                 mes "last week, we were...";
7839                 next;
7840                 mes "[Karl]";
7841                 mes "I'm sorry. You didn't";
7842                 mes "know him that well, but";
7843                 mes "all those who did know";
7844                 mes "him, loved him. And I can";
7845                 mes "say that with pride. L-let";
7846                 mes "me check the files a minute...";
7847                 delitem 7343,1;
7848                 set lhz_boss,22;
7849                 close2;
7850                 cutin "",255;
7851                 end;
7852         }
7853         else if(lhz_boss == 22)
7854         {
7855                 if(rand(1,5) == 3)
7856                 {
7857                         mes "[Karl]";
7858                         mes "Hm. After completely";
7859                         mes "reviewing this file, I've";
7860                         mes "found that it offers some";
7861                         mes "great leads, but it's still not";
7862                         mes "enough hard evidence to";
7863                         mes "really hurt Rekenber.";
7864                         next;
7865                         mes "[Karl]";
7866                         mes "However, according to";
7867                         mes "this, there's a researcher";
7868                         mes "from Rekenber named";
7869                         mes "Shinokas who vanished all";
7870                         mes "of a sudden. Apparently, he";
7871                         mes "knew some kind of secret.";
7872                         next;
7873                         mes "[Karl]";
7874                         mes "Luckily, my men have";
7875                         mes "reported sightings of";
7876                         mes "Shinokas somewhere in";
7877                         mes "Einbroch. He's certainly";
7878                         mes "out there. But what does";
7879                         mes "he have to hide?";
7880                         next;
7881                         mes "[Karl]";
7882                         mes "We must learn his";
7883                         mes "secret if we hope to";
7884                         mes "do any lasting damage to";
7885                         mes "the Rekenber Corporation.";
7886                         mes "Your next mission is to";
7887                         mes "find Shinokas. Good luck.";
7888                         next;
7889                         mes "[Karl]";
7890                         mes "And please hurry.";
7891                         mes "I don't want our enemies";
7892                         mes "to discover Shinokas before";
7893                         mes "we can get him to talk.";
7894                         changequest 12022,12023;
7895                         if(Shinokas_Quest == 11) set lhz_boss,24;
7896                         else set lhz_boss,23;
7897                         close2;
7898                         cutin "",255;
7899                         end;
7900                 }
7901                 mes "[Karl]";
7902                 mes "I'm sorry, but it's";
7903                 mes "taking me a long time";
7904                 mes "to analyze the information";
7905                 mes "in this file. A-and Jargeah";
7906                 mes "sacrificed himself to get";
7907                 mes "it for us. ^333333*Sigh*^000000 Jargeah...";
7908                 next;
7909                 mes "[Karl]";
7910                 mes "Why don't you relax";
7911                 mes "while I peruse this";
7912                 mes "file? I should be done";
7913                 mes "with this soon, hopefully...";
7914                 close2;
7915                 cutin "",255;
7916                 end;
7917         }
7918         else if(lhz_boss == 23)
7919         {
7920                 if(Shinokas_Quest == 11)
7921                 {
7922                         mes "[Karl]";
7923                         mes "Ymir's Heart Pieces?";
7924                         mes "Is that what they're";
7925                         mes "trying to collect?";
7926                         mes "What are they going";
7927                         mes "to do with something";
7928                         mes "so incredibly dangerous?!";
7929                         next;
7930                         mes "[Karl]";
7931                         mes "Huh. This new information";
7932                         mes "raises some new questions.";
7933                         mes "Fortunately, we have a new";
7934                         mes "lead from the spy who got";
7935                         mes "us the info on Shinokas.";
7936                         next;
7937                         mes "[Karl]";
7938                         mes "We've recently learned that";
7939                         mes "Shinokas managed to access";
7940                         mes "the Regenschirm Secret Archive, a lab affiliated with Rekenber.";
7941                         mes "That's how Shinokas was able";
7942                         mes "to learn so much about them.";
7943                         next;
7944                         mes "[Karl]";
7945                         mes "It will be difficult";
7946                         mes "and very dangerous to";
7947                         mes "access this archive, so";
7948                         mes "I want you to meet with";
7949                         mes "someone from the Kafra";
7950                         mes "Corporation near Lighthalzen.";
7951                         next;
7952                         mes "[Karl]";
7953                         mes "And don't worry...";
7954                         mes "She'll know exactly";
7955                         mes "who you are and";
7956                         mes "how to help you.";
7957                         set lhz_boss,26;
7958                         completequest 12023;
7959                         setquest 12024;
7960                         close2;
7961                         cutin "",255;
7962                         end;
7963                 }
7964                 mes "[Karl]";
7965                 mes "We don't know how";
7966                 mes "helpful Shinokas's";
7967                 mes "information may be for";
7968                 mes "us, but we must learn";
7969                 mes "anything we can about";
7970                 mes "the Rekenber Corporation.";
7971                 next;
7972                 mes "[Karl]";
7973                 mes "There is so much we";
7974                 mes "don't know about them.";
7975                 mes "Their motives, their methods,";
7976                 mes "almost all of the important";
7977                 mes "details are still in the dark.";
7978                 next;
7979                 mes "[Karl]";
7980                 mes "By all means, you";
7981                 mes "must find Shinokas and";
7982                 mes "see what you can learn!";
7983                 mes "Your efforts will not go";
7984                 mes "unrecognized, "+strcharinfo(0)+".";
7985                 close2;
7986                 cutin "",255;
7987                 end;
7988         }
7989         else if(lhz_boss == 24)
7990         {
7991                 mes "[Karl]";
7992                 mes "Hm? What's wrong?";
7993                 mes "Now that I think about";
7994                 mes "it, you reacted as if you";
7995                 mes "recognized his name back";
7996                 mes "when I mentioned Shinokas.";
7997                 next;
7998                 switch( select( "Oh, no. Not really.","Actually, Shinokas is..." ) )
7999                 {
8000                         case 1:
8001                                 mes "[Karl]";
8002                                 mes "Then it must be";
8003                                 mes "my imagination.";
8004                                 mes "Okay then, go and";
8005                                 mes "find Shinokas, he";
8006                                 mes "may be in grave";
8007                                 mes "danger as we speak!";
8008                                 close2;
8009                                 cutin "",255;
8010                                 end;
8011
8012                         case 2:
8013                                 mes "[Karl]";
8014                                 mes "Oh...";
8015                                 mes "You've already met";
8016                                 mes "Shinokas, did you?";
8017                                 mes "You witnessed his ";
8018                                 mes "death?! This is a very";
8019                                 mes "strange coincidence.";
8020                                 next;
8021                                 mes "[Karl]";
8022                                 mes "I see, there must be";
8023                                 mes "no need to investigate";
8024                                 mes "Shinokas now. And you";
8025                                 mes "did learn the secret for";
8026                                 mes "which he was hunted...";
8027                                 next;
8028                                 mes "[Guard]";
8029                                 mes "Mr. President,";
8030                                 mes "Ms. Hes O' Neil has an";
8031                                 mes "urgent message for you.";
8032                                 next;
8033                                 mes "[Karl]";
8034                                 mes "Hmm...";
8035                                 mes "Then please,";
8036                                 mes "let her in.";
8037                                 next;
8038                                 enablenpc "Secretary#2";
8039                                 next;
8040                                 mes "[Hes O'Neil]";
8041                                 mes "Sir, I'm sorry";
8042                                 mes "for interrupting";
8043                                 mes "you, but there's";
8044                                 mes "something I need to";
8045                                 mes "show you immediately!";
8046                                 next;
8047                                 mes "[Karl]";
8048                                 mes "Alright, let's";
8049                                 mes "have it. Let me";
8050                                 mes "see those new files.";
8051                                 mes "Oh, these are--! Thank";
8052                                 mes "you, Ms. O' Neil, you";
8053                                 mes "may leave now.";
8054                                 next;
8055                                 mes "[Hes O'Neil]";
8056                                 mes "Thank you sir.";
8057                                 mes "Once again, let me";
8058                                 mes "apologize for disturbing";
8059                                 mes "your private conference.";
8060                                 next;
8061                                 disablenpc "Secretary#2";
8062                                 next;
8063                                 mes "[Karl]";
8064                                 mes "Alright. Please let me";
8065                                 mes "review these documents";
8066                                 mes "to see if there are any";
8067                                 mes "new developments in the";
8068                                 mes "investigation involving";
8069                                 mes "Shinokas and his secret...";
8070                                 set lhz_boss,25;
8071                                 close2;
8072                                 cutin "",255;
8073                                 end;
8074                 }
8075         }
8076         else if(lhz_boss == 25)
8077         {
8078                 if(rand(1,10) == 8)
8079                 {
8080                         mes "[Karl]";
8081                         mes "Alright, I just";
8082                         mes "completed reading";
8083                         mes "all of these new reports";
8084                         mes "from our field agents.";
8085                         mes "Thank you for waiting.";
8086                         next;
8087                         mes "[Karl]";
8088                         mes "We've recently learned that";
8089                         mes "Shinokas managed to access";
8090                         mes "the Regenschirm  Secret Archive,a lab affiliated with Rekenber.";
8091                         mes "That's how Shinokas was able";
8092                         mes "to learn so much about them.";
8093                         next;
8094                         mes "[Karl]";
8095                         mes "It will be difficult";
8096                         mes "and very dangerous to";
8097                         mes "access this archive, so";
8098                         mes "I want you to meet with";
8099                         mes "someone from the Kafra";
8100                         mes "Corporation near Lighthalzen.";
8101                         next;
8102                         mes "[Karl]";
8103                         mes "If you keep looking around";
8104                         mes "the ^3355FFfields just outside of";
8105                         mes "Lighthalzen^000000, you'll certainly";
8106                         mes "find her. I'm sorry that I can't";
8107                         mes "tell you more, but we've got";
8108                         mes "to protect our security...";
8109                         next;
8110                         mes "[Karl]";
8111                         mes "And don't worry...";
8112                         mes "She'll know exactly";
8113                         mes "who you are and";
8114                         mes "how to help you.";
8115                         set lhz_boss,26;
8116                         completequest 12023;
8117                         setquest 12024;
8118                         close2;
8119                         cutin "",255;
8120                         end;
8121                 }
8122                 mes "[Karl]";
8123                 mes "I apologize, but it's";
8124                 mes "taking me a long time";
8125                 mes "to go through all of the";
8126                 mes "reports in these files.";
8127                 mes "Please give me a little more";
8128                 mes "time to make sense of them.";
8129                 close2;
8130                 cutin "",255;
8131                 end;
8132         }
8133         else if(lhz_boss < 37)
8134         {
8135                 mes "[Karl]";
8136                 mes "I hope you continue";
8137                 mes "to keep up the good";
8138                 mes "work, not only for the";
8139                 mes "sake of the Schwaltzvalt";
8140                 mes "Republic, but for peace";
8141                 mes "on all of Rune-Midgard.";
8142                 close2;
8143                 cutin "",255;
8144                 end;
8145         }
8146         else if(lhz_boss == 37)
8147         {
8148                 if(!countitem(7344))
8149                 {
8150                         mes "[Karl]";
8151                         mes "Did you find any";
8152                         mes "of that evidence in";
8153                         mes "the Secret Archive yet?";
8154                         mes "Hurry! The movements in";
8155                         mes "Rekenber Corporation are";
8156                         mes "making me feel really uneasy.";
8157                         close2;
8158                         cutin "",255;
8159                         end;
8160                 }
8161                 mes "[Karl]";
8162                 mes "Ah, you're here.";
8163                 mes "I've already received a";
8164                 mes "message from Esuna";
8165                 mes "about your success.";
8166                 mes "If you would, please";
8167                 mes "let me read the file...";
8168                 next;
8169                 mes "[Karl]";
8170                 mes "Ah, now everything is";
8171                 mes "clearer. Shinokas and his";
8172                 mes "friends were killed over";
8173                 mes "that piece of Ymir's Heart.";
8174                 mes "That's what the Rekenber";
8175                 mes "Corporation ultimately wants.";
8176                 next;
8177                 mes "[Karl]";
8178                 mes "But this raises some";
8179                 mes "new questions. What";
8180                 mes "are they planning to";
8181                 mes "do with Ymir's Heart?";
8182                 mes "It must be more powerful";
8183                 mes "than we had thought...";
8184                 next;
8185                 mes "[Karl]";
8186                 mes "We'll need even more";
8187                 mes "information. For now,";
8188                 mes "please go back to Esuna.";
8189                 mes "It seems that she just";
8190                 mes "received some critically";
8191                 mes "important intel to give you.";
8192                 delitem 7344,1;
8193                 set lhz_boss,38;
8194                 close2;
8195                 cutin "",255;
8196                 end;
8197         }
8198         else if(lhz_boss == 38)
8199         {
8200                 mes "[Karl]";
8201                 mes "Please hurry and meet";
8202                 mes "Esuna just outside of";
8203                 mes "Lighthalzen. Perhaps I am";
8204                 mes "getting paranoid, but I keep";
8205                 mes "getting the feeling that";
8206                 mes "Rekenber is on to us...";
8207                 close2;
8208                 cutin "",255;
8209                 end;
8210         }
8211         else if(lhz_boss == 39)
8212         {
8213                 if(!countitem(7343))
8214                 {
8215                         mes "[Karl]";
8216                         mes "You don't have the";
8217                         mes "file? Retrieve it for";
8218                         mes "me as soon as you can.";
8219                         mes "It's imperative that I read";
8220                         mes "what Esuna has to report!";
8221                         close2;
8222                         cutin "",255;
8223                         end;
8224                 }
8225                 mes "[Karl]";
8226                 mes "Ah, good to see you";
8227                 mes "again. I hear you have";
8228                 mes "some important news for";
8229                 mes "me, something of the utmost";
8230                 mes "urgency. But I fear the worst.";
8231                 next;
8232                 switch( select( "Give the file from Esuna." ) )
8233                 {
8234                         case 1:
8235                                 break;
8236                 }
8237                 mes "[Karl]";
8238                 mes "What...?";
8239                 mes "I can't believe this!";
8240                 mes "How can our security";
8241                 mes "be breached like this?!";
8242                 mes "Only someone from";
8243                 mes "really deep inside could...";
8244                 next;
8245                 mes "[Karl]";
8246                 mes "Please...";
8247                 mes "Would you go and";
8248                 mes "speak to Esuna one";
8249                 mes "more time? I need to";
8250                 mes "know more about how";
8251                 mes "all of this happened...";
8252                 delitem 7343,1;
8253                 set lhz_boss,40;
8254                 close2;
8255                 cutin "",255;
8256                 end;
8257         }
8258         else if(lhz_boss == 41)
8259         {
8260                 mes "[Karl]";
8261                 mes "No...";
8262                 mes "I can't...";
8263                 mes "Kurelle? We've";
8264                 mes "worked together,";
8265                 mes "trusted each other";
8266                 mes "for years. No, it's not....";
8267                 next;
8268                 mes "[Karl]";
8269                 mes "If it's true, then";
8270                 mes "that means I've been";
8271                 mes "playing into the enemy's";
8272                 mes "hands this whole time.";
8273                 mes "I've... I've got to know";
8274                 mes "and ask Kurelle myself.";
8275                 next;
8276                 mes "[Karl]";
8277                 mes "O'Neil!";
8278                 mes "Bring Kurelle in";
8279                 mes "here, right now!";
8280                 next;
8281                 mes "[Hes O'Neil]";
8282                 mes "...Yes, sir.";
8283                 mes "Right away.";
8284                 next;
8285                 set lhz_boss,42;
8286                 close2;
8287                 cutin "",255;
8288                 end;
8289         }
8290         else if(lhz_boss == 42)
8291         {
8292                 mes "[Guard]";
8293                 mes "Advisor Kurelle";
8294                 mes "is here now.";
8295                 next;
8296                 mes "[Karl]";
8297                 mes "Let him in!";
8298                 mes "...................";
8299                 next;
8300                 mes "[Guard]";
8301                 mes "...............?";
8302                 mes "Yes, sir...";
8303                 next;
8304                 enablenpc "A Neat Gentleman";
8305                 next;
8306                 mes "[Kurelle]";
8307                 mes "Hello, Mr. President.";
8308                 mes "What exactly did you";
8309                 mes "need from me today?";
8310                 next;
8311                 mes "[Karl]";
8312                 mes "...........";
8313                 mes ".......";
8314                 mes "...";
8315                 next;
8316                 mes "[Kurelle]";
8317                 mes "???";
8318                 mes ".......";
8319                 next;
8320                 mes "[Karl]";
8321                 mes "Did you...";
8322                 mes "Why did you betray us?!";
8323                 mes "After all this time, why now?";
8324                 next;
8325                 mes "[Kurelle]";
8326                 mes "...";
8327                 mes "......";
8328                 mes "So you know.";
8329                 mes "Well, you're smarter";
8330                 mes "than I gave you credit for.";
8331                 next;
8332                 mes "[Kurelle]";
8333                 mes "Ha ha ha~";
8334                 mes "Right, it was me.";
8335                 mes "Your right hand man.";
8336                 mes "I reported everything";
8337                 mes "you were doing to the";
8338                 mes "Rekenber Corporation.";
8339                 next;
8340                 mes "[Karl]";
8341                 mes "But why...?";
8342                 mes "I thought we were";
8343                 mes "working together for";
8344                 mes "the greater good, to";
8345                 mes "do the right thing?";
8346                 next;
8347                 mes "[Kurelle]";
8348                 mes "Forget that! I'm sick";
8349                 mes "of being second place";
8350                 mes "to you. All our lives, you've";
8351                 mes "always been on top. School,";
8352                 mes "athletics, politics. Well, here's my chance to finally beat you!";
8353                 next;
8354                 mes "[Karl]";
8355                 mes "I can't believe this. All";
8356                 mes "those years of friendship";
8357                 mes "were all a lie? We even";
8358                 mes "joined Secret Wing together.";
8359                 mes "This whole time, you were";
8360                 mes "harboring a silly grudge...";
8361                 next;
8362                 mes "[Kurelle]";
8363                 mes "Shut up! It's not a";
8364                 mes "silly grudge! ...You there.";
8365                 mes "Adventurer. Can't you see";
8366                 mes "this man is finished?! But";
8367                 mes "it's not too late. Join us.";
8368                 mes "Rekenber could use you.";
8369                 next;
8370                 mes "[Kurelle]";
8371                 mes "Now that I've helped";
8372                 mes "the Rekenber Corporation,";
8373                 mes "I'll get their support in the";
8374                 mes "next presidential election.";
8375                 mes "I'll beat you for sure, Karl!";
8376                 mes "Bwahahahahahaahahahhaah~!";
8377                 next;
8378                 disablenpc "A Neat Gentleman";
8379                 mes ".......";
8380                 mes ".........";
8381                 mes "...........";
8382                 next;
8383                 mes "[Karl]";
8384                 mes "It's all over for";
8385                 mes "now. This isn't good";
8386                 mes "at all. You're finished";
8387                 mes "here too. Go and talk to";
8388                 mes "^3355FFGhalstein^000000 again. It's time";
8389                 mes "we let you loose, adventurer.";
8390                 set lhz_boss,43;
8391                 // completequest 12028;
8392                 close2;
8393                 cutin "",255;
8394                 end;
8395         }
8396         else if(lght_boss == 43)
8397         {
8398                 mes "[Karl]";
8399                 mes ".........";
8400                 mes "............";
8401                 for(set .@i,12015; .@i < 12028; set .@i,.@i+1) {
8402                         if (checkquest(.@i) >= 0 && checkquest(.@i) < 2)
8403                                 completequest .@i;
8404                 }
8405                 close;
8406         }
8407         else if(hg_tre == 56)
8408         {
8409                 if(!countitem(7342))
8410                 {
8411                         mes "["+strcharinfo(0)+"]";
8412                         mes "Ah, where did I put the record?";
8413                         close;
8414                 }
8415                 mes "[Karl]";
8416                 mes "It's you.....!";
8417                 mes "It's really been a long time.";
8418                 next;
8419                 mes "["+strcharinfo(0)+"]";
8420                 mes "So, are you still having the idea to go against Rekenber?";
8421                 next;
8422                 mes "[Karl]";
8423                 mes "...................";
8424                 next;
8425                 mes "[Karl]";
8426                 mes "I'm not sure.";
8427                 mes "The Secret Wing has been disbanded and I am just another puppet they have, just like the previous presidents.";
8428                 next;
8429                 mes "["+strcharinfo(0)+"]";
8430                 mes "Not long ago, the scientists of Regenschrim have stolen the research record and destroyed the machines that they used for research purposes.";
8431                 next;
8432                 emotion e_gasp,0;
8433                 mes "[Karl]";
8434                 mes "...!";
8435                 mes "Did you do that? ";
8436                 mes "I still fail to move on after the incident of my friends' betrayal and the disband of the Secret Wing...";
8437                 mes "You are really a great friend.";
8438                 next;
8439                 mes "[Karl]";
8440                 mes "Didn't you speak about the research record just now?";
8441                 mes "Oh! Can you give me the record?";
8442                 mes "It will be a big trouble to them.";
8443                 next;
8444                 mes "["+strcharinfo(0)+"]";
8445                 mes "If you insist to go against them, I will give you the record.";
8446                 next;
8447                 mes "[Karl]";
8448                 mes "I am the president of this country.";
8449                 mes "I have failed before but I won't stop trying when there is still an opportunity.";
8450                 next;
8451                 mes "[Karl]";
8452                 mes "You remind me of the day I made up my mind to rebuild this country.";
8453                 mes "How could I forgot such important responsibilities of mine.";
8454                 next;
8455                 mes "["+strcharinfo(0)+"]";
8456                 mes "That's great.";
8457                 mes "Here's the record.";
8458                 mes "I hope you will make good use of it. ";
8459                 next;
8460                 mes "[Karl]";
8461                 mes "Let's see...";
8462                 next;
8463                 mes "[Karl]";
8464                 mes "Oh! That's some interesting information.";
8465                 next;
8466                 mes "["+strcharinfo(0)+"]";
8467                 mes "I have another good news. The Secret Wing has not given up yet. They are still working on the project and I hope that you won't be giving up on it too.";
8468                 next;
8469                 mes "[Karl]";
8470                 mes ".....I feel so sorry for what I did.";
8471                 next;
8472                 mes "[Karl]";
8473                 mes "Thank you for bringing this great gift. I will stay strong and work hard to achieve my target.";
8474                 next;
8475                 mes "[Karl]";
8476                 mes "I will recruit the new batch of members and use them to let the world know about what the corporation had really done.";
8477                 next;
8478                 mes "[Karl]";
8479                 mes "Thank you so much. ";
8480                 mes "You can count on me to right what was wrong.";
8481                 set hg_tre,57;
8482                 delitem 7342,1; //File01
8483                 getexp (checkre(3))?200000:2000000,0;
8484                 getitem 617,1;
8485                 close2;
8486                 cutin "",255;
8487                 end;
8488         }
8489         else if(hg_tre == 57)
8490         {
8491                 mes "[Karl]";
8492                 mes "I am trying to recruit capable people who can help me to bring down Rekenber Corporation.";
8493                 mes "Thanks to you, I have enough information as a good beginning to nail them now down.";
8494                 next;
8495                 mes "[Karl]";
8496                 mes "I have had my men to gather some information and learned that Regenschrim had stopped operating now.";
8497                 mes "You have done well for the Schwaltzvalt Republic.";
8498                 close2;
8499                 cutin "",255;
8500                 end;
8501         }
8502         else
8503         {
8504                 mes "[Karl]";
8505                 mes ".........";
8506                 mes "............";
8507                 close2;
8508                 cutin "",255;
8509                 end;
8510         }
8511 }
8512
8513 yuno_pre,77,68,0        script  Secretary#2     862,{
8514
8515 OnInit:
8516         disablenpc "Secretary#2";
8517         end;
8518 }
8519
8520 yuno_pre,75,73,0        script  A Neat Gentleman        109,{
8521
8522 OnInit:
8523         disablenpc "A Neat Gentleman";
8524         end;
8525 }
8526
8527 yuno_pre,117,60,0       script  Eavesdrop       -1,10,5,{
8528
8529 OnTouch_:
8530         if(lhz_boss == 16)
8531         {
8532                 mes "^3355FFWhat the...?";
8533                 mes "You can hear";
8534                 mes "whispers coming";
8535                 mes "from the window.^000000";
8536                 next;
8537                 mes "[????]";
8538                 mes "^333333That's expected...";
8539                 mes "But... Why did...";
8540                 mes "... the president...^000000";
8541                 next;
8542                 mes "[?????]";
8543                 mes "^666666.......So...................";
8544                 mes "...their investigation...";
8545                 mes "............of course.........";
8546                 mes "...just bait...................^000000";
8547                 next;
8548                 mes "[????]";
8549                 mes "^333333...Next election.....";
8550                 mes "..............................";
8551                 mes "....you'll be................";
8552                 mes "...............Can't stop us.^000000";
8553                 next;
8554                 mes "^3355FFThe whispers grow";
8555                 mes "lower and lower until";
8556                 mes "you can no longer hear";
8557                 mes "anything. One of those";
8558                 mes "voices seemed so familiar...^000000";
8559                 close;
8560         }
8561 }
8562
8563 aldebaran,58,225,4      script  Kafra Employee#l1       116,{
8564
8565         if(lhz_boss != 17)
8566         {
8567                 mes "[Kafra Employee]";
8568                 mes "Welcome to the";
8569                 mes "Kafra Headquarters.";
8570                 mes "Here in the heart of";
8571                 mes "Kafra's operations, you";
8572                 mes "can be provided with special";
8573                 mes "services offered nowhere else!";
8574                 next;
8575                 mes "[Kafra Employee]";
8576                 mes "If you need anything,";
8577                 mes "please inquire the Kafra";
8578                 mes "Employees inside the building.";
8579                 mes "Thank you and have a good day~";
8580                 close;
8581         }
8582         mes "[Kafra Employee]";
8583         mes "Good day~";
8584         mes "The Kafra Corporation is";
8585         mes "always working to ensure";
8586         mes "our customers' satisfaction.";
8587         mes "How may I help you today?";
8588         next;
8589         switch( select( "I have a question.","I'm fine, thanks." ) )
8590         {
8591                 case 1:
8592                         mes "[Kafra Employee]";
8593                         mes "Sure, I'll answer your";
8594                         mes "question to the best of";
8595                         mes "my ability. However, I may";
8596                         mes "need to reference you to";
8597                         mes "another employee for";
8598                         mes "specialized information.";
8599                         next;
8600                         switch( select( "Do you know where I can find Benith?" ) )
8601                         {
8602                                 case 1:
8603                                         break;
8604                         }
8605                         mes "[Kafra Employee]";
8606                         mes "Oh, Benith? Sure, you";
8607                         mes "can find her here inside";
8608                         mes "Kafra Headquarters to the";
8609                         mes "right somewhere. She wears";
8610                         mes "a special uniform, so you";
8611                         mes "can spot her easily.";
8612                         next;
8613                         mes "[Kafra Employee]";
8614                         mes "Okay then,";
8615                         mes "have a good day!";
8616                         mes "Always remember";
8617                         mes "that the Kafra Service";
8618                         mes "will be on your side~";
8619                         close;
8620
8621                 case 2:
8622                         mes "[Kafra Employee]";
8623                         mes "Feel free to ask any";
8624                         mes "one of our conveniently";
8625                         mes "located employees if you";
8626                         mes "ever have need of Kafra's";
8627                         mes "special services. Thank";
8628                         mes "you and have a nice day~";
8629                         close;
8630         }
8631 }
8632
8633 aldeba_in,155,240,5     script  Kafra Employee#l2       859,{
8634
8635         if(checkweight(7343,1) != 1)
8636         {
8637                 mes "^3355FFWait a second!";
8638                 mes "Right now, you're carrying";
8639                 mes "too many things with you.";
8640                 mes "Please come back after";
8641                 mes "using the Kafra Service";
8642                 mes "to store some of your items.^000000";
8643                 close;
8644         }
8645         if(lhz_boss < 17)
8646         {
8647                 mes "[Kafra Employee]";
8648                 mes "Welcome to";
8649                 mes "Kafra Headquarters.";
8650                 mes "What's new with Kafra?";
8651                 mes "Glad you asked. Right now,";
8652                 mes "we're developing a brand new";
8653                 mes "program with Cool Event Corp.";
8654                 next;
8655                 mes "[Kafra Employee]";
8656                 mes "This new program will";
8657                 mes "provide a direct teleport";
8658                 mes "service to dungeons for";
8659                 mes "the convenience of our";
8660                 mes "valued customers. Is";
8661                 mes "that not... exciting?";
8662                 next;
8663                 mes "[Kafra Employee]";
8664                 mes "Due to technical issues,";
8665                 mes "Kafra Corp and Cool Event";
8666                 mes "Corp cannot provide teleport";
8667                 mes "services to the same dungeon,";
8668                 mes "so one common teleport service";
8669                 mes "provider will be selected.";
8670                 next;
8671                 mes "[Kafra Employee]";
8672                 mes "Therefore, elections will";
8673                 mes "be held to determine which";
8674                 mes "company will provide this";
8675                 mes "Dungeon Teleport Service.";
8676                 mes "Please check the eligibility";
8677                 mes "requirements before voting.";
8678                 close;
8679         }
8680         else if(lhz_boss == 17)
8681         {
8682                 mes "[Kafra Employee]";
8683                 mes "Welcome to";
8684                 mes "Kafra Headquarters.";
8685                 mes "What's new with Kafra?";
8686                 mes "Glad you asked. Right now,";
8687                 mes "we're developing a brand new";
8688                 mes "program with Cool Event Corp.";
8689                 next;
8690                 mes "[Kafra Employee]";
8691                 mes "This new program will";
8692                 mes "provide a direct teleport";
8693                 mes "service to dungeons for";
8694                 mes "the convenience of our";
8695                 mes "valued customers. Is";
8696                 mes "that not... exciting?";
8697                 next;
8698                 mes "[Kafra Employee]";
8699                 mes "Due to technical issues,";
8700                 mes "Kafra Corp and Cool Event";
8701                 mes "Corp cannot provide teleport";
8702                 mes "services to the same dungeon,";
8703                 mes "so one common teleport service";
8704                 mes "provider will be selected.";
8705                 next;
8706                 mes "[Kafra Employee]";
8707                 mes "We'd like to inform";
8708                 mes "you that the customers";
8709                 mes "will decide the teleport";
8710                 mes "service provider through";
8711                 mes "an election. Your vote will";
8712                 mes "be much appreciated.";
8713                 next;
8714                 mes "[Kafra Employee]";
8715                 mes "Remember to take part";
8716                 mes "in the polls that will be";
8717                 mes "taking place in the cities";
8718                 mes "of Prontera and Juno.";
8719                 mes "Happy voting.";
8720                 next;
8721                 switch( select( "Okay.","I can't wait!" ) )
8722                 {
8723                         case 1:
8724                                 mes "[Kafra Employee]";
8725                                 mes "Uh oh...";
8726                                 mes "Did you have a question?";
8727                                 mes "In all honesty, I don't know";
8728                                 mes "very much about the services";
8729                                 mes "Kafra offers. My work is...";
8730                                 mes "I'm in a different department.";
8731                                 next;
8732                                 switch( select( "Oh, that's okay then.","Are you Benith..?" ) )
8733                                 {
8734                                         case 1:
8735                                                 mes "[Kafra Employee]";
8736                                                 mes "*Whew!*";
8737                                                 mes "Oh good. Well, if you";
8738                                                 mes "do have any questions";
8739                                                 mes "about the Kafra Services,";
8740                                                 mes "please ask one of the regular";
8741                                                 mes "Kafra Employees. Thank you.";
8742                                                 close;
8743
8744                                         case 2:
8745                                                 mes "[Benith]";
8746                                                 mes "Yes, that's me.";
8747                                                 mes "Is there anything";
8748                                                 mes "that I can do for you?";
8749                                                 next;
8750                                                 switch( select( "No, not really.","Show Membership Card." ) )
8751                                                 {
8752                                                         case 1:
8753                                                                 mes "[Benith]";
8754                                                                 mes "Really?";
8755                                                                 mes "Okay, then.";
8756                                                                 close;
8757
8758                                                         case 2:
8759                                                                 if(!countitem(7348))
8760                                                                 {
8761                                                                         mes "^3355FFWait...";
8762                                                                         mes "You can't show";
8763                                                                         mes "your ''Secret Wing''";
8764                                                                         mes "Membership Card";
8765                                                                         mes "if you don't have it!^000000";
8766                                                                         close;
8767                                                                 }
8768                                                                 mes "[Benith]";
8769                                                                 mes "Oh, I've been waiting";
8770                                                                 mes "for you. Finally, I can";
8771                                                                 mes "drop this promotional";
8772                                                                 mes "pretense and get down";
8773                                                                 mes "to business and tell you";
8774                                                                 mes "about your mission.";
8775                                                                 next;
8776                                                                 mes "[Benith]";
8777                                                                 mes "As an experienced";
8778                                                                 mes "adventurer, your specialty";
8779                                                                 mes "is in retrieving items and";
8780                                                                 mes "fighting against monsters.";
8781                                                                 mes "We have a rescue mission";
8782                                                                 mes "that suits your expertise.";
8783                                                                 next;
8784                                                                 mes "[Benith]";
8785                                                                 mes "One of our special";
8786                                                                 mes "agents got into an";
8787                                                                 mes "accident and is stuck";
8788                                                                 mes "in ^FF0000Grim Reaper's Valley^000000,";
8789                                                                 mes "located somewhere between";
8790                                                                 mes "Einbroch and Lighthalzen.";
8791                                                                 next;
8792                                                                 mes "[Benith]";
8793                                                                 mes "Our agent, Jargeah,";
8794                                                                 mes "is reported to be hiding";
8795                                                                 mes "near a broken bridge there.";
8796                                                                 mes "All of our other agents are";
8797                                                                 mes "assigned on other missions,";
8798                                                                 mes "so you're all he has right now.";
8799                                                                 next;
8800                                                                 mes "[Benith]";
8801                                                                 mes "He's seriously wounded,";
8802                                                                 mes "so please hurry before";
8803                                                                 mes "the enemy can get to him...";
8804                                                                 set lhz_boss,18;
8805                                                                 changequest 12019,12020;
8806                                                                 close;
8807                                                 }
8808                                 }
8809
8810                         case 2:
8811                                 mes "[Kafra Employee]";
8812                                 mes "That makes one of u--";
8813                                 mes "I mean, your participation";
8814                                 mes "is very much appreciated.";
8815                                 mes "Remember that Kafra is";
8816                                 mes "always on your side.";
8817                                 close;
8818                 }
8819         }
8820         else if(lhz_boss == 18)
8821         {
8822                 mes "[Benith]";
8823                 mes "Please hurry and save";
8824                 mes "Jargeah. If the enemy";
8825                 mes "gets to him before we";
8826                 mes "do, all his efforts, as well";
8827                 mes "as his life, may be forfeit.";
8828                 next;
8829                 mes "[Benith]";
8830                 mes "You should be able to";
8831                 mes "find him near a broken";
8832                 mes "bridge in Grim Reaper's";
8833                 mes "Valley, which is located";
8834                 mes "somewhere between";
8835                 mes "Einbroch and Lighthalzen.";
8836                 close;
8837         }
8838         else if(lhz_boss == 19)
8839         {
8840                 if(!countitem(7343))
8841                 {
8842                         mes "[Benith]";
8843                         mes "Please hurry!";
8844                         mes "I don't want the enemy";
8845                         mes "to find Jargeah before";
8846                         mes "we do! His life and the";
8847                         mes "Secret Wing are at stake!";
8848                         close;
8849                 }
8850                 mes "[Benith]";
8851                 mes "Great, you're back,";
8852                 mes "and you even have the";
8853                 mes "information that Jargeah";
8854                 mes "managed to obtain. But...";
8855                 mes "Where's Jargeah? Is he...?";
8856                 next;
8857                 switch( select( "He's in a better place." ) )
8858                 {
8859                         case 1:
8860                                 break;
8861                 }
8862                 mes "[Benith]";
8863                 mes "...";
8864                 mes "......";
8865                 next;
8866                 mes "[Benith]";
8867                 mes "What...?! Noooo!";
8868                 mes "Comrade Jargeah!";
8869                 mes "I swear to you your";
8870                 mes "death won't be in vain!";
8871                 mes "Why did another good man";
8872                 mes "have to die? Answer me!!";
8873                 next;
8874                 mes "[Benith]";
8875                 mes "I can't... No. We must";
8876                 mes "first honor Jargeah's noble";
8877                 mes "sacrifice before we can allow ourselves the luxury of mourning";
8878                 mes "our loss. Let me read these files first before you deliver them...";
8879                 delitem 7343,1;
8880                 set lhz_boss,20;
8881                 close;
8882         }
8883         else if(lhz_boss == 20)
8884         {
8885                 mes "[Benith]";
8886                 mes "Alright. Please take";
8887                 mes "this file to ^FF0000him^000000 now.";
8888                 mes "I believe you know";
8889                 mes "whom I am talking about.";
8890                 mes "The Secret Wing is counting";
8891                 mes "on you, brave adventurer.";
8892                 set lhz_boss,21;
8893                 getitem 7343,1; //File02
8894                 changequest 12021,12022;
8895                 next;
8896                 mes "[Benith]";
8897                 mes "I swear by my father's";
8898                 mes "grave that the tears I shed";
8899                 mes "for Jargeah will only be";
8900                 mes "matched by the blood I will";
8901                 mes "spill in holy retribution.";
8902                 mes "Jargeah, watch over me!";
8903                 close;
8904         }
8905         else
8906         {
8907                 mes "[Benith]";
8908                 mes "W-welcome to the";
8909                 mes "Kafra Headquarters.";
8910                 mes "What's new with Kafra?";
8911                 mes "^333333Glad... You... Asked...^000000";
8912                 close;
8913         }
8914 }
8915
8916 lhz_fild02,228,214,0    script  Wounded Man     849,{
8917
8918         if(checkweight(7343,1) != 1)
8919         {
8920                 mes "^3355FFWait a second!";
8921                 mes "Right now, you're carrying";
8922                 mes "too many things with you.";
8923                 mes "Please come back after";
8924                 mes "using the Kafra Service";
8925                 mes "to store some of your items.^000000";
8926                 close;
8927         }
8928         if(lhz_boss < 18)
8929         {
8930                 mes "[?????]";
8931                 mes "^333333*Cough cough*^000000";
8932                 mes "Can't hold out...";
8933                 mes "Much longer. They...";
8934                 mes "They better send";
8935                 mes "someone soon...";
8936                 next;
8937                 mes "^3355FFIt's a wounded man...!^000000";
8938                 next;
8939                 mes "["+strcharinfo(0)+"]";
8940                 mes "H-hey...!";
8941                 mes "Are you hurt?";
8942                 mes "Do you need any he--";
8943                 next;
8944                 mes "[?????]";
8945                 mes "N-no..!";
8946                 mes "Get away, do-gooder!";
8947                 mes "Don't attract attention,";
8948                 mes "they're gonna find me!";
8949                 mes "Don't worry, don't ask,";
8950                 mes "j-just get the hell away!";
8951                 close;
8952         }
8953         else if(lhz_boss == 18)
8954         {
8955                 mes "[?????]";
8956                 mes "^333333*Cough cough*^000000";
8957                 mes "Can't hold out...";
8958                 mes "Much longer. They...";
8959                 mes "They better send";
8960                 mes "someone soon...";
8961                 next;
8962                 switch( select( "Jargeah?","Ignore him." ) )
8963                 {
8964                         case 1:
8965                                 mes "[Jargeah]";
8966                                 mes "^333333*Cough Gasp*^000000";
8967                                 mes "H-how do you know my...";
8968                                 mes "Never mind that. Who...";
8969                                 mes "What... What organization";
8970                                 mes "are you working for...?";
8971                                 next;
8972                                 input @jargeah$;
8973                                 if((@jargeah$ == "Kafra Corporation") || (@jargeah$ == "Secret Wing"))
8974                                 {
8975                                         mes "[Jargeah]";
8976                                         mes "Th-thank goodness!";
8977                                         mes "You finally came for me.";
8978                                         mes "If you came a little later,";
8979                                         mes "I'd be a goner. H-here,";
8980                                         mes "t-take this with you...";
8981                                         set lhz_boss,19;
8982                                         getitem 7343,1; //File02
8983                                         changequest 12020,12021;
8984                                         next;
8985                                         mes "[Jargeah]";
8986                                         mes "Oh... Oh no.";
8987                                         mes "*Cough cough*";
8988                                         mes "I think... It might";
8989                                         mes "T-tell Cilantro that...";
8990                                         mes "Tell her I still lov-- ^333333*Huk*^000000";
8991                                         close2;
8992                                         disablenpc "Wounded Man";
8993                                         end;
8994                                 }
8995                                 mes "[Jargeah]";
8996                                 mes "No... No, you're";
8997                                 mes "not the one who's";
8998                                 mes "supposed to come";
8999                                 mes "for m-me... ^333333*Huk*^000000";
9000                                 next;
9001                                 mes "^3355FFThis isn't good.";
9002                                 mes "Jargeah just passed";
9003                                 mes "out in a very ugly way.";
9004                                 close;
9005
9006                         case 2:
9007                                 mes "^3355FFAnd so you left the";
9008                                 mes "wounded man alone. Not";
9009                                 mes "exactly the best moral choice.^000000";
9010                                 close;
9011                 }
9012         }
9013 OnInit:
9014         disablenpc "Wounded Man";
9015         end;
9016 }
9017
9018 lhz_fild02,224,220,0    script  Wounded Man Switch      -1,3,3,{
9019
9020 OnTouch_:
9021         if(lhz_boss == 18)
9022         {
9023                 mes "[?????]";
9024                 mes "^333333*Cough cough*^000000";
9025                 mes "Everything's getting";
9026                 mes "darker. So c-cold...";
9027                 enablenpc "Wounded Man";
9028                 close;
9029         }
9030 }
9031
9032 lhz_fild01,76,214,0     script  Esuna Trigger   -1,5,5,{
9033
9034 OnTouch_:
9035         if((lhz_boss == 26) || (lhz_boss == 36) || (lhz_boss == 38) || (lhz_boss == 40))
9036         {
9037                 mes "[????]";
9038                 mes "Here,";
9039                 mes "Come this way.";
9040                 close2;
9041                 enablenpc "Mysterious Woman";
9042                 warp "lhz_fild01",64,223;
9043                 end;
9044         }
9045 }
9046
9047 lhz_fild01,66,219,4     script  Mysterious Woman        859,{
9048
9049         if(lhz_boss == 26)
9050         {
9051                 if(checkweight(7343,1) != 1)
9052                 {
9053                         mes "^3355FFWait a second!";
9054                         mes "Right now, you're carrying";
9055                         mes "too many things with you.";
9056                         mes "Please come back after";
9057                         mes "using the Kafra Service";
9058                         mes "to store some of your items.^000000";
9059                         close;
9060                 }
9061                 mes "[Esuna]";
9062                 mes "I've been waiting for you.";
9063                 mes "We don't have much time,";
9064                 mes "so I'll explain quickly. Your";
9065                 mes "mission is to sneak into the";
9066                 mes "Rekenber Corporation and";
9067                 mes "steal incriminating evidence.";
9068                 next;
9069                 mes "[Esuna]";
9070                 mes "However, this place won't";
9071                 mes "be easy to infiltrate and";
9072                 mes "there'll be more security";
9073                 mes "because they learned about";
9074                 mes "what happened with Shinokas";
9075                 mes "and... and Jargeah. Jargeah...";
9076                 next;
9077                 mes "[Esuna]";
9078                 mes "You'll need to acquire";
9079                 mes "identification through one";
9080                 mes "of our agents who's managed";
9081                 mes "to get in really deep without";
9082                 mes "arousing any suspicion.";
9083                 next;
9084                 mes "[Esuna]";
9085                 mes "Afterwards, find the";
9086                 mes "^FF0000Secret Archive^000000, disable the";
9087                 mes "security system and steal";
9088                 mes "that evidence as quickly as";
9089                 mes "possible. Understood?";
9090                 next;
9091                 mes "[Esuna]";
9092                 mes "For now, use the pass you";
9093                 mes "have for the Rekenber buildings";
9094                 mes "and meet up with Agent ^FF0000Lestin^000000.";
9095                 mes "He'll explain everything else,";
9096                 mes "so be careful and don't let";
9097                 mes "them get suspicious of you!";
9098                 set lhz_boss,27;
9099                 changequest 12024,12025;
9100                 close2;
9101                 disablenpc "Mysterious Woman";
9102                 end;
9103         }
9104         else if(lhz_boss == 27)
9105         {
9106                 mes "[Esuna]";
9107                 mes "Use the pass that you";
9108                 mes "have to enter the Rekenber";
9109                 mes "buildings and find Secret";
9110                 mes "Agent Lestin. Remember";
9111                 mes "that he's undercover...";
9112                 close;
9113         }
9114         else if(lhz_boss < 36)
9115         {
9116                 mes "[Esuna]";
9117                 mes ".........";
9118                 close;
9119         }
9120         else if(lhz_boss == 36)
9121         {
9122                 mes "[Esuna]";
9123                 mes "Good work.";
9124                 mes "Please bring this file";
9125                 mes "to President Weierstrass";
9126                 mes "right away. We'll also be";
9127                 mes "directly sending information";
9128                 mes "as a safeguard measure.";
9129                 next;
9130                 mes "[Esuna]";
9131                 mes "I know it's sudden, but";
9132                 mes "there's a new development.";
9133                 mes "I can't explain it now, but you";
9134                 mes "have to check on the president";
9135                 mes "for me first. Plus, this new";
9136                 mes "intel needs to be confirmed...";
9137                 set lhz_boss,37;
9138                 close2;
9139                 disablenpc "Mysterious Woman";
9140                 end;
9141         }
9142         else if(lhz_boss < 38)
9143         {
9144                 mes "[Esuna]";
9145                 mes "........";
9146                 mes ".....";
9147                 close;
9148         }
9149         else if(lhz_boss == 38)
9150         {
9151                 mes "[Esuna]";
9152                 mes "You're back. Listen,";
9153                 mes "you could not have helped";
9154                 mes "us out at a worse time. We";
9155                 mes "just learned that something";
9156                 mes "horrible has happened...";
9157                 next;
9158                 mes "[Esuna]";
9159                 mes "I can't give you all";
9160                 mes "the details now, but";
9161                 mes "you've got to give this";
9162                 mes "file to the president as";
9163                 mes "quickly as you can. Hurry!";
9164                 set lhz_boss,39;
9165                 getitem 7343,1;
9166                 close2;
9167                 disablenpc "Mysterious Woman";
9168                 end;
9169         }
9170         else if(lhz_boss == 39)
9171         {
9172                 mes "[Esuna]";
9173                 mes "What are you waiting";
9174                 mes "for?! It's important that";
9175                 mes "you give that file to the";
9176                 mes "president as soon as";
9177                 mes "possible! It's bad news,";
9178                 mes "but he deserves to know...";
9179                 close;
9180         }
9181         else if(lhz_boss == 40)
9182         {
9183                 mes "[Esuna]";
9184                 mes "Good, you're back.";
9185                 mes "Listen, all members of";
9186                 mes "Secret Wing need to leave";
9187                 mes "the Schwaltzvalt Republic";
9188                 mes "immediately! We've been";
9189                 mes "severely compromised...";
9190                 next;
9191                 switch( select( "What happened?" ) )
9192                 {
9193                         case 1:
9194                                 break;
9195                 }
9196                 mes "[Esuna]";
9197                 mes "We've been tremendously";
9198                 mes "damaged. A lot of agents";
9199                 mes "died to give us this intel,";
9200                 mes "but we've been betrayed.";
9201                 mes "The president's closest";
9202                 mes "aide totally sold us out...";
9203                 next;
9204                 switch( select( "Who could have done such....?" ) )
9205                 {
9206                         case 1:
9207                                 break;
9208                 }
9209                 mes "[Esuna]";
9210                 mes "I can't believe Kurelle";
9211                 mes "did this to us. And there's no";
9212                 mes "way we can save the president.";
9213                 mes "Even if we wanted to, we need";
9214                 mes "to stick with our contigency";
9215                 mes "plan. We all knew the risks...";
9216                 next;
9217                 mes "[Esuna]";
9218                 mes "Kurelle has been secretly";
9219                 mes "meeting with directors from";
9220                 mes "Rekenber Corporation and";
9221                 mes "his mansion is littered with";
9222                 mes "incriminating evidence...";
9223                 next;
9224                 mes "[Esuna]";
9225                 mes "Damn it! We have no";
9226                 mes "choice but to abandon";
9227                 mes "the president now! But";
9228                 mes "this won't mean that his";
9229                 mes "sacrifice, and Jargeah's";
9230                 mes "death, will be vain!";
9231                 next;
9232                 mes "[Esuna]";
9233                 mes "Still, aside from a few";
9234                 mes "agents, almost all of Secret";
9235                 mes "Wing must pull out of the";
9236                 mes "Schwaltzvalt Republic for";
9237                 mes "now so that we can live to";
9238                 mes "fight another day.";
9239                 next;
9240                 mes "[Esuna]";
9241                 mes "For now, this is";
9242                 mes "goodbye. Take care...";
9243                 set lhz_boss,41;
9244                 changequest 12027,12028;
9245                 close2;
9246                 disablenpc "Mysterious Woman";
9247                 end;
9248         }
9249         else
9250         {
9251                 mes "[Esuna]";
9252                 mes "..........";
9253                 mes "......";
9254                 mes "....";
9255                 close;
9256         }
9257
9258 OnInit:
9259         disablenpc "Mysterious Woman";
9260         end;
9261 }
9262
9263 lhz_in01,93,45,4        script  Researcher#1    865,{
9264
9265         if(lhz_boss < 28)
9266         {
9267                 mes "[Researcher]";
9268                 mes "You know what's weird?";
9269                 mes "Why do they use blue and";
9270                 mes "red wires when they make";
9271                 mes "bombs? There's so many";
9272                 mes "others you could use, like";
9273                 mes "pink or yellow or or green...";
9274                 if(lhz_boss == 27)
9275                 {
9276                         next;
9277                         mes "[Researcher]";
9278                         mes "Hey, here's a completely";
9279                         mes "hypothetical question. Let's";
9280                         mes "say you find a bomb and it's";
9281                         mes "about to go off. You better";
9282                         mes "cut a wire! So which one are";
9283                         mes "you gonna cut? Red or blue?";
9284                         next;
9285                         switch( select( "Red","Blue" ) )
9286                         {
9287                                 case 1:
9288                                         mes "[Researcher]";
9289                                         mes "Red, eh...?";
9290                                         mes "...................";
9291                                         mes "Heh, yeah, just like";
9292                                         mes "in the movies. I like";
9293                                         mes "the way you think~";
9294                                         if(!countitem(7348)) close;
9295                                         next;
9296                                         mes "^3355FFYou surrepticiously";
9297                                         mes "check the researcher's";
9298                                         mes "ID badge and see that the name ''Lestin'' is written on it.^000000";
9299                                         next;
9300                                         mes "[Lestin]";
9301                                         mes "So...";
9302                                         mes "Is there anything";
9303                                         mes "I can help you with?";
9304                                         next;
9305                                         switch( select( "No","Yes" ) )
9306                                         {
9307                                                 case 1:
9308                                                         mes "[Lestin]";
9309                                                         mes "Alright then.";
9310                                                         mes "Just be quiet when";
9311                                                         mes "you're in the Laboratory.";
9312                                                         mes "The people here work";
9313                                                         mes "pretty feverishly and get";
9314                                                         mes "irritated pretty easily, okay?";
9315                                                         close;
9316
9317                                                 case 2:
9318                                                         mes "[Lestin]";
9319                                                         mes "So what exactly did";
9320                                                         mes "you need? I'm just an";
9321                                                         mes "ordinary researcher,";
9322                                                         mes "so I don't know how";
9323                                                         mes "much help I could be...";
9324                                                         next;
9325                                                         switch( select( "Show Secret Wing Card." ) )
9326                                                         {
9327                                                                 case 1:
9328                                                                         break;
9329                                                         }
9330                                                         mes "[Lestin]";
9331                                                         mes "Whoa, whoa~!";
9332                                                         mes "Careful where you";
9333                                                         mes "flash that! Okay, I know";
9334                                                         mes "who you are. But we better";
9335                                                         mes "continue this someplace";
9336                                                         mes "a bit more private...";
9337                                                         close2;
9338                                                         warp "lhz_in01",283,166;
9339                                                         end;
9340                                         }
9341
9342                                 case 2:
9343                                         mes "[Researcher]";
9344                                         mes "Blue, huh? Yeah,";
9345                                         mes "that's what everyone";
9346                                         mes "else here picks. Now";
9347                                         mes "what color would I pick?";
9348                                         mes "Well, that's a secret~";
9349                                         close;
9350                         }
9351                 }
9352                 close;
9353         }
9354         else
9355         {
9356                 mes "[Lestin]";
9357                 mes "Geez, I've been so";
9358                 mes "tired lately. Work?";
9359                 mes "Forget it, I'm gonna";
9360                 mes "just kick back today~";
9361                 close;
9362         }
9363 }
9364
9365 lhz_in01,285,169,3      script  Researcher#2    865,{
9366
9367         if(checkweight(7349,1) != 1)
9368         {
9369                 mes "^3355FFWait a second!";
9370                 mes "Right now, you're carrying";
9371                 mes "too many things with you.";
9372                 mes "Please come back after";
9373                 mes "using the Kafra Service";
9374                 mes "to store some of your items.^000000";
9375                 close;
9376         }
9377         if(lhz_boss < 27)
9378         {
9379                 mes "[Researcher]";
9380                 mes "This is a restricted";
9381                 mes "area. Please leave";
9382                 mes "immediately.";
9383                 close;
9384         }
9385         else if(lhz_boss == 27)
9386         {
9387                 mes "[Lestin]";
9388                 mes "This place should be";
9389                 mes "safe enough for us to talk";
9390                 mes "for now, so please listen";
9391                 mes "carefully. Esuna must have";
9392                 mes "told you that they beefed";
9393                 mes "up security lately, right?";
9394                 next;
9395                 mes "[Lestin]";
9396                 mes "Anyway, since my location";
9397                 mes "is being monitored, I can't";
9398                 mes "risk going inside there. You";
9399                 mes "need to sneak in on your own";
9400                 mes "when the guards change shifts. It's an old trick, but it works.";
9401                 next;
9402                 mes "[Lestin]";
9403                 mes "My pass will get you inside,";
9404                 mes "but you'll only be able to";
9405                 mes "stick around for 3 minutes";
9406                 mes "at a time. The Secret Archive is to the right of this laboratory.";
9407                 set lhz_boss,28;
9408                 getitem 7349,1; //Indication_Of_Member02
9409                 changequest 12025,12026;
9410                 next;
9411                 mes "[Lestin]";
9412                 mes "When you're finished,";
9413                 mes "come back and give me";
9414                 mes "the pass since it'll be real";
9415                 mes "suspicious if I don't have it.";
9416                 mes "Good luck to you. This job";
9417                 mes "is risky, but not impossible.";
9418                 close;
9419         }
9420         else if(lhz_boss < 35)
9421         {
9422                 mes "[Lestin]";
9423                 mes "Remember, you gotta";
9424                 mes "sneak past that set of";
9425                 mes "two guards while they're";
9426                 mes "changing shifts. If you hide";
9427                 mes "behind a corner and wait for";
9428                 mes "a bit, you should get lucky.";
9429                 next;
9430                 mes "[Lestin]";
9431                 mes "Once you sneak into the";
9432                 mes "Secret Archive, look for";
9433                 mes "the File Search Engine that";
9434                 mes "should be right next to the";
9435                 mes "door. You gotta use to find";
9436                 mes "specific information, okay?";
9437                 next;
9438                 mes "[Lestin]";
9439                 mes "My suggestion? You really";
9440                 mes "ought to look for any files";
9441                 mes "containing any information";
9442                 mes "regarding ^3355FFRekenber's secret";
9443                 mes "that Shinokas discovered^000000.";
9444                 next;
9445                 mes "[Lestin]";
9446                 mes "Remember that this pass";
9447                 mes "will get you into the Secret";
9448                 mes "Archive for only 3 minutes";
9449                 mes "at a time. Be really careful";
9450                 mes "and don't get caught!";
9451                 close;
9452         }
9453         else if(lhz_boss == 35)
9454         {
9455                 if((!countitem(7349)) || (!countitem(7344)))
9456                 {
9457                         mes "[Lestin]";
9458                         mes "My pass will get you inside,";
9459                         mes "but you'll only be able to";
9460                         mes "stick around for 3 minutes";
9461                         mes "at a time. The Secret Archive is to the right of this laboratory.";
9462                         next;
9463                         mes "[Lestin]";
9464                         mes "When you're finished,";
9465                         mes "come back and give me";
9466                         mes "the pass since it'll be real";
9467                         mes "suspicious if I don't have it.";
9468                         mes "Good luck to you. This job";
9469                         mes "is risky, but not impossible.";
9470                         close;
9471                 }
9472                 mes "[Lestin]";
9473                 mes "You found what you were";
9474                 mes "looking for? That must have";
9475                 mes "been like looking for a needle";
9476                 mes "in a haystick, but you managed";
9477                 mes "to do it. Great work, guy~";
9478                 next;
9479                 mes "[Lestin]";
9480                 mes "It's a good thing you";
9481                 mes "found that when you did.";
9482                 mes "Although it'd help to steal";
9483                 mes "even more intel, sticking";
9484                 mes "around even longer makes";
9485                 mes "it easier for us to get caught.";
9486                 next;
9487                 mes "[Lestin]";
9488                 mes "Alright, you better get";
9489                 mes "out of here and find Esuna";
9490                 mes "now. Watch your back and";
9491                 mes "be careful. We're not all";
9492                 mes "clear until this is all over.";
9493                 next;
9494                 mes "[Lestin]";
9495                 mes "Esuna should be right";
9496                 mes "outside of the city of";
9497                 mes "Lighthalzen where you";
9498                 mes "found her last time. She'll";
9499                 mes "know that you're coming.";
9500                 delitem 7349,1; //Indication_Of_Member02
9501                 set lhz_boss,36;
9502                 changequest 12026,12027;
9503                 close;
9504         }
9505         else
9506         {
9507                 mes "[Lestin]";
9508                 mes "Oh man...";
9509                 mes "Everyone here is";
9510                 mes "getting too paranoid";
9511                 mes "for their own good!";
9512                 mes "You better steer clear";
9513                 mes "from this place for now.";
9514                 close;
9515         }
9516 }
9517
9518 lhz_in01,187,31,0       script  #Sneak  111,4,3,{
9519
9520         end;
9521
9522 OnTouch_:
9523         if((lhz_boss > 27) && (lhz_boss < 35))
9524         {
9525                 set @sneaktime,gettimetick(0) % 100;
9526                 if((@sneaktime > 10 && @sneaktime < 59) || (@sneaktime < -10 && @sneaktime > -59))
9527                 {
9528                         mes "^3355FFAs you approach";
9529                         mes "the corner, you can";
9530                         mes "hear hushed whispers";
9531                         mes "just over the wall.^000000";
9532                         next;
9533                         mes "[Senior Guard]";
9534                         mes "Hey, my shift is over.";
9535                         mes "Hurry and get the next";
9536                         mes "guy to relieve me, will you?";
9537                         next;
9538                         mes "[Rookie Guard]";
9539                         mes "Already?";
9540                         mes "Wow, time sure";
9541                         mes "flies fast. Fine,";
9542                         mes "wait here a bit.";
9543                         next;
9544                         mes "^3355FFOne of the guards left";
9545                         mes "his post, and now there";
9546                         mes "is only one remaining";
9547                         mes "guard monitoring this area.^000000";
9548                         next;
9549                         mes "[Senior Guard]";
9550                         mes "Criminy...";
9551                         mes "I need to go to";
9552                         mes "the bathroom. Well,";
9553                         mes "I'm sure nothing will";
9554                         mes "happen while I'm gone.";
9555                         next;
9556                         mes "^3355FFYou listen to the";
9557                         mes "guard's footsteps as";
9558                         mes "they grow fainter and";
9559                         mes "fainter into the distance.^000000";
9560                         next;
9561                         switch( select( "Sneak in now.","Wait for another chance." ) )
9562                         {
9563                                 case 1:
9564                                         mes "^3355FFThis is the perfect";
9565                                         mes "opportunity to infiltrate";
9566                                         mes "the Secret Archive! You";
9567                                         mes "approach the door and";
9568                                         mes "find a device where you";
9569                                         mes "can insert Lestin's card pass.^000000";
9570                                         next;
9571                                         switch( select( "Insert Card","Retreat" ) )
9572                                         {
9573                                                 case 1:
9574                                                         if(!countitem(7349))
9575                                                         {
9576                                                                 mes "^3355FFYou forgot to bring";
9577                                                                 mes "the card pass that";
9578                                                                 mes "you got from Lestin.";
9579                                                                 mes "You need it in order";
9580                                                                 mes "to open this door.^000000";
9581                                                                 close;
9582                                                         }
9583                                                         mes "^3355FFAfter inserting the";
9584                                                         mes "pass, a panel within";
9585                                                         mes "the door slides open,";
9586                                                         mes "revealing a numeric keypad.";
9587                                                         mes "You need to input the correct";
9588                                                         mes "password to open the door.^000000";
9589                                                         next;
9590 L_Enter:
9591                                                         input @sneakpass;
9592                                                         if(@sneakpass == 738495)
9593                                                         {
9594                                                                 mes "^3355FF*Beep~*";
9595                                                                 mes "You hear a pleasant";
9596                                                                 mes "sounding electronic chirp,";
9597                                                                 mes "signaling that you have input";
9598                                                                 mes "the correct password. The door";
9599                                                                 mes "automatically slides open.";
9600                                                                 next;
9601                                                                 switch( select( "Enter","Retreat" ) )
9602                                                                 {
9603                                                                         case 1:
9604                                                                                 mes "[Security System]";
9605                                                                                 mes "You have 3 minutes to";
9606                                                                                 mes "search the Information Archive.";
9607                                                                                 mes "When this time elapses, you";
9608                                                                                 mes "will be automatically sent";
9609                                                                                 mes "outside for security reasons.";
9610                                                                                 close2;
9611                                                                                 set lhz_boss,29;
9612                                                                                 donpcevent "Timer_Sneak::OnEnter";
9613                                                                                 warp "lhz_in01",177,35;
9614                                                                                 end;
9615
9616                                                                         case 2:
9617                                                                                 mes "^3355FFPerhaps now would";
9618                                                                                 mes "not be the best time to";
9619                                                                                 mes "enter the Secret Archive.";
9620                                                                                 mes "Or at least, that's what";
9621                                                                                 mes "you've decided for yourself.^000000";
9622                                                                                 close;
9623                                                                 }
9624                                                         }
9625                                                         mes "^3355FF*Eeeeeee*";
9626                                                         mes "The door emits an";
9627                                                         mes "unnerving, high pitched";
9628                                                         mes "screech after you input";
9629                                                         mes "the password. You really";
9630                                                         mes "should try to input it again.^000000";
9631                                                         set @sneakerror,@sneakerror +1;
9632                                                         next;
9633                                                         if(@sneakerror > 2)
9634                                                         {
9635                                                                         mes "[Security System]";
9636                                                                         mes "*Gzzzzz*";
9637                                                                         mes "You have entered the";
9638                                                                         mes "password incorrectly";
9639                                                                         mes "3 times. Please stand by";
9640                                                                         mes "for managerial assistance.";
9641                                                                         next;
9642                                                                         mes "^3355FFUh oh!";
9643                                                                         mes "You better get";
9644                                                                         mes "out of here before";
9645                                                                         mes "you get caught!^000000";
9646                                                                         close2;
9647                                                                         warp "lhz_in01",191,49;
9648                                                                         end;
9649                                                         }
9650
9651                                                         goto L_Enter;
9652
9653                                                 case 2:
9654                                                         mes "^3355FFPerhaps now would";
9655                                                         mes "not be the best time to";
9656                                                         mes "enter the Secret Archive.";
9657                                                         mes "Or at least, that's what";
9658                                                         mes "you've decided for yourself.^000000";
9659                                                         close;
9660                                         }
9661                                 case 2:
9662                                         mes "^3355FFPerhaps now would";
9663                                         mes "not be the best time to";
9664                                         mes "enter the Secret Archive.";
9665                                         mes "Or at least, that's what";
9666                                         mes "you've decided for yourself.^000000";
9667                                         close;
9668                         }
9669                         donpcevent "Door#sneak::OnSneak";
9670                         end;
9671                 }
9672         }
9673 }
9674
9675 lhz_in01,177,44,0       script  Timer_Sneak     -1,8,12,{
9676
9677 OnTouch_:
9678         warp "lhz_in01",191,49;
9679         end;
9680
9681 OnInit:
9682         disablenpc "Timer_Sneak";
9683         end;
9684
9685 OnEnter:
9686         stopnpctimer;
9687         initnpctimer;
9688         end;
9689
9690 OnTimer180000:
9691         enablenpc "Timer_Sneak";
9692         end;
9693
9694 OnTimer190000:
9695         stopnpctimer;
9696         disablenpc "Timer_Sneak";
9697         end;
9698 }
9699
9700
9701
9702 lhz_in01,182,35,0       script  File Search Engine      111,{
9703
9704         if((lhz_boss > 28) && (lhz_boss < 35))
9705         {
9706                 mes "^3355FFThis machine can be";
9707                 mes "used to locate specific";
9708                 mes "documents within the";
9709                 mes "Secret Archive. However,";
9710                 mes "you must enter the correct";
9711                 mes "keywords to in order to find";
9712                 mes "specific file locations.";
9713                 next;
9714 L_Search:
9715                 switch( select( "Search Engine.","Cancel." ) )
9716                 {
9717                         case 1:
9718                                 mes "^663300- Search Engine Initiated -";
9719                                 mes "- Please enter a keyword -";
9720                                 mes " ";
9721                                 mes "*Search Engine";
9722                                 mes "is case sensitve.";
9723                                 mes "Please do not use";
9724                                 mes "capital letters.^000000";
9725                                 next;
9726                                 input @sneaksearch$;
9727                                 if((@sneaksearch$ == "kafra") || (@sneaksearch$ == "cool event"))
9728                                 {
9729                                         mes "^663300[Search Result]";
9730                                         mes "Documents regarding";
9731                                         mes "Kafra Corporation and";
9732                                         mes "Cool Event Corp are";
9733                                         mes "located in Arena 3-2.^000000";
9734                                         set lhz_boss,30;
9735                                         close;
9736                                 }
9737                                 else if(@sneaksearch$ == "shinokas")
9738                                 {
9739                                         mes "^663300[Search Result]";
9740                                         mes "Documents regarding";
9741                                         mes "Shinokas are located";
9742                                         mes "in Arena 1-5.^000000";
9743                                         set lhz_boss,31;
9744                                         close;
9745                                 }
9746                                 else if((@sneaksearch$ == "stein") || (@sneaksearch$ == "STEIN") || (@sneaksearch$ == "S.T.E.I.N"))
9747                                 {
9748                                         mes "^663300[Search Result]";
9749                                         mes "Documents regarding";
9750                                         mes "S.T.E.I.N are considered";
9751                                         mes "highly classified and";
9752                                         mes "cannot be accessed";
9753                                         mes "through this system.^000000";
9754                                         close;
9755                                 }
9756                                 else if(@sneaksearch$ == "ymir")
9757                                 {
9758                                         mes "^663300[Search Result]";
9759                                         mes "Documents regarding";
9760                                         mes "Ymir's Heart are ranked";
9761                                         mes "as highly classified and";
9762                                         mes "cannot be accessed";
9763                                         mes "through this system.^000000";
9764                                         close;
9765                                 }
9766                                 else if((@sneaksearch$ == "president") || (@sneaksearch$ == "karl") || (@sneaksearch$ == "weierstrass"))
9767                                 {
9768                                         mes "^663300[Search Result]";
9769                                         mes "2nd Class documents on";
9770                                         mes "President Karl Weierstrass";
9771                                         mes "are located in Area 1-7. For";
9772                                         mes "more highly classified files";
9773                                         mes "on Weierstrass, please use";
9774                                         mes "a higher security archive.^000000";
9775                                         set lhz_boss,32;
9776                                         close;
9777                                 }
9778                                 else if(@sneaksearch$ == "einbroch")
9779                                 {
9780                                         mes "^663300[Search Result]";
9781                                         mes "Documents regarding";
9782                                         mes "Einbroch are stored";
9783                                         mes "in Area 6-1.^000000";
9784                                         set lhz_boss,33;
9785                                         close;
9786                                 }
9787                                 else if(@sneaksearch$ == "lighthalzen")
9788                                 {
9789                                         mes "^663300[Search Result]" ;
9790                                         mes "Documents regarding";
9791                                         mes "Lighthalzen are stored";
9792                                         mes "in Area 3-3.^000000";
9793                                         set lhz_boss,34;
9794                                         close;
9795                                 }
9796                                 else if(@sneaksearch$ == "rekenber")
9797                                 {
9798                                         mes "^663300[Search Result]";
9799                                         mes "Documents regarding";
9800                                         mes "Rekenber are highly classified and cannot be accessed by this system.^000000";
9801                                         next;
9802                                         goto L_Search;
9803                                 }
9804                                 else
9805                                 {
9806                                         mes "^663300[Search Result]";
9807                                         mes "Keyword not found.";
9808                                         mes "Please search another";
9809                                         mes "archive or increase";
9810                                         mes "access permissions.^000000";
9811                                         close;
9812                                 }
9813
9814                         case 2:
9815                                 mes "^663300[Search Engine Close]";
9816                                 mes "File search has been";
9817                                 mes "canceled. Please be aware";
9818                                 mes "that sudden shutdown may";
9819                                 mes "cause system errors.^000000";
9820                                 close;
9821                 }
9822         }
9823         mes "^3355FFThis machine can be";
9824         mes "used to locate specific";
9825         mes "documents within the";
9826         mes "Secret Archive, However,";
9827         mes "you no longer need to";
9828         mes "search through the files.^000000";
9829         close;
9830 }
9831
9832 lhz_in01,177,31,0       script  Door#sneak      111,{
9833
9834         if(lhz_boss < 29)
9835         {
9836                 mes "[Guard]";
9837                 mes "This is a";
9838                 mes "restricted area.";
9839                 mes "Please keep clear";
9840                 mes "if you do not have";
9841                 mes "special authorization.";
9842                 mes "Thank you for cooperating.";
9843                 close;
9844         }
9845         else if(lhz_boss < 36)
9846         {
9847                 mes "^3355FFThe door is shut, but";
9848                 mes "there is a device that";
9849                 mes "looks sort of like the";
9850                 mes "entry keypad that was on";
9851                 mes "the other side of this door.^000000";
9852                 next;
9853                 switch( select( "Manipulate device.","Investigate further." ) )
9854                 {
9855                         case 1:
9856                                 mes "^3355FFOnce you touch the";
9857                                 mes "device, it automatically";
9858                                 mes "responds and the door";
9859                                 mes "quickly slides open.^000000";
9860                                 close2;
9861                                 warp "lhz_in01",177,26;
9862                                 end;
9863
9864                         case 2:
9865                                 close;
9866                 }
9867         }
9868 }
9869
9870 lhz_in01,184,40,0       script  Area 1-5        111,{
9871
9872         if(checkweight(7344,1) != 1)
9873         {
9874                 mes "^3355FFWait a second!";
9875                 mes "Right now, you're carrying";
9876                 mes "too many things with you.";
9877                 mes "Please come back after";
9878                 mes "using the Kafra Service";
9879                 mes "to store some of your items.^000000";
9880                 close;
9881         }
9882         if((lhz_boss > 28) && (lhz_boss < 31))
9883         {
9884                 mes "^3355FFThere's literally thousands";
9885                 mes "of documents to sort through.";
9886                 mes "There's no way you can find";
9887                 mes "something of value here in";
9888                 mes "just three minutes...^000000";
9889                 close;
9890         }
9891         else if(lhz_boss == 31)
9892         {
9893                 mes "^3355FFWait, one of these files";
9894                 mes "looks pretty incriminating.";
9895                 mes "It seems to contain the";
9896                 mes "kind of information that";
9897                 mes "you've been looking for.^000000";
9898                 next;
9899                 mes "[Classified Info]";
9900                 mes "^8C1717A piece of Ymir's Heart";
9901                 mes "was uncovered in one of";
9902                 mes "the mines in Einbech and";
9903                 mes "immediately transported to";
9904                 mes "the Laboratory for research.^000000";
9905                 next;
9906                 mes "[Classified Info]";
9907                 mes "^8C1717However, something";
9908                 mes "happened to the miners";
9909                 mes "who discovered the piece";
9910                 mes "of Ymir's Heart. Apparently,";
9911                 mes "a beast from Einbroch folk";
9912                 mes "lore inhabited the area...^000000";
9913                 set lhz_boss,35;
9914                 getitem 7344,1;
9915                 close;
9916         }
9917 }
9918
9919 lhz_in01,184,52,0       script  Area 1-7        111,{
9920
9921         if((lhz_boss > 28) && (lhz_boss < 32))
9922         {
9923                 mes "^3355FFThere's literally thousands";
9924                 mes "of documents to sort through.";
9925                 mes "There's no way you can find";
9926                 mes "something of value here in";
9927                 mes "just three minutes...^000000";
9928                 close;
9929         }
9930         else if(lhz_boss == 32)
9931         {
9932                 mes "^3355FFThis looks like a file";
9933                 mes "containing information";
9934                 mes "on President Weierstrauss.";
9935                 mes "Perhaps there's something";
9936                 mes "in here that might be helpful.^000000";
9937                 next;
9938                 mes "[Classified Info]";
9939                 mes "^8C1717Karl Weierstrass has";
9940                 mes "been a long distinguished";
9941                 mes "politician in the Schwaltzvalt";
9942                 mes "Republic and was elected as";
9943                 mes "its president in the year 984.^000000";
9944                 next;
9945                 mes "[Classified Info]";
9946                 mes "^8C1717Although he has enjoyed";
9947                 mes "high popularity ratings and";
9948                 mes "success in his endorsing his";
9949                 mes "policies, Wierstrass is rumored";
9950                 mes "to be have some sort of feud";
9951                 mes "against Rekenber.^000000";
9952                 next;
9953                 mes "[Classified Info]";
9954                 mes "^8C1717Although there is no";
9955                 mes "need to bring this to the";
9956                 mes "attention of the media, it";
9957                 mes "is highly recommended";
9958                 mes "to monitor his activities";
9959                 mes "throughout his term...^000000";
9960                 next;
9961                 mes "^3355FFThere's a great amount";
9962                 mes "of information in this file,";
9963                 mes "but it doesn't look like any";
9964                 mes "of it will be of help to you.";
9965                 mes "You should continue with";
9966                 mes "your search for evidence.^000000";
9967                 close;
9968         }
9969         else
9970         {
9971                 mes "^3355FFThis file doesn't";
9972                 mes "look like it contains";
9973                 mes "any evidence that will";
9974                 mes "help you. You should";
9975                 mes "continue your search";
9976                 mes "through the rest of the files.^000000";
9977                 close;
9978         }
9979 }
9980
9981 lhz_in01,184,46,0       script  Area 3-2        111,{
9982
9983         if((lhz_boss > 28) && (lhz_boss < 30))
9984         {
9985                 mes "^3355FFThere's literally thousands";
9986                 mes "of documents to sort through.";
9987                 mes "There's no way you can find";
9988                 mes "something of value here in";
9989                 mes "just three minutes...^000000";
9990                 close;
9991         }
9992         else if(lhz_boss == 30)
9993         {
9994                 mes "^3355FFYou've found a file";
9995                 mes "containing information";
9996                 mes "on the Kafra Corporation";
9997                 mes "and Cool Event Corp.^000000";
9998                 next;
9999                 mes "[Classified Info]";
10000                 mes "^8C1717Rekenber Corporation.";
10001                 mes "in an effort to expand its";
10002                 mes "power into the Rune-Midgarts";
10003                 mes "Kingdom, will cooperate with";
10004                 mes "and support Cool Event Corp.^000000";
10005                 next;
10006                 mes "[Classified Info]";
10007                 mes "^8C1717Although this partnership";
10008                 mes "has been greatly successful,";
10009                 mes "Kafra Corporation has been";
10010                 mes "working to check Cool Event";
10011                 mes "Corp's explosive growth.^000000";
10012                 next;
10013                 mes "[Classified Info]";
10014                 mes "^8C1717More than Kafra Corporation's";
10015                 mes "lobbying, Kafra's 3rd Security";
10016                 mes "Team stands as a formidable";
10017                 mes "threat to our success. One of";
10018                 mes "our highest priorities is to";
10019                 mes "investigate their activities.^000000";
10020                 next;
10021                 mes "[Classified Info]";
10022                 mes "^8C1717It is believed that Kafra's";
10023                 mes "3rd Security Team has alrady";
10024                 mes "placed secret agents in key";
10025                 mes "strategic locations within";
10026                 mes "the Schwaltzvalt Republic.^000000";
10027                 next;
10028                 mes "^3355FFThis file is very intriguing,";
10029                 mes "but it doesn't really cover";
10030                 mes "any information that can be";
10031                 mes "considered incriminating.^000000";
10032                 close;
10033         }
10034         else
10035         {
10036                 mes "^3355FFThis file doesn't";
10037                 mes "look like it contains";
10038                 mes "any evidence that will";
10039                 mes "help you. You should";
10040                 mes "continue your search";
10041                 mes "through the rest of the files.^000000";
10042                 close;
10043         }
10044 }
10045
10046 lhz_in01,184,48,0       script  Area 3-3        111,{
10047
10048         if((lhz_boss > 28) && (lhz_boss < 34))
10049         {
10050                 mes "^3355FFThere's literally thousands";
10051                 mes "of documents to sort through.";
10052                 mes "There's no way you can find";
10053                 mes "something of value here in";
10054                 mes "just three minutes...^000000";
10055                 close;
10056         }
10057         else if(lhz_boss == 34)
10058         {
10059                 mes "[Classified Info]";
10060                 mes "^8C1717...After negotiating with";
10061                 mes "the existing residents, all of";
10062                 mes "the property rights were sold";
10063                 mes "and the city was renamed";
10064                 mes "''Lighthalzen'' in 865.^000000";
10065                 next;
10066                 mes "[Classified Info]";
10067                 mes "^8C1717The city was then separated";
10068                 mes "into three districts. These are";
10069                 mes "the common trade district, the";
10070                 mes "old residential district and";
10071                 mes "the Rekenber Headquarters.";
10072                 mes ".................^000000";
10073                 next;
10074                 mes "^3355FFThis file covers";
10075                 mes "Lighthalzen's history.";
10076                 mes "However, the founding of";
10077                 mes "the city is common knowlege,";
10078                 mes "so this document probably won't";
10079                 mes "have any significant evidence.^000000";
10080                 close;
10081         }
10082         else
10083         {
10084                 mes "^3355FFThis file doesn't";
10085                 mes "look like it contains";
10086                 mes "any evidence that will";
10087                 mes "help you. You should";
10088                 mes "continue your search";
10089                 mes "through the rest of the files.^000000";
10090                 close;
10091         }
10092 }
10093
10094 lhz_in01,177,56,0       script  Area 6-1        111,{
10095
10096         if((lhz_boss > 28) && (lhz_boss < 33))
10097         {
10098                 mes "^3355FFThere's literally thousands";
10099                 mes "of documents to sort through.";
10100                 mes "There's no way you can find";
10101                 mes "something of value here in";
10102                 mes "just three minutes...^000000";
10103                 close;
10104         }
10105         else if(lhz_boss == 33)
10106         {
10107                 mes "[Classified Info]";
10108                 mes "^8C1717........";
10109                 mes "Our organization purchased";
10110                 mes "all of western Einbech and";
10111                 mes "began construction of Einbroch";
10112                 mes "in 927 in order to obtain more";
10113                 mes "pieces of Ymir's Heart.^000000";
10114                 next;
10115                 mes "[Classified Info]";
10116                 mes "^8C1717Unofficially, each and";
10117                 mes "every single factory belongs";
10118                 mes "to the Rekenber Corporation.";
10119                 mes "Their highest priority is";
10120                 mes "to uncover Ymir Heart Pieces...^000000";
10121                 next;
10122                 mes "^3355FFAlthough this file contains";
10123                 mes "surprising information about";
10124                 mes "Einbroch, none of it can be";
10125                 mes "considered to be incriminating";
10126                 mes "evidence against Rekenber.";
10127                 close;
10128         }
10129         else
10130         {
10131                 mes "^3355FFThis file doesn't";
10132                 mes "look like it contains";
10133                 mes "any evidence that will";
10134                 mes "help you. You should";
10135                 mes "continue your search";
10136                 mes "through the rest of the files.^000000";
10137                 close;
10138         }
10139 }
10140
10141 lhz_dun02,282,278,0     script  Broken Machine  111,{
10142
10143         if(checkweight(7346,1) != 1)
10144         {
10145                 mes "^3355FFWait a second!";
10146                 mes "Right now, you're carrying";
10147                 mes "too many things with you.";
10148                 mes "Please come back after";
10149                 mes "using the Kafra Service";
10150                 mes "to store some of your items.^000000";
10151                 close;
10152         }
10153         if(lhz_boss < 6)
10154         {
10155                 mes "^3355FFThere are several";
10156                 mes "broken machines lying";
10157                 mes "around that pretty much";
10158                 mes "seem completely useless.^000000";
10159                 close;
10160         }
10161         else if(lhz_boss == 6)
10162         {
10163                 mes "^3355FFThere are several";
10164                 mes "broken machines lying";
10165                 mes "around that pretty much";
10166                 mes "seem completely useless.";
10167                 mes "However, you catch the";
10168                 mes "glimmer of a dim light";
10169                 mes "amongst the scrap metal.^000000";
10170                 next;
10171                 switch( select( "Investigate it.","Ignore it." ) )
10172                 {
10173                         case 1:
10174                                 mes "^3355FFAfter digging through";
10175                                 mes "the discarded machinery,";
10176                                 mes "you find a strange rock that";
10177                                 mes "is about as large as your fist";
10178                                 mes "and shimmers with a faint glow.^000000";
10179                                 next;
10180                                 switch( select( "This might be important.","This doesn't seem useful." ) )
10181                                 {
10182                                         case 1:
10183                                                 mes "^3355FFThis weird rock";
10184                                                 mes "might be just the";
10185                                                 mes "thing that ^000000Ghalstein^3355FF";
10186                                                 mes "sent you here to find.";
10187                                                 mes "He was probably right";
10188                                                 mes "not to describe it to you.";
10189                                                 mes "Words alone aren't enough...^000000";
10190                                                 set lhz_boss,7;
10191                                                 getitem 7346,1;
10192                                                 close;
10193
10194                                         case 2:
10195                                                 mes "^3355FFJust because this rock";
10196                                                 mes "looks funny doesn't make";
10197                                                 mes "it any more special than";
10198                                                 mes "the countless number of";
10199                                                 mes "rocks you've seen in";
10200                                                 mes "your entire lifetime.^000000";
10201                                                 close;
10202                                 }
10203
10204                         case 2:
10205                                 mes "^3355FFWhat can possibly";
10206                                 mes "be of value in this";
10207                                 mes "pile of useless junk?^000000";
10208                                 close;
10209                 }
10210         }
10211         else
10212         {
10213                 mes "^3355FFThere are several";
10214                 mes "broken machines lying";
10215                 mes "around that pretty much";
10216                 mes "seem completely useless.^000000";
10217                 close;
10218         }
10219 }
10220
10221 sec_in02,17,170,4       script  boss::lght_boss_admin   809,{
10222         callfunc "F_GM_NPC";
10223         mes "[Patch]";
10224         mes "Tell me what you want.";
10225         next;
10226         switch(select("Current Variables:How Many:Shinokas - Quest Complete")) {
10227         case 1:
10228                 break;
10229         case 2:
10230                 input .@input,0,1000;
10231                 set lght_boss,.@input;
10232                 break;
10233         case 3:
10234                 set Shinokas_Quest,11;
10235                 close;
10236         }
10237         mes " ";
10238         mes ""+lght_boss;
10239         close;
10240 }
10241
10242 lhz_in02,19,274,2       script  Maintenance Guy 851,{
10243
10244         mes "[Kudiuu]";
10245         mes "Holy...!";
10246         mes "Will this place";
10247         mes "ever get cleaned up?!";
10248         mes "^333333*Cough cough*^000000 There's";
10249         mes "so much dust here, it's";
10250         mes "almost a health hazard!";
10251         close;
10252 }
10253
10254 // Rekenber Job Quest
10255 //============================================================
10256 lhz_in01,174,258,3      script  Young Man#reken 868,{
10257
10258         if(lhz_rekenber > 21)
10259         {
10260                 cutin "lhz_kaz10",2;
10261                 mes "[Kazien]";
10262                 mes "Just...";
10263                 mes "Leave me alone.";
10264                 mes "I feel nothing but";
10265                 mes "guilt when I see you.";
10266                 next;
10267                 mes "[Kazien]";
10268                 mes "Don't take it the wrong";
10269                 mes "way. I mean, it's not like";
10270                 mes "you did nothing wrong. I'm";
10271                 mes "the one who's... Geez. I wish";
10272                 mes "I could live the way you do.";
10273                 mes "Someday I'll be strong enough...";
10274                 close2;
10275                 cutin "",255;
10276                 end;
10277         }
10278         else if(lhz_rekenber == 21)
10279         {
10280                 cutin "lhz_kaz03",2;
10281                 mes "[Kazien]";
10282                 mes "Hey, you're back. As usual,";
10283                 mes "you've done a good job. You";
10284                 mes "look exhausted: did you run";
10285                 mes "into those thugs again?";
10286                 mes "Why don't you take a rest?";
10287                 next;
10288                 mes "[" + strcharinfo(0) + "]";
10289                 mes "Kazien...";
10290                 mes "While I was fighting";
10291                 mes "those thugs, one of the";
10292                 mes "packages was accidentally";
10293                 mes "opened, and I saw what was";
10294                 mes "inside of those packages.";
10295                 next;
10296                 cutin "lhz_kaz06",2;
10297                 next;
10298                 mes "[Kazien]";
10299                 mes "......";
10300                 mes ".........";
10301                 mes "............";
10302                 cutin "lhz_kaz08",2;
10303                 next;
10304                 mes "[" + strcharinfo(0) + "]";
10305                 mes "Wh-why are you supplying";
10306                 mes "those things? If we let those";
10307                 mes "packages get imported by";
10308                 mes "other countries, it can";
10309                 mes "cause a lot of trouble...!";
10310                 next;
10311                 cutin "lhz_kaz10",2;
10312                 mes "[Kazien]";
10313                 mes "Stop. Please.";
10314                 mes "J-just stop it.";
10315                 mes "I don't want to";
10316                 mes "hear anymore.";
10317                 next;
10318                 mes "[" + strcharinfo(0) + "]";
10319                 mes "Hold it, I deserve an";
10320                 mes "answer! How can you turn";
10321                 mes "a blind eye and provide just";
10322                 mes "anyone with ^FF0000hi-tech weapons";
10323                 mes "and guardians^000000? It's like you're";
10324                 mes "promoting war and violence!";
10325                 next;
10326                 mes "[" + strcharinfo(0) + "]";
10327                 mes "And what about your little";
10328                 mes "brother Lyozien? He has";
10329                 mes "no idea what he's doing!";
10330                 mes "Don't we have a responsibility";
10331                 mes "to the world to make sure these";
10332                 mes "weapons aren't distributed?";
10333                 next;
10334                 cutin "lhz_kaz11",2;
10335                 mes "[Kazien]";
10336                 mes "Shut up! You don't";
10337                 mes "know anything! Just";
10338                 mes "shut up! I'm doing this";
10339                 mes "for the sake of my family!";
10340                 mes "You don't know what it's like";
10341                 mes "to live in Lighthalzen's slums!";
10342                 next;
10343                 mes "[" + strcharinfo(0) + "]";
10344                 mes ".................";
10345                 next;
10346                 cutin "lhz_kaz04",2;
10347                 mes "[Kazien]";
10348                 mes "There'd be days when my";
10349                 mes "brother and I'd have nothing";
10350                 mes "to eat. So when I heard about";
10351                 mes "this job, I took it. What good";
10352                 mes "is world peace if I'm not even";
10353                 mes "alive to enjoy it, huh?";
10354                 next;
10355                 cutin "lhz_kaz11",2;
10356                 mes "[Kazien]";
10357                 mes "Now, my brother Lyozien is";
10358                 mes "a gentle soul, has nothing";
10359                 mes "but love for everybody. So, of";
10360                 mes "course I can't tell him what";
10361                 mes "I'm really doing--he'd never";
10362                 mes "agree to it, believe me.";
10363                 next;
10364                 cutin "lhz_kaz10",2;
10365                 mes "[Kazien]";
10366                 mes "I hate this job and what";
10367                 mes "I'm doing and I want to quit.";
10368                 mes "But then what? Go back to the";
10369                 mes "slums? Forget it. As long as";
10370                 mes "Lyozien is happy, I don't mind if I have to do the devil's work.";
10371                 next;
10372                 cutin "lhz_kaz11",2;
10373                 mes "[Kazien]";
10374                 mes "At least this way, keeping";
10375                 mes "it all secret, I can protect";
10376                 mes "Lyozien from the ugly nature";
10377                 mes "of this job, even if I'm dirtying my hands, making money";
10378                 mes "off of other people's deaths.";
10379                 next;
10380                 mes "[" + strcharinfo(0) + "]";
10381                 mes "But that still isn't right.";
10382                 mes "You're selling weapons so";
10383                 mes "that people can kill each other! Even if it's for the sake of";
10384                 mes "providing for your family...";
10385                 next;
10386                 cutin "lhz_kaz05",2;
10387                 mes "[Kazien]";
10388                 mes "Look man, this is what";
10389                 mes "I decided. I don't care";
10390                 mes "what other people'll think.";
10391                 mes "I might go to hell when";
10392                 mes "I die, but that's my problem.";
10393                 next;
10394                 mes "[Kazien]";
10395                 mes "Besides, you adventurers";
10396                 mes "are always running around";
10397                 mes "with your swords and magic spells... Isn't that just as bad?";
10398                 mes "It's not the weapons or the power that's bad: it's how they're used.";
10399                 next;
10400                 cutin "lhz_kaz11",2;
10401                 mes "[Kazien]";
10402                 mes "Granted, most of my clients";
10403                 mes "are pretty questionable, and";
10404                 mes "you adventurers usually use";
10405                 mes "your powers for good, but...";
10406                 mes "Damn it! Just... Don't come";
10407                 mes "back. I can't work like this...";
10408                 next;
10409                 set lhz_rekenber,22;
10410                 getexp (checkre(3))?55000:550000,0;
10411                 completequest 12014;
10412                 cutin "lhz_kaz01",2;
10413                 mes "[Kazien]";
10414                 mes "Look, I can't have";
10415                 mes "you working with me";
10416                 mes "and Lyozien anymore.";
10417                 mes "Sorry, but it's for Lyozien's";
10418                 mes "own good. That, and you";
10419                 mes "make me feel guilty...";
10420                 close2;
10421                 cutin "",255;
10422                 end;
10423         }
10424         else if(lhz_rekenber > 16)
10425         {
10426                 cutin "lhz_kaz02",2;
10427                 mes "[Kazien]";
10428                 mes "Hey now, you better";
10429                 mes "get a move on. You gotta";
10430                 mes "assist another delivery to";
10431                 mes "the Rune-Midgarts Kingdom.";
10432                 close2;
10433                 cutin "",255;
10434                 end;
10435         }
10436         else if(lhz_rekenber == 16)
10437         {
10438                 cutin "lhz_kaz03",2;
10439                 mes "[Kazien]";
10440                 mes "Ah, I heard from Lyozien";
10441                 mes "that you guys finished your";
10442                 mes "delivery. You're probably";
10443                 mes "the best part-timer that I've";
10444                 mes "had in a long, long while.";
10445                 next;
10446                 cutin "lhz_kaz10",2;
10447                 mes "[Kazien]";
10448                 mes "Anyway, we've got yet";
10449                 mes "another delivery for the";
10450                 mes "Rune-Midgarts Kingdom. It's";
10451                 mes "weird that we're getting more";
10452                 mes "orders from there, but orders from other countries are decreasing.";
10453                 next;
10454                 cutin "lhz_kaz07",2;
10455                 mes "[Kazien]";
10456                 mes "Eh, I don't have the time";
10457                 mes "to wonder about stuff like";
10458                 mes "that. Lyozien's waiting for";
10459                 mes "you, so get to it, okay?";
10460                 next;
10461                 mes "[" + strcharinfo(0) + "]";
10462                 mes "W-wait! During the last";
10463                 mes "delivery, I was attacked";
10464                 mes "by a group of thugs that";
10465                 mes "wanted to destroy the";
10466                 mes "packages? Why would";
10467                 mes "they want to do that?";
10468                 next;
10469                 cutin "lhz_kaz02",2;
10470                 mes "[Kazien]";
10471                 mes "Look... You're better";
10472                 mes "off not knowing. Or are";
10473                 mes "you asking me to pay you";
10474                 mes "more for this job since";
10475                 mes "you're risking your life?";
10476                 next;
10477                 mes "[" + strcharinfo(0) + "]";
10478                 mes "I understand that the";
10479                 mes "customer's confidentiality";
10480                 mes "is important, but I'd feel a";
10481                 mes "lot better if I knew what was";
10482                 mes "in those packages, and why me";
10483                 mes "and Lyozien are being attacked.";
10484                 next;
10485                 cutin "lhz_kaz08",2;
10486                 mes "[Kazien]";
10487                 mes "Listen, I'm not obligated--";
10488                 mes "I can't tell you. Heck, I can't";
10489                 mes "even tell my own brother what's";
10490                 mes "in those packages. You can see";
10491                 mes "that, can't you? Anyway, you";
10492                 mes "can handle those thugs, right?";
10493                 next;
10494                 set lhz_rekenber,17;
10495                 getexp (checkre(3))?45000:450000,0;
10496                 cutin "lhz_kaz10",2;
10497                 mes "[Kazien]";
10498                 mes "Right. Now get back to";
10499                 mes "the Airship and talk to";
10500                 mes "Lyozien again. Don't give";
10501                 mes "him any trouble and make";
10502                 mes "sure you protect him.";
10503                 close2;
10504                 cutin "",255;
10505                 end;
10506         }
10507         else if(lhz_rekenber > 11)
10508         {
10509                 cutin "lhz_kaz08",2;
10510                 mes "[Kazien]";
10511                 mes "What are you doing";
10512                 mes "waiting around here";
10513                 mes "for? You've got a job to";
10514                 mes "do, so hurry up and do it~";
10515                 close2;
10516                 cutin "",255;
10517                 end;
10518         }
10519         else if(lhz_rekenber == 11)
10520         {
10521                 cutin "lhz_kaz05",2;
10522                 mes "[Kazien]";
10523                 mes "Hey, you're back. I got a";
10524                 mes "message from Rune-Midgarts,";
10525                 mes "telling us they received their";
10526                 mes "order. Good work! So how do";
10527                 mes "you like working with Lyozien?";
10528                 mes "He's one of my best men.";
10529                 next;
10530                 mes "[" + strcharinfo(0) + "]";
10531                 mes "Wait, aren't you and";
10532                 mes "Lyozien supposed";
10533                 mes "to be brothers?";
10534                 next;
10535                 cutin "lhz_kaz03",2;
10536                 mes "[Kazien]";
10537                 mes "Whoa, he told you that?";
10538                 mes "I guess he feels that he";
10539                 mes "can trust you enough with";
10540                 mes "that kind of personal talk...";
10541                 mes "Yeah, he's my little brother.";
10542                 mes "And a better man than me...";
10543                 next;
10544                 mes "[Kazien]";
10545                 mes "I've gotten my hands";
10546                 mes "pretty dirty doing this...";
10547                 mes "Oh, forget it. You came ";
10548                 mes "here for a job, right?";
10549                 mes "Luckily, I got another";
10550                 mes "delivery for you to work on...";
10551                 next;
10552                 mes "[" + strcharinfo(0) + "]";
10553                 mes "Actually, Kazien...";
10554                 mes "I was curious. What";
10555                 mes "exactly are we delivering?";
10556                 mes "I mean, not even Lyozien";
10557                 mes "doesn't know exactly what";
10558                 mes "is in those packages.";
10559                 next;
10560                 cutin "lhz_kaz06",2;
10561                 mes "[Kazien]";
10562                 mes "Huh... Does that mean";
10563                 mes "you can't work with us if";
10564                 mes "you don't know exactly what";
10565                 mes "you're doing?";
10566                 next;
10567                 mes "[Kazien]";
10568                 mes " Come on, I told";
10569                 mes "you before--absolute secrecy.";
10570                 mes "It goes both ways, you know.";
10571                 next;
10572                 mes "[Kazien]";
10573                 mes "Look, for your own good,";
10574                 mes "quit asking. Knowing what";
10575                 mes "you're delivering wouldn't";
10576                 mes "change a thing. Trust me.";
10577                 next;
10578                 mes "[Kazien]";
10579                 mes "Anyway, this next job is";
10580                 mes "more of the same. Meet";
10581                 mes "Lyozien in the international";
10582                 mes "flight Airship and protect";
10583                 mes "another package destined";
10584                 mes "for the Rune-Midgarts Kingdom.";
10585                 next;
10586                 set lhz_rekenber,12;
10587                 // changequest 5005,5006;
10588                 getexp (checkre(3))?40000:400000,0;
10589                 cutin "lhz_kaz03",2;
10590                 mes "[Kazien]";
10591                 mes "Alright, I'll see you";
10592                 mes "later. The important";
10593                 mes "thing is that you do the";
10594                 mes "best job that you can.";
10595                 mes "And don't give Lyozien";
10596                 mes "any trouble: that's my job!";
10597                 close2;
10598                 cutin "",255;
10599                 end;
10600         }
10601         else if(lhz_rekenber > 7)
10602         {
10603                 cutin "lhz_kaz08",2;
10604                 mes "[Kazien]";
10605                 mes "Lyozien is waiting for";
10606                 mes "you on the international";
10607                 mes "flight Airship, so go and";
10608                 mes "meet him there as soon";
10609                 mes "as you can. Alright then,";
10610                 mes "I'll see you later.";
10611                 close2;
10612                 cutin "",255;
10613                 end;
10614         }
10615         else if(lhz_rekenber == 7)
10616         {
10617                 cutin "lhz_kaz05",2;
10618                 mes "[Kazien]";
10619                 mes "Hey, you're back~";
10620                 mes "Great, I guess that means";
10621                 mes "that you've decided to work";
10622                 mes "for us! Alright, let me tell you about your first real job. As";
10623                 mes "always: ^FF0000keep it on the down-low^000000.";
10624                 next;
10625                 mes "[Kazien]";
10626                 mes "Go to the Airship for the";
10627                 mes "international flights, not";
10628                 mes "the domestic ones, and meet";
10629                 mes "a man named ^FF0000Lyozien^000000 inside.";
10630                 mes "He's our courier that'll provide you with further instructions.";
10631                 next;
10632                 cutin "lhz_kaz06",2;
10633                 mes "[Kazien]";
10634                 mes "Oh. You can talk to Lyozien";
10635                 mes "about the job, but definitely";
10636                 mes "not to anybody else. Anyway,";
10637                 mes "when you're done with what";
10638                 mes "he asks you to do, come back";
10639                 mes "to me for another job, okay?";
10640                 next;
10641                 set lhz_rekenber,8;
10642                 changequest 12010,12011;
10643                 cutin "lhz_kaz01",2;
10644                 mes "[Kazien]";
10645                 mes "Don't forget...";
10646                 mes "Talk to ^FF0000Lyozien^000000, our";
10647                 mes "courier, on the Airship";
10648                 mes "for the international flights.";
10649                 close2;
10650                 cutin "",255;
10651                 end;
10652         }
10653         else if(lhz_rekenber == 6)
10654         {
10655                 if(rand(1,15) == 7)
10656                 {
10657                         cutin "lhz_kaz04",2;
10658                         mes "[Kazien]";
10659                         mes "Oh, hey, it's you again.";
10660                         mes "Wait. No. You only remind";
10661                         mes "me of someone I've met. Um,";
10662                         mes "have we met before? I don't";
10663                         mes "remember at all. Oooh, I hate";
10664                         mes "being this busy, I can't focus!";
10665                         next;
10666                         set lhz_rekenber,0;
10667                         erasequest 12009;
10668                         mes "[Kazien]";
10669                         mes "Arrgh, this is not good.";
10670                         mes "We are this busy but we don't have enough people,";
10671                         mes "yet it is not that extrememly bad";
10672                         mes "to a point that we need to hire more people.";
10673                         next;
10674                         cutin "lhz_kaz01",2;
10675                         mes "[Kazien]";
10676                         mes "Will you step back? You are hindering my vision.";
10677                         close2;
10678                 }
10679                 else
10680                 {
10681                         cutin "lhz_kaz10",2;
10682                         mes "[Kazien]";
10683                         mes "Oh, hey, it's you again.";
10684                         mes "Listen, you didn't come here";
10685                         mes "looking for a part time job,";
10686                         mes "did you? I already told you";
10687                         mes "that I can't bring myself";
10688                         mes "to trust you, you know?";
10689                         next;
10690                         mes "[Kazien]";
10691                         mes "Look, you're not a bad guy,";
10692                         mes "so I'm sure you'd be perfect";
10693                         mes "for some other employer.";
10694                         mes "Don't feel bad... Um, what";
10695                         mes "was your name again? Wait,";
10696                         mes "did you even give it to me...?";
10697                         close2;
10698                 }
10699                 cutin "",255;
10700                 end;
10701         }
10702         else if(lhz_rekenber == 5)
10703         {
10704                 cutin "lhz_kaz04",2;
10705                 mes "[Kazien]";
10706                 mes "So, were you able to";
10707                 mes "contact Garins? Or did";
10708                 mes "you encounter any problems?";
10709                 next;
10710                 mes "[" + strcharinfo(0) + "]";
10711                 mes "Well, I came back to";
10712                 mes "let you know that I haven't";
10713                 mes "been able to find a way inside";
10714                 mes "the Einbroch Laboratory. There";
10715                 mes "was the guard, but I couldn't";
10716                 mes "really tell him anything.";
10717                 next;
10718                 cutin "lhz_kaz10",2;
10719                 mes "[Kazien]";
10720                 mes "Whaaaat~?";
10721                 mes "I'm sure he would";
10722                 mes "have let you in if you";
10723                 mes "told him that you had";
10724                 mes "to talk to Garins, right?";
10725                 next;
10726                 mes "[" + strcharinfo(0) + "]";
10727                 mes "But...";
10728                 mes "I thought you said";
10729                 mes "I'm not supposed to";
10730                 mes "tell anyone the details";
10731                 mes "of my assignment?";
10732                 next;
10733                 cutin "lhz_kaz06",2;
10734                 mes "[Kazien]";
10735                 mes "Heh... Yeah.";
10736                 mes "Yeah, that's right.";
10737                 mes "Heh heh heh! Hahahaha!";
10738                 mes "Great! I'm happy to say,";
10739                 mes "buddy, you passed the test!";
10740                 next;
10741                 mes "[" + strcharinfo(0) + "]";
10742                 mes "H-huh? But I never";
10743                 mes "even got to see Garins...";
10744                 mes "I didn't finish the task";
10745                 mes "that you assigned to me.";
10746                 next;
10747                 cutin "lhz_kaz09",2;
10748                 mes "[Kazien]";
10749                 mes "Garins is just some";
10750                 mes "cool name I made up.";
10751                 mes "He doesn't really exist.";
10752                 mes "I just wanted to test your";
10753                 mes "trustworthiness, is all.";
10754                 mes "Now do you understand?";
10755                 next;
10756                 mes "[" + strcharinfo(0) + "]";
10757                 mes "I... I guess.";
10758                 mes "Still, you just tricked";
10759                 mes "me! How am I supposed";
10760                 mes "to trust you now?";
10761                 next;
10762                 set lhz_rekenber,7;
10763                 cutin "lhz_kaz06",2;
10764                 mes "[Kazien]";
10765                 mes "Oh... You...";
10766                 mes "You got a point, there.";
10767                 mes "Huh, now isn't that ironic? I'm sorry, pal, let me apologize.";
10768                 mes "Take some time, consider working for me, and then come back, okay?";
10769                 close2;
10770                 cutin "",255;
10771                 end;
10772         }
10773         else if(lhz_rekenber == 4)
10774         {
10775                 cutin "lhz_kaz04",2;
10776                 mes "[Kazien]";
10777                 mes "So, were you able to";
10778                 mes "contact Garins? Or did";
10779                 mes "you encounter any problems?";
10780                 next;
10781                 mes "[" + strcharinfo(0) + "]";
10782                 mes "Well, I wasn't able to";
10783                 mes "find him. In fact, I don't";
10784                 mes "think that Garins even works";
10785                 mes "at the Einbroch Laboratory.";
10786                 next;
10787                 cutin "lhz_kaz08",2;
10788                 mes "[Kazien]";
10789                 mes "Whaaaat~?";
10790                 mes "That can't be true.";
10791                 mes "Well, how'd you";
10792                 mes "find that out?";
10793                 next;
10794                 mes "[" + strcharinfo(0) + "]";
10795                 mes "I happened to ask the";
10796                 mes "Laboratory Guard, but";
10797                 mes "he wouldn't even let me in.";
10798                 next;
10799                 set lhz_rekenber,6;
10800                 changequest 12008,12009;
10801                 cutin "lhz_kaz10",2;
10802                 mes "[Kazien]";
10803                 mes "Uh oh...";
10804                 mes "I thought so.";
10805                 mes "I'm sorry, pal, but";
10806                 mes "you failed the test.";
10807                 next;
10808                 mes "[" + strcharinfo(0) + "]";
10809                 mes "H-huh? What?";
10810                 mes "What do you mean?";
10811                 next;
10812                 mes "[Kazien]";
10813                 mes "You told that to the guard,";
10814                 mes "but you weren't supposed";
10815                 mes "to let anyone know any detail";
10816                 mes "about your assignment. Yeah...";
10817                 mes "Garins is just a name I made";
10818                 mes "up. He doesn't really exist.";
10819                 next;
10820                 mes "[Kazien]";
10821                 mes "I know you meant well,";
10822                 mes "you know, doing whatever";
10823                 mes "you can to finish whatever";
10824                 mes "goal you have, but you can't";
10825                 mes "forget the details. Anyway,";
10826                 mes "sorry, but we can't use you...";
10827                 close2;
10828                 cutin "",255;
10829                 end;
10830         }
10831         else if(lhz_rekenber == 3)
10832         {
10833                 cutin "lhz_kaz01",2;
10834                 mes "[Kazien]";
10835                 mes "Remember, visit ^FF0000Garins^000000";
10836                 mes "in the ^FF0000Einbroch Laboratory^000000";
10837                 mes "and ^FF0000confirm that he received";
10838                 mes "his order^000000. We pride ourselves";
10839                 mes "in our clients' confidentiality,^FFFFFF  ^000000 so keep it secret, got it?";
10840                 next;
10841                 mes "[Kazien]";
10842                 mes "I'll just be waiting";
10843                 mes "around over here, so";
10844                 mes "once you're done with";
10845                 mes "that, come back to me.";
10846                 close2;
10847                 cutin "",255;
10848                 end;
10849         }
10850         else if(lhz_rekenber == 2)
10851         {
10852                 cutin "lhz_kaz04",2;
10853                 mes "[Kazien]";
10854                 mes "Okay, I got it! Your first";
10855                 mes "assignment for us is pretty";
10856                 mes "simple, but think of it as";
10857                 mes "something of a trial run.";
10858                 mes "You know, for us to see";
10859                 mes "how reliable you are.";
10860                 next;
10861                 mes "[Kazien]";
10862                 mes "All you gotta do is head";
10863                 mes "to Einbroch, find the Lab";
10864                 mes "there, and find a researcher";
10865                 mes "named Garins. You need to";
10866                 mes "confirm whether he safely";
10867                 mes "received his order from us.";
10868                 next;
10869                 mes "[Kazien]";
10870                 mes "Simple stuff, yeah?";
10871                 mes "Now, you can't let anyone";
10872                 mes "know about your assignment.";
10873                 mes "Otherwise, we can't trust you";
10874                 mes "for more important stuff. And";
10875                 mes "I really wanna trust you.";
10876                 next;
10877                 cutin "lhz_kaz05",2;
10878                 mes "[Kazien]";
10879                 mes "Remember, visit ^FF0000Garins^000000";
10880                 mes "in the ^FF0000Einbroch Laboratory^000000";
10881                 mes "and ^FF0000confirm that he received";
10882                 mes "his order^000000. We pride ourselves";
10883                 mes "in our clients' confidentiality, so keep it secret, got it?";
10884                 next;
10885                 set lhz_rekenber,3;
10886                 changequest 12007,12008;
10887                 mes "[Kazien]";
10888                 mes "I'll just be waiting";
10889                 mes "around over here, so";
10890                 mes "once you're done with";
10891                 mes "that, come back to me.";
10892                 close2;
10893                 cutin "",255;
10894                 end;
10895         }
10896         else if(lhz_rekenber == 1)
10897         {
10898                 cutin "lhz_kaz01",2;
10899                 mes "[Kazien]";
10900                 mes "We're so busy, we barely";
10901                 mes "have enough people to cover";
10902                 mes "our workload right now. Still,";
10903                 mes "it's not so bad that we gotta";
10904                 mes "invest in some new hires.";
10905                 next;
10906                 mes "[Kazien]";
10907                 mes "Oh hey, sorry buddy,";
10908                 mes "but you mind stepping";
10909                 mes "back? It's just that you're";
10910                 mes "blocking my view is all.";
10911                 next;
10912                 mes "[" + strcharinfo(0) + "]";
10913                 mes "Wait, did you just say";
10914                 mes "that you need help?";
10915                 mes "I'd like to help solve";
10916                 mes "your problem, er, for";
10917                 mes "a nominal fee or some";
10918                 mes "kind of reward. You know...";
10919                 next;
10920                 cutin "lhz_kaz10",2;
10921                 mes "[Kazien]";
10922                 mes "Hey, alright~";
10923                 mes "I could use an extra";
10924                 mes "hand if you're willing";
10925                 mes "to work part time. Plus,";
10926                 mes "you're a straight shooter.";
10927                 mes "I like that. Let's see now...";
10928                 next;
10929                 if(BaseLevel < 70)
10930                 {
10931                         mes "[Kazien]";
10932                         mes "Awww, I'm sorry, pal.";
10933                         mes "I know you mean well, but";
10934                         mes "to put it bluntly, you're not";
10935                         mes "not strong enough for this";
10936                         mes "kinda work. Hey, but if you put on";
10937                         mes "some muscle, ask me again, okay?";
10938                         close2;
10939                         cutin "",255;
10940                         end;
10941                 }
10942                 mes "[Kazien]";
10943                 mes "Yeah, okay. You look like";
10944                 mes "you can handle this. But";
10945                 mes "are you the type of person";
10946                 mes "I can trust? Hey, you can";
10947                 mes "keep confidential information";
10948                 mes "without telling anyone, right?";
10949                 next;
10950                 switch( select( "Yes, of course.","Nope, I love giving away secrets." ) )
10951                 {
10952                         case 1:
10953                                 set lhz_rekenber,2;
10954                                 mes "[Kazien]";
10955                                 mes "Great, great.";
10956                                 mes "I guess we can just";
10957                                 mes "get down to business,";
10958                                 mes "then. Let me think. First,";
10959                                 mes "I should give you something";
10960                                 mes "easy to do to test you out...";
10961                                 close2;
10962                                 cutin "",255;
10963                                 end;
10964
10965                         case 2:
10966                                 cutin "lhz_kaz04",2;
10967                                 mes "[Kazien]";
10968                                 mes "Awww, man.";
10969                                 mes "I can't hire you";
10970                                 mes "if you're gonna blab";
10971                                 mes "your mouth. Sorry buddy,";
10972                                 mes "but I can't afford to take";
10973                                 mes "any risks. You understand...";
10974                                 close2;
10975                                 cutin "",255;
10976                                 end;
10977                 }
10978         }
10979         cutin "lhz_kaz01",2;
10980         mes "[Kazien]";
10981         mes "We're so busy, we barely";
10982         mes "have enough people to cover";
10983         mes "our workload right now. Still,";
10984         mes "it's not so bad that we gotta";
10985         mes "invest in some new hires.";
10986         next;
10987         cutin "lhz_kaz04",2;
10988         mes "[Kazien]";
10989         mes "Oh hey, sorry buddy,";
10990         mes "but you mind stepping";
10991         mes "back? It's just that you're";
10992         mes "blocking my view is all.";
10993         close2;
10994         cutin "",255;
10995         end;
10996 }
10997
10998 lighthalzen,141,162,3   script  Old Man#reken   85,{
10999
11000         mes "[Old Man]";
11001         mes "Lately, Kazien seems";
11002         mes "to be having a hard time";
11003         mes "managing his business.";
11004         mes "Always complaining that";
11005         mes "he lacks the manpower...";
11006         next;
11007         mes "[Old Man]";
11008         mes "I don't know what kind of";
11009         mes "business he's conducting,";
11010         mes "but why don't you help him";
11011         mes "out? I don't believe that any";
11012         mes "particularly special skills are";
11013         mes "required for some positions.";
11014         next;
11015         if(!lhz_rekenber) {
11016                 set lhz_rekenber,1;
11017                 setquest 12007;
11018         }
11019         mes "[Old Man]";
11020         mes "Well, if you're interested,";
11021         mes "you can find Kazien inside";
11022         mes "the corporation building.";
11023         mes "Young people like him should";
11024         mes "never be too proud to ask for help. He still needs to learn...";
11025         close;
11026 }
11027
11028 einbroch,55,52,3        script  Laboratory Guard#reken   852,{
11029
11030         if(lhz_rekenber == 3)
11031         {
11032                 mes "[Laboratory Guard]";
11033                 mes "Hold it! This is";
11034                 mes "a restricted area to";
11035                 mes "the public! Unless you";
11036                 mes "have some special business,";
11037                 mes "you'll have to leave right now.";
11038                 next;
11039                 switch( select( "Actually, I do have business here.","Whoa, I'm leaving!" ) )
11040                 {
11041                         case 1:
11042                                 mes "[Laboratory Guard]";
11043                                 mes "Yes? State the nature";
11044                                 mes "of your business here,";
11045                                 mes "as well as any person that";
11046                                 mes "you wish to contact inside";
11047                                 mes "of this laboratory facility.";
11048                                 next;
11049                                 switch( select( "I need to see Mr. Garins...","I'll... come back later." ) )
11050                                 {
11051                                         case 1:
11052                                                 mes "[" + strcharinfo(0) + "]";
11053                                                 mes "I need to see Mr. Garins";
11054                                                 mes "and confirm that he received";
11055                                                 mes "a package that was sent to him.";
11056                                                 next;
11057                                                 mes "[Laboratory Guard]";
11058                                                 mes "Garins, eh?";
11059                                                 mes "Alright, let me check";
11060                                                 mes "the employee list. Hmm...";
11061                                                 mes "Garins... Garins... Eh?";
11062                                                 mes "He's not here. Maybe you";
11063                                                 mes "came to the wrong place?";
11064                                                 next;
11065                                                 mes "[Laboratory Guard]";
11066                                                 mes "Sorry, but it looks like";
11067                                                 mes "you've wasted your time.";
11068                                                 mes "We don't have a Garins";
11069                                                 mes "working here. Anyway,";
11070                                                 mes "I still can't allow you to";
11071                                                 mes "enter the laboratory.";
11072                                                 set lhz_rekenber,4;
11073                                                 // changequest 12008,12010;
11074                                                 close;
11075
11076                                         case 2:
11077                                                 mes "[" + strcharinfo(0) + "]";
11078                                                 mes "I'll... come back later.";
11079                                                 mes "(^333333I better speak to Kazien";
11080                                                 mes "and let him know I'm having";
11081                                                 mes "trouble getting past this";
11082                                                 mes "guard. Otherwise, I might";
11083                                                 mes "never finish this job!^000000)";
11084                                                 set lhz_rekenber,5;
11085                                                 changequest 12008,12010;
11086                                                 close;
11087                                 }
11088
11089                         case 2:
11090                                 mes "[" + strcharinfo(0) + "]";
11091                                 mes "Whoa, I'm leaving!";
11092                                 mes "(^333333I better speak to Kazien";
11093                                 mes "and let him know I'm having";
11094                                 mes "trouble getting past this";
11095                                 mes "guard. Otherwise, I might";
11096                                 mes "never finish this job!^000000)";
11097                                 set lhz_rekenber,5;
11098                                 changequest 12008,12010;
11099                                 close;
11100                 }
11101         }
11102         mes "[Laboratory Guard]";
11103         mes "This area is restricted";
11104         mes "to the public. Unless you";
11105         mes "have some kind of special";
11106         mes "authorization, I'm going";
11107         mes "to have to ask you to leave.";
11108         close;
11109 }
11110
11111 airplane_01,96,48,3     script  Man#Lyozien     868,{
11112
11113         if(lhz_rekenber > 21)
11114         {
11115                 cutin "lhz_ryo11",2;
11116                 mes "[Lyozien]";
11117                 mes "Hey, I hear from my";
11118                 mes "brother that you can't work";
11119                 mes "with us anymore because";
11120                 mes "of some scheduling conflict.";
11121                 mes "I'm sorry to hear that: it was";
11122                 mes "really good working with you...";
11123                 close2;
11124                 cutin "",255;
11125                 end;
11126         }
11127         else if(lhz_rekenber == 21)
11128         {
11129                 cutin "lhz_ryo03",2;
11130                 mes "[Lyozien]";
11131                 mes "Oh good, you're back.";
11132                 mes "Mr. Ahman just left and";
11133                 mes "picked up his goods. We're";
11134                 mes "done here, so you have to";
11135                 mes "do now is report to my";
11136                 mes "brother in Lighthalzen.";
11137                 next;
11138                 mes "[Lyozien]";
11139                 mes "You sure you're alright?";
11140                 mes "You seem kind of upset.";
11141                 mes "Do you need to take a";
11142                 mes "break or something?";
11143                 close2;
11144                 cutin "",255;
11145                 end;
11146         }
11147         else if(lhz_rekenber == 20)
11148         {
11149                 cutin "lhz_ryo09",2;
11150                 mes "[Lyozien]";
11151                 mes "Heya, keep up the";
11152                 mes "good work. Once you";
11153                 mes "talk to Mr. Ahman inside";
11154                 mes "Izlude Airport, we'll be";
11155                 mes "done with this delivery.";
11156                 close2;
11157                 cutin "",255;
11158                 end;
11159         }
11160         else if(lhz_rekenber == 19)
11161         {
11162                 cutin "lhz_ryo06",2;
11163                 mes "[Lyozien]";
11164                 mes "Whoa, you were great!";
11165                 mes "There were more of them";
11166                 mes "this time, but you easily";
11167                 mes "dispatched them. Great job!";
11168                 next;
11169                 cutin "lhz_ryo01",2;
11170                 mes "[" + strcharinfo(0) + "]";
11171                 mes "Thanks, but...";
11172                 mes "Now I'm really worried";
11173                 mes "about what could be in";
11174                 mes "those packages. Are you";
11175                 mes "sure you don't know, Lyozien?";
11176                 next;
11177                 cutin "lhz_ryo02",2;
11178                 mes "[Lyozien]";
11179                 mes "You don't know when to";
11180                 mes "stop, do you? Nah, I don't";
11181                 mes "know at all. Besides, so long";
11182                 mes "as my brother says it's a bad";
11183                 mes "idea, then I don't wanna find";
11184                 mes "out for myself. Oh, hey...";
11185                 next;
11186                 set lhz_rekenber,20;
11187                 getitem 504,1; //White_Potion
11188                 cutin "lhz_ryo12",2;
11189                 mes "[Lyozien]";
11190                 mes "Here's a little";
11191                 mes "something to refresh";
11192                 mes "yourself after that fight.";
11193                 mes "Keep up the good work, okay?";
11194                 mes "Then, we'll be done once you";
11195                 mes "contact Mr. Ahman in Izlude.";
11196                 close2;
11197                 cutin "",255;
11198                 end;
11199         }
11200         else if(lhz_rekenber == 18)
11201         {
11202                 cutin "lhz_ryo06",2;
11203                 mes "[Lyozien]";
11204                 mes "Okay, just like before, we";
11205                 mes "gotta get these packages to";
11206                 mes "Mr. Ahmam. When we arrive";
11207                 mes "in Izlude, find Mr. Ahman in";
11208                 mes "the Airport and tell him that";
11209                 mes "his packages have arrived.";
11210                 next;
11211                 cutin "lhz_ryo08",2;
11212                 mes "[Lyozien]";
11213                 mes "W-wait...";
11214                 mes "Did you hear that?";
11215                 mes "I heard--I think it's them.";
11216                 mes "Those thugs are back! Don't";
11217                 mes "let them damage the packages!";
11218                 close2;
11219                 cutin "",255;
11220                 set lhz_rekenber,19;
11221                 donpcevent "#bully2::OnEnter";
11222                 donpcevent "Man#Lyozien::OnStop";
11223                 end;
11224         }
11225         else if(lhz_rekenber == 17)
11226         {
11227                 cutin "lhz_ryo14",2;
11228                 mes "[Lyozien]";
11229                 mes "I heard that you upset";
11230                 mes "Kyozien a little bit with";
11231                 mes "your questions. I mean,";
11232                 mes "I totally understand, but";
11233                 mes "you gotta remember that";
11234                 mes "we've got obligations.";
11235                 next;
11236                 cutin "lhz_ryo12",2;
11237                 mes "[Lyozien]";
11238                 mes "I know that these packages";
11239                 mes "might be putting us in danger,";
11240                 mes "but I trust my brother. If he says those thugs are bad guys, then";
11241                 mes "they're definitely bad guys.";
11242                 next;
11243                 cutin "lhz_ryo13",2;
11244                 mes "[Lyozien]";
11245                 mes "Yeah, ever since we were";
11246                 mes "kids, Kyozien has always";
11247                 mes "been right. Even though";
11248                 mes "I'd like to know what's in the";
11249                 mes "boxes, I don't ever wanna";
11250                 mes "disappoint him, you know?";
11251                 next;
11252                 set lhz_rekenber,18;
11253                 cutin "lhz_ryo10",2;
11254                 mes "[Lyozien]";
11255                 mes "Anyway, that's";
11256                 mes "enough chit-chat";
11257                 mes "for now. Let's get";
11258                 mes "back to work, shall we?";
11259                 close2;
11260                 cutin "",255;
11261                 end;
11262         }
11263         else if(lhz_rekenber == 16)
11264         {
11265                 cutin "lhz_ryo12",2;
11266                 mes "[Lyozien]";
11267                 mes "I'm lucky that you're";
11268                 mes "around to keep those";
11269                 mes "thugs off our backs, eh?";
11270                 mes "Hey, when you're ready for";
11271                 mes "another job, just talk to";
11272                 mes "my brother Kazien, okay?";
11273                 close2;
11274                 cutin "",255;
11275                 end;
11276         }
11277         else if(lhz_rekenber == 15)
11278         {
11279                 cutin "lhz_ryo05",2;
11280                 mes "[Lyozien]";
11281                 mes "So you spoke to";
11282                 mes "Mr. Ahman already?";
11283                 mes "Good, good. Now we can";
11284                 mes "go back to the Schwaltzvalt";
11285                 mes "Republic for our next job.";
11286                 next;
11287                 mes "[Lyozien]";
11288                 mes "Just talk to my brother";
11289                 mes "Kazien and he should give";
11290                 mes "you any details you need";
11291                 mes "to know. Man, it's good";
11292                 mes "that you're working for us.";
11293                 mes "Those thugs frighten me...";
11294                 set lhz_rekenber,16;
11295                 cutin "lhz_ryo01",2;
11296                 mes "[Lyozien]";
11297                 mes "Now I feeel much more secure.";
11298                 close2;
11299                 cutin "",255;
11300                 end;
11301         }
11302         else if(lhz_rekenber == 14)
11303         {
11304                 cutin "lhz_ryo13",2;
11305                 mes "[Lyozien]";
11306                 mes "Now that those thugs are";
11307                 mes "gone, let's concentrate on";
11308                 mes "our task. Like before, just";
11309                 mes "get off at Izlude and then tell";
11310                 mes "Mr. Ahman that his packages";
11311                 mes "have arrived. See you later~";
11312                 close2;
11313                 cutin "",255;
11314                 end;
11315         }
11316         else if(lhz_rekenber == 13)
11317         {
11318                 cutin "lhz_ryo13",2;
11319                 mes "[Lyozien]";
11320                 mes "Oh, thank you!";
11321                 mes "You saved my life!";
11322                 mes "As you can tell, I'm";
11323                 mes "not much of a fighter...";
11324                 mes "I just ran and hid when";
11325                 mes "those thugs appeared.";
11326                 next;
11327                 cutin "lhz_ryo04",2;
11328                 mes "[Lyozien]";
11329                 mes "That's one reason why" ;
11330                 mes "my brother has been hiring";
11331                 mes "you adventurers-- we need";
11332                 mes "packages from those hoodlums.";
11333                 mes "They're always after us...";
11334                 next;
11335                 cutin "lhz_ryo07",2;
11336                 mes "[Lyozien]";
11337                 mes "Every time I see them,";
11338                 mes "they're yelling things like";
11339                 mes "we're the servants of evil,";
11340                 mes "or that the packages must";
11341                 mes "be destroyed. Boy, I sure";
11342                 mes "am glad that you're here!";
11343                 set lhz_rekenber,14;
11344                 close2;
11345                 cutin "",255;
11346                 end;
11347         }
11348         else if(lhz_rekenber == 12)
11349         {
11350                 cutin "lhz_ryo11",2;
11351                 mes "[Lyozien]";
11352                 mes "Hey, we already have another";
11353                 mes "package to deliver all the way";
11354                 mes "to the Rune-Midgarts Kingdom";
11355                 mes "again. Can you believe it? We";
11356                 mes "seem to be doing a lot of";
11357                 mes "business around there lately.";
11358                 next;
11359                 cutin "lhz_ryo12",2;
11360                 mes "[Lyozien]";
11361                 mes "It's so far away from";
11362                 mes "home, but a job's a job.";
11363                 mes "We're obliged to do what";
11364                 mes "we're been assigned to do";
11365                 mes "until we qui--whoa. You";
11366                 mes "hear that? Wh-what was...?";
11367                 next;
11368                 cutin "lhz_ryo03",2;
11369                 mes "[Lyozien]";
11370                 mes "Awwww, nuts!";
11371                 mes "It's those thugs!";
11372                 mes "I'll explain later, but";
11373                 mes "for now, please protect";
11374                 mes "the packages and make";
11375                 mes "sure they don't get them!";
11376                 close2;
11377                 cutin "",255;
11378                 set lhz_rekenber,13;
11379                 donpcevent "Man#Lyozien::OnStop";
11380                 donpcevent "#bully1::OnEnter";
11381                 end;
11382         }
11383         if(lhz_rekenber == 11)
11384         {
11385                 cutin "lhz_ryo12",2;
11386                 mes "[Lyozien]";
11387                 mes "Hey, would you go see";
11388                 mes "my brother Kazien to see";
11389                 mes "if he's got another job for";
11390                 mes "us to do? I'll just be over";
11391                 mes "here waiting when you need";
11392                 mes "to find me. See you later~";
11393                 close2;
11394                 cutin "",255;
11395                 end;
11396         }
11397         else if(lhz_rekenber == 10)
11398         {
11399                 cutin "lhz_ryo14",2;
11400                 mes "[Lyozien]";
11401                 mes "Good work, Mr. Ahman just";
11402                 mes "arrived and picked up his";
11403                 mes "packages. It looks like we're";
11404                 mes "done for today. When you're";
11405                 mes "ready for another job, just";
11406                 mes "ask to my brother Kazien, okay?";
11407                 next;
11408                 mes "[" + strcharinfo(0) + "]";
11409                 mes "Lyozien, do you know";
11410                 mes "what kinds of things";
11411                 mes "we're delivering?";
11412                 next;
11413                 cutin "lhz_ryo10",2;
11414                 mes "[Lyozien]";
11415                 mes "No clue. I've been";
11416                 mes "a little curious myself,";
11417                 mes "but my brother warned me";
11418                 mes "not to ask. Besides, I don't";
11419                 mes "think it makes a difference";
11420                 mes "to what we gotta do, right?";
11421                 next;
11422                 cutin "lhz_ryo13",2;
11423                 mes "[Lyozien]";
11424                 mes "Anyway, it oughta be";
11425                 mes "fine. I mean, our clients";
11426                 mes "are entitled to their privacy";
11427                 mes "anyway. You've been in that";
11428                 mes "sort of situation, right? You";
11429                 mes "know, embarassing orders...";
11430                 next;
11431                 set lhz_rekenber,11;
11432                 changequest 12013,12014;
11433                 cutin "lhz_ryo01",2;
11434                 mes "[Lyozien]";
11435                 mes "No? Eh, just meet up with";
11436                 mes "my brother to see if he's";
11437                 mes "got another job for us, okay?";
11438                 mes "If you wanna find me again,";
11439                 mes "I'll be waiting right here.";
11440                 close2;
11441                 cutin "",255;
11442                 end;
11443         }
11444         else if(lhz_rekenber == 9)
11445         {
11446                 cutin "lhz_ryo05",2;
11447                 mes "[Lyozien]";
11448                 mes "Alright, when this Airship";
11449                 mes "arrives in Izlude, get off and";
11450                 mes "enter the Airport to meet with";
11451                 mes "a man named Mr. Ahman.";
11452                 mes "Let him know his order has";
11453                 mes "already arrived, okay?";
11454                 close2;
11455                 cutin "",255;
11456                 end;
11457         }
11458         else if(lhz_rekenber == 8)
11459         {
11460                 cutin "lhz_ryo02",2;
11461                 mes "[Lyozien]";
11462                 mes "Um, would you mind";
11463                 mes "treading lightly around";
11464                 mes "this area, and kind of go";
11465                 mes "around the piles? Yeah,";
11466                 mes "these are all pretty fragile.";
11467                 mes "Thanks, I appreciate it.";
11468                 next;
11469                 mes "[" + strcharinfo(0) + "]";
11470                 mes "Excuse me, but";
11471                 mes "are you Lyozien?";
11472                 next;
11473                 cutin "lhz_ryo07",2;
11474                 mes "[Lyozien]";
11475                 mes "Hey, are you the one that";
11476                 mes "my brother Kazien sent?";
11477                 mes "Nice, I've been waiting";
11478                 mes "for you. As you can see,";
11479                 mes "I'm having trouble handling";
11480                 mes "all of these packages here.";
11481                 next;
11482                 cutin "lhz_ryo14",2;
11483                 mes "[" + strcharinfo(0) + "]";
11484                 mes "Wait, Kazien is";
11485                 mes "your brother? That's";
11486                 mes "weird, you figure he";
11487                 mes "would mention that.";
11488                 next;
11489                 mes "[Lyozien]";
11490                 mes "Oh, yeah, he's been like";
11491                 mes "that ever since we lived";
11492                 mes "in Lighthalzen's slums.";
11493                 mes "Luckily, he joined the";
11494                 mes "corporation and helped";
11495                 mes "us improve our lots in life...";
11496                 next;
11497                 cutin "lhz_ryo13",2;
11498                 mes "[Lyozien]";
11499                 mes "That's why I appreciate the";
11500                 mes "fact that he lets me work for";
11501                 mes "him. I can't let him down.";
11502                 mes "Anyway, back to business: we";
11503                 mes "gotta deliver these goods to";
11504                 mes "the Rune-Midgarts Kingdom.";
11505                 next;
11506                 cutin "lhz_ryo12",2;
11507                 mes "[Lyozien]";
11508                 mes "I have to ensure that these";
11509                 mes "packages aren't damaged or";
11510                 mes "stolen by thieves. Your job is";
11511                 mes "to go to Izlude, find Mr. Ahman";
11512                 mes "at the Airport, and tell him that his orders have safely arrived.";
11513                 next;
11514                 set lhz_rekenber,9;
11515                 changequest 12011,12012;
11516                 cutin "lhz_ryo11",2;
11517                 mes "[Lyozien]";
11518                 mes "Once you tell Mr. Ahman";
11519                 mes "that message, he'll take";
11520                 mes "care of picking up his own";
11521                 mes "packages. But yeah, I need";
11522                 mes "to stay behind to guard these";
11523                 mes "products in the meantime.";
11524                 close2;
11525                 cutin "",255;
11526                 end;
11527         }
11528         cutin "lhz_ryo12",2;
11529         mes "[Lyozien]";
11530         mes "Um, would you mind";
11531         mes "treading lightly around";
11532         mes "this area, and kind of go";
11533         mes "around the piles? Yeah,";
11534         mes "these are all pretty fragile.";
11535         mes "Thanks, I appreciate it.";
11536         close2;
11537         cutin "",255;
11538         end;
11539
11540 OnEnter:
11541         enablenpc "Man#Lyozien";
11542         end;
11543
11544 OnStop:
11545         disablenpc "Man#Lyozien";
11546         end;
11547 }
11548
11549 -       script  ::Scamp -1,{
11550
11551         if(lhz_rekenber > 21)
11552         {
11553                 mes "[Ahman]";
11554                 mes "Oh, hello. I've heard";
11555                 mes "that you had to quit.";
11556                 mes "It's quite a pity, really.";
11557                 mes "If it weren't for you, some";
11558                 mes "of my packages would have";
11559                 mes "been destroyed by those thugs.";
11560                 close;
11561         }
11562         else if(lhz_rekenber == 21)
11563         {
11564                 mes "[Ahman]";
11565                 mes "Shouldn't you be";
11566                 mes "taking a break? Besides,";
11567                 mes "Lyozien is still waiting for";
11568                 mes "you the Airship, isn't he?";
11569                 close;
11570         }
11571         else if(lhz_rekenber == 20)
11572         {
11573                 mes "[Ahman]";
11574                 mes "Oh, have my packages";
11575                 mes "arrived? Good, good.";
11576                 mes "I appreciate all of your";
11577                 mes "hard work. I'm surprised";
11578                 mes "they haven't hired you";
11579                 mes "full time by now.";
11580                 next;
11581                 mes "[Ahman]";
11582                 mes "Is something the matter?";
11583                 mes "You seem really pale. Oh";
11584                 mes "well, you'll have plenty of";
11585                 mes "time to relax on the Airship.";
11586                 mes "Oh, and don't worry, I'll";
11587                 mes "take care of the packages.";
11588                 set lhz_rekenber,21;
11589                 close;
11590         }
11591         else if (lhz_rekenber > 15 && lhz_rekenber < 20)
11592         {
11593                 mes "[Ahman]";
11594                 mes "Oh, hello. I'm not";
11595                 mes "expecting any packages";
11596                 mes "at this moment, although";
11597                 mes "I'm aware that there are a";
11598                 mes "few deliveries in queue, but shouldn't you be in Lighthalzen?";
11599                 close;
11600         }
11601         else if(lhz_rekenber == 15)
11602         {
11603                 mes "[Ahman]";
11604                 mes "Shouldn't you be on";
11605                 mes "your way and report to";
11606                 mes "Lyozien? You should hurry";
11607                 mes "before the Airship takes off.";
11608                 close;
11609         }
11610         else if(lhz_rekenber == 14)
11611         {
11612                 mes "[Ahman]";
11613                 mes "Ah, it's you again.";
11614                 mes "I assume that means that";
11615                 mes "my packages have arrived";
11616                 mes "safely. Is that right?";
11617                 next;
11618                 mes "[" + strcharinfo(0) + "]";
11619                 mes "Yes, that's right.";
11620                 mes "Actually, this time we ";
11621                 mes "were attacked by a group";
11622                 mes "of thugs, so I was wondering";
11623                 mes "if you knew anything about it... ";
11624                 next;
11625                 mes "[Ahman]";
11626                 mes "They attacked again?";
11627                 mes "Oh, that isn't good.";
11628                 mes "Well, I have no idea";
11629                 mes "what's going on. I wish";
11630                 mes "I had some idea of what";
11631                 mes "they were up to, really.";
11632                 next;
11633                 set lhz_rekenber,15;
11634                 mes "[Ahman]";
11635                 mes "For now, you should";
11636                 mes "go and report to Lyozien.";
11637                 mes "I assume that you protected";
11638                 mes "my packages, so thank you";
11639                 mes "for your diligent work. Now, I shall pick up what I ordered...";
11640                 close;
11641         }
11642         else if (lhz_rekenber > 10 && lhz_rekenber < 14)
11643         {
11644                 mes "[Ahman]";
11645                 mes "Oh, it's you again.";
11646                 mes "Shouldn't you be getting";
11647                 mes "on the Airship and heading";
11648                 mes "back to the Schwaltzvalt";
11649                 mes "Republic? There are more";
11650                 mes "deliveries in queue, you know.";
11651                 close;
11652         }
11653         else if(lhz_rekenber == 10)
11654         {
11655                 mes "[Ahman]";
11656                 mes "Thank you for letting me";
11657                 mes "know that my order has arrived.";
11658                 mes "You should go back to Lyozien";
11659                 mes "now so you can finish your job.";
11660                 mes "Perhaps I'll see you again";
11661                 mes "sometime, adventurer.";
11662                 close;
11663         }
11664         else if(lhz_rekenber == 9)
11665         {
11666                 mes "[Man]";
11667                 mes "Hmm, can you really";
11668                 mes "call this place an Airport?";
11669                 mes "It's far too small, wouldn't";
11670                 mes "you agree? Still, I kind of";
11671                 mes "enjoy sitting around here.";
11672                 next;
11673                 mes "[" + strcharinfo(0) + "]";
11674                 mes "Excuse me, but do";
11675                 mes "you know where I can";
11676                 mes "find a man named Ahman?";
11677                 mes "I have a message for him.";
11678                 next;
11679                 mes "[Ahman]";
11680                 mes "I'm Ahman, how can--";
11681                 mes "Oh! You must be here to";
11682                 mes "tell me that my packages";
11683                 mes "have arrived. Am I correct?";
11684                 next;
11685                 mes "[" + strcharinfo(0) + "]";
11686                 mes "Y-yes. That's right.";
11687                 mes "Your packages have";
11688                 mes "arrived and they're";
11689                 mes "being guarded until";
11690                 mes "you come to pick them up.";
11691                 next;
11692                 mes "[Ahman]";
11693                 mes "Ah, that's very good to";
11694                 mes "know. Say, are you a new";
11695                 mes "worker for Lyozien and Kazien?";
11696                 mes "I don't believe I've seen you";
11697                 mes "around before. Have they finally started hiring part timers?";
11698                 next;
11699                 mes "[" + strcharinfo(0) + "]";
11700                 mes "Yes, that's right.";
11701                 mes "Actually, I'm working for";
11702                 mes "them part time. I heard";
11703                 mes "they were really busy, so";
11704                 mes "I sort of volunteered my time.";
11705                 next;
11706                 mes "[Ahman]";
11707                 mes "Alright, alright.";
11708                 mes "I suppose that you";
11709                 mes "also don't know what's";
11710                 mes "being delivered in these";
11711                 mes "packages, just like Lyozien.";
11712                 next;
11713                 mes "[Ahman]";
11714                 mes "Well, it's all confidential";
11715                 mes "information anyway, so don't";
11716                 mes "worry about it. Thank you for";
11717                 mes "notifying me about the delivery.^FFFFFF  ^000000 Now, you should go back and ";
11718                 mes "tell Lyozien. Take care now~";
11719                 set lhz_rekenber,10;
11720                 changequest 12012,12013;
11721                 close;
11722         }
11723         mes "[Man]";
11724         mes "Hmm, can you really";
11725         mes "call this place an Airport?";
11726         mes "It's far too small, wouldn't";
11727         mes "you agree? Still, I kind of";
11728         mes "enjoy sitting around here.";
11729         close;
11730 }
11731
11732 airplane_01,1,1,1       script  #bully1 -1,{
11733
11734 OnInit:
11735         disablenpc "#bully1";
11736         end;
11737
11738 OnEnter:
11739         enablenpc "#bully1";
11740         initnpctimer;
11741         monster "airplane_01",96,53,"Thug",1592,1,"#bully1::OnMyMobDead";
11742         monster "airplane_01",87,47,"Thug",1592,1,"#bully1::OnMyMobDead";
11743         set .bullymobs,2;
11744         end;
11745
11746 OnReset:
11747         killmonster "airplane_01","#bully1::OnMyMobDead";
11748         end;
11749
11750 OnMyMobDead:
11751         set .bullymobs,.bullymobs -1;
11752         if(.bullymobs < 1)
11753         {
11754                 mes "[Bully]";
11755                 mes "Damn it! N-next time...";
11756                 mes "Next time we'll g-get rid";
11757                 mes "of those damned packages!";
11758                 mes "^333333*Cough cough*^000000 For now, we";
11759                 mes "retreat and fight another day!";
11760                 close2;
11761                 donpcevent "#bully1::OnInit";
11762                 donpcevent "Man#Lyozien::OnEnter";
11763                 stopnpctimer;
11764         }
11765         end;
11766
11767 OnTimer120000:
11768         donpcevent "#bully1::OnReset";
11769         donpcevent "#bully1::OnInit";
11770         donpcevent "Man#Lyozien::OnEnter";
11771         stopnpctimer;
11772         end;
11773 }
11774
11775 airplane_01,2,2,1       script  #bully2 -1,{
11776
11777 OnInit:
11778         disablenpc "#bully2";
11779         end;
11780
11781 OnEnter:
11782         enablenpc "#bully2";
11783         initnpctimer;
11784         monster "airplane_01",96,53,"Thug",1592,1,"#bully2::OnMyMobDead";
11785         monster "airplane_01",87,47,"Thug",1592,1,"#bully2::OnMyMobDead";
11786         monster "airplane_01",97,43,"Thug",1592,1,"#bully2::OnMyMobDead";
11787         set .bullymobs,3;
11788         end;
11789
11790 OnReset:
11791         killmonster "airplane_01","#bully2::OnMyMobDead";
11792         end;
11793
11794 OnMyMobDead:
11795         set .bullymobs,.bullymobs -1;
11796         if(.bullymobs < 1)
11797         {
11798                 mes "^3355FFHey-- there's a slit";
11799                 mes "in the wrapping on one";
11800                 mes "of the packages. It was";
11801                 mes "probably ripped a little";
11802                 mes "while you were fighting.^000000";
11803                 close2;
11804                 donpcevent "#bully2::OnInit";
11805                 donpcevent "#packidentity::OnEnter";
11806                 stopnpctimer;
11807         }
11808         end;
11809
11810 OnTimer120000:
11811         donpcevent "#bully2::OnReset";
11812         donpcevent "#bully2::OnInit";
11813         donpcevent "#packidentity::OnEnter";
11814         stopnpctimer;
11815         end;
11816 }
11817
11818 airplane_01,99,47,3     script  #packidentity   139,2,2,{
11819         end;
11820
11821 OnInit:
11822         disablenpc "#packidentity";
11823         end;
11824
11825 OnEnter:
11826         initnpctimer;
11827         enablenpc "#packidentity";
11828         end;
11829
11830 OnTouch_:
11831         if(lhz_rekenber == 19)
11832         {
11833                 mes "^3355FFYou peek through the";
11834                 mes "slit in the wrapping";
11835                 mes "that is covering one";
11836                 mes "of the packages.^000000";
11837                 next;
11838                 mes "[" + strcharinfo(0) + "]";
11839                 mes "Oh... my God!";
11840                 mes "These are... These are";
11841                 mes "weapons of mass destruction.";
11842                 mes "There's even parts for assembling guardians, the kinds that usually";
11843                 mes "defend those Guild Castles...";
11844                 close2;
11845                 donpcevent "Man#Lyozien::OnEnter";
11846                 donpcevent "#packidentity::OnInit";
11847                 stopnpctimer;
11848                 end;
11849         }
11850
11851 OnTimer120000:
11852         donpcevent "Man#Lyozien::OnEnter";
11853         donpcevent "#packidentity::OnInit";
11854         stopnpctimer;
11855         end;
11856 }
11857
11858 lhz_in01,187,247,3      script  #flashback1     139,2,2,{
11859
11860 OnTouch_:
11861         if(lhz_rekenber == 22)
11862         {
11863                 cutin "lhz_kaz11",2;
11864                 mes "[Kazien]";
11865                 mes "-Don't you have anything to protect, huh?- ";
11866                 mes "-Are you sure that you're always doing the right thing?-";
11867                 next;
11868                 mes "[Kazien]";
11869                 mes "Answer me! Answer me! Answer meee!";
11870                 next;
11871                 set lhz_rekenber,23;
11872                 cutin "",255;
11873                 mes "[" + strcharinfo(0) + "]";
11874                 mes ".............Damn it.";
11875                 close;
11876         }
11877         end;
11878 }
11879
11880 lhz_in01,75,248,3       script  #flashback2     139,2,2,{
11881
11882 OnTouch_:
11883         if(lhz_rekenber == 22)
11884         {
11885                 cutin "lhz_kaz11",2;
11886                 mes "[Kazien]";
11887                 mes "Look man, this is what";
11888                 mes "I decided. I don't care";
11889                 mes "what other people'll think.";
11890                 mes "I might go to hell when";
11891                 mes "I die, but that's my problem.";
11892                 next;
11893                 mes "[Kazien]";
11894                 mes "Besides, you adventurers";
11895                 mes "are always running around";
11896                 mes "with your swords and magic spells... Isn't that just as bad?";
11897                 mes "It's not the weapons or the power that's bad: it's how they're used.";
11898                 next;
11899                 mes "[Kazien]";
11900                 mes "There'd be days when my";
11901                 mes "brother and I'd have nothing";
11902                 mes "to eat. So when I heard about";
11903                 mes "this job, I took it. What good";
11904                 mes "is world peace if I'm not even";
11905                 mes "alive to enjoy it, huh?";
11906                 next;
11907                 set lhz_rekenber,23;
11908                 cutin "",255;
11909                 mes "[" + strcharinfo(0) + "]";
11910                 mes "......";
11911                 mes ".........";
11912                 mes "Damn it!";
11913                 close;
11914         }
11915         end;
11916 }
11917
11918 airplane_01,10,10,3     script  #LyozienSwitch  111,{
11919         callfunc "F_GM_NPC";
11920         mes "[Lyozien Switch]";
11921         mes "Input password.";
11922         mes "Enter 0 to cancel.";
11923         next;
11924         set .@i, callfunc("F_GM_NPC",1028,0,0,4000);
11925         if (.@i == -2) {
11926                 mes "[Lyozien Switch]";
11927                 mes "Incorrect.";
11928                 close;
11929         } else if (.@i == -1) {
11930                 mes "[Lyozien Switch]";
11931                 mes "Canceled.";
11932                 close;
11933         } else if (.@i == 0) {
11934                 close;
11935         } else {
11936                 mes "[Lyozien Switch]";
11937                 mes "Do you want to";
11938                 mes "turn the Lyozien";
11939                 mes "NPC ON or OFF?";
11940                 next;
11941                 switch(select("On:OFF")) {
11942                 case 1:
11943                         set .@str$,"activated";
11944                         donpcevent "Man#Lyozien::OnEnable";
11945                         break;
11946                 case 2:
11947                         set .@str$,"deactivated";
11948                         donpcevent "Man#Lyozien::OnDisable";
11949                         break;
11950                 }
11951                 mes "[Lyozien Switch]";
11952                 mes "Lyozien NPC is";
11953                 mes "now "+.@str$+".";
11954                 mes " ";
11955                 mes "/mm airplane_01.gat 96 48";
11956                 close;
11957         }
11958 }
11959
11960 //============================================================
11961 // Old changelog
11962 //============================================================
11963 //= Grammar/script check please. This was a quick job.
11964 //= Things to add: Look at the thread "Lighthalzen Guard" in SVN script
11965 //= 0.3 Initial Release. [Persian] [Vicious_Pucca] [aoa00] [Evera] [MasterOfMupppets] [Lupus] [Lord Gywall]
11966 //= 0.5 Added mobsters spawn and Einbroch pollution. Alert lasts either 10 minutes or all mob killed.
11967 //= 0.6-0.9 fix small bug. Added Bio-lab entrance Quest. Added Getting security-card Quest.
11968 //= 1.0 Patched "mobsters spawn & Alert" like Real-RO.
11969 //= 1.0a fixed rand(1,10) + comparision. There just can't be 'X < 1' [Lupus]
11970 //= 1.1 Changed the mobster spawn to g_mobster to prevent exploits [MasterOfMuppets]
11971 //= 1.2 Added the cube room quest by DeNy, translated by vicious_pucca. [MasterOfMuppets]
11972 //=     Thanks to Linuxwolf for a grammar check as well =).
11973 //= 1.2a Moved Biolab entrance to lhz_dun warps. [Vicious]
11974 //= 1.3 Fixed password bug, fixed endless item exploit, some typos [Lupus]
11975 //= 1.4 Fixed password abuse. When people don't read the password under the picture
11976 //=     and enter Zero shit 8) (TODO: I saw some "Sticks" abuses, too.. where you could skip a part of quest...)
11977 //= 1.5 Fixed Mobster's OnDead event(it has to start with "On"!) [Playtester]
11978 //= 1.5a Fixed "free stick" bug, thx 2 Neouni [Lupus]
11979 //= 1.6 Added Gywall's Pickpocket Quest
11980 //= 1.7 Implemented the Friendship quest [MasterOfMuppets]
11981 //= 1.8 Changed the name of the mobsters to Gangster, as it should be. [MasterOfMuppets]
11982 //= 1.9 Added extra input check on Biolab so that the first letter of the word could be capitalized or undercase. [Evera]
11983 //= 2.0 Removed Duplicates [Silent]
11984 //= 2.1 Added first part of Bio Ethics Quest [Evera]
11985 //= 2.2 Added bit to say Bio Ethics is unfinished, and if a player attempts, it warps them
11986 //=     out after finished part... Don't want players getting stuck ;_; [Evera]
11987 //= 2.3 Finished Bio Ethics Quest. Need bug testers before moving to trunk, my
11988 //=     mind was somewhere else when writing @_@ [Evera]
11989 //= 2.4 Fixed the bug where a str&int debug was shown in the console for
11990 //=     test tube in bio labs quest. [Evera]
11991 //= 2.5 Fixed Kellasus giving you extra skills in Bio Ethics quest [Evera]
11992 //= 2.6 Fixed exploit letting any class get homunculus from Bio Ethics Quest [Evera]
11993 //= 2.6a Moved Bio Ethics Quest to Alchemist SKILL QUESTS [Lupus]
11994 //= 2.7 fixed bugs that let people bypass some quest parts V_V [Lupus]
11995 //=     reused cubekey var for 4 Cube Room key vars
11996 //= 2.8 More optimization. Also fixed bug with "2x short sticks -> long" [Lupus]
11997 //=     Now uses MISC_QUEST&512 instead of 'hzdun'. WIP
11998 //= 2.9 Fixed Friendship Quest levelup exploit (u could get EXP twice) [Lupus]
11999 //= 3.0 Added Cursed Spirit Quest. [SinSloth]
12000 //=     Moved a book non-related to Lighthalzen quests.
12001 //= 3.1 Added Schwartzvalt Trilogy Quest. [SinSloth]
12002 //= 3.2 Updated some NPCs regarding Hugel Rebellion Quest. [SinSloth]
12003 //= 3.2 Removed the NPC "#kiz03-4" as I couldn't find any [L0ne_W0lf]
12004 //=     reference to it in the Aegis script.
12005 //= 3.3 Fixed a wrong negative value checking in Schwartzvalt Trilogy quest. [SinSloth]
12006 //= 3.4 Fixed experience gains to match upcoming rate adjustments. [SinSloth]
12007 //= 3.5 Touch-ups to the Friendship quest. Added EXP reward. [L0ne_W0lf]
12008 //=     Added cutins for "Maku" npc, and changed "set HP" to percentheal.
12009 //= 3.5a Adjusted EXP given by "Benkasttein" to be the same as that given by Maku. [L0ne_W0lf]
12010 //= 3.6 Corrected NPC names to fall within proper restrictions. [L0ne_W0lf]
12011 //= 3.7 Counter-fixed negative value checking to now look for both positive and negative values
12012 //=     since its symbol depends on the time. [SinSloth]
12013 //= 3.8 Removed bio ethic quest definition from header. [L0ne_W0lf]
12014 //= 3.9 Added Rekenber Job quest. Don't know why it hasn't been there before though. [SinSloth]
12015 //============================================================