summaryrefslogtreecommitdiff
path: root/npc/cities/manuk.txt
blob: b70027d7926848c715208e209952bf65bfacd839 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
//================= Hercules Script =======================================
//=       _   _                     _
//=      | | | |                   | |
//=      | |_| | ___ _ __ ___ _   _| | ___  ___
//=      |  _  |/ _ \ '__/ __| | | | |/ _ \/ __|
//=      | | | |  __/ | | (__| |_| | |  __/\__ \
//=      \_| |_/\___|_|  \___|\__,_|_|\___||___/
//================= License ===============================================
//= This file is part of Hercules.
//= http://herc.ws - http://github.com/HerculesWS/Hercules
//=
//= Copyright (C) 2012-2020 Hercules Dev Team
//= Copyright (C) L0ne_W0lf
//=
//= Hercules is free software: you can redistribute it and/or modify
//= it under the terms of the GNU General Public License as published by
//= the Free Software Foundation, either version 3 of the License, or
//= (at your option) any later version.
//=
//= This program is distributed in the hope that it will be useful,
//= but WITHOUT ANY WARRANTY; without even the implied warranty of
//= MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
//= GNU General Public License for more details.
//=
//= You should have received a copy of the GNU General Public License
//= along with this program.  If not, see <http://www.gnu.org/licenses/>.
//=========================================================================
//= Manuk Town
//================= Description ===========================================
//= Town-specific NPCs for Manuk.
//================= Current Version =======================================
//= 1.3
//=========================================================================

//== cat_enhance ===========================================
manuk,304,195,5	script	Soldier#ep13pa829	4_MAN_PIOM,{
	if (isequipped(2782) == 1) {
		mes "[Food Provider]";
		mes "The Manuk family subsists mostly on refining Gray Hollows that were burried a long time ago deep down under the ground.";
		close;
	}
	else {
		mes "[Food Provider]";
		mes "Gdiios duuie Dssoas pogggd fdrul fdddoweet";
		close;
	}
}

manuk,274,239,5	script	Soldier#ep13_2	4_MAN_PIOM2,{
	if (isequipped(2782) == 1) {
		mes "[Injured Manuk Soldier]";
		mes "I can't absorb Bradium Essence anymore because of my fatal injury.";
		mes "Those wicked fairies attacked me and left me like this.";
		close;
		mes "[Injured Manuk Soldier]";
		mes "I wish I could kill all the fairies...";
		close;
	}
	else {
		mes "[Injured Manuk Soldier";
		mes "Bhiio aaas dgwer fdds rrrrrpppp Ee";
		close;
		mes "[Injured Manuk Soldier]";
		mes "Foi dsddff gggeeeerr pqowe";
		close;
	}
}

manuk,107,233,5	script	Soldier#ep13_3	4_MAN_PIOM,{
	if (isequipped(2782) == 1) {
		mes "[Anxious Soldier]";
		mes "Hurry, I am in big trouble. I lost all the Manuk Coins. I think I dropped them somewhere on the snowfield. Gosh, I saw them right before I fell asleep!";
		close;
	}
	else {
		mes "[Anxious Soldier]";
		mes "Qosi dhhui rffd poaner ouh.";
		close;
	}
}

//== ep13_2_hiki ===========================================
manuk,100,100,3	script	Piom	4_MAN_PIOM,{
	if ((isequipped(2782) == 1) && (ep13_2_rhea == 100)) {
		mes "[Piom]";
		mes "You are... tiny. But you don't seem like a Fairy.";
		mes "As long as you are not a damned Fairy,";
		mes "then you are not our foe!";
		mes "In this world, there are only friends or foe!";
		close;
	}
	else {
		mes "[Piom]";
		mes "As our wi nueo woud bus";
		mes "Gw pii rooop pishe";
		mes "Fw iusbn podim bn usow ";
		mes "Psbh io whe pasn jd";
		close;
	}
}

manuk,188,216,3	script	Benknee#ep13_2_1	4_MAN_BENKUNI,{
	if ((isequipped(2782) == 1) && (ep13_2_rhea == 100)) {
		mes "[Benknee]";
		mes "What brings you here?";
		mes "Are you a human?";
		mes "If you are human, you shouldn't be here.";
		next;
		mes "[Benknee]";
		mes "Jotunheim is a blessed and sacred place.";
		mes "We, Saphas will be standing with our own feet.";
		mes "And rise against oppression!";
		close;
	}
	else {
		mes "[Benknee]";
		mes "Bdf sdio hs ioq";
		mes "Wfn is ao ps od jd";
		mes "No pip dd dow hso le";
		next;
		mes "[Benknee]";
		mes "Wsd oup nc xkh d";
		mes "Rww o jsd sp";
		mes "Yd aihd oa sd s dd";
		close;
	}
}

