1 | //===== eAthena Script ======================================= |
---|
2 | //= Lighthalzen City |
---|
3 | //===== By: ================================================== |
---|
4 | //= erKURITA, Au{R}oN (Translated by Alan), $ephiroth |
---|
5 | //===== Current Version: ===================================== |
---|
6 | //= 1.7b |
---|
7 | //===== Compatible With: ===================================== |
---|
8 | //= eAthena SVN |
---|
9 | //===== Description: ========================================= |
---|
10 | //= Lighthalzen NPCs (Temporal names for now) [erKURITA] |
---|
11 | //===== Additional Comments: ================================== |
---|
12 | //= 0.1 Placed temporal names, why there weren't on the SVN before? [erKURITA] |
---|
13 | //= 0.2 Implemented some crap NPCs [MasterOfMuppets] |
---|
14 | //= 0.3 Another load of NPCs. Scripted by Kargha [MasterOfMuppets] |
---|
15 | //= 0.4 More Town NPCs. [Musashiden] |
---|
16 | //= 0.5 Added a BIG load of Lighthalzen NPCs. [musashiden] |
---|
17 | //= 0.6 Fixed some typos+Coordinates. [Musashiden] |
---|
18 | //= 0.7 Implemented some more crap NPCs and the second entrance to biolabs [MasterOfMuppets] |
---|
19 | //= 0.8 Removed Duplicates [Silent] |
---|
20 | //= 0.9 Removed Duplicates [Toms] |
---|
21 | //= 1.0 Added a missing feature to the donation NPC [MasterOfMuppets] |
---|
22 | //= 1.0a added constants to emotions, minor optimization [Lupus] |
---|
23 | //= 1.0b npcid fix [KarLaeda] |
---|
24 | //= 1.1 Added new NPC by $ephiroth and merged other NPCs |
---|
25 | //= from npc\other\lighthalzen_???.txt [Lupus] |
---|
26 | //= 1.2 Moved some NPCs to Lighthalzen quests. [SinSloth] |
---|
27 | //= 1.3 Moved some other NPCs for quests purposes. [SinSloth] |
---|
28 | //= 1.4 Corrected NPC names to fall within proper resctrictions. [L0ne_W0lf] |
---|
29 | //= 1.5 Fixed bad NPC header data to comply with rev. 11603. [L0ne_W0lf] |
---|
30 | //= 1.6 Massive NPC clean up, includes corrected dialogs and [L0ne_W0lf] |
---|
31 | //= added missing dialogs, fixed indentation, corrected some NPC |
---|
32 | //= facing positions, NPC names are more unique now. Removed |
---|
33 | //= whitespace (empty lines after header and before end curly) |
---|
34 | //= reduced usage of the command "goto", grammatical corrections. |
---|
35 | //= Added additional missing NPCs. |
---|
36 | //= 1.7 Removed Auciton Staff as the offical auction file has been added. [L0ne_W0lf] |
---|
37 | //= Corrected Lucius so he checks the donation variable. (bugreport:1103) [L0ne_W0lf] |
---|
38 | //= 1.7a Another fix to Lucius. (bugreport:1118) [L0ne_W0lf] |
---|
39 | //= 1.7b Another fix to Lucius (trivial). (bugreport:1125) |
---|
40 | //============================================================= |
---|
41 | |
---|
42 | lighthalzen,198,285,5 script Jiwon#zen5 862,{ |
---|
43 | mes "[Jiwon]"; |
---|
44 | mes "I think we're really"; |
---|
45 | mes "fortunate to be able to"; |
---|
46 | mes "live in such a beautiful"; |
---|
47 | mes "and peaceful city like this."; |
---|
48 | next; |
---|
49 | mes "[Jiwon]"; |
---|
50 | mes "It's just so nice to"; |
---|
51 | mes "have this pleasant weather,"; |
---|
52 | mes "these lush gardens and to"; |
---|
53 | mes "meet all of these kind people."; |
---|
54 | mes "Lighthalzen is like Asgard"; |
---|
55 | mes "in Midgard, heaven on earth~"; |
---|
56 | close; |
---|
57 | } |
---|
58 | |
---|
59 | lighthalzen,220,244,3 script Samnang#zen2 863,{ |
---|
60 | mes "[Samnang]"; |
---|
61 | mes "^333333*Sigh...*^000000"; |
---|
62 | mes "It gets harder for me"; |
---|
63 | mes "to move around as I get"; |
---|
64 | mes "older. That's understandable"; |
---|
65 | mes "for an elderly person, right?"; |
---|
66 | next; |
---|
67 | mes "[Samnang]"; |
---|
68 | mes "Just the other day, these"; |
---|
69 | mes "hoodlums in black suits"; |
---|
70 | mes "were yelling at me to get out"; |
---|
71 | mes "of their way. But of course,"; |
---|
72 | mes "I didn't move quickly enough."; |
---|
73 | mes "So what did they do to me?"; |
---|
74 | next; |
---|
75 | mes "[Samnang]"; |
---|
76 | mes "They punched me."; |
---|
77 | mes "Right in the womb!"; |
---|
78 | mes "I know that I'm not"; |
---|
79 | mes "pregnant, but that's"; |
---|
80 | mes "besides the point. Never hit"; |
---|
81 | mes "a lady, especially an old one!"; |
---|
82 | close; |
---|
83 | } |
---|
84 | |
---|
85 | lighthalzen,261,112,3 script Ruth#zen4 862,{ |
---|
86 | mes "[Ruth]"; |
---|
87 | mes "Sweety, isn't it"; |
---|
88 | mes "nice to be together"; |
---|
89 | mes "under this beautiful"; |
---|
90 | mes "sunlight? It's perfect"; |
---|
91 | mes "for our date. Ahhhh~"; |
---|
92 | next; |
---|
93 | mes "[Ruth]"; |
---|
94 | mes "I'm so happy to be"; |
---|
95 | mes "with you. I feel like"; |
---|
96 | mes "I'm just melting with"; |
---|
97 | mes "happiness. Oh, I love"; |
---|
98 | mes "you so much, Oyoung."; |
---|
99 | next; |
---|
100 | mes "[" + strcharinfo(0) + "]"; |
---|
101 | mes "Whoa..."; |
---|
102 | mes "This couple is"; |
---|
103 | mes "really headed for"; |
---|
104 | mes "Cloud 9, aren't they?"; |
---|
105 | close; |
---|
106 | } |
---|
107 | |
---|
108 | lighthalzen,259,108,7 script Oyoung#zen14 869,{ |
---|
109 | mes "[Oyoung]"; |
---|
110 | mes "Girl, you look like"; |
---|
111 | mes "you're comin' down with"; |
---|
112 | mes "the love bug. But there's"; |
---|
113 | mes "only one prescription for"; |
---|
114 | mes "this ailment, ooooh yeah..."; |
---|
115 | next; |
---|
116 | mes "[Oyoung]"; |
---|
117 | mes "You need yo'self"; |
---|
118 | mes "your daily dose of"; |
---|
119 | mes "vitamin O-YOUNG."; |
---|
120 | mes "And your lips look like"; |
---|
121 | mes "they got vitamin deficiency."; |
---|
122 | mes "I better take care of that~"; |
---|
123 | next; |
---|
124 | mes "[" + strcharinfo(0) + "]"; |
---|
125 | mes "Sweet Sister!"; |
---|
126 | mes "I don't know what's"; |
---|
127 | mes "more mind boggling--"; |
---|
128 | mes "The fact that he used"; |
---|
129 | mes "that line or the fact that"; |
---|
130 | mes "it's actually working..."; |
---|
131 | close; |
---|
132 | } |
---|
133 | |
---|
134 | lighthalzen,233,121,3 script Kariya#li_01 72,{ |
---|
135 | mes "[Kariya]"; |
---|
136 | mes "I think ''Lighthalzen'' is"; |
---|
137 | mes "supposed to mean ''crest of"; |
---|
138 | mes "light,'' though I hear that this"; |
---|
139 | mes "city was actually named after"; |
---|
140 | mes "somebody. Who knows for sure?"; |
---|
141 | next; |
---|
142 | mes "[Kariya]"; |
---|
143 | mes "Still, it's a fitting"; |
---|
144 | mes "name for the wealthiest"; |
---|
145 | mes "and most luxurious city in"; |
---|
146 | mes "all the Schwaltzvalt Republic."; |
---|
147 | mes "So how do you like this place?"; |
---|
148 | close; |
---|
149 | } |
---|
150 | |
---|
151 | |
---|
152 | lighthalzen,233,82,5 script Sung#A 716,{ |
---|
153 | mes "[Sung]"; |
---|
154 | mes "When I grow up, I want"; |
---|
155 | mes "to become such a great"; |
---|
156 | mes "person that they'll make"; |
---|
157 | mes "a statue of me, just like"; |
---|
158 | mes "those statues over there."; |
---|
159 | next; |
---|
160 | mes "[Sung]"; |
---|
161 | mes "Then people would be like,"; |
---|
162 | mes "''Hey yo. That statue. That"; |
---|
163 | mes "guy must have been great!''"; |
---|
164 | mes "Just thinking about that"; |
---|
165 | mes "makes me feel so good!"; |
---|
166 | next; |
---|
167 | mes "[Sung]"; |
---|
168 | mes "That's it. I'm gonna"; |
---|
169 | mes "grow up as soon as I can."; |
---|
170 | mes "Ooh, and I better grow tall"; |
---|
171 | mes "and handsome so my statue"; |
---|
172 | mes "will be even more awesome."; |
---|
173 | mes "Yeah. Yeah, good idea, Sung..."; |
---|
174 | close; |
---|
175 | } |
---|
176 | |
---|
177 | lighthalzen,89,73,3 script Sameer#zen15 854,{ |
---|
178 | mes "[Sameer]"; |
---|
179 | mes "There are too many"; |
---|
180 | mes "loving couples in this city."; |
---|
181 | mes "Cuddling and kissing and"; |
---|
182 | mes "hugging and necking. It's..."; |
---|
183 | mes "It's utterly distasteful."; |
---|
184 | next; |
---|
185 | mes "[Sameer]"; |
---|
186 | mes "I can't believe the"; |
---|
187 | mes "indecency I see everyday"; |
---|
188 | mes "near my own home. Don't"; |
---|
189 | mes "they know better than to be"; |
---|
190 | mes "so affectionate in places"; |
---|
191 | mes "where the public can see them?!"; |
---|
192 | next; |
---|
193 | mes "[Sameer]"; |
---|
194 | mes "Fortunately for the"; |
---|
195 | mes "world, I'm a bulwark"; |
---|
196 | mes "of morality. In fact, I have"; |
---|
197 | mes "no need for a woman. All"; |
---|
198 | mes "I need are my ship models,"; |
---|
199 | mes "teen novels and dominos."; |
---|
200 | next; |
---|
201 | mes "[Sameer]"; |
---|
202 | mes "I'm a completely well"; |
---|
203 | mes "adjusted individual, which"; |
---|
204 | mes "is why the authorities should"; |
---|
205 | mes "listen to me when I tell them"; |
---|
206 | mes "to arrest couples for indecency!"; |
---|
207 | mes "Hand holding. Have they no shame?!"; |
---|
208 | close; |
---|
209 | } |
---|
210 | |
---|
211 | lighthalzen,45,59,7 script Janice#zen03 863,{ |
---|
212 | mes "[Janice]"; |
---|
213 | mes "Oh no, I think I got"; |
---|
214 | mes "lost again. The roads"; |
---|
215 | mes "here are so confusing!"; |
---|
216 | mes "I've lived here for such"; |
---|
217 | mes "a long time and I still"; |
---|
218 | mes "can't find my way around..."; |
---|
219 | close; |
---|
220 | } |
---|
221 | |
---|
222 | lighthalzen,66,94,3 script Elmer Keays#li_03 866,{ |
---|
223 | mes "[Elmer Keays]"; |
---|
224 | mes "Walking side by side"; |
---|
225 | mes "with you like this reminds"; |
---|
226 | mes "me of the old days. Back"; |
---|
227 | mes "then, everyone was jealous"; |
---|
228 | mes "that I had such a beautiful"; |
---|
229 | mes "woman by my side. Heh heh~"; |
---|
230 | next; |
---|
231 | mes "[Elmer Keays]"; |
---|
232 | mes "You're still the most"; |
---|
233 | mes "precious sight to these"; |
---|
234 | mes "old eyes, my dear. I'm"; |
---|
235 | mes "really lucky to be with you."; |
---|
236 | emotion e_kis; |
---|
237 | emotion e_kis2; |
---|
238 | close; |
---|
239 | } |
---|
240 | |
---|
241 | lighthalzen,65,94,5 script Margie Keays#li_02 863,{ |
---|
242 | mes "[Margie Keays]"; |
---|
243 | mes "Oh darling, the"; |
---|
244 | mes "weather is so nice"; |
---|
245 | mes "and pleasant today."; |
---|
246 | mes "I'm really glad we"; |
---|
247 | mes "decided to go take"; |
---|
248 | mes "a walk together~"; |
---|
249 | close; |
---|
250 | } |
---|
251 | |
---|
252 | lighthalzen,78,120,3 script Maivi#zen1 862,{ |
---|
253 | mes "[Maivi]"; |
---|
254 | mes "..."; |
---|
255 | next; |
---|
256 | mes "[Maivi]"; |
---|
257 | mes "..."; |
---|
258 | mes "......"; |
---|
259 | next; |
---|
260 | mes "[Maivi]"; |
---|
261 | mes "Ah..."; |
---|
262 | mes "I just had the nicest"; |
---|
263 | mes "nap. This nice weather"; |
---|
264 | mes "never fails to relax me."; |
---|
265 | mes "The air here is so clean,"; |
---|
266 | mes "not like that Einbroch~"; |
---|
267 | next; |
---|
268 | mes "[Maivi]"; |
---|
269 | mes "This clean, pristine"; |
---|
270 | mes "environment is all thanks"; |
---|
271 | mes "to the Rekenber Corporation."; |
---|
272 | mes "It's incredible what they can"; |
---|
273 | mes "do with technology now, isn't"; |
---|
274 | mes "it? Ahhh, it's so peaceful~"; |
---|
275 | close; |
---|
276 | } |
---|
277 | |
---|
278 | lighthalzen,226,210,3 script Nannan 86,{ |
---|
279 | |
---|
280 | mes "[Nannan]"; |
---|
281 | mes "You know, I always thought"; |
---|
282 | mes "that all Alchemists were bookish,"; |
---|
283 | mes "scholarly types, their faces always"; |
---|
284 | mes "buried in books and studying. But"; |
---|
285 | mes "I managed to find one who doesn't"; |
---|
286 | mes "fit that nerdy stereotype at all."; |
---|
287 | next; |
---|
288 | mes "[Nannan]"; |
---|
289 | mes "This guy, What's-his-face,"; |
---|
290 | mes "Broncher, is always wasting"; |
---|
291 | mes "his time drinking. I guess he"; |
---|
292 | mes "discovered the secret of turning"; |
---|
293 | mes "water into Grade A booze. But"; |
---|
294 | mes "at least he's not the stuffy type."; |
---|
295 | next; |
---|
296 | mes "[Nannan]"; |
---|
297 | mes "I don't know how much"; |
---|
298 | mes "help he'd be to an aspiring"; |
---|
299 | mes "Alchemist, but in my opinion,"; |
---|
300 | mes "the man is a fully fledged"; |
---|
301 | mes "genius! At least, compared"; |
---|
302 | mes "to a street guy like me..."; |
---|
303 | close; |
---|
304 | } |
---|
305 | |
---|
306 | lighthalzen,230,182,4 script Klaubis#zen3 866,{ |
---|
307 | mes "[Klaubis]"; |
---|
308 | mes "Excuse me, but are you"; |
---|
309 | mes "a tourist? Well, welcome"; |
---|
310 | mes "to Lighthalzen! This city"; |
---|
311 | mes "has everything we need,"; |
---|
312 | mes "but it can be a little too"; |
---|
313 | mes "quiet and uneventful here."; |
---|
314 | next; |
---|
315 | switch(select("Have you lived in here long?:I agree.:Have you heard about the serial killer?")) { |
---|
316 | case 1: |
---|
317 | mes "[Klaubis]"; |
---|
318 | mes "Yes, our family has"; |
---|
319 | mes "lived in this city for a"; |
---|
320 | mes "long time, starting with"; |
---|
321 | mes "my great grandfather. Let's"; |
---|
322 | mes "see, my family's been here"; |
---|
323 | mes "for about two hundred years."; |
---|
324 | next; |
---|
325 | mes "[Klaubis]"; |
---|
326 | mes "You'd be surprised how"; |
---|
327 | mes "many people stay in their"; |
---|
328 | mes "hometowns. Even if you do"; |
---|
329 | mes "leave, though, you can always"; |
---|
330 | mes "come back. It wouldn't be your^FFFFFF ^000000 hometown if you couldn't, right?"; |
---|
331 | close; |
---|
332 | case 2: |
---|
333 | mes "[Klaubis]"; |
---|
334 | mes "Yes, the atmosphere"; |
---|
335 | mes "can get pretty listless"; |
---|
336 | mes "around here. But still,"; |
---|
337 | mes "there are plenty of nice"; |
---|
338 | mes "sights to enjoy here in"; |
---|
339 | mes "Lighthalzen, so look around~"; |
---|
340 | close; |
---|
341 | case 3: |
---|
342 | mes "[Klaubis]"; |
---|
343 | mes "You mean the Serial"; |
---|
344 | mes "Axe Murderer? I thought"; |
---|
345 | mes "that was an old ghost story."; |
---|
346 | mes "Hm. I think that lady inside"; |
---|
347 | mes "the Weapon Shop would"; |
---|
348 | mes "know more about that tale..."; |
---|
349 | close; |
---|
350 | } |
---|
351 | } |
---|
352 | |
---|
353 | lighthalzen,232,156,3 script Sigmund#zen3 869,{ |
---|
354 | mes "[Sigmund Ting]"; |
---|
355 | mes "You know what I noticed?"; |
---|
356 | mes "The guards at the border"; |
---|
357 | mes "to the slum seem distracted"; |
---|
358 | mes "sometimes. I made use of one"; |
---|
359 | mes "of their less attentive moments"; |
---|
360 | mes "and basically jumped the fence!"; |
---|
361 | next; |
---|
362 | mes "[Sigmund Ting]"; |
---|
363 | mes "But once I was in the "; |
---|
364 | mes "slums, I was pretty bored."; |
---|
365 | mes "There really isn't much to"; |
---|
366 | mes "do there. Which makes me"; |
---|
367 | mes "wonder... Why guard it?"; |
---|
368 | close; |
---|
369 | } |
---|
370 | |
---|
371 | lighthalzen,190,134,5 script Joyce#zen 862,{ |
---|
372 | mes "[Joyce]"; |
---|
373 | mes "I can sense your"; |
---|
374 | mes "longing look within"; |
---|
375 | mes "the depths of my heart,"; |
---|
376 | mes "beating faster and faster"; |
---|
377 | mes "with a feverish passion~"; |
---|
378 | close; |
---|
379 | } |
---|
380 | |
---|
381 | lighthalzen,191,134,3 script Dan Song#zen2 869,{ |
---|
382 | mes "[Dan Song]"; |
---|
383 | mes "Those eyes of yours..."; |
---|
384 | mes "So pure and so deep,"; |
---|
385 | mes "like glimmering pools"; |
---|
386 | mes "of light. So, so beautiful..."; |
---|
387 | close; |
---|
388 | } |
---|
389 | |
---|
390 | lighthalzen,115,159,3 script Collins#zen1 866,{ |
---|
391 | mes "[Collins]"; |
---|
392 | mes "I really wish that my"; |
---|
393 | mes "son will be able to join"; |
---|
394 | mes "the Rekenber Corporation."; |
---|
395 | mes "They certainly provide the"; |
---|
396 | mes "best jobs in Lighthalzen."; |
---|
397 | next; |
---|
398 | mes "[Collins]"; |
---|
399 | mes "Although they're a large,"; |
---|
400 | mes "major corporation, it's"; |
---|
401 | mes "almost impossible to get"; |
---|
402 | mes "employed by them. How"; |
---|
403 | mes "do people get hired there"; |
---|
404 | mes "in the first place anyway?"; |
---|
405 | close; |
---|
406 | } |
---|
407 | |
---|
408 | lighthalzen,77,157,5 script Villagomez#li_01 866,{ |
---|
409 | mes "[Villagomez]"; |
---|
410 | mes "I just step out to get"; |
---|
411 | mes "a haircut and now I'm"; |
---|
412 | mes "lost. Boy oh boy, I hope"; |
---|
413 | mes "I don't keep my family"; |
---|
414 | mes "waiting. ^333333*Sigh...*^000000"; |
---|
415 | close; |
---|
416 | } |
---|
417 | |
---|
418 | lighthalzen,125,68,5 script Kemp#zen13 97,{ |
---|
419 | mes "[Kemp]"; |
---|
420 | mes "Have you ever seen the"; |
---|
421 | mes "people who work in that big"; |
---|
422 | mes "corporation over there? I think"; |
---|
423 | mes "their employees are all a bit"; |
---|
424 | mes "off kilter for some reason."; |
---|
425 | next; |
---|
426 | mes "[Kemp]"; |
---|
427 | mes "I haven't been there"; |
---|
428 | mes "myself, but something"; |
---|
429 | mes "strange is happening with"; |
---|
430 | mes "all the people who work there."; |
---|
431 | close; |
---|
432 | } |
---|
433 | |
---|
434 | lighthalzen,138,50,7 script Mauro#zen3 847,{ |
---|
435 | mes "[Mauro]"; |
---|
436 | mes "The youth in this city"; |
---|
437 | mes "have no appreciation for"; |
---|
438 | mes "their elders. I've worked"; |
---|
439 | mes "so hard to help build this"; |
---|
440 | mes "city for so many years and"; |
---|
441 | mes "this is the thanks I get?"; |
---|
442 | next; |
---|
443 | mes "[Mauro]"; |
---|
444 | mes "Bah! If it weren't for"; |
---|
445 | mes "us, Lighthalzen wouldn't"; |
---|
446 | mes "be as properous as it is"; |
---|
447 | mes "today! Those kids don't"; |
---|
448 | mes "know that they owe their"; |
---|
449 | mes "lives of luxury to us..."; |
---|
450 | close; |
---|
451 | } |
---|
452 | |
---|
453 | lighthalzen,132,103,5 script Sefith#li_01 734,{ |
---|
454 | mes "[Sefith]"; |
---|
455 | mes "Good looks. Intelligence."; |
---|
456 | mes "Excellent manners. A strong,"; |
---|
457 | mes "manly chin and overpowering,"; |
---|
458 | mes "piercing eyes. Perfectly balanced^FFFFFF ^000000 passion and charimsma. All the"; |
---|
459 | mes "good things that ladies want."; |
---|
460 | next; |
---|
461 | mes "[Sefith]"; |
---|
462 | mes "But enough about me. Let's"; |
---|
463 | mes "discuss how sorry I should"; |
---|
464 | mes "feel for any other man living"; |
---|
465 | mes "in Lighthalzen. They don't hold"; |
---|
466 | mes "a candle to my studliness~"; |
---|
467 | close; |
---|
468 | } |
---|
469 | |
---|
470 | lighthalzen,239,64,5 script Jade#zen2 862,{ |
---|
471 | mes "[Jade]"; |
---|
472 | mes "I've heard that there's a"; |
---|
473 | mes "strange kingdom out there"; |
---|
474 | mes "that's basically ruled by"; |
---|
475 | mes "magic and swords, where"; |
---|
476 | mes "adventurers are enlisted"; |
---|
477 | mes "for the greater good."; |
---|
478 | next; |
---|
479 | mes "[Jade]"; |
---|
480 | mes "So are you from"; |
---|
481 | mes "Rune-Midgard?"; |
---|
482 | mes "What do you think"; |
---|
483 | mes "of our city with its"; |
---|
484 | mes "advanced technology"; |
---|
485 | mes "and economy? Huh..."; |
---|
486 | next; |
---|
487 | mes "[Jade]"; |
---|
488 | mes "Someday, I'd like"; |
---|
489 | mes "to go visit the land"; |
---|
490 | mes "where you came from."; |
---|
491 | mes "It sounds so fantastic"; |
---|
492 | mes "and romantic in a way..."; |
---|
493 | close; |
---|
494 | } |
---|
495 | |
---|
496 | lighthalzen,205,208,4 script Greedy Looking Man#li_01 853,{ |
---|
497 | mes "[Khramptd]"; |
---|
498 | mes "The land around here"; |
---|
499 | mes "is some pretty expensive"; |
---|
500 | mes "property. Yes, it's perfect"; |
---|
501 | mes "for building my awesome palace!"; |
---|
502 | mes "I don't have enough funds at the"; |
---|
503 | mes "moment, but the day will come~"; |
---|
504 | close; |
---|
505 | } |
---|
506 | |
---|
507 | lhz_in02,34,212,4 script Maggie#05 91,{ |
---|
508 | mes "[Maggie]"; |
---|
509 | mes "Sure, I sell a lot"; |
---|
510 | mes "of flowers here, but"; |
---|
511 | mes "the lease that this city"; |
---|
512 | mes "makes me pay cuts into"; |
---|
513 | mes "my profits. It's almost not"; |
---|
514 | mes "worth renting this property."; |
---|
515 | next; |
---|
516 | mes "[Maggie]"; |
---|
517 | mes "I pay such a ridiculous"; |
---|
518 | mes "amount for the lease and the"; |
---|
519 | mes "laws here won't let me raise"; |
---|
520 | mes "the price of my flowers. Why"; |
---|
521 | mes "are the city officals so greedy?"; |
---|
522 | close; |
---|
523 | } |
---|
524 | |
---|
525 | lighthalzen,202,94,5 script Wallace#zen2 847,{ |
---|
526 | mes "[Wallace]"; |
---|
527 | mes "......"; |
---|
528 | mes "That lady, working"; |
---|
529 | mes "for that one company,"; |
---|
530 | mes "Kafra, Mafra or whatever."; |
---|
531 | mes "She certainly is very charming."; |
---|
532 | next; |
---|
533 | mes "[Wallace]"; |
---|
534 | mes "Now, if I were"; |
---|
535 | mes "thirty years younger..."; |
---|
536 | mes "Wait! I'm a rich and powerful"; |
---|
537 | mes "man. I could ask her out now."; |
---|
538 | mes "Hm? What's that look for?"; |
---|
539 | close; |
---|
540 | } |
---|
541 | |
---|
542 | lighthalzen,182,102,3 script Lucius#zen5 866,{ |
---|
543 | if (Zeny < 90000) { |
---|
544 | mes "[Lucius]"; |
---|
545 | mes "Hello youngster~"; |
---|
546 | mes "Would you like to"; |
---|
547 | mes "make a donation"; |
---|
548 | mes "to help the hungry?"; |
---|
549 | next; |
---|
550 | if (select("Sure.:No, thanks.") == 1) { |
---|
551 | mes "[Lucius]"; |
---|
552 | mes "Now, you can donate 1 to"; |
---|
553 | mes "30,000 zeny that will be used"; |
---|
554 | mes "to support the poor and feed"; |
---|
555 | mes "starving children. If you wish"; |
---|
556 | mes "to cancel, please enter ''0.''"; |
---|
557 | next; |
---|
558 | input .@input; |
---|
559 | if (.@input > 30000 || .@input < 0) { |
---|
560 | mes "[Lucius]"; |
---|
561 | mes "Please enter a value"; |
---|
562 | mes "from 1 to 30,000 in"; |
---|
563 | mes "order to make a donation"; |
---|
564 | mes "to the needy, youngster."; |
---|
565 | close; |
---|
566 | } |
---|
567 | else if (.@input == 0) { |
---|
568 | mes "[Lucius]"; |
---|
569 | mes "How disappointing,"; |
---|
570 | mes "but I'm sure you have"; |
---|
571 | mes "your reasons. Well, when"; |
---|
572 | mes "you can afford to give to"; |
---|
573 | mes "the needy, you're welcome"; |
---|
574 | mes "to come back at any time."; |
---|
575 | close; |
---|
576 | } |
---|
577 | mes "[Lucius]"; |
---|
578 | mes "Thank you so much"; |
---|
579 | mes "for your " + .@input + " zeny donation."; |
---|
580 | mes "I promise that your money"; |
---|
581 | mes "will be put to good use in"; |
---|
582 | mes "benefiting the poor and needy."; |
---|
583 | next; |
---|
584 | if (Zeny < .@input) { |
---|
585 | mes "[Lucius]"; |
---|
586 | mes "Still, I'm just a little"; |
---|
587 | mes "disappointed. An adventurer"; |
---|
588 | mes "like you should be donating"; |
---|
589 | mes "as much as you possibly can..."; |
---|
590 | close; |
---|
591 | } |
---|
592 | set zeny,zeny-.@input; |
---|
593 | set $donatedzeny,$donatedzeny + .@input; |
---|
594 | mes "[Lucius]"; |
---|
595 | mes "So far, I've received"; |
---|
596 | mes "a total of " + $donatedzeny + " zeny in"; |
---|
597 | mes "donations. I'm glad to see"; |
---|
598 | mes "that there are still kind and"; |
---|
599 | mes "generous people in the world."; |
---|
600 | if ($donatedzeny > 260000) { |
---|
601 | next; |
---|
602 | mes "[Lucius]"; |
---|
603 | mes "This should be enough"; |
---|
604 | mes "to send to the Poor Relief"; |
---|
605 | mes "Organization. Please accept"; |
---|
606 | mes "this small gift as a token of"; |
---|
607 | mes "my gratitude, adventurer. Bless"; |
---|
608 | mes "you, youngster and take care."; |
---|
609 | set $donatedzeny,0; |
---|
610 | getitem 603,1; //Old_Blue_Box |
---|
611 | getitem 12016,1; //Speed_Up_Potion |
---|
612 | } |
---|
613 | close; |
---|
614 | } |
---|
615 | mes "[Lucius]"; |
---|
616 | mes "I understand. Still,"; |
---|
617 | mes "keep in mind that when"; |
---|
618 | mes "you give from your heart,"; |
---|
619 | mes "you will be rewarded tenfold."; |
---|
620 | mes "Though I admit, the benefits"; |
---|
621 | mes "aren't always readily apparent."; |
---|
622 | close; |
---|
623 | } |
---|
624 | mes "[Lucius]"; |
---|
625 | mes "Hello youngster~"; |
---|
626 | mes "You seem to be fairly"; |
---|
627 | mes "well-off. Money is good"; |
---|
628 | mes "to have, but be careful not"; |
---|
629 | mes "to become obssessed with it."; |
---|
630 | next; |
---|
631 | mes "[Lucius]"; |
---|
632 | mes "When you have the chance,"; |
---|
633 | mes "please show your generosity"; |
---|
634 | mes "towards others who may be"; |
---|
635 | mes "much less fortunate than you."; |
---|
636 | close; |
---|
637 | } |
---|
638 | |
---|
639 | lighthalzen,147,105,3 script Laqumet#li_02 869,{ |
---|
640 | mes "[Laqumet]"; |
---|
641 | mes "Sure, manliness is quite"; |
---|
642 | mes "attractive, but I think women"; |
---|
643 | mes "appreciate a guy who could"; |
---|
644 | mes "sympathize and talk with them"; |
---|
645 | mes "a little more. Don't you agree?"; |
---|
646 | next; |
---|
647 | mes "[Laqumet]"; |
---|
648 | mes "I might not be like Sefith,"; |
---|
649 | mes "but I guess I've got a cute"; |
---|
650 | mes "smile, a good personality and"; |
---|
651 | mes "I'm a dandy to boot. Hopefully,"; |
---|
652 | mes "my honesty and loyalty will"; |
---|
653 | mes "help me find someone good."; |
---|
654 | close; |
---|
655 | } |
---|
656 | |
---|
657 | lhz_in02,242,172,1 script Hotel Employee#zen3 868,{ |
---|
658 | mes "[Hotel Employee]"; |
---|
659 | mes "If you are experiencing"; |
---|
660 | mes "any sort of inconvenience,"; |
---|
661 | mes "please do not hesitate and"; |
---|
662 | mes "let us know right away."; |
---|
663 | next; |
---|
664 | mes "[Hotel Employee]"; |
---|
665 | mes "Please use the stairs"; |
---|
666 | mes "at the northern end to"; |
---|
667 | mes "go downstairs so that you"; |
---|
668 | mes "can go to the Front Desk."; |
---|
669 | mes "Thank you and I hope that"; |
---|
670 | mes "you enjoy your stay here."; |
---|
671 | close; |
---|
672 | } |
---|
673 | |
---|
674 | lhz_in02,210,189,3 script Christopher Michael#zen 849,{ |
---|
675 | mes "[Christopher Michael]"; |
---|
676 | mes "OoooOoh~"; |
---|
677 | mes "Soooo comfortable."; |
---|
678 | mes "Don't want to wake up."; |
---|
679 | mes "Don't want to get up."; |
---|
680 | mes "Ever again. OoOoooh..."; |
---|
681 | close; |
---|
682 | } |
---|
683 | |
---|
684 | lhz_in02,201,181,7 script Safwat Fahmy 853,{ |
---|
685 | mes "[Safwat Fahmy]"; |
---|
686 | mes "This hotel is nice"; |
---|
687 | mes "and comfortable, but"; |
---|
688 | mes "to be quite frank, the"; |
---|
689 | mes "drinks here are horrible."; |
---|
690 | mes "They're unfit for drinking"; |
---|
691 | mes "men such as myself."; |
---|
692 | next; |
---|
693 | mes "[Safwat Fahmy]"; |
---|
694 | mes "If this is the best hotel,"; |
---|
695 | mes "I expect them to provide me"; |
---|
696 | mes "with the best alcohol. When"; |
---|
697 | mes "I stay at a hotel, that's what"; |
---|
698 | mes "I want. To spend the entire"; |
---|
699 | mes "day not being sober."; |
---|
700 | next; |
---|
701 | mes "[Safwat Fahmy]"; |
---|
702 | mes "It looks like that"; |
---|
703 | mes "today I'll be heading"; |
---|
704 | mes "out to the bar again..."; |
---|
705 | mes "I just wish there were"; |
---|
706 | mes "someplace quieter to drink."; |
---|
707 | close; |
---|
708 | } |
---|
709 | |
---|
710 | lhz_in02,251,212,3 script Hotel Employee#zen2 868,{ |
---|
711 | mes "[Hotel Employee]"; |
---|
712 | mes "This is the Couple Suite."; |
---|
713 | mes "A single can also check"; |
---|
714 | mes "in here, but our hotel will"; |
---|
715 | mes "prioritize couples when"; |
---|
716 | mes "assigning this room."; |
---|
717 | close; |
---|
718 | } |
---|
719 | |
---|
720 | lhz_in02,229,217,3 script Tanoue#zen04 863,{ |
---|
721 | mes "[Tanoue]"; |
---|
722 | mes "This chair looks"; |
---|
723 | mes "very nice, but it really"; |
---|
724 | mes "chills my bottom. Brr...!"; |
---|
725 | mes "It's a might uncomfortable!"; |
---|
726 | next; |
---|
727 | mes "[Tanoue]"; |
---|
728 | mes "You know what the"; |
---|
729 | mes "perfect chair would"; |
---|
730 | mes "be like? It would be"; |
---|
731 | mes "plush and have electronic"; |
---|
732 | mes "massage and heating controls..."; |
---|
733 | close; |
---|
734 | } |
---|
735 | |
---|
736 | lhz_in02,209,277,5 script Ben Allen#zen11 84,{ |
---|
737 | mes "[Ben Allen]"; |
---|
738 | mes "Aaahhh Oooooh~"; |
---|
739 | mes "It's sooooo comfy~"; |
---|
740 | mes "The air's so fresh and"; |
---|
741 | mes "this couch is so plush..."; |
---|
742 | mes "Why can't home be like this?"; |
---|
743 | next; |
---|
744 | mes "[Ben Allen]"; |
---|
745 | mes "I've been in those other"; |
---|
746 | mes "hotels and let me tell you,"; |
---|
747 | mes "this place is the best ever."; |
---|
748 | mes "After a night's sleep over"; |
---|
749 | mes "here, I feel like a new man!"; |
---|
750 | close; |
---|
751 | } |
---|
752 | |
---|
753 | lhz_in02,221,276,1 script Harp#zen8 869,{ |
---|
754 | mes "[Harp]"; |
---|
755 | mes "Oh sweet jiminy..."; |
---|
756 | mes "That Kafra Lady is so hot."; |
---|
757 | mes "What a body. And those glasses."; |
---|
758 | mes "I just gotta ask her out somehow."; |
---|
759 | next; |
---|
760 | mes "[Harp]"; |
---|
761 | mes "Hm, but what should"; |
---|
762 | mes "I do? A love letter? Naw,"; |
---|
763 | mes "that's kind of outdated."; |
---|
764 | mes "Argh, I can't think! Just"; |
---|
765 | mes "looking at her makes me feel"; |
---|
766 | mes "so happy! Praise be to Kafra!"; |
---|
767 | close; |
---|
768 | } |
---|
769 | |
---|
770 | lhz_in02,238,275,5 script Hotel Employee#zen1 869,{ |
---|
771 | mes "[Hotel Employee]"; |
---|
772 | mes "''Hospitality with a smile"; |
---|
773 | mes "and total devotion to your"; |
---|
774 | mes "comfort.'' That's our motto"; |
---|
775 | mes "in the Royal Dragon Hotel."; |
---|
776 | mes "Please inquire at the front"; |
---|
777 | mes "desk if you wish to check in."; |
---|
778 | close; |
---|
779 | } |
---|
780 | |
---|
781 | lhz_in02,247,275,1 script Hotel Employee#zen4 868,{ |
---|
782 | mes "[Hotel Employee]"; |
---|
783 | mes "Welcome to the"; |
---|
784 | mes "Royal Dragon Hotel Bar."; |
---|
785 | mes "How about a nice night"; |
---|
786 | mes "cap before going to bed?"; |
---|
787 | next; |
---|
788 | mes "[Hotel Employee]"; |
---|
789 | mes "If you're looking"; |
---|
790 | mes "for a friend, you"; |
---|
791 | mes "can almost always"; |
---|
792 | mes "make one in this bar."; |
---|
793 | mes "Alcohol certainly is the"; |
---|
794 | mes "grease for social gears."; |
---|
795 | close; |
---|
796 | } |
---|
797 | |
---|
798 | lhz_in02,271,281,2 script Citizen#amano09 47,{ |
---|
799 | mes "[Hachi]"; |
---|
800 | mes "Oh yeah. I love-love-love"; |
---|
801 | mes "bars. If I don't come here"; |
---|
802 | mes "for the booze, then I'm here"; |
---|
803 | mes "for all these beautiful ladies."; |
---|
804 | next; |
---|
805 | mes "[Hachi]"; |
---|
806 | mes "Weird. It's the very first"; |
---|
807 | mes "time I've tried this place's"; |
---|
808 | mes "rum, but doesn't it taste like"; |
---|
809 | mes "pure sexiness to you? Huh..."; |
---|
810 | mes "Oh well, back to schmoozin'"; |
---|
811 | mes "with all the hot chicks~"; |
---|
812 | close; |
---|
813 | } |
---|
814 | |
---|
815 | lhz_in02,277,285,4 script Bartender#amano07 61,{ |
---|
816 | mes "[Duff]"; |
---|
817 | mes "Hey, you're from"; |
---|
818 | mes "Rune-Midgarts, right?"; |
---|
819 | mes "Please make yourself"; |
---|
820 | mes "at home while you're here"; |
---|
821 | mes "in Lighthalzen and have"; |
---|
822 | mes "yourself a good time."; |
---|
823 | close; |
---|
824 | } |
---|
825 | |
---|
826 | lhz_in02,281,280,6 script Customer#amano13 816,{ |
---|
827 | mes "[Rona]"; |
---|
828 | mes "I hate it when guys"; |
---|
829 | mes "just sidle up and sort"; |
---|
830 | mes "of just skip Steps One"; |
---|
831 | mes "and Two. And before you"; |
---|
832 | mes "get all weird, Step Three"; |
---|
833 | mes "is ''Ask for my phone number.''"; |
---|
834 | next; |
---|
835 | mes "[Rona]"; |
---|
836 | mes "I would just really"; |
---|
837 | mes "appreciate it if one"; |
---|
838 | mes "nice boy would just"; |
---|
839 | mes "talk to me for real."; |
---|
840 | close; |
---|
841 | } |
---|
842 | |
---|
843 | lhz_in02,287,282,4 script Customer#amano10 853,{ |
---|
844 | mes "[Greenfield]"; |
---|
845 | mes "I don't believe it..."; |
---|
846 | mes "This unlucky streak"; |
---|
847 | mes "will never end, will it?"; |
---|
848 | mes "I lost all my Apples"; |
---|
849 | mes "playing Dice today."; |
---|
850 | mes "Again. Oh man..."; |
---|
851 | next; |
---|
852 | mes "[Greenfield]"; |
---|
853 | mes "Okay. Okay."; |
---|
854 | mes "If I just keep"; |
---|
855 | mes "playing, eventually"; |
---|
856 | mes "I'll win. I mean, that's"; |
---|
857 | mes "the way the odds work, right?"; |
---|
858 | mes "Even when they're against me..."; |
---|
859 | close; |
---|
860 | } |
---|
861 | |
---|
862 | lhz_in02,287,273,3 script Customer#amano11 50,{ |
---|
863 | mes "[Terry]"; |
---|
864 | mes "I'm not big on drinking,"; |
---|
865 | mes "but the atmosphere in this"; |
---|
866 | mes "place is really nice. The"; |
---|
867 | mes "music they play is always"; |
---|
868 | mes "smooth and relaxing..."; |
---|
869 | next; |
---|
870 | mes "[Terry]"; |
---|
871 | mes "Yeah, this is a real cozy"; |
---|
872 | mes "joint. I recommend it to"; |
---|
873 | mes "all you tourists, acutally."; |
---|
874 | mes "Now why don't you kick"; |
---|
875 | mes "back and chill with me?"; |
---|
876 | close; |
---|
877 | } |
---|
878 | |
---|
879 | lhz_in02,283,276,4 script Customer#amano12 815,{ |
---|
880 | mes "[Sei]"; |
---|
881 | mes "You see that guy?"; |
---|
882 | mes "That guy over there is"; |
---|
883 | mes "always looking at me."; |
---|
884 | mes "I wonder... Does he want"; |
---|
885 | mes "to ask me out or something?"; |
---|
886 | next; |
---|
887 | mes "[Sei]"; |
---|
888 | if (Sex == 1) { |
---|
889 | mes "Well, if he does,"; |
---|
890 | mes "shouldn't he have"; |
---|
891 | mes "more guts? Or are "; |
---|
892 | mes "you boys much more"; |
---|
893 | mes "shy than I think you are?"; |
---|
894 | } |
---|
895 | else { |
---|
896 | mes "Well, he is sort of"; |
---|
897 | mes "cute. Geez, this would"; |
---|
898 | mes "be so much easier if he"; |
---|
899 | mes "would just come up and"; |
---|
900 | mes "start talking to me..."; |
---|
901 | } |
---|
902 | close; |
---|
903 | } |
---|
904 | |
---|
905 | lighthalzen,123,212,4 script Merpi#zen2 700,{ |
---|
906 | mes "[Merpi]"; |
---|
907 | mes "Isn't the weather nice"; |
---|
908 | mes "today? All this sunlight"; |
---|
909 | mes "will dry these clothes"; |
---|
910 | mes "quickly and give them"; |
---|
911 | mes "a fresh, lovely scent."; |
---|
912 | next; |
---|
913 | mes "[Merpi]"; |
---|
914 | mes "Oh, an adventurer from"; |
---|
915 | mes "Rune-Midgarts, are you?"; |
---|
916 | mes "How do you like our city?"; |
---|
917 | mes "If you have any questions,"; |
---|
918 | mes "feel free to ask me anything."; |
---|
919 | next; |
---|
920 | switch(select("Well, I have nothing to ask...:Any news or rumors?:I like laundry too.")) { |
---|
921 | case 1: |
---|
922 | mes "[Merpi]"; |
---|
923 | mes "Oh, really?"; |
---|
924 | mes "Well, if you've traveled"; |
---|
925 | mes "all over the world, maybe"; |
---|
926 | mes "you've found a place just"; |
---|
927 | mes "like Lighthalzen, so maybe"; |
---|
928 | mes "you're already comfortable?"; |
---|
929 | close; |
---|
930 | case 2: |
---|
931 | mes "[Merpi]"; |
---|
932 | mes "Well, things have"; |
---|
933 | mes "been pretty peaceful"; |
---|
934 | mes "for the past few years."; |
---|
935 | mes "The only rumor floating"; |
---|
936 | mes "around is about some"; |
---|
937 | mes "weird axe murderer..."; |
---|
938 | close; |
---|
939 | case 3: |
---|
940 | mes "[Merpi]"; |
---|
941 | mes "Oh, that's wonderful!"; |
---|
942 | mes "I so love doing hand"; |
---|
943 | mes "laundry, though I'm not"; |
---|
944 | mes "quite sure why. Oh well~"; |
---|
945 | close; |
---|
946 | } |
---|
947 | } |
---|
948 | |
---|
949 | lighthalzen,296,239,3 script Berru#lhz_01::childlhz 706,{ |
---|
950 | switch(rand(1,3)) { |
---|
951 | case 1: |
---|
952 | mes "[Berru]"; |
---|
953 | mes "Daddy...! Waaaaah~!"; |
---|
954 | mes "I wanna see my Daddy!"; |
---|
955 | emotion e_sob; |
---|
956 | next; |
---|
957 | mes "[Pilia]"; |
---|
958 | mes "Berru, I don't "; |
---|
959 | mes "think Daddy's coming"; |
---|
960 | mes "home tonight. Come on,"; |
---|
961 | mes "we should go to bed."; |
---|
962 | next; |
---|
963 | mes "[Berru]"; |
---|
964 | mes "No, I'm not gonna"; |
---|
965 | mes "sleep till Daddy gets"; |
---|
966 | mes "home! He said he'll"; |
---|
967 | mes "bring us candy tonight!"; |
---|
968 | mes "You go sleep first, Pilia!"; |
---|
969 | emotion e_ag; |
---|
970 | next; |
---|
971 | mes "[Pilia]"; |
---|
972 | mes "^333333*Sigh...*^000000"; |
---|
973 | mes "Where's our Daddy?"; |
---|
974 | mes "He said he found a"; |
---|
975 | mes "good job, but we haven't"; |
---|
976 | mes "heard from him since then..."; |
---|
977 | emotion e_dots; |
---|
978 | close; |
---|
979 | case 2: |
---|
980 | mes "[Pilia]"; |
---|
981 | mes "What's taking him"; |
---|
982 | mes "so long? I hope Daddy"; |
---|
983 | mes "comes back home soon."; |
---|
984 | mes "Come on, Berru, don't cry."; |
---|
985 | emotion e_dots; |
---|
986 | next; |
---|
987 | mes "[Berru]"; |
---|
988 | mes "^333333*Sob...*^000000"; |
---|
989 | mes "But I'm hungry"; |
---|
990 | mes "and I miss Daddy!"; |
---|
991 | next; |
---|
992 | mes "[Pilia]"; |
---|
993 | mes "Uncle Togii from"; |
---|
994 | mes "next door hasn't"; |
---|
995 | mes "come back either..."; |
---|
996 | close; |
---|
997 | case 3: |
---|
998 | mes "[Pilia]"; |
---|
999 | mes "Hmm? Oh, I'm sorry,"; |
---|
1000 | mes "but my little brother"; |
---|
1001 | mes "just won't stop crying."; |
---|
1002 | mes "I'm sorry if we're loud..."; |
---|
1003 | emotion e_what; |
---|
1004 | next; |
---|
1005 | mes "[Pilia]"; |
---|
1006 | mes "Our daddy goes to work"; |
---|
1007 | mes "somewhere far away. He"; |
---|
1008 | mes "finally has a good job, but"; |
---|
1009 | mes "sometimes we don't hear"; |
---|
1010 | mes "from him for days. We get"; |
---|
1011 | mes "really worried about him."; |
---|
1012 | next; |
---|
1013 | mes "[Pilia]"; |
---|
1014 | mes "My brother Berru always"; |
---|
1015 | mes "misses him a lot. I don't"; |
---|
1016 | mes "know how to make him"; |
---|
1017 | mes "stop crying! What do I do?"; |
---|
1018 | emotion e_swt2; |
---|
1019 | close; |
---|
1020 | } |
---|
1021 | } |
---|
1022 | |
---|
1023 | lighthalzen,297,239,3 duplicate(childlhz) Pilia#lhz_01 818 |
---|
1024 | |
---|
1025 | lighthalzen,312,233,3 script Beggar#lhz_02 777,3,1,{ |
---|
1026 | end; |
---|
1027 | |
---|
1028 | OnTouch: |
---|
1029 | mes "[Beggar]"; |
---|
1030 | mes "Please..."; |
---|
1031 | mes "My child is starving..."; |
---|
1032 | mes "Would you give me"; |
---|
1033 | mes "some money?"; |
---|
1034 | next; |
---|
1035 | if (select("Give him some money.:Ignore him.") == 1) { |
---|
1036 | if (Zeny < 50) { |
---|
1037 | mes "[Beggar]"; |
---|
1038 | mes "I appreciate your"; |
---|
1039 | mes "kindness, but it also"; |
---|
1040 | mes "looks like you're in need"; |
---|
1041 | mes "of zeny, too. Would you"; |
---|
1042 | mes "like to join me?"; |
---|
1043 | emotion e_heh; |
---|
1044 | close; |
---|
1045 | } |
---|
1046 | mes "[" + strcharinfo(0) + "]"; |
---|
1047 | mes "Here you go,"; |
---|
1048 | mes "take this."; |
---|
1049 | set zeny,zeny-50; |
---|
1050 | next; |
---|
1051 | mes "[Beggar]"; |
---|
1052 | mes "Thank you so much."; |
---|
1053 | mes "I have nothing to offer you"; |
---|
1054 | mes "in exchange, but I can share"; |
---|
1055 | mes "a story with you and impart"; |
---|
1056 | mes "some of the wisdom I've"; |
---|
1057 | mes "learned over the years."; |
---|
1058 | emotion e_thx; |
---|
1059 | next; |
---|
1060 | switch(rand(1,3)) { |
---|
1061 | case 1: |
---|
1062 | mes "[Beggar]"; |
---|
1063 | mes "Everyone's been in"; |
---|
1064 | mes "a situation where you"; |
---|
1065 | mes "sometimes you feel that"; |
---|
1066 | mes "you have to make a choice"; |
---|
1067 | mes "between doing the right thing"; |
---|
1068 | mes "and doing what you want, right?"; |
---|
1069 | next; |
---|
1070 | mes "[Beggar]"; |
---|
1071 | mes "You may feel trapped."; |
---|
1072 | mes "Well, let me tell you, when"; |
---|
1073 | mes "it comes to a problem, all"; |
---|
1074 | mes "the solutions available to"; |
---|
1075 | mes "you aren't always obvious."; |
---|
1076 | mes "So just calm down and think."; |
---|
1077 | next; |
---|
1078 | mes "[Beggar]"; |
---|
1079 | mes "What you can see and"; |
---|
1080 | mes "understand might not match"; |
---|
1081 | mes "with reality. Like the stars that^FFFFFF ^000000 are always there, but not visible"; |
---|
1082 | mes "during the day, we'll always have^FFFFFF ^000000 hope, even if we can't see it."; |
---|
1083 | next; |
---|
1084 | mes "[" + strcharinfo(0) + "]"; |
---|
1085 | emotion e_dots,1; |
---|
1086 | mes ". . . . . . . . . . . ."; |
---|
1087 | next; |
---|
1088 | mes "[" + strcharinfo(0) + "]"; |
---|
1089 | emotion e_dots,1; |
---|
1090 | mes ". . . . . . . . . . . ."; |
---|
1091 | mes ". . . . . . . . . . . ."; |
---|
1092 | next; |
---|
1093 | mes "[" + strcharinfo(0) + "]"; |
---|
1094 | emotion e_dots,1; |
---|
1095 | mes ". . . . . . . . . . . ."; |
---|
1096 | mes ". . . . . . . . . . . ."; |
---|
1097 | mes ". . . . . . . . . . . ."; |
---|
1098 | next; |
---|
1099 | mes "[Beggar]"; |
---|
1100 | emotion e_what; |
---|
1101 | mes "Hmm...?"; |
---|
1102 | mes "You seem surprised~"; |
---|
1103 | close; |
---|
1104 | case 2: |
---|
1105 | mes "[Beggar]"; |
---|
1106 | mes "I sort of believe in fate and"; |
---|
1107 | mes "sort of don't. Let me explain"; |
---|
1108 | mes "it this way. I take life day by"; |
---|
1109 | mes "day, with each day covering its"; |
---|
1110 | mes "own spectrum with miracle on^FFFFFF ^000000 one end and tragedy on the other."; |
---|
1111 | next; |
---|
1112 | mes "[Beggar]"; |
---|
1113 | mes "So each day has the capacity"; |
---|
1114 | mes "for experiences that can be"; |
---|
1115 | mes "good, bad or both. I believe"; |
---|
1116 | mes "each person can take an "; |
---|
1117 | mes "active role in shaping their"; |
---|
1118 | mes "destiny, day by day."; |
---|
1119 | next; |
---|
1120 | mes "[Beggar]"; |
---|
1121 | mes "Now, there may be certain"; |
---|
1122 | mes "things that you can't control,"; |
---|
1123 | mes "but even a pessimist might"; |
---|
1124 | mes "be able to agree that this"; |
---|
1125 | mes "is a world that not only has"; |
---|
1126 | mes "tragedy, but miracles as well."; |
---|
1127 | next; |
---|
1128 | mes "[Beggar]"; |
---|
1129 | mes "Stand up when you're down"; |
---|
1130 | mes "and live your life with passion.^FFFFFF ^000000 The capacity for miracles will"; |
---|
1131 | mes "always be there and know that"; |
---|
1132 | mes "you can be someone else's"; |
---|
1133 | mes "miracle. Isn't that wonderful?"; |
---|
1134 | next; |
---|
1135 | mes "[" + strcharinfo(0) + "]"; |
---|
1136 | emotion e_dots,1; |
---|
1137 | mes ". . . . . . . . . . . ."; |
---|
1138 | next; |
---|
1139 | mes "[" + strcharinfo(0) + "]"; |
---|
1140 | emotion e_dots,1; |
---|
1141 | mes ". . . . . . . . . . . ."; |
---|
1142 | mes ". . . . . . . . . . . ."; |
---|
1143 | next; |
---|
1144 | mes "[" + strcharinfo(0) + "]"; |
---|
1145 | emotion e_dots,1; |
---|
1146 | mes ". . . . . . . . . . . ."; |
---|
1147 | mes ". . . . . . . . . . . ."; |
---|
1148 | mes ". . . . . . . . . . . ."; |
---|
1149 | next; |
---|
1150 | mes "[Beggar]"; |
---|
1151 | emotion e_what; |
---|
1152 | mes "Don't believe me?"; |
---|
1153 | mes "Well, you'll see for"; |
---|
1154 | mes "yourself, youngster."; |
---|
1155 | mes "There's much good in you."; |
---|
1156 | close; |
---|
1157 | case 3: |
---|
1158 | mes "[Beggar]"; |
---|
1159 | mes "Anger. People deal with"; |
---|
1160 | mes "it in different ways. Some"; |
---|
1161 | mes "suppress it. Some relish it."; |
---|
1162 | mes "Some fear being angry. Now,"; |
---|
1163 | mes "to be simple, let's say there"; |
---|
1164 | mes "are two kinds of anger."; |
---|
1165 | next; |
---|
1166 | mes "[Beggar]"; |
---|
1167 | mes "The first is the kind that"; |
---|
1168 | mes "isn't so productive. More of"; |
---|
1169 | mes "a frustration that you can let"; |
---|
1170 | mes "go. Someone cut you off on the"; |
---|
1171 | mes "freeway or a friend innocently^FFFFFF ^000000 forgot your birthday? No biggie."; |
---|
1172 | next; |
---|
1173 | mes "[Beggar]"; |
---|
1174 | mes "Don't let this kind of"; |
---|
1175 | mes "anger get to you or you'll"; |
---|
1176 | mes "look like a loser. Think of"; |
---|
1177 | mes "the big picture and if you're"; |
---|
1178 | mes "still upset, vent appropriately.^FFFFFF ^000000 Be honest without hurting anyone."; |
---|
1179 | next; |
---|
1180 | mes "[Beggar]"; |
---|
1181 | mes "The second kind of anger"; |
---|
1182 | mes "is righteous anger. You've"; |
---|
1183 | mes "been wronged and need "; |
---|
1184 | mes "some form of retribution. "; |
---|
1185 | mes "Just don't misdirect your anger"; |
---|
1186 | mes "and respond appropriately."; |
---|
1187 | next; |
---|
1188 | mes "[Beggar]"; |
---|
1189 | mes "The second kind of anger is"; |
---|
1190 | mes "righteous anger. You've been"; |
---|
1191 | mes "wronged and need some form"; |
---|
1192 | mes "of retribution. Remember to"; |
---|
1193 | mes "make appropriate confrontations"; |
---|
1194 | mes "and don't misdirect your rage."; |
---|
1195 | next; |
---|
1196 | mes "[Beggar]"; |
---|
1197 | mes "Getting into a fight with"; |
---|
1198 | mes "righteous anger, say to protect"; |
---|
1199 | mes "someone dear to you, will make"; |
---|
1200 | mes "you a hero. Fighting with anger"; |
---|
1201 | mes "born of frustration will make you^FFFFFF ^000000 a bully. Know the difference."; |
---|
1202 | next; |
---|
1203 | mes "[" + strcharinfo(0) + "]"; |
---|
1204 | emotion e_dots,1; |
---|
1205 | mes ". . . . . . . . . . . ."; |
---|
1206 | next; |
---|
1207 | mes "[" + strcharinfo(0) + "]"; |
---|
1208 | emotion e_dots,1; |
---|
1209 | mes ". . . . . . . . . . . ."; |
---|
1210 | mes ". . . . . . . . . . . ."; |
---|
1211 | next; |
---|
1212 | mes "[" + strcharinfo(0) + "]"; |
---|
1213 | emotion e_dots,1; |
---|
1214 | mes ". . . . . . . . . . . ."; |
---|
1215 | mes ". . . . . . . . . . . ."; |
---|
1216 | mes ". . . . . . . . . . . ."; |
---|
1217 | next; |
---|
1218 | mes "[Beggar]"; |
---|
1219 | emotion e_what; |
---|
1220 | mes "What's wrong?"; |
---|
1221 | mes "It might be a lot"; |
---|
1222 | mes "to take in, I know."; |
---|
1223 | close; |
---|
1224 | } |
---|
1225 | } |
---|
1226 | mes "[" + strcharinfo(0) + "]"; |
---|
1227 | mes "..."; |
---|
1228 | mes "......"; |
---|
1229 | close; |
---|
1230 | } |
---|
1231 | |
---|
1232 | lighthalzen,311,194,3 script Reuben#lhz_02 870,{ |
---|
1233 | if (rand(1,2)) { |
---|
1234 | mes "[Reuben]"; |
---|
1235 | mes "Someday..."; |
---|
1236 | mes "Someday I just gotta"; |
---|
1237 | mes "become a train conductor"; |
---|
1238 | mes "and just get outta here!"; |
---|
1239 | mes "I really hate this place!"; |
---|
1240 | emotion e_ag; |
---|
1241 | next; |
---|
1242 | mes "[Reuben]]"; |
---|
1243 | mes "Wh-whoa...!"; |
---|
1244 | mes "Did you just hear"; |
---|
1245 | mes "me talk to myself?"; |
---|
1246 | mes "Crud! Don't be so nosy!"; |
---|
1247 | emotion e_an; |
---|
1248 | close; |
---|
1249 | } |
---|
1250 | mes "[Reuben]"; |
---|
1251 | mes "Hey. What are"; |
---|
1252 | mes "you doing just"; |
---|
1253 | mes "looking at me?"; |
---|
1254 | mes "I don't know you"; |
---|
1255 | mes "from Adam, so get lost~"; |
---|
1256 | emotion e_rock; |
---|
1257 | close; |
---|
1258 | } |
---|
1259 | |
---|
1260 | lighthalzen,306,324,3 script Shengwen#zen7 870,{ |
---|
1261 | mes "[Shengwen]"; |
---|
1262 | mes "Am I just getting"; |
---|
1263 | mes "paranoid? I really"; |
---|
1264 | mes "think that some of"; |
---|
1265 | mes "the people I know"; |
---|
1266 | mes "are disappearing"; |
---|
1267 | mes "for no good reason!"; |
---|
1268 | next; |
---|
1269 | mes "[Shengwen]"; |
---|
1270 | mes "I mean, all of my close"; |
---|
1271 | mes "friends are all alright,"; |
---|
1272 | mes "but I'm starting not to see"; |
---|
1273 | mes "certain acquaintances and"; |
---|
1274 | mes "familiar faces. Maybe I'm"; |
---|
1275 | mes "just thinking too much..."; |
---|
1276 | close; |
---|
1277 | } |
---|
1278 | |
---|
1279 | lhz_in03,26,167,5 script Shayna#li 850,{ |
---|
1280 | mes "[Shayna]"; |
---|
1281 | mes "^333333*Sigh...*^000000"; |
---|
1282 | mes "Oh, you poor"; |
---|
1283 | mes "darling girl..."; |
---|
1284 | close; |
---|
1285 | } |
---|
1286 | |
---|
1287 | lhz_in01,134,45,3 script Cenku Dekdam#delic 869,{ |
---|
1288 | mes "[Cenku Dekdam]"; |
---|
1289 | mes "Man, if you were"; |
---|
1290 | mes "gonna take this whole"; |
---|
1291 | mes "city and then sell it, what"; |
---|
1292 | mes "do you think Lighthalzen's"; |
---|
1293 | mes "price tag would be, eh?"; |
---|
1294 | next; |
---|
1295 | mes "[Cenku Dekdam]"; |
---|
1296 | mes "I mean, this city"; |
---|
1297 | mes "is basically just made"; |
---|
1298 | mes "of money. Money is what"; |
---|
1299 | mes "makes this city such a nice"; |
---|
1300 | mes "and pleasant place to live."; |
---|
1301 | close; |
---|
1302 | } |
---|
1303 | |
---|
1304 | lighthalzen,330,276,3 script Nun#light 79,{ |
---|
1305 | mes "[Angela]"; |
---|
1306 | mes "Greetings, adventurer."; |
---|
1307 | mes "I'm Angela, a social"; |
---|
1308 | mes "worker for the Poor"; |
---|
1309 | mes "Relief Organization."; |
---|
1310 | next; |
---|
1311 | mes "[Angela]"; |
---|
1312 | mes "I've noticed that the"; |
---|
1313 | mes "people living here have"; |
---|
1314 | mes "extremely bad health and"; |
---|
1315 | mes "it's not just because of"; |
---|
1316 | mes "their circumstances."; |
---|
1317 | next; |
---|
1318 | mes "[Angela]"; |
---|
1319 | mes "I've filed a report"; |
---|
1320 | mes "to my superiors, but"; |
---|
1321 | mes "they haven't sent me"; |
---|
1322 | mes "a response yet for some"; |
---|
1323 | mes "reason. I'm starting to get"; |
---|
1324 | mes "a little worried about this..."; |
---|
1325 | close; |
---|
1326 | } |
---|
1327 | |
---|
1328 | lighthalzen,337,296,3 script Employee 867,{ |
---|
1329 | if (hg_tre > 54) { |
---|
1330 | mes "[Rekenber Employee]"; |
---|
1331 | mes "Greetings. As part of our"; |
---|
1332 | mes "effort to relieve the poor,"; |
---|
1333 | mes "Rekenber is providing job"; |
---|
1334 | mes "opportunities targeted for"; |
---|
1335 | mes "citizens of the slum areas."; |
---|
1336 | next; |
---|
1337 | mes "[Rekenber Employee]"; |
---|
1338 | mes "You can choose to work"; |
---|
1339 | mes "from home, or undergo a"; |
---|
1340 | mes "little bit of training for more"; |
---|
1341 | mes "professional positions. This"; |
---|
1342 | mes "is a great chance to make a"; |
---|
1343 | mes "difference... and some money~"; |
---|
1344 | emotion e_no1; |
---|
1345 | close; |
---|
1346 | } |
---|
1347 | end; |
---|
1348 | } |
---|
1349 | |
---|
1350 | lhz_in01,134,38,3 script Bankri Kun#kagun 798,{ |
---|
1351 | mes "[Bankri Kun]"; |
---|
1352 | mes "Must work..."; |
---|
1353 | mes "Must focus..."; |
---|
1354 | mes "Resist sleepiness..."; |
---|
1355 | mes "Why do I keep coming"; |
---|
1356 | mes "here? Ugh, h-horrible."; |
---|
1357 | next; |
---|
1358 | mes "[Bankri Kun]"; |
---|
1359 | mes "Hey youngster. You wanted"; |
---|
1360 | mes "adventuring advice? Okay."; |
---|
1361 | mes "Um. Hm. Always. Brush."; |
---|
1362 | mes "Your teeth. Brush them"; |
---|
1363 | mes "everyday. Oh, and don't"; |
---|
1364 | mes "forget to floss, either."; |
---|
1365 | next; |
---|
1366 | mes "[Bankri Kun]"; |
---|
1367 | mes "Now it's time for me"; |
---|
1368 | mes "to head back to work."; |
---|
1369 | mes "I'll see you later, kid."; |
---|
1370 | mes "Sorry my advice was so"; |
---|
1371 | mes "lame-- I couldn't think of"; |
---|
1372 | mes "anything else to tell you."; |
---|
1373 | close; |
---|
1374 | } |
---|
1375 | |
---|
1376 | lhz_in01,139,40,7 script Enoz#oz 53,{ |
---|
1377 | mes "[Enoz]"; |
---|
1378 | mes "So, the novel I ordered from"; |
---|
1379 | mes "the Rune-Midgarts Kingdom"; |
---|
1380 | mes "just recently arrived. It's real^FFFFFF ^000000 good, by the guy who wrote"; |
---|
1381 | mes "''Roda Frog Adventure''"; |
---|
1382 | mes "years ago. Remember?"; |
---|
1383 | next; |
---|
1384 | mes "[Enoz]"; |
---|
1385 | mes "Anyway, this new book,"; |
---|
1386 | mes "''Where the Red Plant Grows''"; |
---|
1387 | mes "is up for the Yggdrasilberry"; |
---|
1388 | mes "Award. I... I don't know why"; |
---|
1389 | mes "I was compelled to share that"; |
---|
1390 | mes "with you. Seriously, I don't..."; |
---|
1391 | close; |
---|
1392 | } |
---|
1393 | |
---|
1394 | lhz_in01,124,28,3 script Ellette#tre 66,{ |
---|
1395 | mes "[Ellette]"; |
---|
1396 | mes "..."; |
---|
1397 | next; |
---|
1398 | mes "[" + strcharinfo(0) + "]"; |
---|
1399 | mes "Excuse me."; |
---|
1400 | next; |
---|
1401 | mes "[Ellette]"; |
---|
1402 | mes "..."; |
---|
1403 | mes "......"; |
---|
1404 | next; |
---|
1405 | mes "[" + strcharinfo(0) + "]"; |
---|
1406 | mes "Hello?"; |
---|
1407 | next; |
---|
1408 | mes "[Ellette]"; |
---|
1409 | mes "...Oh! Everyone!"; |
---|
1410 | mes "I just completed"; |
---|
1411 | mes "another one! Hooray!"; |
---|
1412 | next; |
---|
1413 | mes "[All other Employees]"; |
---|
1414 | mes "Wh-what?!"; |
---|
1415 | mes "No way, not again!"; |
---|
1416 | next; |
---|
1417 | mes "[Leekal]"; |
---|
1418 | mes "Are you even human?"; |
---|
1419 | mes "You must have some"; |
---|
1420 | mes "secret for that much"; |
---|
1421 | mes "productivity. It's weird..."; |
---|
1422 | next; |
---|
1423 | mes "[Ellette]"; |
---|
1424 | mes "Oh, come on."; |
---|
1425 | mes "Maybe I'm a little"; |
---|
1426 | mes "good at this, but there's"; |
---|
1427 | mes "no way I can beat Cenku."; |
---|
1428 | close; |
---|
1429 | } |
---|
1430 | |
---|
1431 | lhz_in01,125,40,3 script Dowbow Ryuei#ryusei 843,{ |
---|
1432 | mes "[Dowbow Ryuei]"; |
---|
1433 | mes "Just out of, oh I dunno,"; |
---|
1434 | mes "curiosity, which word do"; |
---|
1435 | mes "you like better? ''Uber-Cool''"; |
---|
1436 | mes "or ''Reality?'' Pick one~"; |
---|
1437 | next; |
---|
1438 | if (select("Uber-Cool:Reality") == 1) { |
---|
1439 | mes "[Dowbow Ryuei]"; |
---|
1440 | mes "Oh yeah? Me too!"; |
---|
1441 | mes "Yeah, we got the same"; |
---|
1442 | mes "outlook on life. If you don't"; |
---|
1443 | mes "mind, I'd like to shake"; |
---|
1444 | mes "your hand, adventurer."; |
---|
1445 | emotion e_no1; |
---|
1446 | close; |
---|
1447 | } |
---|
1448 | mes "[Dowbow Ryuei]"; |
---|
1449 | mes "Reality, eh?"; |
---|
1450 | mes "Well, I agree that"; |
---|
1451 | mes "being realistic has its"; |
---|
1452 | mes "perks, I'm more of a dreamer."; |
---|
1453 | close; |
---|
1454 | } |
---|
1455 | |
---|
1456 | lhz_in01,125,46,3 script Leekal#lackee 849,{ |
---|
1457 | mes "[Leekal]"; |
---|
1458 | mes "So... Very broke."; |
---|
1459 | mes "Why did I spend so much"; |
---|
1460 | mes "money on wine, women and"; |
---|
1461 | mes "song? I regret it all, all the"; |
---|
1462 | mes "pleasure I've had this month."; |
---|
1463 | mes "Yes, it was too much pleasure."; |
---|
1464 | next; |
---|
1465 | mes "[Ninjose]"; |
---|
1466 | mes "That's what happens"; |
---|
1467 | mes "when you're irresponsible"; |
---|
1468 | mes "with your money. You really"; |
---|
1469 | mes "should read this ''Anybody"; |
---|
1470 | mes "Can Be Rich'' book."; |
---|
1471 | close; |
---|
1472 | } |
---|
1473 | |
---|
1474 | lhz_in01,116,53,7 script Ninjose#nina 841,{ |
---|
1475 | mes "[Ninjose]"; |
---|
1476 | mes "At long last, I've finally"; |
---|
1477 | mes "bought my own home. You"; |
---|
1478 | mes "should invest your money for"; |
---|
1479 | mes "your future too! Read this,"; |
---|
1480 | mes "''Anybody Can Be Rich!''"; |
---|
1481 | mes "It's such a great book!"; |
---|
1482 | close; |
---|
1483 | } |
---|
1484 | |
---|
1485 | lhz_in01,116,39,7 script Kejulle Rekenber#reken 822,{ |
---|
1486 | mes "[Kejulle Rekenber]"; |
---|
1487 | mes "Hm? Sure, my last name"; |
---|
1488 | mes "is Rekenber and that's the"; |
---|
1489 | mes "same name as our chairman,"; |
---|
1490 | mes "but that's just a coincidence."; |
---|
1491 | mes "I'm merely a normal employee."; |
---|
1492 | mes "Yeah, no special treatment..."; |
---|
1493 | close; |
---|
1494 | } |
---|
1495 | |
---|
1496 | lhz_in01,110,40,3 script Jorjerro#fhero 89,{ |
---|
1497 | mes "^3355FFThis man here"; |
---|
1498 | mes "is motionless,"; |
---|
1499 | mes "and for all intents"; |
---|
1500 | mes "and purposes, is"; |
---|
1501 | mes "soundly asleep.^000000"; |
---|
1502 | close; |
---|
1503 | } |
---|
1504 | |
---|
1505 | lhz_in01,116,45,7 script Joshua#aya 704,{ |
---|
1506 | mes "[Joshua]"; |
---|
1507 | mes "What am I doing here?"; |
---|
1508 | mes "Waiting for my dream"; |
---|
1509 | mes "woman to fall into my lap,"; |
---|
1510 | mes "what else does it look like?"; |
---|
1511 | next; |
---|
1512 | mes "[Joshua]"; |
---|
1513 | mes "Tall, blond, creamy"; |
---|
1514 | mes "complexion and smooth"; |
---|
1515 | mes "skin. That's right. Come"; |
---|
1516 | mes "right to Joshua, babes."; |
---|
1517 | mes "I got my pheremone spray"; |
---|
1518 | mes "on and I'm ready to cruise~"; |
---|
1519 | close; |
---|
1520 | } |
---|
1521 | |
---|
1522 | lighthalzen,326,249,5 script Grinnel#zen6 870,{ |
---|
1523 | mes "[Grinnel]"; |
---|
1524 | mes "You know the men in"; |
---|
1525 | mes "black suits? Boy, did"; |
---|
1526 | mes "I get a scare! They actually"; |
---|
1527 | mes "tracked me down to ask me"; |
---|
1528 | mes "all these weird questions!"; |
---|
1529 | next; |
---|
1530 | mes "[Grinnel]"; |
---|
1531 | mes "They kept wanting to"; |
---|
1532 | mes "know if I had ever met"; |
---|
1533 | mes "anyone from the Rekenber"; |
---|
1534 | mes "Corporation, if I've ever been"; |
---|
1535 | mes "Uptown, that sort of thing. They"; |
---|
1536 | mes "really scared the crap out of me."; |
---|
1537 | next; |
---|
1538 | mes "[Grinnel]"; |
---|
1539 | mes "Man, living in the"; |
---|
1540 | mes "slums is such a drag."; |
---|
1541 | mes "Not only is life rough,"; |
---|
1542 | mes "but all sorts of people"; |
---|
1543 | mes "think they can push you"; |
---|
1544 | mes "around. I hate Lighthalzen..."; |
---|
1545 | close; |
---|
1546 | } |
---|
1547 | |
---|
1548 | lhz_in03,192,19,3 script Haggar#zen1 855,{ |
---|
1549 | mes "[Haggar]"; |
---|
1550 | mes "Whiskey!"; |
---|
1551 | mes "I need me some"; |
---|
1552 | mes "hard liquor now!"; |
---|
1553 | next; |
---|
1554 | mes "[Haggar]"; |
---|
1555 | mes "Wha--? I didn't"; |
---|
1556 | mes "order this stinkin'"; |
---|
1557 | mes "rum! I want a man's"; |
---|
1558 | mes "drink! Gimme whiskey!"; |
---|
1559 | close; |
---|
1560 | } |
---|
1561 | |
---|
1562 | lhz_in03,193,25,2 script Bartender#12 61,{ |
---|
1563 | mes "[Tony]"; |
---|
1564 | if (Sex) { |
---|
1565 | mes "Hey man, I know this"; |
---|
1566 | } |
---|
1567 | else { |
---|
1568 | mes "Hey lady, I know this"; |
---|
1569 | } |
---|
1570 | mes "joint is a dive, pretty much"; |
---|
1571 | mes "on the verge of bein' totally"; |
---|
1572 | mes "ghetto, but we're proud to"; |
---|
1573 | mes "have the best rum in all of"; |
---|
1574 | mes "Rune-Midgard. It's true~"; |
---|
1575 | next; |
---|
1576 | mes "[Tony]"; |
---|
1577 | mes "Just a sip of this"; |
---|
1578 | mes "beautiful drink and"; |
---|
1579 | mes "you're on top of the"; |
---|
1580 | mes "world! But it's best"; |
---|
1581 | mes "for helpin' yah relax"; |
---|
1582 | mes "and forget your worries."; |
---|
1583 | next; |
---|
1584 | mes "[Tony]"; |
---|
1585 | mes "I don't take to bein'"; |
---|
1586 | mes "a poet, but I do know"; |
---|
1587 | mes "this. Our rum has the"; |
---|
1588 | mes "sweet sweet flavor of"; |
---|
1589 | mes "loneliness. You really"; |
---|
1590 | mes "oughta try it when you can."; |
---|
1591 | close; |
---|
1592 | } |
---|
1593 | |
---|
1594 | lhz_in03,185,20,6 script Bad Drunk#amano06 869,2,2,{ |
---|
1595 | mes "[Garry]"; |
---|
1596 | mes "Hey! Hey you...!"; |
---|
1597 | mes "D'you wanna, you"; |
---|
1598 | mes "wanna hear me tell"; |
---|
1599 | mes "you a joke?! It goes..."; |
---|
1600 | mes "Um, it goes like this..."; |
---|
1601 | next; |
---|
1602 | mes "[Garry]"; |
---|
1603 | mes "Hey riddle middle,"; |
---|
1604 | mes "the cat and th--"; |
---|
1605 | mes "No! No, damn it!"; |
---|
1606 | mes "That's a song!"; |
---|
1607 | mes "No, wait, that's"; |
---|
1608 | mes "not a song either..."; |
---|
1609 | close; |
---|
1610 | } |
---|
1611 | |
---|
1612 | lhz_in03,186,29,7 script Bad Drunk#12 869,{ |
---|
1613 | mes "[Bonse]"; |
---|
1614 | mes "*Hiccup* I loooove"; |
---|
1615 | mes "this rum! I caught a cold"; |
---|
1616 | mes "once and one glass made"; |
---|
1617 | mes "it go away! 'Course, I slept"; |
---|
1618 | mes "for a week too, but that don't"; |
---|
1619 | mes "matter! Pshaw! Science..."; |
---|
1620 | next; |
---|
1621 | mes "[Bonse]"; |
---|
1622 | mes "Oh, the flavor is just"; |
---|
1623 | mes "so clean, but it's also"; |
---|
1624 | mes "got a bit of a kick. I don't"; |
---|
1625 | mes "know how to describe it."; |
---|
1626 | mes "Its the taste of happiness?"; |
---|
1627 | mes "I'm too drunk to even tell!"; |
---|
1628 | close; |
---|
1629 | } |
---|
1630 | |
---|
1631 | |
---|
1632 | lhz_in03,192,93,3 script City Girl#amano05 862,{ |
---|
1633 | mes "[Lanko]"; |
---|
1634 | mes "Oh, I'm only here"; |
---|
1635 | mes "working as a waitress"; |
---|
1636 | mes "to help out my father."; |
---|
1637 | mes "This job is so tiring, but"; |
---|
1638 | mes "it's nice to see people so"; |
---|
1639 | mes "relaxed and having a good time."; |
---|
1640 | next; |
---|
1641 | mes "[Lanko]"; |
---|
1642 | mes "When I get some time"; |
---|
1643 | mes "off, I'm going to explore"; |
---|
1644 | mes "Lighthalzen and see all that"; |
---|
1645 | mes "there is to see. But for now,"; |
---|
1646 | mes "it doesn't look like we've got"; |
---|
1647 | mes "any real shortage of drunks..."; |
---|
1648 | close; |
---|
1649 | } |
---|
1650 | |
---|
1651 | lhz_in03,189,87,5 script Drunken Man#amano01 869,{ |
---|
1652 | mes "[Enku]"; |
---|
1653 | mes "*Sob* I just got"; |
---|
1654 | mes "dumped! Yeah, I thought"; |
---|
1655 | mes "we were gonna get married,"; |
---|
1656 | mes "but obviously I was wrong!"; |
---|
1657 | mes "Damn it Sheryline! I loved you!"; |
---|
1658 | next; |
---|
1659 | mes "[Enku]"; |
---|
1660 | mes "I usually don't care for"; |
---|
1661 | mes "drinking, especially stuff"; |
---|
1662 | mes "like gin or rum, but today,"; |
---|
1663 | mes "this stuff tastes just like"; |
---|
1664 | mes "my misery. This is all the"; |
---|
1665 | mes "comfort I need, you hear?!"; |
---|
1666 | close; |
---|
1667 | } |
---|
1668 | |
---|
1669 | lhz_in03,183,82,7 script Drunken Man#amano02 870,{ |
---|
1670 | mes "[Linus]"; |
---|
1671 | mes "After ten years"; |
---|
1672 | mes "of marriage. My"; |
---|
1673 | mes "wife divorced me..."; |
---|
1674 | next; |
---|
1675 | mes "[Linus]"; |
---|
1676 | mes "So I guess there's no"; |
---|
1677 | mes "place for me but here for"; |
---|
1678 | mes "now. I don't know what it is,"; |
---|
1679 | mes "but the rum is really good"; |
---|
1680 | mes "today. Like, it's the flavor"; |
---|
1681 | mes "of relaxing, joyous relief~"; |
---|
1682 | close; |
---|
1683 | } |
---|
1684 | |
---|
1685 | lhz_in03,180,83,6 script Citizen#amano03 86,{ |
---|
1686 | mes "[Mitchell]"; |
---|
1687 | mes "You know, everyone"; |
---|
1688 | mes "is different, but I think"; |
---|
1689 | mes "humans are similar enough"; |
---|
1690 | mes "that we can all meaningfully"; |
---|
1691 | mes "connect on some level, right?"; |
---|
1692 | next; |
---|
1693 | mes "[Mitchell]"; |
---|
1694 | mes "Sure, a rich person might"; |
---|
1695 | mes "have different problems than"; |
---|
1696 | mes "a poor person, but the point"; |
---|
1697 | mes "is, they've both got problems!"; |
---|
1698 | mes "Pain, pleasure, sadness, joy."; |
---|
1699 | mes "Those link us all together."; |
---|
1700 | next; |
---|
1701 | mes "[Mitchell]"; |
---|
1702 | mes "So try not to be picky"; |
---|
1703 | mes "about who's your pal and"; |
---|
1704 | mes "who's not. We all need"; |
---|
1705 | mes "somebody to be with, right?"; |
---|
1706 | close; |
---|
1707 | } |
---|
1708 | |
---|
1709 | lhz_in03,176,85,5 script Citizen#amano04 869,{ |
---|
1710 | mes "[Dique]"; |
---|
1711 | mes "One of the things I look"; |
---|
1712 | mes "forward to during my day"; |
---|
1713 | mes "is the drink I enjoy right"; |
---|
1714 | mes "after work. It's the most"; |
---|
1715 | mes "relaxing thing in the world."; |
---|
1716 | next; |
---|
1717 | mes "[Dique]"; |
---|
1718 | mes "Of course, there's"; |
---|
1719 | mes "more to life than just"; |
---|
1720 | mes "hanging out in pubs and"; |
---|
1721 | mes "bars. The thing is, in my"; |
---|
1722 | mes "case, pubs and bars are"; |
---|
1723 | mes "all I happen to need~"; |
---|
1724 | close; |
---|
1725 | } |
---|
1726 | |
---|
1727 | lhz_in03,184,38,3 script Loudmouth 55,{ |
---|
1728 | mes "[Loudmouth]"; |
---|
1729 | mes "Do you know who I am?!"; |
---|
1730 | mes "Just look at this peg leg."; |
---|
1731 | mes "I was in the Comodo War,"; |
---|
1732 | mes "Ski Troop division! I lost my"; |
---|
1733 | mes "leg to earn your freedom!"; |
---|
1734 | next; |
---|
1735 | mes "[Loudmouth]"; |
---|
1736 | mes "H-hey! What's that"; |
---|
1737 | mes "look for? What, you"; |
---|
1738 | mes "don't believe me?!"; |
---|
1739 | close; |
---|
1740 | } |
---|
1741 | |
---|
1742 | lhz_in01,173,28,4 script Guard#01::LhzRekGuard 868,{ |
---|
1743 | mes "[Guard]"; |
---|
1744 | mes "This is a"; |
---|
1745 | mes "restricted area."; |
---|
1746 | mes "Please keep clear"; |
---|
1747 | mes "if you do not have"; |
---|
1748 | mes "special authorization."; |
---|
1749 | mes "Thank you for your cooperating."; |
---|
1750 | close; |
---|
1751 | } |
---|
1752 | |
---|
1753 | lhz_in01,180,28,4 duplicate(LhzRekGuard) Guard#03 868 |
---|
1754 | |
---|
1755 | lhz_in01,72,209,5 script Guide#lt0 862,{ |
---|
1756 | mes "[Lasoei]"; |
---|
1757 | mes "Oh phooey."; |
---|
1758 | mes "The same customers"; |
---|
1759 | mes "are always coming in,"; |
---|
1760 | mes "day after day. Can it"; |
---|
1761 | mes "get any less exciting?"; |
---|
1762 | next; |
---|
1763 | mes "[Lasoei]"; |
---|
1764 | mes "Oh...!"; |
---|
1765 | mes "W-welcome~"; |
---|
1766 | mes "C-can I help you"; |
---|
1767 | mes "with anything?"; |
---|
1768 | close; |
---|
1769 | } |
---|
1770 | |
---|
1771 | lhz_in01,72,195,0 script Guide#lt1 90,{ |
---|
1772 | mes "[Geonuii]"; |
---|
1773 | mes "Greetings. This path"; |
---|
1774 | mes "leads to the Library and"; |
---|
1775 | mes "the Laboratory. Please be"; |
---|
1776 | mes "aware that these places"; |
---|
1777 | mes "are restricted from access"; |
---|
1778 | mes "by the general public."; |
---|
1779 | close; |
---|
1780 | } |
---|
1781 | |
---|
1782 | lhz_in01,73,188,0 script Guide#lt2 862,{ |
---|
1783 | mes "[Bonnie]"; |
---|
1784 | mes "Oh no..."; |
---|
1785 | mes "Where did I put it?"; |
---|
1786 | close; |
---|
1787 | } |
---|
1788 | |
---|
1789 | lhz_in01,35,226,5 script Rekenber Guard#li01 867,{ |
---|
1790 | if (isequipped(2241) && isequipped(2243)) { |
---|
1791 | mes "[Rekenber Guard]"; |
---|
1792 | mes "^3355FF(Whoa, it's a member"; |
---|
1793 | mes "of the staff!)^000000 Good day!"; |
---|
1794 | close2; |
---|
1795 | warp "lhz_in01",37,225; |
---|
1796 | end; |
---|
1797 | } |
---|
1798 | mes "[Rekenber Guard]"; |
---|
1799 | mes "This is a restricted"; |
---|
1800 | mes "area! Please show"; |
---|
1801 | mes "some ID immediately!"; |
---|
1802 | next; |
---|
1803 | if (select("ID?:Cancel") == 1) { |
---|
1804 | mes "[Rekenber Guard]"; |
---|
1805 | mes "I don't know how you"; |
---|
1806 | mes "adventurers do things in"; |
---|
1807 | mes "Rune-Midgarts, but over here"; |
---|
1808 | mes "we have laws about trespassing!"; |
---|
1809 | close; |
---|
1810 | } |
---|
1811 | mes "[Rekenber Guard]"; |
---|
1812 | mes "Unless you have special"; |
---|
1813 | mes "authorization, nobody is"; |
---|
1814 | mes "allowed into the Underground"; |
---|
1815 | mes "Laboratory for security reasons."; |
---|
1816 | close; |
---|
1817 | } |
---|
1818 | |
---|
1819 | lhz_in01,23,132,3 script Rekenber Guard#li02 867,5,5,{ |
---|
1820 | OnTouch: |
---|
1821 | if (isequipped(2241) && isequipped(2243)) { |
---|
1822 | mes "[Rekenber Guard]"; |
---|
1823 | mes "Keep your eyes open."; |
---|
1824 | mes "I've heard rumors that some"; |
---|
1825 | mes "adventurers from Rune-Midgarts"; |
---|
1826 | mes "are trying to sneak into here!"; |
---|
1827 | mes "I know the security here is"; |
---|
1828 | mes "pretty much fail sure, but..."; |
---|
1829 | close; |
---|
1830 | } |
---|
1831 | else { |
---|
1832 | mes "[Rekenber Guard]"; |
---|
1833 | mes "This area is restricted"; |
---|
1834 | mes "to the public! Who are you"; |
---|
1835 | mes "and how did you get in here?!"; |
---|
1836 | mes "Hey, I need backup right away!"; |
---|
1837 | close2; |
---|
1838 | warp "lhz_in01",33,224; |
---|
1839 | } |
---|
1840 | end; |
---|
1841 | } |
---|
1842 | |
---|
1843 | lhz_in01,217,121,3 script Repairman#li_01 851,{ |
---|
1844 | if (isequipped(2241) && isequipped(2243)) { |
---|
1845 | mes "[Repairman]"; |
---|
1846 | mes "No wonder these things"; |
---|
1847 | mes "break all the time! These"; |
---|
1848 | mes "machines have been totally"; |
---|
1849 | mes "abused! Ugh, there's no"; |
---|
1850 | mes "appreciation for all of this"; |
---|
1851 | mes "convenient technology..."; |
---|
1852 | next; |
---|
1853 | mes "[Repairman]"; |
---|
1854 | mes "Yeah, all of this lab"; |
---|
1855 | mes "equipment is really sensitive,"; |
---|
1856 | mes "not to mention expensive. If"; |
---|
1857 | mes "you ever handle this stuff, you"; |
---|
1858 | mes "need to be extra cautious."; |
---|
1859 | close; |
---|
1860 | } |
---|
1861 | else { |
---|
1862 | mes "[Repairman]"; |
---|
1863 | mes "Hey, you don't work--"; |
---|
1864 | mes "G-guards! Hurry! There's"; |
---|
1865 | mes "somebody over here!"; |
---|
1866 | emotion e_gasp; |
---|
1867 | close2; |
---|
1868 | warp "lhz_in01",33,224; |
---|
1869 | end; |
---|
1870 | } |
---|
1871 | } |
---|
1872 | |
---|
1873 | lhz_in01,203,123,3 script Scientist#li_02 750,{ |
---|
1874 | if (isequipped(2241) && isequipped(2243)) { |
---|
1875 | mes "[Scientist]"; |
---|
1876 | mes "Alright. Pull one test"; |
---|
1877 | mes "tube out of the machine,"; |
---|
1878 | mes "replace the other test"; |
---|
1879 | mes "tube over here and then"; |
---|
1880 | mes "clean the first test tube?"; |
---|
1881 | next; |
---|
1882 | mes "[Scientist]"; |
---|
1883 | mes "Or do I clean the test tube,"; |
---|
1884 | mes "put it into the machine and"; |
---|
1885 | mes "then replace the other one?"; |
---|
1886 | mes "I'm so confused with this"; |
---|
1887 | mes "procedure! If only I didn't"; |
---|
1888 | mes "lose the instructions..."; |
---|
1889 | close; |
---|
1890 | } |
---|
1891 | mes "[Scientist]"; |
---|
1892 | mes "Alright. Pull one test"; |
---|
1893 | mes "tube out of the machine,"; |
---|
1894 | mes "replace th--hey. You're"; |
---|
1895 | mes "not Ralphie. Wait. Guaaards!"; |
---|
1896 | mes "Help me, there's some weirdo!"; |
---|
1897 | emotion e_gasp; |
---|
1898 | close2; |
---|
1899 | warp "lhz_in01",33,224; |
---|
1900 | end; |
---|
1901 | } |
---|
1902 | |
---|
1903 | lhz_in01,199,137,3 script Scientist#li_03 865,{ |
---|
1904 | if (isequipped(2241) && isequipped(2243)) { |
---|
1905 | mes "[Scientist]"; |
---|
1906 | mes "Whoa whoa~!"; |
---|
1907 | mes "Please! Don't"; |
---|
1908 | mes "touch anything!"; |
---|
1909 | mes "I'm dealing with highly"; |
---|
1910 | mes "volatile chemicals here!"; |
---|
1911 | close; |
---|
1912 | } |
---|
1913 | mes "[Scientist]"; |
---|
1914 | mes "Guards! Hurry,"; |
---|
1915 | mes "there's someone"; |
---|
1916 | mes "here, and I think"; |
---|
1917 | mes "it's one of those crazy"; |
---|
1918 | mes "stalkers! Why, why me?!"; |
---|
1919 | emotion e_gasp; |
---|
1920 | close2; |
---|
1921 | warp "lhz_in01",33,224; |
---|
1922 | end; |
---|
1923 | } |
---|
1924 | |
---|
1925 | lhz_in01,46,125,3 script Rekenber Guard#li03 867,5,5,{ |
---|
1926 | OnTouch: |
---|
1927 | if (isequipped(2241) && isequipped(2243)) { |
---|
1928 | mes "[Rekenber Guard]"; |
---|
1929 | mes "......................"; |
---|
1930 | next; |
---|
1931 | if (select("Nice day, huh?:Cancel") == 1) { |
---|
1932 | mes "[Rekenber Guard]"; |
---|
1933 | mes "..."; |
---|
1934 | emotion e_an; |
---|
1935 | close; |
---|
1936 | } |
---|
1937 | mes "[Rekenber Guard]"; |
---|
1938 | mes "..."; |
---|
1939 | close; |
---|
1940 | } |
---|
1941 | mes "[Rekenber Guard]"; |
---|
1942 | mes "...!"; |
---|
1943 | emotion e_gasp; |
---|
1944 | close2; |
---|
1945 | warp "lhz_in01",33,224; |
---|
1946 | end; |
---|
1947 | } |
---|
1948 | |
---|
1949 | lhz_in01,25,141,4 script Regenschirm Guard 868,{ |
---|
1950 | |
---|
1951 | mes "[Regenschirm Guard]"; |
---|
1952 | if(isequipped(2241) && isequipped(2243)){ |
---|
1953 | mes "Do you wish to"; |
---|
1954 | mes "go underground?"; |
---|
1955 | next; |
---|
1956 | if(select("Yes:No")==1){ |
---|
1957 | if(isequipped(2657)){ |
---|
1958 | warp "lhz_dun01",150,288; |
---|
1959 | end; |
---|
1960 | } |
---|
1961 | mes "[Regenschirm Guard]"; |
---|
1962 | mes "I'm sorry but I can't let"; |
---|
1963 | mes "staff without proper autorization"; |
---|
1964 | mes "pass. Only staff members with"; |
---|
1965 | mes "Laboratory Passports are allowed"; |
---|
1966 | mes "to enter the underground."; |
---|
1967 | close; |
---|
1968 | |
---|
1969 | } |
---|
1970 | mes "[Regenschirm Guard]"; |
---|
1971 | mes "Thank you and"; |
---|
1972 | mes "have a nice day."; |
---|
1973 | close; |
---|
1974 | } |
---|
1975 | mes "This area is restricted"; |
---|
1976 | mes "to the public! Who are you"; |
---|
1977 | mes "and how did you get in here?!"; |
---|
1978 | mes "Hey, I need backup right away!"; |
---|
1979 | close2; |
---|
1980 | warp "lhz_in01",34,224; |
---|
1981 | end; |
---|
1982 | |
---|
1983 | } |
---|
1984 | |
---|
1985 | |
---|
1986 | // Lighthalzen Bank Area ------------------------------------------------------ |
---|
1987 | |
---|
1988 | lhz_in02,34,41,1 script Arthur#zen16 849,{ |
---|
1989 | mes "[Arthur]"; |
---|
1990 | mes "The chairs here are"; |
---|
1991 | mes "so not ergonomic. And"; |
---|
1992 | mes "they're uncomfortable too!"; |
---|
1993 | mes "But it's sooo cool inside this"; |
---|
1994 | mes "bank and I just wanted to get"; |
---|
1995 | mes "get away from all this heat..."; |
---|
1996 | close; |
---|
1997 | } |
---|
1998 | |
---|
1999 | lhz_in02,28,39,3 script Helen#zen6 703,{ |
---|
2000 | mes "[Helen]"; |
---|
2001 | mes "You know, maybe when"; |
---|
2002 | mes "I grow up, I'll be a bank"; |
---|
2003 | mes "clerk. That sounds like a"; |
---|
2004 | mes "really nice job, don't you"; |
---|
2005 | mes "think? It's laid back and posh..."; |
---|
2006 | close; |
---|
2007 | } |
---|
2008 | |
---|
2009 | lhz_in02,31,34,3 script Tadem#zen6 847,{ |
---|
2010 | mes "[Tadem]"; |
---|
2011 | mes "I do so enjoy the"; |
---|
2012 | mes "architectural structure"; |
---|
2013 | mes "of this bank. It's quite"; |
---|
2014 | mes "artistic with both classical"; |
---|
2015 | mes "and modern elements. Would"; |
---|
2016 | mes "you not agree? Fascinating..."; |
---|
2017 | close; |
---|
2018 | } |
---|
2019 | |
---|
2020 | lhz_in02,31,33,3 script Gracie#5 863,{ |
---|
2021 | mes "[Gracie]"; |
---|
2022 | mes "Oh, it's so comfortable"; |
---|
2023 | mes "in here~ Though, why are"; |
---|
2024 | mes "we inside the bank when"; |
---|
2025 | mes "the bank services aren't even"; |
---|
2026 | mes "working? Yes, we're standing,"; |
---|
2027 | mes "but we're doing it in comfort."; |
---|
2028 | next; |
---|
2029 | mes "[Gracie]"; |
---|
2030 | mes "In fact, it's so"; |
---|
2031 | mes "comfortable here,"; |
---|
2032 | mes "I think I'll refuse to leave."; |
---|
2033 | mes "Though, I'm willing to change"; |
---|
2034 | mes "my mind if you can find a place"; |
---|
2035 | mes "that's even more comfortable."; |
---|
2036 | close; |
---|
2037 | } |
---|
2038 | |
---|
2039 | lhz_in02,21,38,7 script Bank Clerk#1::BankClerk 86,{ |
---|
2040 | mes "[Bank Clerk]"; |
---|
2041 | mes "Due to some critical system"; |
---|
2042 | mes "errors, all of the bank services"; |
---|
2043 | mes "have been temporarily stopped."; |
---|
2044 | mes "We apologize for any inconvenience and appreciate your understanding."; |
---|
2045 | close; |
---|
2046 | } |
---|
2047 | |
---|
2048 | lhz_in02,21,25,7 duplicate(BankClerk) Bank Clerk#2 86 |
---|
2049 | lhz_in02,34,22,1 duplicate(BankClerk) Bank Clerk#3 755 |
---|
2050 | |
---|
2051 | // Lightalzen Prison Area ------------------------------------------------------------- |
---|
2052 | |
---|
2053 | lhz_in02,145,177,0 script Togii#07 849,{ |
---|
2054 | mes "[Togii]"; |
---|
2055 | mes "Oooh yeah..."; |
---|
2056 | mes "Goes down smooth."; |
---|
2057 | mes "Morroc whiskey's the best!"; |
---|
2058 | mes "^333333*Hiccup*^000000 Whoa, this stuff"; |
---|
2059 | mes "really works fast! Heh heh~"; |
---|
2060 | close; |
---|
2061 | } |
---|
2062 | |
---|
2063 | lhz_in02,159,198,7 script Healthy Looking Guy#hol 85,{ |
---|
2064 | mes "[Healthy Looking Guy]"; |
---|
2065 | mes "Grrrrrr! Leave me alone!"; |
---|
2066 | mes "How many times do I have"; |
---|
2067 | mes "to keep telling you? I've never"; |
---|
2068 | mes "hoarded item upgrade materials!"; |
---|
2069 | mes "I swear that I'm innocent!"; |
---|
2070 | close; |
---|
2071 | } |
---|
2072 | |
---|
2073 | lhz_in02,157,201,6 script Hinkley#06 870,{ |
---|
2074 | mes "[Hinkley]"; |
---|
2075 | mes "Meh heh heh..."; |
---|
2076 | mes "^333333*Hiccup*^000000 Believe"; |
---|
2077 | mes "it or notsh, I'm..."; |
---|
2078 | mes "walkin on a... Air..."; |
---|
2079 | mes "Nevah thought I could"; |
---|
2080 | mes "b-be sho freee-eeee-eee~"; |
---|
2081 | next; |
---|
2082 | mes "^3355FFThis guy"; |
---|
2083 | mes "is completely"; |
---|
2084 | mes "hammered out"; |
---|
2085 | mes "of his mind!^000000"; |
---|
2086 | close; |
---|
2087 | } |
---|
2088 | |
---|
2089 | lhz_in02,153,206,4 script Millette#05 853,{ |
---|
2090 | mes "[Millette]"; |
---|
2091 | mes "Let me go!"; |
---|
2092 | mes "Let me GO!!"; |
---|
2093 | mes "LET ME GO!!!"; |
---|
2094 | mes "I didn't do nuthin'"; |
---|
2095 | mes "wrong! I'm innocent!"; |
---|
2096 | mes "^333333*Hic-Hic-Hiccup...*^000000"; |
---|
2097 | next; |
---|
2098 | mes "[Millette]"; |
---|
2099 | mes "What's wrong with"; |
---|
2100 | mes "drinking and singing"; |
---|
2101 | mes "in the street, huh?"; |
---|
2102 | mes "Is it a crime to have"; |
---|
2103 | mes "a beautiful tenor voice?!"; |
---|
2104 | mes "Get me outta this joint!"; |
---|
2105 | close; |
---|
2106 | } |
---|
2107 | |
---|
2108 | lhz_in02,147,222,3 script Officer Guo#06::off_guo 85,{ |
---|
2109 | mes "[Officer Guo]"; |
---|
2110 | mes "Tell me...!"; |
---|
2111 | mes "TELL ME...!!"; |
---|
2112 | mes "Admit you did it!!"; |
---|
2113 | next; |
---|
2114 | mes "[Suspect]"; |
---|
2115 | mes "Damn it!"; |
---|
2116 | mes "I keep telling"; |
---|
2117 | mes "you I'm not guilty!"; |
---|
2118 | next; |
---|
2119 | mes "[Officer Guo]"; |
---|
2120 | mes "^333333*Sigh...*^000000"; |
---|
2121 | next; |
---|
2122 | mes "[Suspect]"; |
---|
2123 | mes "You're wasting your"; |
---|
2124 | mes "time. Just let me go."; |
---|
2125 | next; |
---|
2126 | mes "[Officer Guo]"; |
---|
2127 | mes "So..."; |
---|
2128 | mes "How's your mother?"; |
---|
2129 | next; |
---|
2130 | mes "[Suspect]"; |
---|
2131 | mes "That's none of"; |
---|
2132 | mes "your business!"; |
---|
2133 | mes "She's fine, I guess."; |
---|
2134 | next; |
---|
2135 | mes "[Officer Guo]"; |
---|
2136 | mes "When was the last"; |
---|
2137 | mes "time you've seen her?"; |
---|
2138 | next; |
---|
2139 | mes "[Suspect]"; |
---|
2140 | mes "I just told you,"; |
---|
2141 | mes "that's none of"; |
---|
2142 | mes "your business...!"; |
---|
2143 | next; |
---|
2144 | mes "[Officer Guo]"; |
---|
2145 | mes "You know, mothers"; |
---|
2146 | mes "throughout the animal"; |
---|
2147 | mes "kingdom instinctively"; |
---|
2148 | mes "care for their young."; |
---|
2149 | mes "Humans are no exception."; |
---|
2150 | mes "Yours must be worried to death."; |
---|
2151 | next; |
---|
2152 | mes "[Suspect]"; |
---|
2153 | mes "..."; |
---|
2154 | mes "Man..."; |
---|
2155 | mes "You're starting"; |
---|
2156 | mes "to weird me out."; |
---|
2157 | next; |
---|
2158 | mes "[Officer Guo]"; |
---|
2159 | mes "Funny thing about humans,"; |
---|
2160 | mes "though. It seems to be their"; |
---|
2161 | mes "nature to lie, even when they"; |
---|
2162 | mes "know they'll be caught. But"; |
---|
2163 | mes "like all animals, they"; |
---|
2164 | mes "instinctively fear pain..."; |
---|
2165 | next; |
---|
2166 | mes "[Suspect]"; |
---|
2167 | mes "N-no, no..."; |
---|
2168 | mes "You gotta be..."; |
---|
2169 | mes "You're bluffing."; |
---|
2170 | mes "Right?"; |
---|
2171 | next; |
---|
2172 | mes "[Officer Guo]"; |
---|
2173 | mes "NO."; |
---|
2174 | mes "You're bluffing."; |
---|
2175 | mes "Tell me...!"; |
---|
2176 | mes "TELL ME...!!"; |
---|
2177 | mes "Admit you did it!!"; |
---|
2178 | close; |
---|
2179 | } |
---|
2180 | |
---|
2181 | lhz_in02,142,222,6 duplicate(off_guo) Suspect#6 870 |
---|
2182 | |
---|
2183 | // New ----------------------------------------------------------------------- |
---|
2184 | |
---|
2185 | lhz_in01,14,28,3 script Banquet Staff 109,{ |
---|
2186 | mes "[Banquet Staff]"; |
---|
2187 | mes "This Banquet Hall is used"; |
---|
2188 | mes "to hold events such as dinner"; |
---|
2189 | mes "parties with partners, clients"; |
---|
2190 | mes "and other associates, and press"; |
---|
2191 | mes "conferences. Of course, there's"; |
---|
2192 | mes "nothing going on right now."; |
---|
2193 | next; |
---|
2194 | mes "[Banquet Staff]"; |
---|
2195 | mes "Sometimes peace and quiet"; |
---|
2196 | mes "is a welcome change of pace,"; |
---|
2197 | mes "but right now I'm feeling quite"; |
---|
2198 | mes "bored. I think I would rather"; |
---|
2199 | mes "be busy than twiddling my"; |
---|
2200 | mes "thumbs, to tell the truth."; |
---|
2201 | close; |
---|
2202 | } |
---|
2203 | |
---|
2204 | lhz_in01,43,52,3 script Luccet#li_party 703,{ |
---|
2205 | mes "[Luccet]"; |
---|
2206 | mes "Shhhh! Hey, my brother's"; |
---|
2207 | mes "''it,'' so I gotta find a place"; |
---|
2208 | mes "to hide! Wait, would you just"; |
---|
2209 | mes "stand really still? I could"; |
---|
2210 | mes "just hide behind you! No?"; |
---|
2211 | mes "Nuts! Olly olly oxen free!"; |
---|
2212 | close; |
---|
2213 | } |
---|
2214 | |
---|
2215 | lhz_in01,28,33,7 script Hanccet#li_party 706,{ |
---|
2216 | mes "[Hanccet]"; |
---|
2217 | mes "Man... I hate being ''it!''"; |
---|
2218 | mes "I'm horrible at this game!"; |
---|
2219 | mes "Alright, okay, if I were my"; |
---|
2220 | mes "sister Luccet, where would"; |
---|
2221 | mes "I think I would not look for"; |
---|
2222 | mes "me? Of course...! The sewers!"; |
---|
2223 | close; |
---|
2224 | } |
---|
2225 | |
---|
2226 | lhz_in01,21,50,7 script Annette#li_party 91,{ |
---|
2227 | mes "[Annette]"; |
---|
2228 | mes "I've heard that the"; |
---|
2229 | mes "Rekenber Banquet Hall"; |
---|
2230 | mes "is also used to hold weddings."; |
---|
2231 | mes "That must be so wonderful~"; |
---|
2232 | next; |
---|
2233 | mes "[Annette]"; |
---|
2234 | mes "Even if it is more expensive,"; |
---|
2235 | mes "I'd want to have my wedding"; |
---|
2236 | mes "here. Marriage is only once"; |
---|
2237 | mes "in a lifetime, ideally, so I'd"; |
---|
2238 | mes "want to make mine the most"; |
---|
2239 | mes "memorable experience."; |
---|
2240 | close; |
---|
2241 | } |
---|
2242 | |
---|
2243 | lhz_in01,129,54,1 script Mereth#erem 869,{ |
---|
2244 | mes "^3355FF*Shhhhhhzzzz*"; |
---|
2245 | mes "*Shhhhhhzzzz*^000000"; |
---|
2246 | next; |
---|
2247 | mes "[Mereth]"; |
---|
2248 | mes "Shhhhh...."; |
---|
2249 | mes "Aaaaaaaahhh..."; |
---|
2250 | next; |
---|
2251 | mes "^3355FFThe employee turned his"; |
---|
2252 | mes "head and peered into your"; |
---|
2253 | mes "eyes through the black mask"; |
---|
2254 | mes "on his face. Mereth stared"; |
---|
2255 | mes "wordlessly for a moment and"; |
---|
2256 | mes "then began to dance a lively,"; |
---|
2257 | mes "creepily jovial jig.^000000"; |
---|
2258 | close; |
---|
2259 | } |
---|
2260 | |
---|
2261 | lhz_in01,108,53,3 script #horri 111,{ |
---|
2262 | mes "^3355FFThis is simply a pile"; |
---|
2263 | mes "of files, a smattering of"; |
---|
2264 | mes "books and a family portrait.^000000"; |
---|
2265 | close; |
---|
2266 | } |
---|
2267 | |
---|
2268 | lhz_in01,108,47,3 script #never 111,{ |
---|
2269 | mes "^3355FFThis desk is very"; |
---|
2270 | mes "neat and well organized"; |
---|
2271 | mes "in comparison to the other"; |
---|
2272 | mes "desks you've seen in your"; |
---|
2273 | mes "time. You take a moment to"; |
---|
2274 | mes "fully marvel at its tidiness.^000000"; |
---|
2275 | close; |
---|
2276 | } |
---|
2277 | |
---|
2278 | lhz_in01,166,55,3 script #crazy4u 111,{ |
---|
2279 | mes "^3355FFThis desk has a bookshelf"; |
---|
2280 | mes "that is crammed with all sorts"; |
---|
2281 | mes "of books. Out of curiosity, you"; |
---|
2282 | mes "decide to pick one out.^000000"; |
---|
2283 | next; |
---|
2284 | mes "^3355FFHowever, the book you"; |
---|
2285 | mes "happen to touch contains"; |
---|
2286 | mes "an amazing amount of dark"; |
---|
2287 | mes "power, causing you to drop it.^000000"; |
---|
2288 | specialeffect 196; //"#crazy4u" EF_CURSEATTACK |
---|
2289 | close; |
---|
2290 | } |
---|
2291 | |
---|
2292 | lhz_in01,148,45,3 script Noama#amano 97,{ |
---|
2293 | mes "[Noama]"; |
---|
2294 | mes "Hee hee~!"; |
---|
2295 | mes "You wanna hear"; |
---|
2296 | mes "something funny?"; |
---|
2297 | mes "I heard there's a bar in"; |
---|
2298 | mes "Prontera where this guy"; |
---|
2299 | mes "sneaks singles into Jawa--"; |
---|
2300 | next; |
---|
2301 | mes "[Mazwon]"; |
---|
2302 | mes "Noama...!"; |
---|
2303 | mes "These machines are"; |
---|
2304 | mes "acting up again! Get"; |
---|
2305 | mes "over here right now!"; |
---|
2306 | next; |
---|
2307 | mes "[Noama]"; |
---|
2308 | mes "What?!"; |
---|
2309 | mes "Stop bugging me,"; |
---|
2310 | mes "I didn't do anything!"; |
---|
2311 | close; |
---|
2312 | } |
---|
2313 | |
---|
2314 | lhz_in01,147,40,1 script Mazwon#minus1 828,{ |
---|
2315 | mes "[Mazwon]"; |
---|
2316 | mes "Crap. Crap! Crap"; |
---|
2317 | mes "crap crap crap crap!"; |
---|
2318 | mes "These desk machines aren't"; |
---|
2319 | mes "supposed to work like this!"; |
---|
2320 | next; |
---|
2321 | mes "[Mazwon]"; |
---|
2322 | mes "Noama...!"; |
---|
2323 | mes "These machines are"; |
---|
2324 | mes "acting up again! Get"; |
---|
2325 | mes "over here right now!"; |
---|
2326 | next; |
---|
2327 | mes "[Noama]"; |
---|
2328 | mes "What?!"; |
---|
2329 | mes "Stop bugging me,"; |
---|
2330 | mes "I didn't do anything!"; |
---|
2331 | close; |
---|
2332 | } |
---|
2333 | |
---|
2334 | lhz_in01,157,47,1 script Mareth#seram 797,{ |
---|
2335 | mes "[Mareth]"; |
---|
2336 | mes "Yoo hoo hoo~"; |
---|
2337 | mes "Oh, how I love"; |
---|
2338 | mes "love love chocolate!"; |
---|
2339 | emotion e_lv; |
---|
2340 | next; |
---|
2341 | mes "[Mareth]"; |
---|
2342 | mes "Eat it up..."; |
---|
2343 | mes "Or just melt it."; |
---|
2344 | mes "Slather it all over me."; |
---|
2345 | mes "Booyah. New life aspiration."; |
---|
2346 | close; |
---|
2347 | } |
---|
2348 | |
---|
2349 | lhz_in01,164,45,3 script Eiya#iaiai 91,{ |
---|
2350 | mes "[Eiya]"; |
---|
2351 | mes "Jorje seems so cranky"; |
---|
2352 | mes "recently. He's usually"; |
---|
2353 | mes "more laid back than this."; |
---|
2354 | mes "Oh well, I hope that he"; |
---|
2355 | mes "feels better."; |
---|
2356 | next; |
---|
2357 | mes "[Eiya]"; |
---|
2358 | mes "Ooh, would you like"; |
---|
2359 | mes "to look at my miniature"; |
---|
2360 | mes "doll collection? I love"; |
---|
2361 | mes "collecting cute dolls!"; |
---|
2362 | close; |
---|
2363 | } |
---|
2364 | |
---|
2365 | lhz_in01,135,57,3 script Blackboard#li 111,{ |
---|
2366 | mes "^3355FFYou found a blackboard"; |
---|
2367 | mes "filled with scribbling. You"; |
---|
2368 | mes "can only read some of the"; |
---|
2369 | mes "messages that have been"; |
---|
2370 | mes "quickly scrawled on it.^000000"; |
---|
2371 | next; |
---|
2372 | mes "''Make sure everything"; |
---|
2373 | mes "is complete by XX 00.''"; |
---|
2374 | mes "- Jorje"; |
---|
2375 | next; |
---|
2376 | mes "Late Fee: 59, 990 zeny"; |
---|
2377 | next; |
---|
2378 | mes "''I want to have''"; |
---|
2379 | mes "- Ellette"; |
---|
2380 | mes "''I want $$$ too!''"; |
---|
2381 | mes "- Enoz"; |
---|
2382 | mes "''How about @@@?''"; |
---|
2383 | mes "- Ellette"; |
---|
2384 | next; |
---|
2385 | mes "''I wanna buy [#@$].''"; |
---|
2386 | mes "- Ninjose"; |
---|
2387 | mes "''Go buy it!''"; |
---|
2388 | mes "- Senyu"; |
---|
2389 | mes "''Working hard and buying hard"; |
---|
2390 | mes "is the best employee attitude.''"; |
---|
2391 | mes "- Mazwon"; |
---|
2392 | close; |
---|
2393 | } |
---|
2394 | |
---|
2395 | lhz_in03,100,18,3 script Rocky#li_house 81,{ |
---|
2396 | if (rand(1,2) == 1) { |
---|
2397 | mes "[Rocky]"; |
---|
2398 | mes "Woof woof!"; |
---|
2399 | close; |
---|
2400 | } |
---|
2401 | mes "[Rocky]"; |
---|
2402 | mes "Grrrrrrr..."; |
---|
2403 | close; |
---|
2404 | } |
---|
2405 | |
---|
2406 | lhz_in03,130,41,5 script Jay#li_house 706,{ |
---|
2407 | mes "[Jay]"; |
---|
2408 | mes "My mommy and daddy"; |
---|
2409 | mes "always come home late."; |
---|
2410 | mes "So I eat dinner alone."; |
---|
2411 | mes "All by myself. Everyday."; |
---|
2412 | next; |
---|
2413 | mes "[Jay]"; |
---|
2414 | mes "Food doesn't taste as"; |
---|
2415 | mes "good when you're not"; |
---|
2416 | mes "eating with anybody."; |
---|
2417 | mes "Maybe I'm just lonely."; |
---|
2418 | close; |
---|
2419 | } |
---|
2420 | |
---|
2421 | lhz_in03,129,22,7 script Housemaid Jane#li_house1 850,{ |
---|
2422 | mes "[Housemaid Jane]"; |
---|
2423 | mes "This house is enormous..."; |
---|
2424 | mes "It's clearly much too big"; |
---|
2425 | mes "for a regularly sized family."; |
---|
2426 | mes "And it takes me forever to"; |
---|
2427 | mes "make sure that it stays clean!"; |
---|
2428 | next; |
---|
2429 | mes "[Housemaid Jane]"; |
---|
2430 | mes "It's not easy keeping"; |
---|
2431 | mes "things neat and tidy when"; |
---|
2432 | mes "you're responsible for acres"; |
---|
2433 | mes "of indoor living space. Being"; |
---|
2434 | mes "a maid can be pretty hard..."; |
---|
2435 | close; |
---|
2436 | } |
---|
2437 | |
---|
2438 | lhz_in03,124,117,1 script Housemaid Brenda#li 74,{ |
---|
2439 | mes "[Housemaid Brenda]"; |
---|
2440 | mes "I better dust extra"; |
---|
2441 | mes "gently around this vase."; |
---|
2442 | mes "It's worth ten million zeny"; |
---|
2443 | mes "and if it were to-- No. No!"; |
---|
2444 | mes "I'm not even going to think it!"; |
---|
2445 | close; |
---|
2446 | } |
---|
2447 | |
---|
2448 | lighthalzen,159,222,1 script Rekenber Employee#li 109,{ |
---|
2449 | mes "[Benatuth]"; |
---|
2450 | mes "Down there, the repairman"; |
---|
2451 | mes "is just finishing maintenance"; |
---|
2452 | mes "on our chairman's private"; |
---|
2453 | mes "Airship. Can you imagine"; |
---|
2454 | mes "having one of those of your"; |
---|
2455 | mes "very own to fly around in?"; |
---|
2456 | next; |
---|
2457 | mes "[Benatuth]"; |
---|
2458 | mes "Yeah, the chairman of"; |
---|
2459 | mes "the Rekenber Corporation..."; |
---|
2460 | mes "He's a really powerful person."; |
---|
2461 | mes "It's almost scary what he can"; |
---|
2462 | mes "do with his money, you know?"; |
---|
2463 | close; |
---|
2464 | } |
---|
2465 | |
---|
2466 | lighthalzen,162,304,7 script Rekenber Guard Drew#li 868,{ |
---|
2467 | mes "[Rekenber Guard Drew]"; |
---|
2468 | mes "Dude, check it out~"; |
---|
2469 | mes "Official glossy photos"; |
---|
2470 | mes "of the Kafra Ladies. Now..."; |
---|
2471 | mes "With 20% more garter belts!"; |
---|
2472 | emotion e_ho; |
---|
2473 | next; |
---|
2474 | mes "[Rekenber Guard Tan]"; |
---|
2475 | mes "So they're all wearing"; |
---|
2476 | mes "garter belts in these?"; |
---|
2477 | mes "Whoa, that means they"; |
---|
2478 | mes "even got the glasses chick"; |
---|
2479 | mes "to wear 'em too? That's the"; |
---|
2480 | mes "best news I've heard all day!"; |
---|
2481 | emotion e_omg; |
---|
2482 | next; |
---|
2483 | mes "[Rekenber Guard Drew]"; |
---|
2484 | mes "Okay man, you know these"; |
---|
2485 | mes "are limited edition collector's"; |
---|
2486 | mes "items, so each one is worth"; |
---|
2487 | mes "300,000 zeny. I mean, I have"; |
---|
2488 | mes "an extra set, but I don't know"; |
---|
2489 | mes "if you'd wanna buy them off--"; |
---|
2490 | next; |
---|
2491 | mes "[Rekenber Guard Tan]"; |
---|
2492 | mes "I'll take them all."; |
---|
2493 | mes "Wait, all of them except"; |
---|
2494 | mes "for that young kid. Just the"; |
---|
2495 | mes "idea of having her glamour"; |
---|
2496 | mes "photo around strikes me as..."; |
---|
2497 | mes "Yeah. Yeah, it's no good."; |
---|
2498 | close; |
---|
2499 | } |
---|
2500 | |
---|
2501 | lighthalzen,163,306,3 script Rekenber Guard Tan#li 867,{ |
---|
2502 | mes "[Rekenber Guard Tan]"; |
---|
2503 | mes "Whoa, whoa. Now this..."; |
---|
2504 | mes "This is art. The lighting,"; |
---|
2505 | mes "the angle, the... the..."; |
---|
2506 | mes "subject matter. Oh yes."; |
---|
2507 | emotion e_swt2; |
---|
2508 | next; |
---|
2509 | mes "[Rekenber Guard Drew]"; |
---|
2510 | mes "Man, these officially licensed"; |
---|
2511 | mes "Kafra Lady glossies... They're"; |
---|
2512 | mes "worth every zeny we paid. Say"; |
---|
2513 | mes "goodbye Swimsuit Calendar,"; |
---|
2514 | mes "and hellooooo Kafra Leilah~"; |
---|
2515 | next; |
---|
2516 | mes "[Rekenber Guard Tan]"; |
---|
2517 | mes "Leilah? Oh, you mean"; |
---|
2518 | mes "the glasses chick? Dude..."; |
---|
2519 | mes "Dude. She's my favorite too!"; |
---|
2520 | close; |
---|
2521 | } |
---|
2522 | |
---|
2523 | lighthalzen,70,227,4 script Delna#li_reken 102,{ |
---|
2524 | mes "[Delna]"; |
---|
2525 | mes "Sometimes the simple"; |
---|
2526 | mes "pleasures can give you"; |
---|
2527 | mes "the most happiness. For me,"; |
---|
2528 | mes "going outside and basking in"; |
---|
2529 | mes "the sun is the greatest thing~"; |
---|
2530 | next; |
---|
2531 | mes "[Delna]"; |
---|
2532 | mes "Yes, sunbathing in a quiet"; |
---|
2533 | mes "and relaxing place can be"; |
---|
2534 | mes "so refreshing. And if you're"; |
---|
2535 | mes "careful about not getting a"; |
---|
2536 | mes "sunburn or a tan, a little sun"; |
---|
2537 | mes "can be really good for you."; |
---|
2538 | close; |
---|
2539 | } |
---|
2540 | |
---|
2541 | lhz_in02,289,277,3 script Martial Artist#1 753,{ |
---|
2542 | mes "[Martial Artist]"; |
---|
2543 | mes "Curses..."; |
---|
2544 | mes "I've come to the"; |
---|
2545 | mes "wrong place to seek"; |
---|
2546 | mes "out a challenge. No"; |
---|
2547 | mes "one here is really all"; |
---|
2548 | mes "that mighty or competitive!"; |
---|
2549 | next; |
---|
2550 | mes "[Martial Artist]"; |
---|
2551 | mes "This whole city thinks"; |
---|
2552 | mes "it can buy power and safety"; |
---|
2553 | mes "with money. They don't know"; |
---|
2554 | mes "the value of a nice, friendly"; |
---|
2555 | mes "brawl. Hopefully, I'll find a"; |
---|
2556 | mes "rival around here soon..."; |
---|
2557 | close; |
---|
2558 | } |
---|
2559 | |
---|
2560 | lighthalzen,107,107,3 script Kosit#zen1 869,{ |
---|
2561 | mes "[Kosit]"; |
---|
2562 | mes "This city might have"; |
---|
2563 | mes "more guards and rules"; |
---|
2564 | mes "than other places, but"; |
---|
2565 | mes "I still don't know if it's"; |
---|
2566 | mes "really safe to live here."; |
---|
2567 | next; |
---|
2568 | mes "[Kosit]"; |
---|
2569 | mes "I mean, the reason we have"; |
---|
2570 | mes "these rules is because of all"; |
---|
2571 | mes "the unruly gangsters that can"; |
---|
2572 | mes "sometimes get into the city."; |
---|
2573 | mes "I mean, it's relatively peaceful^FFFFFF ^000000 and all. But these rules..."; |
---|
2574 | next; |
---|
2575 | mes "[Kosit]"; |
---|
2576 | mes "It's good to be safe,"; |
---|
2577 | mes "but I don't know if it's"; |
---|
2578 | mes "a good idea to sacrifice"; |
---|
2579 | mes "our freedoms or standard"; |
---|
2580 | mes "of living, you know?"; |
---|
2581 | close; |
---|
2582 | } |
---|
2583 | |
---|
2584 | lhz_in03,32,99,3 script Sopheap#zen1 863,{ |
---|
2585 | mes "[Sopheap]"; |
---|
2586 | mes "Oh, you youngsters."; |
---|
2587 | mes "Always traveling around"; |
---|
2588 | mes "and having adventures and"; |
---|
2589 | mes "fighting monsters. I certainly"; |
---|
2590 | mes "had my fill of excitement back"; |
---|
2591 | mes "when I was your age, long ago."; |
---|
2592 | next; |
---|
2593 | mes "[Sopheap]"; |
---|
2594 | mes "Sure, I miss doing all"; |
---|
2595 | mes "of that, but now I'm content"; |
---|
2596 | mes "with just relaxing and resting."; |
---|
2597 | mes "Still, there are a lot of old folk who refuse to sit still like this~"; |
---|
2598 | close; |
---|
2599 | } |
---|
2600 | |
---|
2601 | lhz_in03,25,105,5 script Gopal#zen4 869,{ |
---|
2602 | mes "[Gopal]"; |
---|
2603 | mes "Granny may be happy"; |
---|
2604 | mes "just sitting around and"; |
---|
2605 | mes "enjoying the peaceful life,"; |
---|
2606 | mes "but I'm not! I'm too young"; |
---|
2607 | mes "to just lay down and let"; |
---|
2608 | mes "these days just pass by!"; |
---|
2609 | next; |
---|
2610 | mes "[Gopal]"; |
---|
2611 | mes "I wanna make something"; |
---|
2612 | mes "of myself. Maybe someday,"; |
---|
2613 | mes "I'll found a company as big"; |
---|
2614 | mes "as the Rekenber Corporation!"; |
---|
2615 | close; |
---|
2616 | } |
---|
2617 | |
---|
2618 | lighthalzen,176,65,5 script Kimmy#zen3 862,{ |
---|
2619 | mes "[Kimmy]"; |
---|
2620 | mes "Unlike most places,"; |
---|
2621 | mes "Lighthalzen has many"; |
---|
2622 | mes "beautiful clothing and"; |
---|
2623 | mes "accessory shops. This"; |
---|
2624 | mes "place is heaven to a"; |
---|
2625 | mes "trendsetter like me~!"; |
---|
2626 | next; |
---|
2627 | mes "[Kimmy]"; |
---|
2628 | mes "I don't know if you"; |
---|
2629 | mes "adventurers are interested"; |
---|
2630 | mes "in fashion, but you can trash"; |
---|
2631 | mes "your old clothes and get some"; |
---|
2632 | mes "new, unique and trendy gear"; |
---|
2633 | mes "over here in Lighthalzen~"; |
---|
2634 | close; |
---|
2635 | } |
---|
2636 | |
---|
2637 | lighthalzen,364,282,3 script Bodger#zen5 870,{ |
---|
2638 | mes "[Bodger]"; |
---|
2639 | mes "Another hungry day..."; |
---|
2640 | mes "I don't have any money"; |
---|
2641 | mes "and even if I did, there's"; |
---|
2642 | mes "no place that sells food"; |
---|
2643 | mes "I'd actually eat. Oh, man."; |
---|
2644 | mes "I'm barely living as it is."; |
---|
2645 | next; |
---|
2646 | mes "[Bodger]"; |
---|
2647 | mes "I hear that the people"; |
---|
2648 | mes "who live Uptown eat totally"; |
---|
2649 | mes "delicious, gourmet food eight"; |
---|
2650 | mes "times a day! Hopefully it's just^FFFFFF ^000000 an exaggeration. 'Cuz if it"; |
---|
2651 | mes "wasn't, I'd be so mad..."; |
---|
2652 | close; |
---|
2653 | } |
---|
2654 | |
---|
2655 | lhz_in03,239,38,3 script Avetis#zen10 849,{ |
---|
2656 | mes "[Avetis]"; |
---|
2657 | mes "A-ack..."; |
---|
2658 | mes "^333333*Cough cough*^000000"; |
---|
2659 | mes "Would you give me"; |
---|
2660 | mes "some m-medicine?!"; |
---|
2661 | mes "^333333*Cough cough haack*^000000"; |
---|
2662 | mes "Sweet Christmas, it hurts..."; |
---|
2663 | next; |
---|
2664 | mes "[Avetis]"; |
---|
2665 | mes "I sk-skipped work"; |
---|
2666 | mes "because I've been too"; |
---|
2667 | mes "sick t-to go. ^333333*Cough*^000000"; |
---|
2668 | mes "But now I don't have"; |
---|
2669 | mes "the money to ^333333*Haack*^000000"; |
---|
2670 | mes "buy med-medicine... "; |
---|
2671 | close; |
---|
2672 | } |
---|
2673 | |
---|
2674 | lhz_in02,267,25,4 script Diana#npc 747,{ |
---|
2675 | mes "[Diana]"; |
---|
2676 | mes "Oh wow, that weapon"; |
---|
2677 | mes "is fantastic! But I'm sure"; |
---|
2678 | mes "that it must be really"; |
---|
2679 | mes "expensive. Huh..."; |
---|
2680 | next; |
---|
2681 | mes "[Shop Assistant]"; |
---|
2682 | mes "Ma'am, are you talking"; |
---|
2683 | mes "about this Stiletto? You"; |
---|
2684 | mes "certainly have an eye for"; |
---|
2685 | mes "quality weapons. If you"; |
---|
2686 | mes "don't mind me asking,"; |
---|
2687 | mes "where are you from?"; |
---|
2688 | next; |
---|
2689 | mes "[Diana]"; |
---|
2690 | mes "Oh, I was born"; |
---|
2691 | mes "and raised in Morroc."; |
---|
2692 | next; |
---|
2693 | mes "[Shop Assistant]"; |
---|
2694 | mes "Ah yes, I've heard many"; |
---|
2695 | mes "good things about that town."; |
---|
2696 | mes "You've certainly proven that"; |
---|
2697 | mes "people from Morroc truly have"; |
---|
2698 | mes "good taste. Now, this Stiletto"; |
---|
2699 | mes "is a steal at 39,800 zeny..."; |
---|
2700 | next; |
---|
2701 | emotion e_omg; |
---|
2702 | mes "[Diana]"; |
---|
2703 | mes "Huh...?!"; |
---|
2704 | mes "That's ridiculous!"; |
---|
2705 | mes "Never mind that, let"; |
---|
2706 | mes "me take a look at that"; |
---|
2707 | mes "Gladius in the corner."; |
---|
2708 | next; |
---|
2709 | mes "[Shop Assistant]"; |
---|
2710 | mes "The Gladius?"; |
---|
2711 | mes "Ah, that would be"; |
---|
2712 | mes "39,800 zeny, ma'am."; |
---|
2713 | next; |
---|
2714 | mes "[Diana]"; |
---|
2715 | mes "Oh, that's a really"; |
---|
2716 | mes "good price. I'll take it!"; |
---|
2717 | next; |
---|
2718 | mes "[Shop Assistant]"; |
---|
2719 | mes "Yes, this replica really"; |
---|
2720 | mes "does look just like an"; |
---|
2721 | mes "actual Gladius, does it"; |
---|
2722 | mes "not? Although not a true"; |
---|
2723 | mes "weapon, it's quite capable of"; |
---|
2724 | mes "opening the toughest envelopes."; |
---|
2725 | next; |
---|
2726 | mes "[Diana]"; |
---|
2727 | mes "..."; |
---|
2728 | mes "......"; |
---|
2729 | mes "I take that back."; |
---|
2730 | mes "This shop really sucks."; |
---|
2731 | close; |
---|
2732 | } |
---|
2733 | |
---|
2734 | lhz_in02,267,22,1 script Shop Assistant#cobo 91,{ |
---|
2735 | mes "[Shop Assistant]"; |
---|
2736 | mes "Welcome to our"; |
---|
2737 | mes "store where we offer"; |
---|
2738 | mes "many unique products that"; |
---|
2739 | mes "you can't find anywhere else."; |
---|
2740 | next; |
---|
2741 | mes "[Shop Assistant]"; |
---|
2742 | mes "However, shopping is only available to our members. There's an annual"; |
---|
2743 | mes "membership fee that's waived when you spend a certain amount every"; |
---|
2744 | mes "month in our store. If you invite your friends, you'll receive spe--"; |
---|
2745 | next; |
---|
2746 | mes "[" + strcharinfo(0) + "]"; |
---|
2747 | mes "N-no thank you!"; |
---|
2748 | mes "I'm not interested!"; |
---|
2749 | close; |
---|
2750 | } |
---|
2751 | |
---|
2752 | lighthalzen,192,63,4 script Sergei#zen1 92,{ |
---|
2753 | mes "[Sergei]"; |
---|
2754 | mes "You know, there's an"; |
---|
2755 | mes "interesting story about"; |
---|
2756 | mes "the axe that's hanging"; |
---|
2757 | mes "over there. Would you"; |
---|
2758 | mes "like me to tell you?"; |
---|
2759 | next; |
---|
2760 | if (select("Sure.:No, thanks.") == 1) { |
---|
2761 | mes "[Sergei]"; |
---|
2762 | mes "This previous owner of"; |
---|
2763 | mes "this Weapon Shop was"; |
---|
2764 | mes "a convicted serial killer."; |
---|
2765 | mes "Each night, he'd take that"; |
---|
2766 | mes "axe and cruelly murder"; |
---|
2767 | mes "beautiful ladies like me."; |
---|
2768 | next; |
---|
2769 | mes "[Sergei]"; |
---|
2770 | mes "When he was finally"; |
---|
2771 | mes "caught, they beheaded"; |
---|
2772 | mes "him with his own axe."; |
---|
2773 | mes "Since then, they say that"; |
---|
2774 | mes "his ghost still lingers and"; |
---|
2775 | mes "sharpens this axe at night."; |
---|
2776 | next; |
---|
2777 | mes "[Sergei]"; |
---|
2778 | mes "Just thinking about"; |
---|
2779 | mes "it gives me goosebumps!"; |
---|
2780 | mes "And I'm supposed to work"; |
---|
2781 | mes "here! It's so creepy!"; |
---|
2782 | close; |
---|
2783 | } |
---|
2784 | mes "[Sergei]"; |
---|
2785 | mes "Oh, how disappointing~"; |
---|
2786 | mes "It's the perfect story for"; |
---|
2787 | mes "the season. Well, now that"; |
---|
2788 | mes "I think about it, that story is"; |
---|
2789 | mes "actually pretty creepy..."; |
---|
2790 | close; |
---|
2791 | } |
---|
2792 | |
---|
2793 | lighthalzen,258,223,3 script Srinivas#zen4 866,{ |
---|
2794 | mes "[Srinivas]"; |
---|
2795 | mes "Those rundown buildings"; |
---|
2796 | mes "in the slums are an eyesore"; |
---|
2797 | mes "that offend the entire city!"; |
---|
2798 | mes "I just wish they would wreck"; |
---|
2799 | mes "them down. What do I care"; |
---|
2800 | mes "about the poor and needy?"; |
---|
2801 | close; |
---|
2802 | } |
---|
2803 | |
---|
2804 | lighthalzen,77,203,3 script Victor Perfecto#zen9 869,{ |
---|
2805 | mes "[Victor Perfecto]"; |
---|
2806 | mes "I've heard that the"; |
---|
2807 | mes "Rekenber Corporation"; |
---|
2808 | mes "actually created the"; |
---|
2809 | mes "environment in Lighthalzen"; |
---|
2810 | mes "through artificial means."; |
---|
2811 | next; |
---|
2812 | mes "[Victor Perfecto]"; |
---|
2813 | mes "It seems like it'd take"; |
---|
2814 | mes "a lot of investment, but"; |
---|
2815 | mes "artificially creating an"; |
---|
2816 | mes "environment isn't impossible"; |
---|
2817 | mes "with the means available to"; |
---|
2818 | mes "the Rekenber Corporation."; |
---|
2819 | next; |
---|
2820 | mes "[Victor Perfecto]"; |
---|
2821 | mes "^333333*Sigh...*^000000"; |
---|
2822 | mes "Still, it's pretty"; |
---|
2823 | mes "depressing to think"; |
---|
2824 | mes "that the beauty of nature"; |
---|
2825 | mes "can be manmade and"; |
---|
2826 | mes "equated to zeny, you know?"; |
---|
2827 | close; |
---|
2828 | } |
---|
2829 | |
---|
2830 | lighthalzen,40,107,4 script Vergil#zen4 869,{ |
---|
2831 | mes "[Vergil]"; |
---|
2832 | mes "The weather is so"; |
---|
2833 | mes "nice today, like always."; |
---|
2834 | mes "I just want to ditch work,"; |
---|
2835 | mes "run outside and work out."; |
---|
2836 | next; |
---|
2837 | switch(select("Where do you want to go?:But shouldn't you go to work?:Have you heard about the serial killer?")) { |
---|
2838 | case 1: |
---|
2839 | mes "[Vergil]"; |
---|
2840 | mes "Well, those guys in"; |
---|
2841 | mes "black suits, not to mention"; |
---|
2842 | mes "the ruffians that manage to"; |
---|
2843 | mes "invade town, sometimes sort"; |
---|
2844 | mes "of make it kind of unsafe to"; |
---|
2845 | mes "go out all by yourself."; |
---|
2846 | next; |
---|
2847 | mes "[Vergil]"; |
---|
2848 | mes "But me and a buddy are"; |
---|
2849 | mes "planning to head to the"; |
---|
2850 | mes "Al De Baran Turbo Track"; |
---|
2851 | mes "one of these days. Boy,"; |
---|
2852 | mes "the last time we went,"; |
---|
2853 | mes "he wasted a lot of zeny."; |
---|
2854 | next; |
---|
2855 | mes "[Vergil]"; |
---|
2856 | mes "He actually won some"; |
---|
2857 | mes "kind of potion as a prize"; |
---|
2858 | mes "and let me have it. I drank"; |
---|
2859 | mes "it and it made me move really"; |
---|
2860 | mes "slowly. Now what kind of prize"; |
---|
2861 | mes "is that supposed to be?!"; |
---|
2862 | next; |
---|
2863 | mes "[Vergil]"; |
---|
2864 | mes "I think my buddy"; |
---|
2865 | mes "was totally scammed."; |
---|
2866 | mes "That, or I was totally"; |
---|
2867 | mes "tricked by him to drink it."; |
---|
2868 | mes "How they came up with such a ridiculous idea for a prize!"; |
---|
2869 | close; |
---|
2870 | case 2: |
---|
2871 | mes "[Vergil]"; |
---|
2872 | mes "Wha--?! I didn't say"; |
---|
2873 | mes "I was going to ditch work,"; |
---|
2874 | mes "I just said I wanted to!"; |
---|
2875 | mes "But just to spite you, maybe"; |
---|
2876 | mes "just maybe, I won't go today!"; |
---|
2877 | next; |
---|
2878 | mes "[Vergil]"; |
---|
2879 | mes "Then again, I don't"; |
---|
2880 | mes "think I can slack on"; |
---|
2881 | mes "this project. Curses..."; |
---|
2882 | mes "The weekend certainly"; |
---|
2883 | mes "doesn't come fast enough!"; |
---|
2884 | close; |
---|
2885 | case 3: |
---|
2886 | mes "[Vergil]"; |
---|
2887 | mes "What, you mean that"; |
---|
2888 | mes "axe murderer from a long"; |
---|
2889 | mes "time ago? Well, I heard a"; |
---|
2890 | mes "rumor that it actually wasn't"; |
---|
2891 | mes "like that. Let's see, how"; |
---|
2892 | mes "did the story go?"; |
---|
2893 | next; |
---|
2894 | mes "[Vergil]"; |
---|
2895 | mes "I heard that some hat"; |
---|
2896 | mes "maker, the one who makes"; |
---|
2897 | mes "the Smokie Hat, accidentally"; |
---|
2898 | mes "made a Person Headgear"; |
---|
2899 | mes "instead of, like, a hat made"; |
---|
2900 | mes "of monsters. Don't ask me how."; |
---|
2901 | next; |
---|
2902 | mes "[Vergil]"; |
---|
2903 | mes "Yeah, I think relatives"; |
---|
2904 | mes "of that Airship Captain..."; |
---|
2905 | mes "They were totally made into"; |
---|
2906 | mes "a hat on accident. Supposedly,"; |
---|
2907 | mes "it looks like a Reindeer Head,"; |
---|
2908 | mes "but now that's just too weird."; |
---|
2909 | close; |
---|
2910 | } |
---|
2911 | } |
---|
2912 | |
---|
2913 | lhz_in01,144,53,3 script Jorje#zero 98,1,1,{ |
---|
2914 | OnTouch: |
---|
2915 | switch(rand(1,3)) { |
---|
2916 | case 1: |
---|
2917 | mes "[Jorje]"; |
---|
2918 | mes "Arrrgh, I don't"; |
---|
2919 | mes "have any time for"; |
---|
2920 | mes "talking! I'm in the"; |
---|
2921 | mes "middle of an important"; |
---|
2922 | mes "task! H-hold on a second!"; |
---|
2923 | close; |
---|
2924 | case 2: |
---|
2925 | mes "[Jorje]"; |
---|
2926 | mes "D-don't come any"; |
---|
2927 | mes "closer! Anyone who"; |
---|
2928 | mes "comes near me might"; |
---|
2929 | mes "just screw me up! Back off!"; |
---|
2930 | close; |
---|
2931 | case 3: |
---|
2932 | mes "[Jorje]"; |
---|
2933 | mes "Oh man..."; |
---|
2934 | mes "I've been working so"; |
---|
2935 | mes "hard and haven't taken"; |
---|
2936 | mes "any breaks. I think I'll"; |
---|
2937 | mes "reward myself and buy"; |
---|
2938 | mes "something like maybe--"; |
---|
2939 | next; |
---|
2940 | mes "[Jorje]"; |
---|
2941 | mes "No! No, I'm not"; |
---|
2942 | mes "gonna buy anything!"; |
---|
2943 | mes "I've got my future wife"; |
---|
2944 | mes "to think about! Must..."; |
---|
2945 | mes "Save... More... Money!"; |
---|
2946 | close; |
---|
2947 | } |
---|
2948 | end; |
---|
2949 | } |
---|
2950 | |
---|
2951 | |
---|
2952 | lhz_in01,139,48,7 script Leimi#mimir 73,{ |
---|
2953 | mes "[Leimi]"; |
---|
2954 | mes "..."; |
---|
2955 | mes "......"; |
---|
2956 | next; |
---|
2957 | mes "[Leimi]"; |
---|
2958 | mes "Oh...!"; |
---|
2959 | mes "Good heavens!"; |
---|
2960 | mes "Um, may I help you?"; |
---|
2961 | emotion e_omg; |
---|
2962 | if (BaseJob == Job_Assassin) { |
---|
2963 | if (Sex) { |
---|
2964 | next; |
---|
2965 | mes "[Leimi]"; |
---|
2966 | mes "Oh, you're an Assassin!"; |
---|
2967 | mes "Oh, you boys are soooo cute!"; |
---|
2968 | mes "And so cool and so mysterious^FFFFFF ^000000 all at the same time! I love you!"; |
---|
2969 | } |
---|
2970 | else { |
---|
2971 | next; |
---|
2972 | mes "[Leimi]"; |
---|
2973 | mes "An Assassin...?"; |
---|
2974 | mes "Oh, you wouldn't happen"; |
---|
2975 | mes "to know any Assassin boys"; |
---|
2976 | mes "that might be single, do you?"; |
---|
2977 | mes "Oh-my-god, they're hunky-hot~"; |
---|
2978 | } |
---|
2979 | } |
---|
2980 | close; |
---|
2981 | } |
---|
2982 | |
---|
2983 | lhz_in01,138,47,0 script #mimir_camera -1,2,2,{ |
---|
2984 | OnTouch: |
---|
2985 | if (BaseJob == Job_Assassin) { |
---|
2986 | if (Sex) { |
---|
2987 | mes "^3355FF*Click*^000000"; |
---|
2988 | next; |
---|
2989 | mes "["+strcharinfo(0)+"]"; |
---|
2990 | mes "What the...?"; |
---|
2991 | mes "That sound. Did..."; |
---|
2992 | mes "Did someone just"; |
---|
2993 | mes "take my picture?"; |
---|
2994 | close; |
---|
2995 | } |
---|
2996 | } |
---|
2997 | end; |
---|
2998 | } |
---|
2999 | |
---|
3000 | // Lighthalzen Mushroom. |
---|
3001 | // Don't really understand why it's there, but it's funny regardless. |
---|
3002 | lhz_in01,157,54,0,0 monster Red Mushroom 1085,1,120000,100000,0 |
---|