summaryrefslogtreecommitdiff
path: root/npc/quests/first_class/tu_thief01.txt
blob: 58e65412215a72833979ff653306ae5e7cfa4c15 (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
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
//================= Hercules Script =======================================
//=       _   _                     _
//=      | | | |                   | |
//=      | |_| | ___ _ __ ___ _   _| | ___  ___
//=      |  _  |/ _ \ '__/ __| | | | |/ _ \/ __|
//=      | | | |  __/ | | (__| |_| | |  __/\__ \
//=      \_| |_/\___|_|  \___|\__,_|_|\___||___/
//================= License ===============================================
//= This file is part of Hercules.
//= http://herc.ws - http://github.com/HerculesWS/Hercules
//=
//= Copyright (C) 2012-2015  Hercules Dev Team
//= Copyright (C)  Euphy
//= Copyright (C)  L0ne_W0lf
//= Copyright (C)  Playtester
//= Copyright (C)  SinSloth
//= Copyright (C)  Lupus
//= Copyright (C)  Jukka
//=
//= 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/>.
//=========================================================================
//= Thief Class Tutorial and Job Specific Quest
//================= Description ===========================================
//= Thief training quest.
//================= Current Version =======================================
//= 1.5
//=========================================================================

//== Thief Trainer =========================================
moc_ruins,66,164,4	script	Thief Trainer#T	4_M_02,{
	mes "[Yierhan]";
	if(Class == Job_Novice){
		mes "Eh...?";
		mes "A Novice?";
		mes "Still thinking";
		mes "what job you're";
		mes "gonna choose...";
		mes "Am I right?";
		next;
		mes "[Yierhan]";
		mes "Listen, if you ever decide to become a Thief--a smart choice";
		mes "I might add--come and talk to me. I'll show you the ropes!";
		close;

	} else if(Class == Job_Thief || Class == Job_Thief_High || Class == Job_Assassin || Class ==Job_Assassin_Cross || Class == Job_Rogue || Class == Job_Stalker){
		if(Class == Job_Thief_High || Class == Job_Assassin || Class == Job_Assassin_Cross || Class == Job_Rogue || Class == Job_Stalker){
			if(tu_thief01 < 8){
				mes "Whaaaat are you";
				mes "doin' here? There's";
				mes "nothing I can teach you!";
				mes "You're waaay beyond me!";
				next;
				mes "[Yierhan]";
				mes "In fact, I think";
				mes "you're qualified";
				mes "to teach me some stuff!";
				mes "Come on! I need new moves!";
				close;
			}
		}
		if(tu_thief01 == 0){
			mes "Heya pal.";
			mes "I'm Yierhan.";
			mes "I happen to be";
			mes "the guy in charge";
			mes "of training new Thieves.";
			next;
			switch(select("Training?", "Training? Right now?")){
			case 1:
				mes "[Yierhan]";
				mes "Yeah, training. I mean, this kind of stuff is second nature to some people, but other guys need a little more help. So this is one of those 'just in case' things.";
				next;
				break;
			case 2:
				mes "[Yierhan]";
				mes "Right now?";
				mes "Yeah, right now!";
				mes "But if you're not ready for some reason, I guess I can wait.";
				close;
			}
			mes "[Yierhan]";
			mes "Alright, first of all, Thieves use melee attacks. Well, most of us do. There are a few who like using long range Bows. But all of us are good at bein' fast!";
			next;
			mes "[Yierhan]";
			mes "So for melee attacks, which stat increases your damage? Come on";
			mes "now, you should know this if you didn't skip the Novice Training Grounds.";
			next;
			switch(select("^6B8E23INT^000000", "^2F4F2FSTR^000000", "^23238EDEX^000000")){
			case 1:
				mes "[Yierhan]";
				mes "Say whaaat? ^6B8E23INT^000000 affects magic damage, magic defense and some skills. Thieves don't even work with magic!";
				next;
				mes "[Yierhan]";
				mes "You musta skipped the Novice Training Grounds altogether! Not that I blame you though. Anyway, it's ^2F4F2FSTR^000000 that increases your attack damage, got it?";
				next;
				mes "[Yierhan]";
				mes "So if you're feeling like the damage you're making is pretty weak, you might want more stat points in ^2F4F2FSTR^000000. How high your raise your own STR is really up to you.";
				tu_thief01 = 1;
				getexp 200,100;
				specialeffect(EF_HIT5, AREA, playerattached());
				close;
			case 2:
				mes "[Yierhan]";
				mes "Yeah, that's right! If you wanna increase your damage, you need";
				mes "to put some stat points into ^2F4F2FSTR^000000. Increasing STR also increases";
				mes "your Max Weight Limit too.";
				next;
				mes "[Yierhan]";
				mes "So if you're feeling like the damage you're making is pretty weak, you might want more stat points in ^2F4F2FSTR^000000. How high your raise your own STR is really up to you.";
				next;
				mes "[Yierhan]";
				mes "Sure, ^23238EDEX^000000 and LUK can";
				mes "also increase your attack damage, but they're insignificant compared to STR. I repeat: ^660000insignificant^000000.";
				tu_thief01 = 1;
				getexp 400,200;
				specialeffect(EF_HIT5, AREA, playerattached());
				close;
			case 3:
				mes "[Yierhan]";
				mes "Say whaaat? ^23238EDEX^000000 affects";
				mes "your attack accuracy, not your damage! Well, unless you're using";
				mes "a Bow. Otherwise, it increases your damage only by a tiny bit.";
				next;
				mes "[Yierhan]";
				mes "You musta skipped the Novice Training Grounds altogether! Not that I blame you though. Anyway, it's ^2F4F2FSTR^000000 that increases your attack damage, got it?";
				next;
				mes "[Yierhan]";
				mes "So if you're feeling like the damage you're making is pretty weak, you might want more stat points in ^2F4F2FSTR^000000. How high your raise your own STR is really up to you.";
				tu_thief01 = 1;
				getexp 200,100;
				specialeffect(EF_HIT5, AREA, playerattached());
				close;
			}
		} else if(tu_thief01 == 1){
			mes "Alright, enough about stats.";
			mes "You know what? I think I'll just talk to you about the skills that we Thieves use.";
			next;
			mes "[Yierhan]";
			mes "So level up your skills, learn a few new ones if you want, and";
			mes "then come back over here.";
			tu_thief01 = 2;
			close;
		} else if(tu_thief01 == 2){
			mes "Okay, let me see your skills. You know you gotta change your battle strategy depending on what skills you have, right? Skills are just as important as stats!";
			next;
			.@chk_th_skill1 = getskilllv(TF_DOUBLE);
			.@chk_th_skill2 = getskilllv(TF_MISS);
			.@chk_th_skill3 = getskilllv(TF_STEAL);
			.@chk_th_skill4 = getskilllv(TF_HIDING);
			.@chk_th_skill5 = getskilllv(TF_POISON);
			.@chk_th_skill6 = getskilllv(TF_DETOXIFY);

			if(.@chk_th_skill1 == 0 && .@chk_th_skill2 == 0 && .@chk_th_skill3 == 0 && .@chk_th_skill4 == 0 && .@chk_th_skill5 == 0 && .@chk_th_skill6 == 0){
				mes "[Yierhan]";
				mes "You haven't learned any skills yet? Come on, it's your skills that'll set you apart from Novices and everyone else!";
				close;
			} else {
				if(.@chk_th_skill1 > 0){
					mes "[Yierhan]";
					mes "Ah, so you've learned";
					mes "Level "+.@chk_th_skill1+" Double Attack.";
					mes "Nice! This skill gives you the chance to attack twice in one";
					mes "attack. Wicked!";
					next;
					mes "[Yierhan]";
					mes "It's a Passive skill, so it's always in effect and won't have to use any SP to use it. The higher your Double Attack skill level, the more double attacks you'll do.";
					next;
				}
				if(.@chk_th_skill2 > 0){
					mes "[Yierhan]";
					mes "Let's see...";
					mes "Level "+.@chk_th_skill2+" Increase Dodge?";
					mes "That increases your Flee Rate, meaning you've got a better chance of dodging attacks from your enemies.";
					next;
					mes "[Yierhan]";
					mes "Just like the Double Attack skill, Increase Dodge is a Passive skill. It won't use SP and it's always in";
					mes "effect. If you don't like to bruise, this is your skill.";
					next;
				}
				if(.@chk_th_skill3 > 0){
					mes "[Yierhan]";
					mes "Whoa, so you've";
					mes "got Level "+.@chk_th_skill3+" Steal~";
					mes "Now that's the skill which gives our job its name! You can't use";
					mes "it against people, though...";
					next;
					mes "[Yierhan]";
					mes "But you can use Steal to take items from monsters. If you're lucky, you can get some good items that way. Oh, and Steal doesn't affect monster drop rates.";
					next;
				}
				if(.@chk_th_skill4 > 0){
					mes "[Yierhan]";
					mes "You've learned";
					mes "Level "+.@chk_th_skill4+" Hiding?";
					mes "Let's see, you can only learn";
					mes "that after learning the Steal skill up to a certain level.";
					next;
					mes "[Yierhan]";
					mes "Of course, you use ";
					mes "the Hiding skill to hide underground in an emergency, like when you're surrounded by tough enemies. Be careful though...";
					next;
					mes "[Yierhan]";
					mes "Certain monsters will still be able to find you, no matter how well you hide. There are even a few monsters that can flush you out of hiding!";
					next;
				}
				if(.@chk_th_skill5 > 0){
					mes "[Yierhan]";
					mes "Alright, I see that you";
					mes "know Level "+.@chk_th_skill5+" Envenom.";
					mes "You like being dangerous,";
					mes "don't you?";
					next;
					mes "[Yierhan]";
					mes "This attack skill has the chance";
					mes "to poison your enemy for a set amount of time. While poisoned, an enemy will constantly lose its HP and will have decreased defense.";
					next;
					mes "[Yierhan]";
					mes "Eh, but remember.";
					mes "If the monster's too strong for you, you might not be able to poison it. So don't go crazy.";
					next;
				}
				if(.@chk_th_skill6 > 0){
					mes "[Yierhan]";
					mes "Level "+.@chk_th_skill6+" Detoxify.";
					mes "If you took the trouble to learn that, you must be the cautious";
					mes "type or something.";
					next;
					mes "[Yierhan]";
					mes "You can only learn Detoxify";
					mes "after you learn the Envenom skill. Detoxify allows you to counteract the effects of poison on a target.";
					next;
				}
			}
			mes "[Yierhan]";
			mes "Alright, I guess";
			mes "if you want to know";
			mes "about any other skills,";
			mes "I can explain real quick.";
			tu_thief01 = 3;
			getexp BaseLevel*30,BaseLevel*15;
			specialeffect(EF_HIT5, AREA, playerattached());
			close;
		} else if(tu_thief01 == 3){
			mes "So...";
			mes "Are there any";
			mes "skills you want";
			mes "explained or is this";
			mes "pretty much stuff you";
			mes "already know?";
			next;
			while(1){
				switch(select("Double Attack", "Increase Dodge", "Steal", "Hiding", "Envenom", "Detoxify", "I know enough.")) {
				case 1:
					mes "[Yierhan]";
					mes "Just like its name,";
					mes "Double Attack gives your attacks the chance to be a double attack, two strikes in one blow.";
					next;
					mes "[Yierhan]";
					mes "It's a Passive skill, so it's always in effect and won't have to use any SP to use it. The higher your Double Attack skill level, the more double attacks you'll do.";
					.@read_d = 1;
					next;
					break;
				case 2:
					mes "[Yierhan]";
					mes "Increase Dodge";
					mes "gives a nice boost";
					mes "to your Flee Rate that";
					mes "the other jobs don't offer.";
					mes "Why take your lumps when you";
					mes "can avoid them altogether?";
					next;
					mes "[Yierhan]";
					mes "Just like the Double Attack skill, Increase Dodge is a Passive skill. It won't use SP and it's always in";
					mes "effect. If you don't like to bruise, this is your skill.";
					.@read_f = 1;
					next;
					break;
				case 3:
					mes "[Yierhan]";
					mes "Steal is an Active Skill that has the chance of nabbing you some";
					mes "free items! You can't use it against other people, though.";
					next;
					specialeffect(EF_STEAL, AREA, playerattached());
					mes "[Yierhan]";
					mes "But you can use Steal to take items from monsters! If you're lucky, you can get some good items that way. Oh, and Steal doesn't affect monster drop rates.";
					.@read_s = 1;
					next;
					break;
				case 4:
					mes "[Yierhan]";
					mes "Hiding is an active skill where you submerge yourself underground. You can only stay hidden so long, and you can't move, but sometimes it's better than being found!";
					next;
					mes "[Yierhan]";
					mes "Of course, you use ";
					mes "the Hiding skill to hide underground in an emergency, like when you're surrounded by tough enemies. Be careful though...";
					next;
					mes "[Yierhan]";
					mes "Certain monsters will still be able to find you, no matter how well you hide. There are even a few monsters that can flush you out of hiding!";
					.@read_p = 1;
					next;
					break;
				case 5:
					mes "[Yierhan]";
					mes "Envenom is an offensive Active Skill that every Thief should know. But that's just what I think.";
					next;
					mes "[Yierhan]";
					mes "This attack skill has the chance";
					mes "to poison your enemy for a set amount of time. While poisoned, an enemy will constantly lose its HP and will have decreased defense.";
					mes "Remember that.";
					.@read_h = 1;
					next;
					break;
				case 6:
					mes "[Yierhan]";
					mes "Since Thieves deal";
					mes "quite a bit with poison,";
					mes "we've got to have a way";
					mes "to, well, have a taste";
					mes "of our own medicine.";
					next;
					mes "[Yierhan]";
					mes "You can learn Detoxify";
					mes "after you learn the Envenom skill. Detoxify allows you to counteract the effects of poison on a target.";
					.@read_r = 1;
					next;
					specialeffect(EF_DETOXICATION, AREA, playerattached());
					next;
					break;
				case 7:
					mes "[Yierhan]";
					mes "Yeah...";
					mes "I'm tired of explaining these skills anyway. Let's move on to";
					mes "the next part of Thief training...";
					next;
					mes "[Yierhan]";
					mes "Now that you're such an expert on skills, I want you to level up your skills and come back, got it?";
					tu_thief01 = 4;
					specialeffect(EF_HIT5, AREA, playerattached());
					if(.@read_d) getexp 300,100;
					if(.@read_f) getexp 300,100;
					if(.@read_s) getexp 300,100;
					if(.@read_p) getexp 300,100;
					if(.@read_h) getexp 300,100;
					if(.@read_r) getexp 300,100;
					close;
				}
			}
		} else if(tu_thief01 == 4){
			mes "Alright, we studied the skills and you've been practicing a little, right? You better have...";
			next;
			mes "[Yierhan]";
			mes "Alright, now I got some actual fight training I want you to do. Here's a chance for you to figure what skills are best for which situations.";
			next;
			mes "[Yierhan]";
			mes "Go and get me";
			mes "10 ^ff0000Feather of Birds^000000.";
			mes "You can go ahead and kill Pickies to get those. It really shouldn't be that hard. Oh, and use this Wing thingee to come back.";
			tu_thief01 = 5;
			savepoint "moc_ruins",80,164;
			getitem Wing_Of_Butterfly,1;
			getexp 100,50;
			specialeffect(EF_HIT5, AREA, playerattached());
			close2;
			warp "moc_fild12",158,373;
			end;
		} else if(tu_thief01 == 5 || tu_thief01 == 6){
			if(countitem(Feather_Of_Birds) < 10){
				mes "'Ey, you don't have the 10 ^ff0000Feather of Birds^000000 I asked you for! You gotta apply what you know, you know.";
				mes "Now hurry up and do it!";
				close2;
				warp "moc_fild07",203,38;
				end;
			} else {
				mes "Alright...!";
				mes "Nice work, pal.";
				mes "Seeing as you got these feathers, you must be really gung-ho about becoming a good Thief.";
				next;
				mes "[Yierhan]";
				mes "I hope you keep";
				mes "putting in the work";
				mes "to get better and better.";
				mes "Always do your best! Oh,";
				mes "and do you have any questions?";
				next;
				if(tu_thief01 == 6){
					switch(select("About those traces...", "Nope.")) {
					case 1:
						mes "[Yierhan]";
						mes "You found out, eh?";
						mes "Well, I didn't really";
						mes "wanna tell you this, on";
						mes "account of you bein' a brand";
						mes "brand new Thief and all, but...";
						next;
						mes "[Yierhan]";
						mes "There was this";
						mes "fight that was in";
						mes "the Southern part";
						mes "of this town.";
						next;
						mes "[Yierhan]";
						mes "Since it happened late at night, only a few people actually know about it. As for me, I stayed late at a guild meeting, so it was";
						mes "dumb luck that I saw it.";
						next;
						mes "[Yierhan]";
						mes "I went back to where the fight happened and I found traces that showed that the guys who were fighting went south.";
						next;
						mes "[Yierhan]";
						mes "Since poison was used in";
						mes "the fight, I'm guessing an Assassin was involved, but I can't be too sure. If you wanna check it out, follow the traces of that fight.";
						next;
						mes "[Yierhan]";
						mes "Eh, but be careful";
						mes "not to get too close";
						mes "to the poison! That stuff";
						mes "is pretty strong!";
						tu_thief01 = 8;
						getitem Main_Gauche,1;
						getexp 1000,500;
						specialeffect(EF_HIT5, AREA, playerattached());
						close;
					case 2:
						mes "[Yierhan]";
						mes "Good!";
						mes "Less work for me!";
						mes "Alright, you better get stronger the next time I see you. Oh, and you can have this stuff. You know, since you're so gangster and all.";
						tu_thief01 = 7;
						getitem Main_Gauche,1;
						getexp 500,200;
						specialeffect(EF_HIT5, AREA, playerattached());
						close;
					}
				} else {
					switch(select("It was nice to meet you.", "Nope.")) {
					case 1:
						mes "[Yierhan]";
						mes "Yeah, it was pretty cool just hanging out. Keep fighting";
						mes "monsters the way you do and";
						mes "you'll be a great Thief in no time.";
						next;
						mes "[Yierhan]";
						mes "And since I like";
						mes "you so much, kid,";
						mes "you can have this.";
						mes "Take it, it's yours!";
						break;
					case 2:
						mes "[Yierhan]";
						mes "Good!";
						mes "Less work for me!";
						mes "Alright, you better get stronger the next time I see you. Oh, and you can have this stuff. You know, since you're so gangster and all.";
						break;
					}
					tu_thief01 = 7;
					getitem Main_Gauche,1;
					getexp 500,200;
					specialeffect(EF_HIT5, AREA, playerattached());
					close;
				}
			}
		} else if(tu_thief01 == 7){
			mes "[Yierhan]";
			mes "You know...";
			mes "There was this";
			mes "fight that was in";
			mes "the Southern part";
			mes "of this town.";
			next;
			mes "[Yierhan]";
			mes "Since it happened late at night, only a few people actually know about it. As for me, I stayed late at a guild meeting, so it was";
			mes "dumb luck that I saw it.";
			next;
			mes "[Yierhan]";
			mes "I went back to where the fight happened and I found traces that showed that the guys who were fighting went south.";
			next;
			mes "[Yierhan]";
			mes "Since poison was used in";
			mes "the fight, I'm guessing an Assassin was involved, but I can't be too sure. If you wanna check it out, follow the traces of that fight.";
			next;
			mes "[Yierhan]";
			mes "Eh, but be careful";
			mes "not to get too close";
			mes "to the poison! That stuff";
			mes "is pretty strong!";
			next;
			mes "[Yierhan]";
			mes "Hey, you might run into";
			mes "poison, so remember that";
			mes "Green Herbs and Green Potions";
			mes "will counteract it. Oh, and keep in mind that Red Gemstones can";
			mes "be used in poison attacks.";
			next;
			mes "[Yierhan]";
			mes "Hey, if you do";
			mes "decide to check it";
			mes "out, be real careful";
			mes "other there, okay?";
			tu_thief01 = 8;
			getexp 200,100;
			specialeffect(EF_HIT5, AREA, playerattached());
			close;
		} else if(tu_thief01 == 8){
			mes "Heya pal.";
			mes "You doin' alright?";
			next;
			mes "[Yierhan]";
			mes "Fighting against something";
			mes "you know nothing about is always risky. Since I've heard there are outsiders around flaunting their power, you better be careful.";
			next;
			mes "[Yierhan]";
			mes "It's a good policy to just be really careful on your adventures. Look out for monsters and look";
			mes "out for people! Got it?";
			close;
		} else if(tu_thief01 < 26){
			mes "I heard there was";
			mes "this one Assassin";
			mes "that went on a mission";
			mes "and never returned.";
			next;
			mes "[Yierhan]";
			mes "What's so weird about it was that the Assassin Guild reported that the mission was completed!";
			mes "I remember hearing that guy";
			mes "was really good...";
			next;
			mes "[Yierhan]";
			mes "Crazy, isn't it?";
			mes "Anyway, take";
			mes "care of yourself.";
			close;
		} else if(tu_thief01 == 26){
			mes "'Ey, did you";
			mes "complete your mission?";
			mes "I know, I know, the thing you've gotta do is pretty rough.";
			next;
			switch(select("I'm still investigating.", "Not yet.", "Yes, I did.")) {
			case 1:
				mes "[Yierhan]";
				mes "Ah, gotcha. Well, that's understandable. I mean, these things take time, you know?";
				close;
			case 2:
				mes "[Yierhan]";
				mes "Yeah...?";
				mes "That's alright.";
				mes "I guess these kinds of things require patience. And thinking.";
				mes "You know, things I'm horrible at.";
				close;
			case 3:
				mes "[Yierhan]";
				mes "Alright...!";
				mes "So what's up?";
				mes "Hit me up with";
				mes "what you know~";
				next;
				mes "^3355FFYou explain the results of your investigation to Yierhan and tell him about the scrap of cloth you found on your mission.^000000";
				next;
				mes "[Yierhan]";
				mes "Scrap of cloth?";
				mes "Huh, alright. Say,";
				mes "lemme have a looksee.";
				next;
				mes "[Yierhan]";
				mes "Whoa!";
				mes "You did great.";
				mes "This is some pretty";
				mes "important information!";
				next;
				mes "[Yierhan]";
				mes "You see, the pattern on this cloth is sort of like one of the codes Assassins use. And this particular pattern looks like something from one of those higher Assassins.";
				next;
				mes "[Yierhan]";
				mes "I might be able to figure out what happened that night with the new information this cloth might lead me to. Thanks a lot!";
				next;
				mes "[Yierhan]";
				mes "From here on,";
				mes "the higher ups in the";
				mes "guild will take over this investigation. You did your job perfectly, so it's time for you to hone your skills.";
				next;
				mes "[Yierhan]";
				mes "Hey, this stuff is yours. Think of it as a reward for helping us out. Take care of yourself now~";
				tu_thief01 = 27;
				getitem Mantle,1;
				Zeny += 5000;
				getexp 8000,3000;
				close;
			}
		} else {
			mes "[Yierhan]";
			mes "Hey...";
			mes "You got dreams,";
			mes "don't you? I know,";
			mes "it's a bit of a deep";
			mes "subject I pulled outta";
			mes "nowhere, but...";
			next;
			mes "[Yierhan]";
			mes "I just like telling people to follow their dreams. So do it. Life without anything to look forward to is pretty boring, doncha think?";
			close;
		}
	} else if(Class == Job_Mage || Class == Job_Mage_High || Class == Job_Wizard || Class == Job_High_Wizard || Class == Job_Sage || Class == Job_Professor){
		if(tu_magician01 < 7){
			mes "[Yierhan]";
			mes "Heya.";
			mes "I'm the Thief trainer around here. Sure, it looks like we don't got much in common, but...";
			next;
			mes "[Yierhan]";
			mes "I actually got a few magic using friends here and there. That mystic stuff is waaay over my head, but";
			mes "I got a lotta respect for it.";
			close;
		} else if(tu_magician01 == 7){
			mes "Hm...?";
			mes "That's weird, usually only";
			mes "Thieves hang around this joint. What's someone like you doing";
			mes "here? Unless...";
			next;
			switch(select("I'm here on behalf of 'Mana.'")) {
			case 1:
				mes "[Yierhan]";
				mes "Right, you must be the help that Mana sent! You came just at the right time. You see, we found something weird in South Morroc.";
				next;
				mes "[Yierhan]";
				mes "Basically, we found traces of poison that were used in a fight. We were going to investigate it, but we've been swamped with all this other work.";
				next;
				mes "[Yierhan]";
				mes "That's why we've been asking";
				mes "for help from the Mage Guild. Fortunately, I'm pals with Mana, so...";
				next;
				mes "[Yierhan]";
				mes "Anyway, head over to";
				mes "South Morroc since it seems to be a good place to start investigating. You'll see what we found right outside the South Morroc gate.";
				tu_magician01 = 8;
				break;
			}
		} else if(tu_magician01 < 26){
			mes "I heard there was";
			mes "this one Assassin";
			mes "that went on a mission";
			mes "and never returned.";
			next;
			mes "[Yierhan]";
			mes "What's so weird about it was that the Assassin Guild reported that the mission was completed!";
			mes "I remember hearing that guy";
			mes "was really good...";
			next;
			mes "[Yierhan]";
			mes "Be careful, pal.";
			mes "It seems your";
			mes "investigation";
			mes "might be related to";
			mes "that mysterious Assassin...";
			close;
		} else if(tu_magician01 == 26){
			mes "So how's the";
			mes "investigation";
			mes "coming along?";
			mes "I've been so busy,";
			mes "I couldn't focus";
			mes "on it at all...";
			next;
			switch(select("I'm still investigating.", "I'm not done yet...", "Oh, I finished~")) {
			case 1:
				mes "[Yierhan]";
				mes "Ah, gotcha. Well, that's understandable. I mean, these things take time, you know?";
				close;
			case 2:
				mes "[Yierhan]";
				mes "Yeah...?";
				mes "That's alright.";
				mes "I guess these kinds of things require patience. And thinking.";
				mes "You know, things I'm horrible at.";
				close;
			case 3:
				mes "[Yierhan]";
				mes "Alright...!";
				mes "So what's up?";
				mes "Hit me up with";
				mes "what you know~";
				next;
				mes "^3355FFYou explain the results of your investigation to Yierhan and tell him about the scrap of cloth you found on your mission.^000000";
				next;
				mes "[Yierhan]";
				mes "Scrap of cloth?";
				mes "Huh, alright. Say,";
				mes "lemme have a looksee.";
				next;
				mes "[Yierhan]";
				mes "Whoa!";
				mes "You did great.";
				mes "This is some pretty";
				mes "important information!";
				next;
				mes "[Yierhan]";
				mes "You see, the pattern on this cloth is sort of like one of the codes Assassins use. And this particular pattern looks like something from one of those higher Assassins.";
				next;
				mes "[Yierhan]";
				mes "I might be able to figure out what happened that night with the new information this cloth might lead me to. Thanks a lot!";
				next;
				mes "[Yierhan]";
				mes "From here on,";
				mes "the higher ups in the";
				mes "guild will take over this investigation. You did your job perfectly, so it's time for you to hone your skills.";
				next;
				mes "[Yierhan]";
				mes "Hey, this stuff is yours. Think of it as a reward for helping us out. Right, and I'll let Mana know you did a great job. Take care of yourself now~";
				tu_magician01 = 27;
				Zeny += 5000;
				getexp 5000,2000;
				close;
			}
		} else {
			mes "Just as I thought,";
			mes "more than one group";
			mes "was involved in all this.";
			mes "Huh. Something real bad";
			mes "might happen soon...";
			close;
		}
	}
	mes "Some people think";
	mes "the desert is just a";
	mes "dangerous, uncomfortable";
	mes "place where no one wants";
	mes "to be. But there's all";
	mes "sorts of great stuff here.";
	next;
	mes "[Yierhan]";
	mes "We got the blazing heat that encourages skimpy outfits, we got... Cacti. We got more sand than the beach. Um... Sandstorms?";
	close;
}