1 | //===== eAthena Script ======================================= |
---|
2 | //= Einbech Town |
---|
3 | //===== By: ================================================== |
---|
4 | //= Muad_Dib |
---|
5 | //===== Current Version: ===================================== |
---|
6 | //= 1.4 |
---|
7 | //===== Compatible With: ===================================== |
---|
8 | //= eAthena Revision 3000+ |
---|
9 | //===== Description: ========================================= |
---|
10 | //= |
---|
11 | //===== Additional Comments: ================================= |
---|
12 | //= 0.1 Started writing Einbech npc's. [Muad_Dib] |
---|
13 | //= 0.1a Conversion to eA format [MasterOfMuppets] |
---|
14 | //= 0.1b Added missing tabs. [Mass Zero] 0.1c more missing tabs [Lupus] |
---|
15 | //= 0.2 Added reddozen's NPCs, fixedmissing '";' [Lupus] |
---|
16 | //= 0.2a Removed a few npcs never intended to be there [MasterOfMuppets] |
---|
17 | //= 0.3 Added some more npcs, thanks to Muad_Dib [MasterOfMuppets] |
---|
18 | //= 1.0 Added the last of the town npcs, [MasterOfMuppets] |
---|
19 | //= all credits to muad_dib for scripting them. |
---|
20 | //= 1.1 Made some changes according to the Shinokas quest, [MasterOfMuppets] |
---|
21 | //= thanks to Dj-Yhn for scripting them. |
---|
22 | //= 1.2 Removed Duplicates [Silent] |
---|
23 | //= 1.3 Implemented the Lover's quest. [MasterOfMuppets] |
---|
24 | //= 1.4 Moved quests to quests/quests_ein.txt [Evera] |
---|
25 | //= 1.5 Optimized some of the NPCs and fixed some typos [DZeroX] |
---|
26 | //============================================================ |
---|
27 | |
---|
28 | |
---|
29 | einbech,180,136,5 script Notice Board 858,{ |
---|
30 | mes "[Tool Shop Entrance]"; |
---|
31 | close; |
---|
32 | } |
---|
33 | |
---|
34 | einbech,46,107,6 script Shena 846,{ |
---|
35 | mes "[Shena]"; |
---|
36 | mes "I think it's weird!"; |
---|
37 | mes "How do you youngsters"; |
---|
38 | mes "not learn all of this?"; |
---|
39 | next; |
---|
40 | mes "[Luda]"; |
---|
41 | mes "Well, I'm sure the"; |
---|
42 | mes "generation gap has"; |
---|
43 | mes "something to do with it,"; |
---|
44 | mes "but I'm surprised that elder"; |
---|
45 | mes "people would know so much~"; |
---|
46 | next; |
---|
47 | menu "What are you guys talking about?",L_WHAT,"Pass on by",-; |
---|
48 | |
---|
49 | mes "[Shena]"; |
---|
50 | mes "Luda..."; |
---|
51 | mes "You don't live"; |
---|
52 | mes "to be as old as"; |
---|
53 | mes "I am and not learn"; |
---|
54 | mes "a little something"; |
---|
55 | mes "about this world of ours~"; |
---|
56 | close; |
---|
57 | L_WHAT: |
---|
58 | mes "[Shena]"; |
---|
59 | mes "Oh? Well, well"; |
---|
60 | mes "Aren't you the most"; |
---|
61 | mes "adorable little girl?"; |
---|
62 | mes "Hello, dearie~"; |
---|
63 | next; |
---|
64 | menu "Excuse me, but I'm actually a guy.",-; |
---|
65 | |
---|
66 | mes "[Shena]"; |
---|
67 | mes "Oh, oh are you now?"; |
---|
68 | mes "Perhaps my eyes are"; |
---|
69 | mes "getting bad in my old"; |
---|
70 | mes "age. Getting harder to"; |
---|
71 | mes "tell the difference nowadays..."; |
---|
72 | next; |
---|
73 | mes "[Shena]"; |
---|
74 | mes "Anyway, me and Luda"; |
---|
75 | mes "were just having a little"; |
---|
76 | mes "chat about all the monsters"; |
---|
77 | mes "near Einbroch. Appearantly,"; |
---|
78 | mes "you youngsters don't know as"; |
---|
79 | mes "much about them as you should."; |
---|
80 | next; |
---|
81 | mes "[Shena]"; |
---|
82 | mes "If adventuring is your"; |
---|
83 | mes "business, you should"; |
---|
84 | mes "know what you're up against."; |
---|
85 | mes "Did you have any questions"; |
---|
86 | mes "about the monsters around"; |
---|
87 | mes "here, young lady?"; |
---|
88 | next; |
---|
89 | menu "I told you, I'm a dude...!",-; |
---|
90 | mes "[Shena]"; |
---|
91 | mes "Hmm. 'Dude.' I think"; |
---|
92 | mes "I've heard that before."; |
---|
93 | mes "Ho ho~ You'll have to"; |
---|
94 | mes "forgive this old biddy"; |
---|
95 | mes "I don't quite have a grasp"; |
---|
96 | mes "on all the words you kids use."; |
---|
97 | next; |
---|
98 | mes "[Shena]"; |
---|
99 | mes "So dearie,"; |
---|
100 | mes "which monster"; |
---|
101 | mes "would you like"; |
---|
102 | mes "to hear about?"; |
---|
103 | L_MENU: |
---|
104 | next; |
---|
105 | menu "Metaling",L_METALING,"Mineral",L_MINERAL,"Pitman",L_PITMAN,"Waste Stove",L_WASTE,"Quit",-; |
---|
106 | mes "[Shena]"; |
---|
107 | mes "Alright then."; |
---|
108 | mes "Have a good"; |
---|
109 | mes "day, young lady."; |
---|
110 | next; |
---|
111 | mes "[Luda]"; |
---|
112 | mes "I'm sorry about my"; |
---|
113 | mes "mother! She can be"; |
---|
114 | mes "overly friendly, I suppose."; |
---|
115 | mes "But if you're bored, please"; |
---|
116 | mes "feel free to visit. Be safe"; |
---|
117 | mes "on your travels, adventurer~"; |
---|
118 | close; |
---|
119 | L_METALING: |
---|
120 | mes "[Shena]"; |
---|
121 | mes "Well, the Metalings"; |
---|
122 | mes "were created during"; |
---|
123 | mes "the time when the gods"; |
---|
124 | mes "ruled over this world."; |
---|
125 | next; |
---|
126 | mes "[Shena]"; |
---|
127 | mes "I'm not sure if you knew"; |
---|
128 | mes "this or not, but according"; |
---|
129 | mes "to the myth, Porings and Drops"; |
---|
130 | mes "were created from Odin's"; |
---|
131 | mes "saliva. You migh not want"; |
---|
132 | mes "to know about Poporing..."; |
---|
133 | next; |
---|
134 | mes "[Shena]"; |
---|
135 | mes "metalings, on the"; |
---|
136 | mes "other hand were made"; |
---|
137 | mes "from the blood of living"; |
---|
138 | mes "machines that I belive"; |
---|
139 | mes "were called 'Gigantes.'"; |
---|
140 | next; |
---|
141 | mes "[Shena]"; |
---|
142 | mes "Metaling is still like"; |
---|
143 | mes "those other hopping"; |
---|
144 | mes "blobbs of gelatine in that"; |
---|
145 | mes "they'll swallow whatever"; |
---|
146 | mes "might be lying on the ground."; |
---|
147 | next; |
---|
148 | mes "[Shena]"; |
---|
149 | mes "If you defeat a Metaling,"; |
---|
150 | mes "it could drop Large Jellopy,"; |
---|
151 | mes "Iron Ore or even Iron. That"; |
---|
152 | mes "might be good to know, right?"; |
---|
153 | next; |
---|
154 | mes "[Shena]"; |
---|
155 | mes "Is there"; |
---|
156 | mes "anything else"; |
---|
157 | mes "you'd like to"; |
---|
158 | mes "ask, dearie?"; |
---|
159 | goto L_MENU; |
---|
160 | L_MINERAL: |
---|
161 | mes "[Shena]"; |
---|
162 | mes "Did you know that"; |
---|
163 | mes "stalactites and cave"; |
---|
164 | mes "crystals grow for thousands"; |
---|
165 | mes "and thousand of years?"; |
---|
166 | next; |
---|
167 | mes "[Shena]"; |
---|
168 | mes "Now, if something's been"; |
---|
169 | mes "growing for thousands of"; |
---|
170 | mes "years, it would make sense"; |
---|
171 | mes "if it actually was alive. Now,"; |
---|
172 | mes "Mineral monsters are actually"; |
---|
173 | mes "living stalactites"; |
---|
174 | next; |
---|
175 | mes "[Shena]"; |
---|
176 | mes "It's rumored that they"; |
---|
177 | mes "are grown in a dark cave"; |
---|
178 | mes "in which something inside"; |
---|
179 | mes "has some sort of malicious"; |
---|
180 | mes "influence over them."; |
---|
181 | next; |
---|
182 | mes "[Shena]"; |
---|
183 | mes "Minerals can defend themselves,"; |
---|
184 | mes "but they might drop Crystal Fragment,"; |
---|
185 | mes "Topaz or Emveretarcon if you defeat"; |
---|
186 | mes "one. There's also a chance"; |
---|
187 | mes "that they may drop a rare jewel,"; |
---|
188 | mes "but I'm not quite sure."; |
---|
189 | next; |
---|
190 | mes "[Shena]"; |
---|
191 | mes "Are there any"; |
---|
192 | mes "other mosnters"; |
---|
193 | mes "around here that"; |
---|
194 | mes "you'd want to learn"; |
---|
195 | mes "more about?"; |
---|
196 | goto L_MENU; |
---|
197 | L_PITMAN: |
---|
198 | mes "[Shena]"; |
---|
199 | mes "Pitmen are the ghosts"; |
---|
200 | mes "of dead miners that haunt"; |
---|
201 | mes "old and rusted mine cars."; |
---|
202 | mes "For some reason, they can't"; |
---|
203 | mes "leave this world so they just"; |
---|
204 | mes "wander around the mines."; |
---|
205 | next; |
---|
206 | mes "[Shena]"; |
---|
207 | mes "If you can defeat"; |
---|
208 | mes "them, they'll drop"; |
---|
209 | mes "Old Pick, Lantern, Iron,"; |
---|
210 | mes "Steel, Coal, Flashlight"; |
---|
211 | mes "and Rusty Iron Plate."; |
---|
212 | next; |
---|
213 | mes "[Shena]"; |
---|
214 | mes "Did you want"; |
---|
215 | mes "to ask me about"; |
---|
216 | mes "any other of the"; |
---|
217 | mes "local monsters?"; |
---|
218 | goto L_MENU; |
---|
219 | L_WASTE: |
---|
220 | mes "[Shena]"; |
---|
221 | mes "It's just an evil,"; |
---|
222 | mes "man-eating stove."; |
---|
223 | next; |
---|
224 | menu "...That's it?",L_THAT,"H-horrifying!",-; |
---|
225 | |
---|
226 | mes "[Shena]"; |
---|
227 | mes "Yes. God's creation,"; |
---|
228 | mes "that creature is cruel"; |
---|
229 | mes "and merciless, perhaps"; |
---|
230 | mes "a symbol of pure evil"; |
---|
231 | mes "if I ever saw one."; |
---|
232 | next; |
---|
233 | mes "[Shena]"; |
---|
234 | mes "Unlike newe appliances,"; |
---|
235 | mes "Waste Stoves were hand made by"; |
---|
236 | mes "master craftsmen that, I guess,"; |
---|
237 | mes "developed their own souls. They"; |
---|
238 | mes "used to be benovalant machines,"; |
---|
239 | mes "contend to provide loving warmth."; |
---|
240 | next; |
---|
241 | mes "[Shena]"; |
---|
242 | mes "For years they would serve"; |
---|
243 | mes "their owners with loyalty. But"; |
---|
244 | mes "as technology advanced and"; |
---|
245 | mes "they became obsolete, they were"; |
---|
246 | mes "discarded like pieces of trash."; |
---|
247 | mes "This twisted their hearts to ^FF0000evil^000000."; |
---|
248 | next; |
---|
249 | mes "[Shena]"; |
---|
250 | mes "Waste Stoves will usually"; |
---|
251 | mes "drop Battered Pot, Burnt Tree,"; |
---|
252 | mes "Iron, Iron Ore and Rusty Iron Plate."; |
---|
253 | mes "But once in a while they might drop"; |
---|
254 | mes "interesting items like Rusty Iron"; |
---|
255 | mes "or even Dead Branch."; |
---|
256 | next; |
---|
257 | mes "[Shena]"; |
---|
258 | mes "So, is there"; |
---|
259 | mes "anything else"; |
---|
260 | mes "you'd like me to"; |
---|
261 | mes "share with you?"; |
---|
262 | goto L_MENU; |
---|
263 | L_THAT: |
---|
264 | mes "[Shena]"; |
---|
265 | mes "Now, you know the importance"; |
---|
266 | mes "of recycling and preserving our"; |
---|
267 | mes "natural resources, right? Now,"; |
---|
268 | mes "it would do my heart good if you"; |
---|
269 | mes "were to recycle the scrap iron"; |
---|
270 | mes "from those Waste Stove monsters."; |
---|
271 | next; |
---|
272 | mes "[Shena]"; |
---|
273 | mes "Waste Stoves will usually"; |
---|
274 | mes "drop Battered Pot, Burnt Tree,"; |
---|
275 | mes "Iron, Iron Ore and Rusty Iron Plate."; |
---|
276 | mes "But once in a while they might drop"; |
---|
277 | mes "interesting items like Rusty Iron"; |
---|
278 | mes "or even Dead Branch."; |
---|
279 | next; |
---|
280 | mes "[Shena]"; |
---|
281 | mes "So, is there"; |
---|
282 | mes "anything else"; |
---|
283 | mes "you'd like me to"; |
---|
284 | mes "share with you?"; |
---|
285 | goto L_MENU; |
---|
286 | } |
---|
287 | |
---|
288 | einbech,48,107,4 duplicate(Shena) Luda 850 |
---|
289 | |
---|
290 | einbech,93,139,6 script Raust 847,{ |
---|
291 | mes "[Raust]"; |
---|
292 | mes "I don't get it!"; |
---|
293 | mes "Einbroch gets bigger"; |
---|
294 | mes "and fancier and our"; |
---|
295 | mes "town gets dirtier and"; |
---|
296 | mes "nastier. What the hell?!"; |
---|
297 | next; |
---|
298 | mes "[Raust]"; |
---|
299 | mes "Not only do the people"; |
---|
300 | mes "look more ragged, we're"; |
---|
301 | mes "more tired and older looking"; |
---|
302 | mes "as well! It's dirty, it's crowded,"; |
---|
303 | mes "everything in this city is a total"; |
---|
304 | mes "mess! What, you want a list?!"; |
---|
305 | next; |
---|
306 | mes "[Raust]"; |
---|
307 | mes "The food, literally, is"; |
---|
308 | mes "garbage! The jobs here have"; |
---|
309 | mes "to be a violation of human rights."; |
---|
310 | mes "There's barely any women here and"; |
---|
311 | mes "the ones we do have all stink"; |
---|
312 | mes "anyway! Are you convinced yet?!"; |
---|
313 | next; |
---|
314 | mes "[Raust]"; |
---|
315 | mes "Why is everything"; |
---|
316 | mes "that's good over"; |
---|
317 | mes "in Einbroch?! I hate this!"; |
---|
318 | mes "*Grumble*"; |
---|
319 | close; |
---|
320 | } |
---|
321 | |
---|
322 | einbech,97,167,6 script Cavitar 847,{ |
---|
323 | mes "[Cavitar]"; |
---|
324 | mes "Recently, we had some"; |
---|
325 | mes "tunnel cave-ins that resulted"; |
---|
326 | mes "in miner casualties. We're having"; |
---|
327 | mes "a harder time working in the"; |
---|
328 | mes "mines now that we're even"; |
---|
329 | mes "lower on manpower."; |
---|
330 | next; |
---|
331 | mes "[Cavitar]"; |
---|
332 | mes "What's really suspicious"; |
---|
333 | mes "is that it seems something"; |
---|
334 | mes "has been making the tunnels"; |
---|
335 | mes "collapse on purpose. Some of"; |
---|
336 | mes "us believe it's because we've"; |
---|
337 | mes "angered the master of the cave."; |
---|
338 | next; |
---|
339 | mes "[Cavitar]"; |
---|
340 | mes "The tunnel accident"; |
---|
341 | mes "is still fresh in my mind."; |
---|
342 | mes "It still seems that there are"; |
---|
343 | mes "more ^FF0000Cave Master^000000 sightings"; |
---|
344 | mes "when the tunnels started"; |
---|
345 | mes "to inexplicably collapse."; |
---|
346 | next; |
---|
347 | mes "[Cavitar]"; |
---|
348 | mes "I was off duty whent"; |
---|
349 | mes "the accident happened."; |
---|
350 | mes "Still, I hear the only survivor"; |
---|
351 | mes "went crazy and disappeared"; |
---|
352 | mes "spmewhere. The poor bastard..."; |
---|
353 | close; |
---|
354 | } |
---|
355 | |
---|
356 | einbech,105,218,6 script Gushenmu 848,{ |
---|
357 | mes "[Gushenmu]"; |
---|
358 | mes "I've lived here a long time"; |
---|
359 | mes "and, believe it or not, things"; |
---|
360 | mes "weren't as though in the past"; |
---|
361 | mes "as they are right now."; |
---|
362 | next; |
---|
363 | mes "[Gushenmu]"; |
---|
364 | mes "For lots of different reasons,"; |
---|
365 | mes "the work is more dangerous"; |
---|
366 | mes "and we're running real low on"; |
---|
367 | mes "manpower. And the factories in"; |
---|
368 | mes "Einbroch make so much smog,"; |
---|
369 | mes "we can't even see sunlight here."; |
---|
370 | next; |
---|
371 | mes "[Gushenmu]"; |
---|
372 | mes "The sad reality of mining"; |
---|
373 | mes "life right now is that we"; |
---|
374 | mes "wake up, go to work, and at"; |
---|
375 | mes "the end of the day some of us"; |
---|
376 | mes "are injured while a few others"; |
---|
377 | mes "never come to work the next day."; |
---|
378 | next; |
---|
379 | mes "[Gushenmu]"; |
---|
380 | mes "And as Einbech and Einbroch"; |
---|
381 | mes "have grown, I hear more and"; |
---|
382 | mes "more rumors that unfammiliar"; |
---|
383 | mes "monsters are beginning to"; |
---|
384 | mes "swarm outside of town."; |
---|
385 | mes "This is really Einbech's worst time..."; |
---|
386 | close; |
---|
387 | } |
---|
388 | |
---|
389 | einbech,39,215,6 script Train Station Staff 852,{ |
---|
390 | mes "[Staff]"; |
---|
391 | mes "Welcome to"; |
---|
392 | mes "the Train Station."; |
---|
393 | mes "The fare to take the"; |
---|
394 | mes "train to Einbroch is"; |
---|
395 | mes "200 zeny. Would"; |
---|
396 | mes "you like to ride?"; |
---|
397 | next; |
---|
398 | switch (select("Yes:No")) { |
---|
399 | case 1: |
---|
400 | if(Zeny < 200) { |
---|
401 | mes "[Staff]"; |
---|
402 | mes "I'm sorry,"; |
---|
403 | mes "but you don't"; |
---|
404 | mes "have enough zeny"; |
---|
405 | mes "to pay the train fare."; |
---|
406 | close; |
---|
407 | } |
---|
408 | mes "[Staff]"; |
---|
409 | mes "Thank you and"; |
---|
410 | mes "we hope you enjoy"; |
---|
411 | mes "the ride. All aboard!"; |
---|
412 | close2; |
---|
413 | set Zeny,Zeny - 200; |
---|
414 | warp "einbroch",226,276; |
---|
415 | end; |
---|
416 | case 2: |
---|
417 | mes "[Staff]"; |
---|
418 | mes "Please enjoy"; |
---|
419 | mes "your stay here"; |
---|
420 | mes "in Einbech."; |
---|
421 | close; |
---|
422 | } |
---|
423 | } |
---|
424 | |
---|
425 | einbech,157,215,4 script Train Station Manager 852,{ |
---|
426 | mes "[Train Station Manager]"; |
---|
427 | mes "This train station"; |
---|
428 | mes "is strictly for trains"; |
---|
429 | mes "running from Einbech"; |
---|
430 | mes "to Einbroch. Please speak"; |
---|
431 | mes "to the staff in the 11 o' clock"; |
---|
432 | mes "direction if you'd like to board."; |
---|
433 | close; |
---|
434 | } |
---|
435 | |
---|
436 | einbech,129,234,6 script Hander 848,{ |
---|
437 | mes "[Hander]"; |
---|
438 | mes "Those Einbroch bastards!"; |
---|
439 | mes "Living off the resources we"; |
---|
440 | mes "dig up while we keep working"; |
---|
441 | mes "for them like suckers! Damn!"; |
---|
442 | next; |
---|
443 | mes "[Hander]"; |
---|
444 | mes "Everyday, we risk our"; |
---|
445 | mes "freakin' lives just so we"; |
---|
446 | mes "can make a living! Why don't"; |
---|
447 | mes "the elders do something about"; |
---|
448 | mes "this, like raise our ore prices?"; |
---|
449 | next; |
---|
450 | mes "[Hander]"; |
---|
451 | mes "The work schedule's"; |
---|
452 | mes "unreasonable, Cavitar's"; |
---|
453 | mes "wife was attacked by a mine"; |
---|
454 | mes "creature, the hospital's too"; |
---|
455 | mes "far away and we don't have"; |
---|
456 | mes "any food to eat! Why...?!"; |
---|
457 | close; |
---|
458 | } |
---|
459 | |
---|
460 | einbech,128,238,6 script Mogan 848,{ |
---|
461 | mes "[Mogan]"; |
---|
462 | mes "Recently, there were a few"; |
---|
463 | mes "cave-ins where many miners"; |
---|
464 | mes "were injured. It was discussed"; |
---|
465 | mes "in the Town Council and in my"; |
---|
466 | mes "opinion, I think the miners dug"; |
---|
467 | mes "too deep and disturbed... ^FF0000it^000000."; |
---|
468 | next; |
---|
469 | mes "[Mogan]"; |
---|
470 | mes "Yes, they awoke Ungoliant,"; |
---|
471 | mes "the master of the caves that"; |
---|
472 | mes "has existed since ancient time."; |
---|
473 | mes "I don't know how many more will"; |
---|
474 | mes "be victimised by Ungolian in the"; |
---|
475 | mes "future. There's no telling..."; |
---|
476 | next; |
---|
477 | mes "[Mogan]"; |
---|
478 | mes "Adventurer, be careful"; |
---|
479 | mes "if you travel inside the"; |
---|
480 | mes "mines, lest your footsteps"; |
---|
481 | mes "distrub Ungoliant's slumber."; |
---|
482 | close; |
---|
483 | } |
---|
484 | |
---|
485 | einbech,130,253,2 script Ekuri 848,{ |
---|
486 | mes "[Ekuri]"; |
---|
487 | mes "Yo-heave-ho!"; |
---|
488 | mes "Yo-heave-ho~!"; |
---|
489 | next; |
---|
490 | mes "[Ekuri]"; |
---|
491 | mes "What am I doing here?"; |
---|
492 | mes "heck, I'm scared to death"; |
---|
493 | mes "of entering the mine! But"; |
---|
494 | mes "I can make a living here at"; |
---|
495 | mes "the entrance by gathering"; |
---|
496 | mes "scrap metal! Smart, huh?"; |
---|
497 | next; |
---|
498 | mes "[Ekuri]"; |
---|
499 | mes "Sometimes, I get lucky"; |
---|
500 | mes "and score an entire ore!"; |
---|
501 | mes "Sure, I'm a coward, but"; |
---|
502 | mes "at least I'm alive. Well,"; |
---|
503 | mes "for the time being."; |
---|
504 | next; |
---|
505 | mes "[Ekuri]"; |
---|
506 | mes "Now you know what"; |
---|
507 | mes "I'm doing here. So why"; |
---|
508 | mes "don't you leave me to"; |
---|
509 | mes "my work? Heave-ho!"; |
---|
510 | mes "Ores, come to me!"; |
---|
511 | close; |
---|
512 | } |
---|
513 | |
---|
514 | einbech,148,242,5 script Jung 855,{ |
---|
515 | mes "[Jung]"; |
---|
516 | mes "I'm one of the few"; |
---|
517 | mes "people who's lived"; |
---|
518 | mes "in both Einbech and"; |
---|
519 | mes "Einbroch for a long time,"; |
---|
520 | mes "So I guess I'm one of the"; |
---|
521 | mes "best guides of this area."; |
---|
522 | next; |
---|
523 | mes "[Jung]"; |
---|
524 | mes "Say, if you're thinking of"; |
---|
525 | mes "entering the Mine Dungeon,"; |
---|
526 | mes "I can tell you all I know about"; |
---|
527 | mes "the monsters in that place so"; |
---|
528 | mes "that you'll be better prepared."; |
---|
529 | next; |
---|
530 | switch (select("Sure, why not?:No, thanks")) { |
---|
531 | case 1: |
---|
532 | mes "[Jung]"; |
---|
533 | mes "Let's see. Ah, the monsters that"; |
---|
534 | mes "are unique to the Mine Dungeon"; |
---|
535 | mes "are Noxious, Venomous, Porcellio"; |
---|
536 | mes "and Obsidian. Which one do you"; |
---|
537 | mes "want to know more about?"; |
---|
538 | next; |
---|
539 | switch (select("Noxious and Venomous:Porcellio:Obsidian")) { |
---|
540 | case 1: |
---|
541 | mes "[Jung]"; |
---|
542 | mes "You know, no one seems"; |
---|
543 | mes "to know where Noxious and"; |
---|
544 | mes "Venomous have come form."; |
---|
545 | mes "It's like they appeared out of"; |
---|
546 | mes "nowhere when Einbroch"; |
---|
547 | mes "started to industrialise."; |
---|
548 | next; |
---|
549 | mes "[Jung]"; |
---|
550 | mes "Now that I think about it,"; |
---|
551 | mes "I don't think they're naturally"; |
---|
552 | mes "created monsters. They have"; |
---|
553 | mes "this fixed look of despair and"; |
---|
554 | mes "suffering and tend to act like they"; |
---|
555 | mes "want their enemies to kill them."; |
---|
556 | next; |
---|
557 | mes "[Jung]"; |
---|
558 | mes "Still, you'd better be careful!"; |
---|
559 | mes "Careful! Nocious and Venomous"; |
---|
560 | mes "are stealthy monsters that can"; |
---|
561 | mes "glide quietly through the air"; |
---|
562 | mes "and attack you before"; |
---|
563 | mes "you even notice..."; |
---|
564 | next; |
---|
565 | mes "[Jung]"; |
---|
566 | mes "You should know that"; |
---|
567 | mes "Noxious is Ghost property"; |
---|
568 | mes "and Venomous is Poison."; |
---|
569 | mes "Both are medium sized,"; |
---|
570 | mes "formless monsters."; |
---|
571 | next; |
---|
572 | mes "[Jung]"; |
---|
573 | mes "Both of them drop Apple,"; |
---|
574 | mes "Dust Pollutant, Toxic Gas,"; |
---|
575 | mes "Poisonous Powder, Bacillus,"; |
---|
576 | mes "Mold Powder and Anodyne."; |
---|
577 | next; |
---|
578 | mes "[Jung]"; |
---|
579 | mes "That's all for now."; |
---|
580 | mes "Feel free to ask me"; |
---|
581 | mes "if you have any questions"; |
---|
582 | mes "about monsters in the Mine"; |
---|
583 | mes "Dungeon. Be safe, adventurer."; |
---|
584 | close; |
---|
585 | case 2: |
---|
586 | mes "[Jung]"; |
---|
587 | mes "Porcellio is an insect that"; |
---|
588 | mes "lives in caves and drinks water"; |
---|
589 | mes "dripped from stalactites. It's"; |
---|
590 | mes "different from Ungoliant since"; |
---|
591 | mes "it likes to be near different"; |
---|
592 | mes "kinds of minerals and ores."; |
---|
593 | next; |
---|
594 | mes "[Jung]"; |
---|
595 | mes "Porcellio drops Jubilee,"; |
---|
596 | mes "Insect Leg, Single Cell,"; |
---|
597 | mes "Moss of Morning Dew, Neon"; |
---|
598 | mes "Liquid and a few other things"; |
---|
599 | mes "I can't quite remember."; |
---|
600 | next; |
---|
601 | mes "[Jung]"; |
---|
602 | mes "Lastly, Porcellio is an"; |
---|
603 | mes "Earth property monster."; |
---|
604 | mes "That's all I know about it."; |
---|
605 | mes "But if you want to know more"; |
---|
606 | mes "about some monster in the"; |
---|
607 | mes "Mine Dungeon, feel free to ask."; |
---|
608 | close; |
---|
609 | case 3: |
---|
610 | mes "[Jung]"; |
---|
611 | mes "Do you know about the"; |
---|
612 | mes "belief that underground"; |
---|
613 | mes "minerlas that contain huge"; |
---|
614 | mes "amounts of energy actually"; |
---|
615 | mes "have souls? Obsidian is"; |
---|
616 | mes "one of these living rocks."; |
---|
617 | next; |
---|
618 | mes "[Jung]"; |
---|
619 | mes "Supposedly, just a piece of an"; |
---|
620 | mes "Obsidian in a Jung Processor has"; |
---|
621 | mes "enough energy to light up the night"; |
---|
622 | mes "sky. Unfortunately, it's impossible"; |
---|
623 | mes "to capture one alive and hunting"; |
---|
624 | mes "them isn't so easy."; |
---|
625 | next; |
---|
626 | mes "[Jung]"; |
---|
627 | mes "Obsidian is a small,"; |
---|
628 | mes "shapeless monster that"; |
---|
629 | mes "drops Clear Jewel, Piece of"; |
---|
630 | mes "Black Crystal, Coal, Elunium,"; |
---|
631 | mes "Iron and Steel."; |
---|
632 | next; |
---|
633 | mes "[Jung]"; |
---|
634 | mes "That's all for Obsidian."; |
---|
635 | mes "If you have any questions"; |
---|
636 | mes "about other monsters living"; |
---|
637 | mes "in the Mine Dungeon, feel"; |
---|
638 | mes "free to ask me."; |
---|
639 | close; |
---|
640 | } |
---|
641 | case 2: |
---|
642 | mes "[Jung]"; |
---|
643 | mes "I understand if you're"; |
---|
644 | mes "kind of in a hurry. Still,"; |
---|
645 | mes "if you're pretty new around"; |
---|
646 | mes "here, you should learn as"; |
---|
647 | mes "much as you can before"; |
---|
648 | mes "entering any dungeons."; |
---|
649 | next; |
---|
650 | mes "[Jung]"; |
---|
651 | mes "Alright then,"; |
---|
652 | mes "be safe on your"; |
---|
653 | mes "adventures, alright?"; |
---|
654 | close; |
---|
655 | } |
---|
656 | } |
---|
657 | |
---|
658 | einbech,148,246,5 script Franz 851,{ |
---|
659 | mes "[Franz]"; |
---|
660 | mes "So bored..."; |
---|
661 | mes "Starving for..."; |
---|
662 | mes "Conversation."; |
---|
663 | mes "S-somebody..."; |
---|
664 | next; |
---|
665 | mes "[Franz]"; |
---|
666 | mes "Hey, a traveller!"; |
---|
667 | mes "Are you planning to explore"; |
---|
668 | mes "the Mine Dungeon or the fields"; |
---|
669 | mes "around here? Let's chat for a bit"; |
---|
670 | mes "and maybe you'll learn something."; |
---|
671 | next; |
---|
672 | switch (select("Okay, fine:No thanks")) { |
---|
673 | case 1: |
---|
674 | mes "[Franz]"; |
---|
675 | mes "Ooh, have you heard"; |
---|
676 | mes "about the creature in the"; |
---|
677 | mes "Mine Dungeon or what's"; |
---|
678 | mes "happened in town recently?"; |
---|
679 | mes "Which would you like to"; |
---|
680 | mes "know more about?"; |
---|
681 | next; |
---|
682 | switch (select("Creature of the Mine Dungeon:Town Incident")) { |
---|
683 | case 1: |
---|
684 | mes "[Franz]"; |
---|
685 | mes "The creature I'm talking about is"; |
---|
686 | mes "Ungoliant, which also called the"; |
---|
687 | mes "Master of the Caves around here."; |
---|
688 | mes "It's said to live deep in the caves"; |
---|
689 | mes "where it guards peculiar ores and"; |
---|
690 | mes "minerals with strange powers."; |
---|
691 | next; |
---|
692 | mes "[Franz]"; |
---|
693 | mes "At first I thought it was"; |
---|
694 | mes "just an old fairy tale, but it"; |
---|
695 | mes "actually started appearing"; |
---|
696 | mes "again about ten years ago"; |
---|
697 | mes "when the tunnel cave-ins"; |
---|
698 | mes "started to happen."; |
---|
699 | next; |
---|
700 | mes "[Franz]"; |
---|
701 | mes "As sightings of Ungoliant"; |
---|
702 | mes "increased, more and more"; |
---|
703 | mes "tunnel cave-ins occured."; |
---|
704 | mes "I guess the miners have"; |
---|
705 | mes "inadvertently intruded"; |
---|
706 | mes "into it's territory."; |
---|
707 | next; |
---|
708 | mes "[Franz]"; |
---|
709 | mes "According to legend,"; |
---|
710 | mes "ancient giants snuck into"; |
---|
711 | mes "a mine to steal coal from"; |
---|
712 | mes "humans. But they made too"; |
---|
713 | mes "much noise while they were"; |
---|
714 | mes "digging and awoke Ungoliant."; |
---|
715 | next; |
---|
716 | mes "[Franz]"; |
---|
717 | mes "When the miners went to work"; |
---|
718 | mes "the next morning, they found the"; |
---|
719 | mes "bloodied bodies of those giants."; |
---|
720 | mes "After that, people have feared"; |
---|
721 | mes "the threat that Ungoliant poses"; |
---|
722 | mes "to anyone entering the mines."; |
---|
723 | next; |
---|
724 | mes "[Franz]"; |
---|
725 | mes "Now, an adventurer that"; |
---|
726 | mes "managed to kill an Ungoliant"; |
---|
727 | mes "has told me that it drops Ant's"; |
---|
728 | mes "Jaw, Colorful Shell, Very Hard"; |
---|
729 | mes "Shell, Long Leg, Neon Liquid"; |
---|
730 | mes "and Zircon."; |
---|
731 | close; |
---|
732 | case 2: |
---|
733 | mes "[Franz]"; |
---|
734 | mes "In Einbroch, there was"; |
---|
735 | mes "a short lived teddy bear"; |
---|
736 | mes "fad. However, a series of"; |
---|
737 | mes "mysterious accidents and"; |
---|
738 | mes "murders where entire families"; |
---|
739 | mes "were killed also occured."; |
---|
740 | next; |
---|
741 | mes "[Franz]"; |
---|
742 | mes "It turns out that every family"; |
---|
743 | mes "that had been murdered had"; |
---|
744 | mes "bought one of these teddy bears."; |
---|
745 | mes "There were even rumors that these"; |
---|
746 | mes "teddy bears were comming to life."; |
---|
747 | next; |
---|
748 | mes "[Franz]"; |
---|
749 | mes "After an investigation, the"; |
---|
750 | mes "authorities learned that all the"; |
---|
751 | mes "merchants who sold these bears"; |
---|
752 | mes "had purchased them from the"; |
---|
753 | mes "same wholesaler, an outsider"; |
---|
754 | mes "no one knew anything about."; |
---|
755 | next; |
---|
756 | mes "[Franz]"; |
---|
757 | mes "Since the teddy bears were"; |
---|
758 | mes "clearly not made to be mere,"; |
---|
759 | mes "harmless toys, troops were"; |
---|
760 | mes "sent to secure all the teddy"; |
---|
761 | mes "bears and dispose of them"; |
---|
762 | mes "outside of town."; |
---|
763 | next; |
---|
764 | mes "[Franz]"; |
---|
765 | mes "But as soon as the teddy"; |
---|
766 | mes "bears were set outside of"; |
---|
767 | mes "town, they sprang to life and"; |
---|
768 | mes "started rioting! This is clear"; |
---|
769 | mes "proof that these bears are"; |
---|
770 | mes "controlled by some evil force."; |
---|
771 | next; |
---|
772 | mes "[Franz]"; |
---|
773 | mes "Now those aggressive teddy"; |
---|
774 | mes "bears are scattered all over"; |
---|
775 | mes "the place and the government"; |
---|
776 | mes "has classified them as monsters."; |
---|
777 | mes "Kill with extreme prejudice!"; |
---|
778 | next; |
---|
779 | mes "[Franz]"; |
---|
780 | mes "According to adventurers"; |
---|
781 | mes "who have caught these bears,"; |
---|
782 | mes "they're small, neutral monsters"; |
---|
783 | mes "which drop Honey, Screw, Well-baked"; |
---|
784 | mes "Cookie and Oridecon Hammer."; |
---|
785 | next; |
---|
786 | mes "[Franz]"; |
---|
787 | mes "That's all I know"; |
---|
788 | mes "about it. Watch out"; |
---|
789 | mes "for those bears if you"; |
---|
790 | mes "go exploring, okay? They"; |
---|
791 | mes "may be cute, but they're"; |
---|
792 | mes "known to be extremely vicious!"; |
---|
793 | close; |
---|
794 | } |
---|
795 | case 2: |
---|
796 | mes "[Franz]"; |
---|
797 | mes "Oh, okay."; |
---|
798 | mes "You're busy and have"; |
---|
799 | mes "things to do, I understand."; |
---|
800 | mes "You probably have to head"; |
---|
801 | mes "off somewhere right away."; |
---|
802 | mes "Right. Got it."; |
---|
803 | next; |
---|
804 | mes "[Franz]"; |
---|
805 | mes "I..."; |
---|
806 | mes "I've got stuff"; |
---|
807 | mes "I should be working"; |
---|
808 | mes "on. Yes. So very busy."; |
---|
809 | close; |
---|
810 | } |
---|
811 | } |
---|
812 | |
---|
813 | einbech,151,168,4 script Tollaf 854,{ |
---|
814 | mes "[Tollaf]"; |
---|
815 | mes "Ah...!"; |
---|
816 | mes "This is killing me!"; |
---|
817 | mes "I don't have the money"; |
---|
818 | mes "to move, but I don't wanna"; |
---|
819 | mes "live in this town anymore!"; |
---|
820 | next; |
---|
821 | mes "[Tollaf]"; |
---|
822 | mes "People everywhere else"; |
---|
823 | mes "live so much better than we"; |
---|
824 | mes "do, especially those snobs in"; |
---|
825 | mes "Einbroch! Einbech must be the"; |
---|
826 | mes "worst town of Schwarzwald Republic."; |
---|
827 | mes "No, it's the worst in the world!"; |
---|
828 | close; |
---|
829 | } |
---|
830 | |
---|
831 | einbech,149,154,4 script Mjunia 850,{ |
---|
832 | mes "[Mjunia]"; |
---|
833 | mes "It's hard being a woman"; |
---|
834 | mes "in this town, By being born"; |
---|
835 | mes "here, it's like fate just decided"; |
---|
836 | mes "to be especially cruel to me."; |
---|
837 | next; |
---|
838 | mes "[Mjunia]"; |
---|
839 | mes "My skin and hands are"; |
---|
840 | mes "rough from all the work"; |
---|
841 | mes "I have to do. But worst of"; |
---|
842 | mes "all... I... I... I've developed"; |
---|
843 | mes "bigger muscles than most"; |
---|
844 | mes "guys! Waaaaaah~!"; |
---|
845 | next; |
---|
846 | mes "[Mjunia]"; |
---|
847 | mes "I wish I could find"; |
---|
848 | mes "a nice guy from Einbroch"; |
---|
849 | mes "and get married so I can"; |
---|
850 | mes "get away from this town."; |
---|
851 | mes "But it doesn't look like"; |
---|
852 | mes "that wil happen..."; |
---|
853 | next; |
---|
854 | mes "[Mjunia]"; |
---|
855 | mes "And I'd never marry"; |
---|
856 | mes "anyone from Einbech!"; |
---|
857 | mes "I'd rather die cold and"; |
---|
858 | mes "alone than cold and married"; |
---|
859 | mes "to some Einbech hooligan."; |
---|
860 | next; |
---|
861 | mes "[Mjunia]"; |
---|
862 | mes "Look at these"; |
---|
863 | mes "muscles. What do"; |
---|
864 | mes "you think? Am I pretty?"; |
---|
865 | mes "*Sniff* I gave up trying"; |
---|
866 | mes "to be feminine years ago."; |
---|
867 | mes "I have to work so hard..."; |
---|
868 | close; |
---|
869 | } |
---|
870 | |
---|
871 | einbech,176,125,4 script Ellhenje 850,{ |
---|
872 | mes "[Ellhenje]"; |
---|
873 | mes "Things might be"; |
---|
874 | mes "bad in this town"; |
---|
875 | mes "with the pollution"; |
---|
876 | mes "and the bullying"; |
---|
877 | mes "from Einbroch..."; |
---|
878 | next; |
---|
879 | mes "[Ellhenje]"; |
---|
880 | mes "But somehow, people"; |
---|
881 | mes "are able to get by. That's"; |
---|
882 | mes "because there's a guy"; |
---|
883 | mes "that everyone here likes..."; |
---|
884 | next; |
---|
885 | mes "[Ellhenje]"; |
---|
886 | mes "I'm talking about Clitzer!"; |
---|
887 | mes "He's almost too honest and"; |
---|
888 | mes "almost too diligent. But most"; |
---|
889 | mes "of all, he's the nicest guy~"; |
---|
890 | next; |
---|
891 | mes "[Ellhenje]"; |
---|
892 | mes "Clitzer was born in one of"; |
---|
893 | mes "Einbech's poorest families,"; |
---|
894 | mes "but he's usually happy and always"; |
---|
895 | mes "thinks about others. I guess that's"; |
---|
896 | mes "why people like to think of him"; |
---|
897 | mes "as representing all of Einbech."; |
---|
898 | next; |
---|
899 | mes "[Ellhenje]"; |
---|
900 | mes "Recently, something's"; |
---|
901 | mes "been bothering him. I'm"; |
---|
902 | mes "not sure, but I think only"; |
---|
903 | mes "woman troubles could make"; |
---|
904 | mes "a guy feel so glum. I hope he"; |
---|
905 | mes "feels better soon..."; |
---|
906 | close; |
---|
907 | } |
---|
908 | |
---|
909 | einbech,172,113,4 script Nemuk 855,{ |
---|
910 | mes "[Nemuk]"; |
---|
911 | mes "You seem to be an"; |
---|
912 | mes "outsider, so let me"; |
---|
913 | mes "ask you something."; |
---|
914 | mes "What do you think"; |
---|
915 | mes "of Einbech?"; |
---|
916 | next; |
---|
917 | switch (select("It's fine:It looks tough to live here")) { |
---|
918 | case 1: |
---|
919 | mes "[Nemuk]"; |
---|
920 | mes "Huh...?"; |
---|
921 | mes "I'm not sure what"; |
---|
922 | mes "you've seen, but I'm"; |
---|
923 | mes "surprised to hear you"; |
---|
924 | mes "say something like that."; |
---|
925 | next; |
---|
926 | mes "[Nemuk]"; |
---|
927 | mes "It's been ten years since"; |
---|
928 | mes "I've started to think about"; |
---|
929 | mes "moving out. However, I'm still"; |
---|
930 | mes "debating it. Now, if I were rich,"; |
---|
931 | mes "I'd leave in no time, but it's hard"; |
---|
932 | mes "getting the money to move out."; |
---|
933 | next; |
---|
934 | mes "[Nemuk]"; |
---|
935 | mes "*Sigh...*"; |
---|
936 | mes "Maybe if I had been"; |
---|
937 | mes "and adventurer when I was"; |
---|
938 | mes "younger, I wouldn't have"; |
---|
939 | mes "these problems today..."; |
---|
940 | close; |
---|
941 | case 2: |
---|
942 | mes "[Nemuk]"; |
---|
943 | mes "I thought so."; |
---|
944 | mes "Well, I appologize if"; |
---|
945 | mes "I put you on the spot."; |
---|
946 | next; |
---|
947 | mes "[Nemuk]"; |
---|
948 | mes "Everyone here has been"; |
---|
949 | mes "having a tough time just"; |
---|
950 | mes "living day to day for as long"; |
---|
951 | mes "as I can remember. It's like"; |
---|
952 | mes "things never seem to get any"; |
---|
953 | mes "better, no matter what we do."; |
---|
954 | next; |
---|
955 | mes "[Nemuk]"; |
---|
956 | mes "I really want to leave,"; |
---|
957 | mes "but it's just an empty"; |
---|
958 | mes "wish. My body is trapped"; |
---|
959 | mes "here while my heart longs"; |
---|
960 | mes "for a much better life. *Sigh*"; |
---|
961 | mes "Is it hopeless? What can I do?"; |
---|
962 | close; |
---|
963 | } |
---|
964 | } |
---|
965 | |
---|
966 | ein_in01,281,85,2 script Drunken Man#01 849,{ |
---|
967 | mes "[Drunken Man]"; |
---|
968 | mes "...*Hiccup*..."; |
---|
969 | mes "*Hiccup*..."; |
---|
970 | mes "*Yawn*....."; |
---|
971 | mes "................."; |
---|
972 | mes "..*Hiccup*....."; |
---|
973 | mes "*Hiccup*.."; |
---|
974 | close; |
---|
975 | } |
---|
976 | |
---|
977 | ein_in01,277,95,8 script Ryan Danger 855,{ |
---|
978 | mes "[R.D. kim]"; |
---|
979 | mes "Oooh..."; |
---|
980 | next; |
---|
981 | mes "[R.D. kim]"; |
---|
982 | mes "Oooh..."; |
---|
983 | mes "Momma."; |
---|
984 | next; |
---|
985 | mes "[R.D. kim]"; |
---|
986 | mes "Oooh..."; |
---|
987 | mes "Momma."; |
---|
988 | mes "You are so..."; |
---|
989 | next; |
---|
990 | mes "[R.D. kim]"; |
---|
991 | mes "Oooh..."; |
---|
992 | mes "Momma."; |
---|
993 | mes "You are so..."; |
---|
994 | mes "^FF0000Hot^000000!"; |
---|
995 | next; |
---|
996 | mes "[R.D. kim]"; |
---|
997 | mes "Why don't you take off"; |
---|
998 | mes "those heavy, uncomfortable"; |
---|
999 | mes "clothes? I'll buy you whatever"; |
---|
1000 | mes "you want, it's on me! C'mon~"; |
---|
1001 | next; |
---|
1002 | mes "[" + strcharinfo(0) + "]"; |
---|
1003 | mes "N-no...!"; |
---|
1004 | mes "I-I-I-I..."; |
---|
1005 | mes "(this is the"; |
---|
1006 | mes "shadiest guy"; |
---|
1007 | mes "I've ever seen!)"; |
---|
1008 | next; |
---|
1009 | mes "[R.D. kim]"; |
---|
1010 | mes "Hm? No...?"; |
---|
1011 | mes "Absolutely no?"; |
---|
1012 | mes "Are you sure?"; |
---|
1013 | mes "Alright, alright."; |
---|
1014 | mes "I'm sorry, I apologize."; |
---|
1015 | mes "I was totally out of line."; |
---|
1016 | next; |
---|
1017 | mes "[R.D. kim]"; |
---|
1018 | mes "..."; |
---|
1019 | mes "Or am I?"; |
---|
1020 | mes "Bwahahahaha!"; |
---|
1021 | next; |
---|
1022 | mes "[" + strcharinfo(0) + "]"; |
---|
1023 | mes "(Th-this guy"; |
---|
1024 | mes "must be drunk, out"; |
---|
1025 | mes "of his freakin' mind)"; |
---|
1026 | close; |
---|
1027 | } |
---|
1028 | |
---|
1029 | ein_in01,279,92,2 script Tavern Lady 854,{ |
---|
1030 | mes "[Tavern Lady]"; |
---|
1031 | mes "most Einbech men are"; |
---|
1032 | mes "crude and primitive male"; |
---|
1033 | mes "chauvinists! They disgust me!"; |
---|
1034 | next; |
---|
1035 | mes "[Tavern Lady]"; |
---|
1036 | mes "I mean, there's nothing"; |
---|
1037 | mes "good about them! They're"; |
---|
1038 | mes "wild, violent, simple minded"; |
---|
1039 | mes "and ignorant. They settle all"; |
---|
1040 | mes "their arguments with brawn"; |
---|
1041 | mes "and they're so... close minded!"; |
---|
1042 | next; |
---|
1043 | mes "[Tavern Lady]"; |
---|
1044 | mes "How can they not know"; |
---|
1045 | mes "that women want gentle,"; |
---|
1046 | mes "sensitive men with whom"; |
---|
1047 | mes "they can share their feelings"; |
---|
1048 | mes "and drink chamille tea over"; |
---|
1049 | mes "freshly knit doillies?"; |
---|
1050 | close; |
---|
1051 | } |
---|
1052 | |
---|
1053 | einbech,197,139,4 script Young Man#05 855,{ |
---|
1054 | mes "[Heinz]"; |
---|
1055 | mes "Wow..."; |
---|
1056 | mes "And adventurer from"; |
---|
1057 | mes "Rune-Midgard, eh?"; |
---|
1058 | mes "What brings you here?"; |
---|
1059 | next; |
---|
1060 | mes "[Heinz]"; |
---|
1061 | mes "Einbech doesn't offer much"; |
---|
1062 | mes "in terms of sight-seeing, but"; |
---|
1063 | mes "have you come to see the mine?"; |
---|
1064 | mes "Right now, it's swarming with"; |
---|
1065 | mes "monsters and we can't dig any"; |
---|
1066 | mes "ores because it's so dangerous."; |
---|
1067 | next; |
---|
1068 | mes "[Heinz]"; |
---|
1069 | mes "Now, if some adventurers were"; |
---|
1070 | mes "generous enough to hunt down"; |
---|
1071 | mes "those evil creatures, we'd be able"; |
---|
1072 | mes "to mine again and they could earn"; |
---|
1073 | mes "some extra zeny. It's like killing"; |
---|
1074 | mes "two birds with one stone. Hahaha!"; |
---|
1075 | next; |
---|
1076 | mes "[Heinz]"; |
---|
1077 | mes "Oh wait... I'm sorry."; |
---|
1078 | mes "I don't know what's wrong"; |
---|
1079 | mes "with me, asking complete"; |
---|
1080 | mes "strangers to do favors for"; |
---|
1081 | mes "me. It's completely rude!"; |
---|
1082 | mes "I mean, who would do that?"; |
---|
1083 | next; |
---|
1084 | mes "[Heinz]"; |
---|
1085 | mes "But... I'm beyond caring"; |
---|
1086 | mes "about my pride. For the sake"; |
---|
1087 | mes "of all that is good and holy, I'm"; |
---|
1088 | mes "begging you, please kill thise foul"; |
---|
1089 | mes "and evil creatures. Please!!"; |
---|
1090 | close; |
---|
1091 | } |
---|
1092 | |
---|
1093 | |
---|
1094 | ein_in01,192,90,2 script Supineque 849,{ |
---|
1095 | mes "[Supineque]"; |
---|
1096 | mes "Ugh..."; |
---|
1097 | mes "I'm starving!"; |
---|
1098 | next; |
---|
1099 | mes "[Supineque]"; |
---|
1100 | mes "I haven't had food for so"; |
---|
1101 | mes "long that my stomach is"; |
---|
1102 | mes "beginning to digest itself!"; |
---|
1103 | mes "This is horrible..."; |
---|
1104 | next; |
---|
1105 | mes "[Supineque]"; |
---|
1106 | mes "I mean, I have"; |
---|
1107 | mes "food that I can"; |
---|
1108 | mes "eat today. But if"; |
---|
1109 | mes "I finish it, what am"; |
---|
1110 | mes "I gonna eat tomorrow?"; |
---|
1111 | close; |
---|
1112 | } |
---|
1113 | |
---|
1114 | ein_in01,208,86,3 script Decii 855,{ |
---|
1115 | mes "[Decii]"; |
---|
1116 | mes "This is so"; |
---|
1117 | mes "frustating!"; |
---|
1118 | mes "I'm surrounded"; |
---|
1119 | mes "by all these ^FF0000people^000000!"; |
---|
1120 | next; |
---|
1121 | mes "[Decii]"; |
---|
1122 | mes "There's absolutely"; |
---|
1123 | mes "no privacy in a town"; |
---|
1124 | mes "this crowded! I guess"; |
---|
1125 | mes "I should try to move"; |
---|
1126 | mes "out as soon as I can."; |
---|
1127 | close; |
---|
1128 | } |
---|
1129 | |
---|
1130 | einbech,216,118,4 script Catzllanpu 854,{ |
---|
1131 | mes "[Catzllanpu]"; |
---|
1132 | mes "*Sigh...* "; |
---|
1133 | mes "Simple pleasures."; |
---|
1134 | mes "They're what makes"; |
---|
1135 | mes "life worth living,"; |
---|
1136 | mes "you know?"; |
---|
1137 | next; |
---|
1138 | mes "[Catzllanpu]"; |
---|
1139 | mes "It's enough for me just to"; |
---|
1140 | mes "live a normal and happy life,"; |
---|
1141 | mes "but everyone around me wants"; |
---|
1142 | mes "to work harder and harder. If"; |
---|
1143 | mes "you never take a rest, you're"; |
---|
1144 | mes "killing yourself pretty slowly."; |
---|
1145 | next; |
---|
1146 | mes "[Catzllanpu]"; |
---|
1147 | mes "I guess you can tell that"; |
---|
1148 | mes "I don't have the worries"; |
---|
1149 | mes "other people have about"; |
---|
1150 | mes "money. It's great, but it's"; |
---|
1151 | mes "not worth sacrificing the"; |
---|
1152 | mes "quality of your life, right?"; |
---|
1153 | close; |
---|
1154 | } |
---|