manuk,169,260,3	script	Piom#ep13_2_1	4_MAN_PIOM2,{
	if ((isequipped(2782) == 1) && (ep13_2_rhea == 100)) {
		mes "[Piom]";
		mes "We, Saphas are always together!";
		mes "Wherever we are. We are always connected to each other.";
		mes "I don't know where you are from but, you should learn our spirits.";
		close;
	}
	else {
		mes "[Piom]";
		mes "Ng go oois yus dd";
		mes "You ii iaao nfb ud";
		mes "Wqq ifn isp did";
		mes "Uy ydf sd fs wee";
		mes "Mgg gf fs d ff";
		close;
	}
}

manuk,218,163,3	script	Galtun#ep13_2_1	4_MAN_GALTUN,{
	if ((isequipped(2782) == 1) && (ep13_2_rhea == 100)) {
		mes "[Galtun]";
		mes "Recently, tiny things have been flying around.";
		mes "I am not sure if they are flies or not.";
		mes "But it is very annoying.";
		next;
		mes "[Galtun]";
		mes "They can only use their small magic from a long distance.";
		mes "But I can kick them off quickly.";
		mes "They are so bothersome. But I better not waste my time with them.";
		close;
	}
	else {
		mes "[Galtun]";
		mes "Ya sda sdou sh dbi";
		mes "Av bu dgs ldo gp gf ";
		mes "Jg gfs dsd fw eerr ";
		next;
		mes "[Galtun]";
		mes "Mb ih ids oj fd";
		mes "Pg sdf dd sd fff";
		mes "Bq wer jfsd fsd ut yy";
		mes "Nx cxd fsd fs df ";
		close;
	}
}

manuk,266,199,5	script	Galtun#ep13_2_2	4_MAN_GALTUN,{
	if ((isequipped(2782) == 1) && (ep13_2_rhea == 100)) {
		mes "[Galtun]";
		mes "I can relax now that we have those piles of Bradium.";
		mes "But I am also worried that we can spend them in a short time.";
		close;
	}
	else {
		mes "[Galtun]";
		mes "Bu iu bus sfi a sd";
		mes "Zsd dwo uf sh osad ";
		mes "Qdf aih fas io d hoas";
		mes "Nas d iy as di";
		close;
	}
}

manuk,225,129,5	script	Benknee#ep13_2_2	4_MAN_BENKUNI,{
	if ((isequipped(2782) == 1) && (ep13_2_rhea == 100)) {
		mes "[Benknee]";
		mes "Huh? Who?? Who are you??";
		mes "Oh, you are not a fairy.";
		mes "I thought you were a fairy thing.";
		mes "Anyway, who are you? Can you speak?";
		close;
	}
	else {
		mes "[Benknee]";
		mes "Bao j pj a sd";
		mes "Gi oh as d";
		mes "Ya sd Yrt sd ad";
		mes "Bq we ojj jd";
		close;
	}
}

manuk,286,147,3	script	Piom#ep13_2_2	4_MAN_PIOM,{
	if ((isequipped(2782) == 1) && (ep13_2_rhea == 100)) {
		mes "[Piom]";
		mes "I'll never forget the deep-rooted rancor against those traitors.";
		mes "I remember how our ancestors died.";
		mes "I swear that I would avenge them.";
		next;
		mes "[Piom]";
		mes "First, I'll kick those bastards.";
		mes "Those flying little things bother me so much.";
		close;
	}
	else {
		mes "[Piom]";
		mes "Vio hs pf I aps";
		mes "Vs ou oas de ee";
		mes "Bzi sh da opd";
		mes "Mc oju asop dj a ps";
		next;
		mes "[Piom]";
		mes "Be juas da sd";
		mes "Eoj ssr owq w e ";
		mes "Wps dj i ao sj daasd asd";
		close;
	}
}

manuk,183,185,5	script	Piom#ep13_2_3	4_MAN_PIOM,{
	tongyeok = Ring_Of_Wise_King;
	if ((isequipped(2782) == 1) && (ep13_2_rhea == 100)) {
		mes "[Piom]";
		mes "Our lives exist for Saphas.";
		mes "On the other hand,";
		mes "Saphas lives exist for me.";
		mes "Hum hahaha!";
		next;
		mes "[Piom]";
		mes "We, Saphas are always together!";
		mes "Wherever we are!";
		mes "Cheer for Saphas!";
		close;
	}
	else {
		mes "[Piom]";
		mes "Esd fas hdi as sp ad osd";
		mes "Ns id pie sj idf";
		mes "Rto osd ps ad ";
		mes "Mi sho oo pesd";
		next;
		mes "[Piom]";
		mes "N sd sou as d ";
		mes "Ma asd psh ds ii ";
		mes "Qso uf lj dhis id";
		close;
	}
}

manuk,256,143,3	script	Galtun#ep13_2_3	4_MAN_GALTUN,{
	if ((isequipped(2782) == 1) && (ep13_2_rhea == 100)) {
		mes "[Galtun]";
		mes "I will devote myself to";
		mes "protect my family and Saphas.";
		mes "That is all I want...";
		close;
	}
	else {
		mes "[Galtun]";
		mes "Mr ishh qw e ee";
		mes "Baa eou sh ua sd";
		mes "Up idhs ish dk I jsd";
		close;
	}
}

manuk,245,124,3	script	Piom#ep13_2_4	4_MAN_PIOM2,{
	if ((isequipped(2782) == 1) && (ep13_2_rhea == 100)) {
		mes "[Piom]";
		mes "Human, you think our battle is stupid, don't you?";
		mes "And a waste of time?";
		mes "But it is really depends on this war whether we can survive or not.";
		close;
	}
	else {
		mes "[Piom]";
		mes "Nsa dhi pao sdi a jp das";
		mes "Uaa as iijds kn sdg f";
		mes "Bzi hd sia pasd ";
		mes "Es do ja pda sj d";
		mes "Bs oju lujdi ni sdgf g ";
		next;
		mes "[Piom]";
		mes "Us id jd nai dh";
		close;
	}
}

//== ep13_2_npc ============================================
man_in01,346,135,0	script	 Worker#ep13bsg1	4_MAN_PIOM,{
	if (isequipped(2782) == 1) {
		mes "[Worker]";
		mes "It is dangerous if the valve is not checked properly every day.";
		mes "In fact, there was an incident.";
		mes "It gives me the creeps just thinking about it.";
		close;
	}
	else {
		mes "[Worker]";
		mes "Gs df o aj ud pa";
		mes "N sd asw ewt jj ";
		mes "Ud aso pda s ";
		close;
	}
}

man_in01,393,134,3	script	Worker#ep13bsg2	4_MAN_PIOM,{
	if (isequipped(2782) == 1) {
		mes "[Worker]";
		mes "What!! Wh.. Oh... I... I didn't fall asleep!!";
		mes "Let's get back to work... that's right work...";
		close;
	}
	else {
		mes "[Worker]";
		mes "Ns ad jai osd";
		mes "Rt odj as jo dp as";
		close;
	}
}

man_in01,377,143,5	script	Worker#ep13bsg3	4_MAN_PIOM,{
	if (isequipped(2782) == 1) {
		mes "[Worker]";
		mes "Hmm... It's working just fine... No probems at all...";
		close;
	}
	else {
		mes "[Worker]";
		mes "Mou ii ros oa d d ";
		close;
	}
}

man_in01,333,128,5	script	Worker#ep13bsg4	4_MAN_PIOM,{
	if (isequipped(2782) == 1) {
		mes "[Worker]";
		mes "My eyesight is getting weaker these days.";
		close;
	}
	else {
		mes "[Worker]";
		mes "Yw I eus ia d ap s";
		close;
	}
}

man_in01,336,128,5	script	Worker#ep13bsg5	4_MAN_PIOM,{
	if (isequipped(2782) == 1) {
		mes "[Worker]";
		mes "Isn't this fabulous?";
		close;
	}
	else {
		mes "[Worker]";
		mes "R tt osj dj d";
		close;
	}
}

man_in01,283,288,3	script	Worker#ep13bsg6	4_MAN_PIOM,{
	if (isequipped(2782) == 1) {
		mes "[Worker]";
		mes "It is fortunate to have lots of fine quality Bradium today.";
		next;
		mes "[Worker]";
		mes "This is all that is left for us.";
		close;
	}
	else {
		mes "[Worker]";
		mes "Qw eI hs pado as d p ";
		next;
		mes "[Worker]";
		mes "Too fn ish d fd";
		close;
	}
}

//== ep13_2_tre ============================================
manuk,103,354,5	script	Manuk Galtun#door1	4_MAN_GALTUN,{
	if ((isequipped(2782) == 1) && (ep13_2_rhea == 100)) {
		mes "[Manuk Galtun]";
		mes "Here is Manuk where the Sapha who is descendant of Hwergelmir lives.";
		close;
	}
	else {
		mes "[Manuk Galtun]";
		mes "Zd sng pps fsr";
		close;
	}
}

manuk,122,354,3	script	Manuk Galtun#door2	4_MAN_GALTUN,{
	if ((isequipped(2782) == 1) && (ep13_2_rhea == 100)) {
		mes "[Manuk Galtun]";
		mes "Here is Manuk where the Sapha who is descendant of Hwergelmir lives.";
		close;
	}
	else {
		mes "[Manuk Galtun]";
		mes "To osn dia fg gh gh";
		close;
	}
}

manuk,99,334,5	script	Manuk Piom#tre1	4_MAN_PIOM3,{
	if ((isequipped(2782) == 1) && (ep13_2_rhea == 100)) {
		mes "[Manuk Piom]";
		mes "Galtuns are brave Sapha warriors.";
		mes "I am a Piom class which is general labor.";
		next;
		mes "[Manuk Piom]";
		mes "By virtue of the braveness of the Galtun, we can stand for a long time from the diversions of the Laphine.";
		mes "We always appreciate their efforts.";
		close;
	}
	else {
		mes "[Manuk Piom]";
		mes "H dn i sid p sd ";
		mes "Nd isjd sapd j s id";
		mes "Bsi o ps dkm jgf";
		mes "Eo oo ptr n sid";
		close;
	}
}

manuk,103,311,3	script	Manuk Piom#tre2	4_MAN_PIOM2,{
	if ((isequipped(2782) == 1) && (ep13_2_rhea == 100)) {
		mes "[Manuk Piom]";
		mes "My leg...";
		mes "It's time to already.";
		close;
	}
	else {
		mes "[Manuk Piom]";
		mes "Fn is d id ";
		mes "Yon sdi dh so dps";
		close;
	}
}

manuk,194,189,3	script	Manuk Galtun#tre3	4_MAN_GALTUN,{
	if ((isequipped(2782) == 1) && (ep13_2_rhea == 100)) {
		mes "[Manuk Galtun]";
		mes "Welcome to Manuk.";
		mes "How can I help you?";
		close;
	}
	end;
}

manuk,293,203,3	script	Manuk Piom#tre4	4_MAN_PIOM,{
	if ((isequipped(2782) == 1) && (ep13_2_rhea == 100)) {
		mes "[Manuk Piom]";
		mes "Hey, Be careful!";
		mes "This mineral is Bradium which is the life of our tribe.";
		mes "If you don't handle the stone carefully, you'll be in trouble!";
		close;
	}
	else {
		mes "[Manuk Piom]";
		mes "Bmm ish di sd";
		mes "Fii sd ani s a d s k ds ";
		mes "Ti h is so so pd";
		close;
	}
}

manuk,253,173,3	script	Manuk Benknee#tre5	4_MAN_BENKUNI,{
	if ((isequipped(2782) == 1) && (ep13_2_rhea == 100)) {
		mes "[Manuk Benknee]";
		mes "Can you see that statue?";
		mes "He's the Hwergelmir, who is like a legend for us Sapha.";
		mes "He was a real majestic and brave man.";
		close;
	}
	else {
		mes "[Manuk Piom]";
		mes "Ys oadj oa s d";
		mes "Bni ii osd jo as das";
		mes "Qa oj df isd oo o";
		close;
	}
}

//== ep12_2_dailybs ========================================
manuk,251,180,5	script	Young Villager#ep13bs	4_MAN_PIOM,{
	if (isequipped(2782) == 1) {
		mes "[Young Villager]";
		mes "It's past the time of our date, why isn't she here yet!!?";
		close;
	}
	else {
		mes "[Asd]";
		mes "Ywo di pi butfs oui Afbsu ";
		close;
	}
}

man_in01,360,137,5	script	Mechanic#ep13bs	4_MAN_PIOM,{
	if (isequipped(2782) == 1) {
		mes "[Mechanic]";
		mes "Alien races are not allowed to enter.";
		mes "It's very dangerous here, please don't come any closer.";
		close;
	}
	else {
		mes "[Asoui]";
		mes "Fs iua sdjosow ww ";
		mes "Adds wwpq iusnd ";
		close;
	}
}

man_in01,68,187,0	script	Worker#ep13bs1	4_MAN_PIOM,{
	if (isequipped(2782) == 1) {
		mes "[Worker]";
		mes "Hmm, it smells delicious.";
		mes "It should be time to turn it around now.";
		next;
		mes "[Worker]";
		mes "Hardrock Mammoth steak should be eaten slightly raw!";
		close;
	}
	else {
		mes "[Tee]";
		mes "As woue dpi sha we";
		mes "Two psie bu le";
		next;
		mes "[Tee]";
		mes "Tr sdou powee wwee ";
		close;
	}
}

man_in01,74,181,3	script	Worker#ep13bs2	4_MAN_PIOM,{
	if (isequipped(2782) == 1) {
		mes "[Worker]";
		mes "Chef Cook, how many plates should I put down?";
		close;
	}
	else {
		mes "[Tee]";
		mes "We pishd bugs ouwwe iro ";
		close;
	}
}

man_in01,227,280,5	script	Scientist#ep13bs	4_MAN_BENKUNI,{
	if (isequipped(2782) == 1) {
		mes "[Scientist]";
		mes "Is there only one way we can survive..?";
		close;
	}
	else {
		mes "[Apti]";
		mes "Dso piey pioit ioep ";
		close;
	}
}