summaryrefslogtreecommitdiff
path: root/npc/quests/first_class/tu_ma_th01.txt
blob: 70966ad735e669e494f3d4ae0b0858088194618d (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
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
//===== Hercules Script ======================================
//= Thief Mage Quest Story Mode
//===== By: ==================================================
//= Fix up by Jukka
//===== Current Version: =====================================
//= 1.3
//===== Description: =========================================
//= [Official Conversion]
//= Battle Traces from Thief and Magician training quests.
//===== Additional Comments: =================================
//= 1.0 Fully working
//= 1.1 optimized [Lupus]
//= 1.2 Changed "battle_trace" to "Trace of Battle". [L0ne_W0lf]
//= 1.3 Misc. updates. [L0ne_W0lf]
//============================================================

// Battle Traces 1
//============================================================
moc_fild12,166,369,0	script	Trace of Battle#1	CLEAR_NPC,{
	if(BaseClass == Job_Thief){
		if(tu_thief01 < 5){
			mes "^3355FFYou find traces of poison";
			mes "used in a battle. You sense";
			mes "its potency and decide not";
			mes "to get too close to it.^000000";
			close;
		} else if(tu_thief01 == 5){
			mes "^3355FFYou find traces of poison";
			mes "used in a battle. A feeling";
			mes "of acute dizziness overcomes";
			mes "you after examining the scene.^000000";
			tu_thief01 = 6;
			sc_start SC_POISON,60000,0;
			specialeffect EF_VENOMDUST2;
			close;
		} else if(tu_thief01 == 6){
			mes "^3355FFYou find traces of poison";
			mes "used in a battle. A feeling";
			mes "of acute dizziness overcomes";
			mes "you after examining the scene.^000000";
			sc_start SC_POISON,60000,0;
			specialeffect EF_VENOMDUST2;
			close;
		} else if(tu_thief01 == 7){
			mes "^3355FFYou find traces of poison";
			mes "used in a battle. You sense";
			mes "its potency and decide not";
			mes "to get too close to it.^000000";
			close;
		} else if(tu_thief01 == 8){
			mes "^3355FFThere are traces of a battle";
			mes "that seem to be leading in";
			mes "different directions. From the";
			mes "peculiar smell that permeates";
			mes "the area, it seems that some";
			mes "kind of lethal poison was used.^000000";
			next;
			mes "^3355FFStill...";
			mes "The trail of this";
			mes "battle decidedly";
			mes "heads southward.^000000";
			tu_thief01 = 9;
			close;
		} else {
			mes "^3355FFYou find signs of";
			mes "a heated pursuit";
			mes "that head south.";
			close;
		}
	}
	if(BaseClass == Job_Mage){
		if(tu_magician01 < 8){
			mes "^3355FFYou find traces of poison";
			mes "used in a battle. You sense";
			mes "its potency and decide not";
			mes "to get too close to it.^000000";
			specialeffect EF_VENOMDUST2;
			close;
		} else if(tu_magician01 == 8){
			mes "^3355FFThere are traces of a battle";
			mes "that seem to be leading in";
			mes "different directions. From the";
			mes "peculiar smell that permeates";
			mes "the area, it seems that some";
			mes "kind of lethal poison was used.^000000";
			next;
			mes "^3355FFStill...";
			mes "The trail of this";
			mes "battle decidedly";
			mes "heads southward.^000000";
			tu_magician01 = 9;
			close;
		} else {
			mes "^3355FFYou find signs of";
			mes "a heated pursuit";
			mes "that head south.";
			close;
		}
	}
	mes "^3355FFThere are signs that show";
	mes "that some violent scuffle";
	mes "might have occurred here,";
	mes "but you can't tell what had";
	mes "happened exactly...^000000";
	close;
}

// Battle Traces 2
//============================================================
moc_fild12,173,215,0	script	Trace of Battle#2	CLEAR_NPC,{
	if(BaseClass == Job_Thief){
		if(tu_thief01 < 9){
			mes "^3355FFThere are signs";
			mes "that many people";
			mes "have traveled through";
			mes "this particular area.^000000";
			close;
		} else if(tu_thief01 == 9){
			mes "^3355FFYou've found traces";
			mes "of the pursuit which";
			mes "continue eastward.^000000";
			tu_thief01 = 10;
			close;
		} else {
			mes "^3355FFThese traces of";
			mes "the pursuit lead";
			mes "towards the east.^000000";
			close;
		}
	} else if(BaseClass == Job_Mage){
		if(tu_magician01 < 9){
			mes "^3355FFThere are signs";
			mes "that many people";
			mes "have traveled through";
			mes "this particular area.^000000";
			close;
		} else if(tu_magician01 == 9){
			mes "^3355FFYou've found traces";
			mes "of the pursuit which";
			mes "continue eastward.^000000";
			tu_magician01 = 10;
			close;
		} else {
			mes "^3355FFThese traces of";
			mes "the pursuit lead";
			mes "towards the east.^000000";
			close;
		}
	}
	mes "^3355FFThere are signs that show";
	mes "that some violent scuffle";
	mes "might have occurred here,";
	mes "but you can't tell what had";
	mes "happened exactly...^000000";
	close;
}

// Battle Traces 3
//============================================================
moc_fild12,276,165,0	script	Trace of Battle#3	CLEAR_NPC,{
	if(BaseClass == Job_Thief){
		if(tu_thief01 < 10){
			mes "^3355FFThere are signs";
			mes "that many people";
			mes "have traveled through";
			mes "this particular area.^000000";
			close;
		} else if(tu_thief01 == 10){
			mes "^3355FFYou examine these traces";
			mes "and notice that one set of";
			mes "footprints looks almost too";
			mes "pronounced, as if it had been";
			mes "made for somebody to find.^000000";
			tu_thief01 = 11;
			close;
		} else {
			mes "^3355FFIt's a very";
			mes "strange looking";
			mes "set of footprints.^000000";
			close;
		}
	} else if(BaseClass == Job_Mage){
		if(tu_magician01 < 10){
			mes "^3355FFThere are signs";
			mes "that many people";
			mes "have traveled through";
			mes "this particular area.^000000";
			close;
		} else if(tu_magician01 == 10){
			mes "^3355FFYou examine these traces";
			mes "and notice that one set of";
			mes "footprints looks almost too";
			mes "pronounced, as if it had been";
			mes "made for somebody to find.^000000";
			tu_magician01 = 11;
			close;
		} else {
			mes "^3355FFIt's a very";
			mes "strange looking";
			mes "set of footprints.^000000";
			close;
		}
	}
	mes "^3355FFThese look like";
	mes "traces of some kind";
	mes "of pursuit or battle, but";
	mes "you can't really tell for sure.^000000";
	close;
}

// Battle Traces 4
//============================================================
moc_fild11,39,163,0	script	Trace of Battle#4	CLEAR_NPC,{
	if(BaseClass == Job_Thief){
		if(tu_thief01 < 11){
			mes "^3355FFThere are signs";
			mes "that many people";
			mes "have traveled through";
			mes "this particular area.^000000";
			close;
		} else if(tu_thief01 == 11){
			mes "^3355FFFrom these traces,";
			mes "you see that another";
			mes "set of footprints has";
			mes "been added. It looks like";
			mes "someone } else got involved.";
			mes "These prints are distinctly";
			mes "clearer and much smaller.^000000";
			tu_thief01 = 12;
			close;
		} else {
			mes "^3355FFFrom these traces,";
			mes "you see that another";
			mes "person has gotten involved";
			mes "in this heated scuffle.^000000";
			close;
		}
	} else if(BaseClass == Job_Mage){
		if(tu_magician01 < 11){
			mes "^3355FFThere are signs";
			mes "that many people";
			mes "have traveled through";
			mes "this particular area.^000000";
			close;
		} else if(tu_magician01 == 11){
			mes "^3355FFFrom these traces,";
			mes "you see that another";
			mes "set of footprints has";
			mes "been added. It looks like";
			mes "someone } else got involved.";
			mes "These prints are distinctly";
			mes "clearer and much smaller.^000000";
			tu_magician01 = 12;
			close;
		} else {
			mes "^3355FFFrom these traces,";
			mes "you see that another";
			mes "person has gotten involved";
			mes "in this heated scuffle.^000000";
			close;
		}
	}
	mes "^3355FFThere are signs that show";
	mes "that some violent scuffle";
	mes "might have occurred here,";
	mes "but you can't tell what had";
	mes "happened exactly...^000000";
	close;
}

// Battle Traces 5
//============================================================
moc_fild11,205,52,0	script	Trace of Battle#5	CLEAR_NPC,{
	if(BaseClass == Job_Thief){
		if(tu_thief01 < 12){
			mes "^3355FFThere are signs";
			mes "that many people";
			mes "have traveled through";
			mes "this particular area.^000000";
			close;
		} else if(tu_thief01 == 12){
			mes "^3355FFThe traces of the battle";
			mes "now split and head towards";
			mes "the north and south. However,^000000";
			if(countitem(506) == 0){
				mes "^3355FFthere is a puddle of strong poison that you must neutralize before you can investigate this scene.^000000";
				close;
			} else {
				mes "^3355FFthere is a puddle of strong poison that you must neutralize before you can investigate this scene.^000000";
				next;
				mes "^3355FFFortunately, you can";
				mes "temporarily nullify the";
				mes "poison by using one";
				mes "of your Green Potions.^000000";
				next;
				switch(select("Use Green Potion.:Don't use it.")){
				case 1:
					mes "^3355FFThe poison weakens";
					mes "and some of it evaporates,";
					mes "revealing a piece of cloth that";
					mes "was hidden in that puddle.^000000";
					next;
					switch(select("Don't investigate.:Investigate.")){
					case 1:
						mes "["+strcharinfo(0)+"]";
						mes "A piece of cloth";
						mes "is nothing to be";
						mes "concerned about.";
						close;
					case 2:
						mes "["+strcharinfo(0)+"]";
						mes "Hey... There's";
						mes "blood on this cloth";
						mes "and some writing on";
						mes "it that I can't recognize.";
						mes "Hopefully, this'll provide";
						mes "some sort of clue to all this?";
						tu_thief01 = 13;
						next;
						mes "^3355FFYou take the piece";
						mes "of cloth from the puddle";
						mes "of poison and keep it with you.^000000";
						close;
					}
				case 2:
					mes "["+strcharinfo(0)+"]";
					mes "Hmm...";
					mes "It'll probably be";
					mes "faster if I follow this";
					mes "trail, rather than stop to";
					mes "investigate this scene.";
					close;
				}
			}
		} else {
			mes "^3355FFYou can't find";
			mes "anything } else here,";
			mes "aside from the traces";
			mes "that split and lead both";
			mes "northward and southward.^000000";
			close;
		}
	} else if(BaseClass == Job_Mage){
		if(tu_magician01 < 12){
			mes "^3355FFThere are signs";
			mes "that many people";
			mes "have traveled through";
			mes "this particular area.^000000";
			close;
		} else if(tu_magician01 == 12){
			mes "^3355FFThe traces of the battle";
			mes "now split and head towards";
			mes "the north and south. However,^000000";
			if(countitem(506) == 0){
				mes "^3355FFthere is a puddle of strong poison that you must neutralize before you can investigate this scene.^000000";
				close;
			} else {
				mes "^3355FFthere is a puddle of strong poison that you must neutralize before you can investigate this scene.^000000";
				next;
				mes "^3355FFFortunately, you can";
				mes "temporarily nullify the";
				mes "poison by using one";
				mes "of your Green Potions.^000000";
				next;
				switch(select("Use Green Potion.:Don't use it.")){
				case 1:
					mes "^3355FFThe poison weakens";
					mes "and some of it evaporates,";
					mes "revealing a piece of cloth that";
					mes "was hidden in that puddle.^000000";
					next;
					switch(select("Don't investigate.:Investigate.")){
					case 1:
						mes "["+strcharinfo(0)+"]";
						mes "A piece of cloth";
						mes "is nothing to be";
						mes "concerned about.";
						close;
					case 2:
						mes "["+strcharinfo(0)+"]";
						mes "Hey... There's";
						mes "blood on this cloth";
						mes "and some writing on";
						mes "it that I can't recognize.";
						mes "Hopefully, this'll provide";
						mes "some sort of clue to all this?";
						tu_magician01 = 13;
						next;
						mes "^3355FFYou take the piece";
						mes "of cloth from the puddle";
						mes "of poison and keep it with you.^000000";
						close;
					}
				case 2:
					mes "["+strcharinfo(0)+"]";
					mes "Hmm...";
					mes "It'll probably be";
					mes "faster if I follow this";
					mes "trail, rather than stop to";
					mes "investigate this scene.";
					close;
				}
			}
		} else {
			mes "^3355FFYou can't find";
			mes "anything } else here,";
			mes "aside from the traces";
			mes "that split and lead both";
			mes "northward and southward.^000000";
			close;
		}
	}
	mes "^3355FFThese look like";
	mes "traces of some kind";
	mes "of pursuit or battle, but";
	mes "you can't really tell for sure.^000000";
	close;
}

// Battle Traces 6
//============================================================
moc_fild11,226,235,0	script	Trace of Battle#6	CLEAR_NPC,{
	if(BaseClass == Job_Thief){
		if(tu_thief01 < 13){
			mes "^3355FFThere are signs";
			mes "that many people";
			mes "have traveled through";
			mes "this particular area.^000000";
			close;
		} else {
			mes "^3355FFThese footprints";
			mes "look like they're";
			mes "heading towards the";
			mes "north from the south.";
			mes "But you can't really";
			mes "be sure just yet.^000000";
			close;
		}
	} else if(BaseClass == Job_Mage){
		if(tu_magician01 < 13){
			mes "^3355FFThere are signs";
			mes "that many people";
			mes "have traveled through";
			mes "this particular area.^000000";
			close;
		} else {
			mes "^3355FFThese footprints";
			mes "look like they're";
			mes "heading towards the";
			mes "north from the south.";
			mes "But you can't really";
			mes "be sure just yet.^000000";
			close;
		}
	}
	mes "^3355FFThese look like";
	mes "traces of some kind";
	mes "of pursuit or battle, but";
	mes "you can't really tell for sure.^000000";
	close;
}

// Battle Traces 7
//============================================================
moc_fild11,184,342,0	script	Trace of Battle#7	CLEAR_NPC,{
	if(BaseClass == Job_Thief){
		if(tu_thief01 < 13){
			mes "^3355FFThere are signs";
			mes "that many people";
			mes "have traveled through";
			mes "this particular area.^000000";
			close;
		} else {
			mes "^3355FFThe trail here looks pretty";
			mes "muddled, since it looks like";
			mes "they battled here for quite a";
			mes "while. But the footprints are";
			mes "definitely heading south.^000000";
			close;
		}
	} else if(BaseClass == Job_Mage){
		if(tu_magician01 < 13){
			mes "^3355FFThere are signs";
			mes "that many people";
			mes "have traveled through";
			mes "this particular area.^000000";
			close;
		} else {
			mes "^3355FFThe trail here looks pretty";
			mes "muddled, since it looks like";
			mes "they battled here for quite a";
			mes "while. But the footprints are";
			mes "definitely heading south.^000000";
			close;
		}
	}
	mes "^3355FFThese look like";
	mes "traces of some kind";
	mes "of pursuit or battle, but";
	mes "you can't really tell for sure.^000000";
	close;
}

// Battle Traces 8
//============================================================
moc_fild17,213,358,0	script	Trace of Battle#8	CLEAR_NPC,{
	if(BaseClass == Job_Thief){
		if(tu_thief01 < 13){
			mes "^3355FFThere are two";
			mes "distinct sets of";
			mes "footprints in this";
			mes "area, but they don't";
			mes "hold any significance";
			mes "right about now.^000000";
			close;
		} else if(tu_thief01 == 13){
			mes "^3355FFAround here, it";
			mes "looks like there are";
			mes "only two sets of footprints.";
			mes "What happened to the other";
			mes "set that you found earlier?^000000";
			tu_thief01 = 14;
			close;
		} else {
			mes "^3355FFFrom the evidence";
			mes "that you've found here,";
			mes "it looks like the battle";
			mes "involves only two people";
			mes "from this point onward.^000000";
			close;
		}
	} else if(BaseClass == Job_Mage){
		if(tu_magician01 < 13){
			mes "^3355FFThere are two";
			mes "distinct sets of";
			mes "footprints in this";
			mes "area, but they don't";
			mes "hold any significance";
			mes "right about now.^000000";
			close;
		} else if(tu_magician01 == 13){
			mes "^3355FFAround here, it";
			mes "looks like there are";
			mes "only two sets of footprints.";
			mes "What happened to the other";
			mes "set that you found earlier?^000000";
			tu_magician01 = 14;
			close;
		} else {
			mes "^3355FFFrom the evidence";
			mes "that you've found here,";
			mes "it looks like the battle";
			mes "involves only two people";
			mes "from this point onward.^000000";
			close;
		}
	}
	mes "^3355FFThese look like";
	mes "traces of some kind";
	mes "of pursuit or battle, but";
	mes "you can't really tell for sure.^000000";
	close;
}

// Battle Traces 9
//============================================================
moc_fild17,228,274,0	script	Trace of Battle#9	CLEAR_NPC,{
	if(BaseClass == Job_Thief){
		if(tu_thief01 < 14){
			mes "^3355FFTraces of some";
			mes "sort of battle are";
			mes "scattered all over";
			mes "this particular area.^000000";
			close;
		} else if(tu_thief01 == 14){
			mes "^3355FFYou follow the trail";
			mes "and although traces from";
			mes "the north and southeast mix";
			mes "together, it looks like the battle continues towards the east.";
			mes "But you should check this";
			mes "spot a little bit more...^000000";
			tu_thief01 = 15;
			close;
		} else if(tu_thief01 == 15){
			.@seek_tm = rand(1,10);
			if(.@seek_tm == 7){
				mes "^3355FFAfter investigating this";
				mes "area more thoroughly,";
				mes "you find another piece of";
				mes "cloth stained with blood.";
				mes "You decide to keep it with";
				mes "you, hoping that it will";
				mes "provide more clues.^000000";
				tu_thief01 = 16;
				close;
			} else {
				mes "^3355FFYou don't find anything,";
				mes "but you still can't shake";
				mes "the feeling that there is";
				mes "some important clue that";
				mes "you have to find here. It won't hurt to keep investigating here.^000000";
				close;
			}
		} else {
			mes "^3355FFYou better continue";
			mes "following this trail";
			mes "which leads westward.^000000";
			close;
		}
	} else if(BaseClass == Job_Mage){
		if(tu_magician01 < 14){
			mes "^3355FFTraces of some";
			mes "sort of battle are";
			mes "scattered all over";
			mes "this particular area.^000000";
			close;
		} else if(tu_magician01 == 14){
			mes "^3355FFYou follow the trail";
			mes "and although traces from";
			mes "the north and southeast mix";
			mes "together, it looks like the battle continues towards the east.";
			mes "But you should check this";
			mes "spot a little bit more...^000000";
			tu_magician01 = 15;
			close;
		} else if(tu_magician01 == 15){
			.@seek_tm1 = rand(1,10);
			if(.@seek_tm1 == 7){
				mes "^3355FFAfter investigating this";
				mes "area more thoroughly,";
				mes "you find another piece of";
				mes "cloth stained with blood.";
				mes "You decide to keep it with";
				mes "you, hoping that it will";
				mes "provide more clues.^000000";
				tu_magician01 = 16;
				close;
			} else {
				mes "^3355FFYou don't find anything,";
				mes "but you still can't shake";
				mes "the feeling that there is";
				mes "some important clue that";
				mes "you have to find here. It won't hurt to keep investigating here.^000000";
				close;
			}
		} else {
			mes "^3355FFYou better continue";
			mes "following this trail";
			mes "which leads westward.^000000";
			close;
		}
	}
	mes "^3355FFThese look like";
	mes "traces of some kind";
	mes "of pursuit or battle, but";
	mes "you can't really tell for sure.^000000";
	close;
}

// Battle Traces 10
//============================================================
moc_fild17,34,292,0	script	Trace of Battle#10	CLEAR_NPC,{
	if(BaseClass == Job_Thief){
		if(tu_thief01 < 16){
			mes "^3355FFThere are signs";
			mes "showing that a lot";
			mes "of people were in";
			mes "this area earlier.^000000";
			close;
		} else if(tu_thief01 == 16){
			mes "^3355FFThe lead set of footprints,";
			mes "probably belonging to the one";
			mes "who was being pursued, look";
			mes "more erratic, as if exhaustion";
			mes "and desperation were setting in. These traces lead to the west.^000000";
			tu_thief01 = 17;
			close;
		} else {
			mes "^3355FFThe trail from";
			mes "this point heads";
			mes "towards the west.^000000";
			close;
		}
	} else if(BaseClass == Job_Mage){
		if(tu_magician01 < 16){
			mes "^3355FFThere are signs";
			mes "showing that a lot";
			mes "of people were in";
			mes "this area earlier.^000000";
			close;
		} else if(tu_magician01 == 16){
			mes "^3355FFThe lead set of footprints,";
			mes "probably belonging to the one";
			mes "who was being pursued, look";
			mes "more erratic, as if exhaustion";
			mes "and desperation were setting in. These traces lead to the west.^000000";
			tu_magician01 = 17;
			close;
		} else {
			mes "^3355FFThe trail from";
			mes "this point heads";
			mes "towards the west.^000000";
			close;
		}
	}
	mes "^3355FFThese look like";
	mes "traces of some kind";
	mes "of pursuit or battle, but";
	mes "you can't really tell for sure.^000000";
	close;
}

// Battle Traces 11
//============================================================
moc_fild18,346,296,0	script	Trace of Battle#11	CLEAR_NPC,{
	if(BaseClass == Job_Thief){
		if(tu_thief01 < 17){
			mes "^3355FFThere are signs";
			mes "showing that a lot";
			mes "of people were in";
			mes "this area earlier.^000000";
			close;
		} else if(tu_thief01 == 17){
			mes "^3355FFFollowing the";
			mes "trail, you see signs";
			mes "that blood was spilled";
			mes "in this area. It looks like";
			mes "someone was injured";
			mes "pretty badly around here.^000000";
			tu_thief01 = 18;
			close;
		} else {
			mes "^3355FFSince someone involved";
			mes "in this conflict was bleeding,";
			mes "further traces of this pursuit";
			mes "might be easier to find now.^000000";
			close;
		}
	} else if(BaseClass == Job_Mage){
		if(tu_magician01 < 17){
			mes "^3355FFThere are signs";
			mes "showing that a lot";
			mes "of people were in";
			mes "this area earlier.^000000";
			close;
		} else if(tu_magician01 == 17){
			mes "^3355FFFollowing the";
			mes "trail, you see signs";
			mes "that blood was spilled";
			mes "in this area. It looks like";
			mes "someone was injured";
			mes "pretty badly around here.^000000";
			tu_magician01 = 18;
			close;
		} else {
			mes "^3355FFSince someone involved";
			mes "in this conflict was bleeding,";
			mes "further traces of this pursuit";
			mes "might be easier to find now.^000000";
			close;
		}
	}
	mes "^3355FFThese look like";
	mes "traces of some kind";
	mes "of pursuit or battle, but";
	mes "you can't really tell for sure.^000000";
	close;
}

// Battle Traces 12
//============================================================
moc_fild18,309,257,0	script	Trace of Battle#12	CLEAR_NPC,{
	if(BaseClass == Job_Thief){
		if(tu_thief01 < 18){
			mes "^3355FFThere are signs";
			mes "showing that a lot";
			mes "of people were in";
			mes "this area earlier.^000000";
			close;
		} else if(tu_thief01 == 18){
			mes "^3355FFThese traces lead";
			mes "northward and it looks";
			mes "like whoever is doing";
			mes "the chasing is getting";
			mes "much closer to his prey.^000000";
			tu_thief01 = 19;
			close;
		} else {
			mes "^3355FFThe trail of this";
			mes "pursuit now leads";
			mes "towards the north.^000000";
			close;
		}
	} else if(BaseClass == Job_Mage){
		if(tu_magician01 < 18){
			mes "^3355FFThere are signs";
			mes "showing that a lot";
			mes "of people were in";
			mes "this area earlier.^000000";
			close;
		} else if(tu_magician01 == 18){
			mes "^3355FFThese traces lead";
			mes "northward and it looks";
			mes "like whoever is doing";
			mes "the chasing is getting";
			mes "much closer to his prey.^000000";
			tu_magician01 = 19;
			close;
		} else {
			mes "^3355FFThe trail of this";
			mes "pursuit now leads";
			mes "towards the north.^000000";
			close;
		}
	}
	mes "^3355FFThese look like";
	mes "traces of some kind";
	mes "of pursuit or battle, but";
	mes "you can't really tell for sure.^000000";
	close;
}

// Battle Traces 13
//============================================================
moc_fild18,177,333,0	script	Trace of Battle#13	CLEAR_NPC,{
	if(BaseClass == Job_Thief){
		if(tu_thief01 < 19){
			mes "^3355FFThere are signs";
			mes "showing that a lot";
			mes "of people were in";
			mes "this area earlier.^000000";
			close;
		} else if(tu_thief01 == 19){
			mes "^3355FFJudging from these";
			mes "traces, it looks like";
			mes "even more people have";
			mes "joined the battle which";
			mes "now seems to be leading";
			mes "in the southwest direction.^000000";
			tu_thief01 = 20;
			close;
		} else {
			mes "^3355FFIt looks like";
			mes "the battle heads";
			mes "towards the southwest";
			mes "from this particular point.^000000";
			close;
		}
	} else if(BaseClass == Job_Mage){
		if(tu_magician01 < 19){
			mes "A large group of people seem to have gone by.";
			close;
		} else if(tu_magician01 == 19){
			mes "^3355FFJudging from these";
			mes "traces, it looks like";
			mes "even more people have";
			mes "joined the battle which";
			mes "now seems to be leading";
			mes "in the southwest direction.^000000";
			tu_magician01 = 20;
			close;
		} else {
			mes "^3355FFIt looks like";
			mes "the battle heads";
			mes "towards the southwest";
			mes "from this particular point.^000000";
			close;
		}
	}
	mes "^3355FFThese look like";
	mes "traces of some kind";
	mes "of pursuit or battle, but";
	mes "you can't really tell for sure.^000000";
	close;
}

// Battle Traces 14
//============================================================
moc_fild18,111,303,0	script	Trace of Battle#14	CLEAR_NPC,{
	if(BaseClass == Job_Thief){
		if(tu_thief01 < 20){
			mes "^3355FFThere are signs";
			mes "showing that a lot";
			mes "of people were in";
			mes "this area earlier.^000000";
			close;
		} else if(tu_thief01 == 20){
			mes "^3355FFIn this area, it looks";
			mes "like even more people";
			mes "joined in this battle and";
			mes "the pursuit clearly heads";
			mes "towards the south.^000000";
			tu_thief01 = 21;
			close;
		} else {
			mes "^3355FFThe trail of";
			mes "this battle heads";
			mes "towards the south.^000000";
			close;
		}
	} else if(BaseClass == Job_Mage){
		if(tu_magician01 < 20){
			mes "^3355FFThere are signs";
			mes "showing that a lot";
			mes "of people were in";
			mes "this area earlier.^000000";
			close;
		} else if(tu_magician01 == 20){
			mes "^3355FFIn this area, it looks";
			mes "like even more people";
			mes "joined in this battle and";
			mes "the pursuit clearly heads";
			mes "towards the south.^000000";
			tu_magician01 = 21;
			close;
		} else {
			mes "^3355FFThe trail of";
			mes "this battle heads";
			mes "towards the south.^000000";
			close;
		}
	}
	mes "^3355FFThese look like";
	mes "traces of some kind";
	mes "of pursuit or battle, but";
	mes "you can't really tell for sure.^000000";
	close;
}

// Battle Traces 15
//============================================================
moc_fild18,109,197,0	script	Trace of Battle#15	CLEAR_NPC,{
	if(BaseClass == Job_Thief){
		if(tu_thief01 < 21){
			mes "^3355FFThere are signs";
			mes "showing that a lot";
			mes "of people were in";
			mes "this area earlier.^000000";
			close;
		} else if(tu_thief01 == 21){
			mes "^3355FFThis area is clearly";
			mes "marked with signs";
			mes "of a violent battle, with";
			mes "traces of poison strewn";
			mes "all over the ground.^000000";
			next;
			switch(select("Continue following the traces.:Further investigate the area.")){
			case 1:
				mes "^3355FFYou examine the";
				mes "trail, but can't really";
				mes "discern the direction";
				mes "in which the battle";
				mes "continues...^000000";
				close;
			case 2:
				mes "^3355FFYou find a bunch of";
				mes "traps that use different";
				mes "kinds of poison. The ones";
				mes "that have been set off are";
				mes "mixed with the ones which";
				mes "haven't been triggered.^000000";
				tu_thief01 = 22;
				close;
			}
		} else if(tu_thief01 == 22){
			.@trap_tm = rand(1,3);
			if(.@trap_tm == 3){
				mes "^3355FFOne trap in particular";
				mes "stands out to you more";
				mes "than the rest. Perhaps";
				mes "you should pour some";
				mes "Green Potion on it to";
				mes "neutralize it first.^000000";
				next;
				switch(select("Pour Green Potion.:Don't use Green Potion.")){
				case 1:
					if(countitem(506) < 1){
						mes "^3355FFUnfortunately, you";
						mes "don't have a Green";
						mes "Potion that you can";
						mes "use to pour on this trap...^000000";
						close;
					} else {
						mes "^3355FFPouring that";
						mes "Green Potion didn't";
						mes "really make anything";
						mes "happen. Perhaps you";
						mes "should try something else.^000000";
						delitem 506,1; //Green_Potion
						tu_thief01 = 23;
						close;
					}
				case 2:
					mes "["+strcharinfo(0)+"]";
					mes "I guess...";
					mes "I'll try investigating";
					mes "this area a little more?";
					close;
				}
			} else {
				mes "^3355FFBy sheer accident,";
				mes "you set off one of";
				mes "the traps in the area.^000000";
				sc_start SC_POISON,60000,0;
				specialeffect EF_VENOMDUST2;
				percentheal -30,0;
				close;
			}
		} else if(tu_thief01 == 23){
			if(countitem(511) > 0 || countitem(716) > 0){
				if(countitem(511) > 0 && countitem(716) > 0){
					mes "^3355FFYou try grinding";
					mes "a Green Herb and";
					mes "sprinkling it on the";
					mes "trap and then place";
					mes "a Red Gemstone on it.";
					mes "The gem glows and";
					mes "slowly melts away...^000000";
					next;
					mes "^3355FFAlthough you don't";
					mes "fully understand the";
					mes "science of using poisons";
					mes "or antidotes, you managed";
					mes "to successfully dismantle";
					mes "the trap. Now you can safely";
					mes "check what might be inside.^000000";
					delitem 511,1; //Green_Herb
					delitem 716,1; //Red_Gemstone
					tu_thief01 = 24;
					close;
				} else if(countitem(511) > 0){
					mes "^3355FFYou should try to";
					mes "dismantle this trap";
					mes "by using other catalysts";
					mes "related to the curing or";
					mes "use of poison. You do have";
					mes "a Green Herb on you, so you";
					mes "try sprinkling it on the trap.^000000";
					next;
					mes "^3355FFHowever, nothing";
					mes "happens. It seems that";
					mes "you need another catalyst";
					mes "in addition to the Green Herb";
					mes "that you have in order to";
					mes "dismantle this trap.^000000";
					close;
				} else {
					mes "^3355FFYou should try to";
					mes "dismantle this trap";
					mes "by using other catalysts";
					mes "related to the curing or use";
					mes "of poison. You do have a";
					mes "Red Gemstone, so you grind";
					mes "it and sprinkle it on the trap.^000000";
					next;
					mes "^3355FFHowever, nothing";
					mes "happens. It seems that";
					mes "you need another catalyst to";
					mes "use with the Red Gemstone";
					mes "that you have in order to";
					mes "dismantle this trap.^000000";
					close;
				}
			} else {
				mes "^3355FFYou should try to";
				mes "dismantle this trap";
				mes "by using other catalysts";
				mes "related to the curing or";
				mes "use of poison. But what";
				mes "items should you bring?^000000";
				close;
			}
		} else if(tu_thief01 == 24){
			mes "^3355FFInside the dismantled";
			mes "trap, you find another";
			mes "piece of strange cloth";
			mes "that's stained with blood.";
			mes "You take it with you in";
			mes "hopes that it provides";
			mes "some kind of evidence.^000000";
			tu_thief01 = 25;
			close;
		} else {
			mes "^3355FFYou examine the area";
			mes "a little further and guess";
			mes "that the battle might head";
			mes "towards the south.^000000";
			close;
		}
	} else if(BaseClass == Job_Mage){
		if(tu_magician01 < 21){
			mes "A large group of people seem to have gone by.";
			close;
		} else if(tu_magician01 == 21){
			mes "^3355FFThis area is clearly";
			mes "marked with signs";
			mes "of a violent battle, with";
			mes "traces of poison strewn";
			mes "all over the ground.^000000";
			next;
			switch(select("Continue following the traces.:Further investigate the area.")){
			case 1:
				mes "^3355FFYou examine the";
				mes "trail, but can't really";
				mes "discern the direction";
				mes "in which the battle";
				mes "continues...^000000";
				close;
			case 2:
				mes "^3355FFYou find a bunch of";
				mes "traps that use different";
				mes "kinds of poison. The ones";
				mes "that have been set off are";
				mes "mixed with the ones which";
				mes "haven't been triggered.^000000";
				tu_magician01 = 22;
				close;
			}
		} else if(tu_magician01 == 22){
			.@trap_tm = rand(1,3);
			if(.@trap_tm == 3){
				mes "^3355FFOne trap in particular";
				mes "stands out to you more";
				mes "than the rest. Perhaps";
				mes "you should pour some";
				mes "Green Potion on it to";
				mes "neutralize it first.^000000";
				next;
				switch(select("Pour Green Potion.:Don't use Green Potion.")){
				case 1:
					if(countitem(506) < 1){
						mes "^3355FFUnfortunately, you";
						mes "don't have a Green";
						mes "Potion that you can";
						mes "use to pour on this trap...^000000";
						close;
					} else {
						mes "^3355FFPouring that";
						mes "Green Potion didn't";
						mes "really make anything";
						mes "happen. Perhaps you";
						mes "should try something else.^000000";
						delitem 506,1; //Green_Potion
						tu_magician01 = 23;
						close;
					}
				case 2:
					mes "["+strcharinfo(0)+"]";
					mes "I guess...";
					mes "I'll try investigating";
					mes "this area a little more?";
					close;
				}
			} else {
				mes "^3355FFBy sheer accident,";
				mes "you set off one of";
				mes "the traps in the area.^000000";
				sc_start SC_POISON,60000,0;
				specialeffect EF_VENOMDUST2;
				percentheal -30,0;
				close;
			}
		} else if(tu_magician01 == 23){
			if(countitem(511) > 0 || countitem(716) > 0){
				if(countitem(511) > 0 && countitem(716) > 0){
					mes "^3355FFYou try grinding";
					mes "a Green Herb and";
					mes "sprinkling it on the";
					mes "trap and then place";
					mes "a Red Gemstone on it.";
					mes "The gem glows and";
					mes "slowly melts away...^000000";
					next;
					mes "^3355FFAlthough you don't";
					mes "fully understand the";
					mes "science of using poisons";
					mes "or antidotes, you managed";
					mes "to successfully dismantle";
					mes "the trap. Now you can safely";
					mes "check what might be inside.^000000";
					delitem 511,1; //Green_Herb
					delitem 716,1; //Red_Gemstone
					tu_magician01 = 24;
					close;
				} else if(countitem(511) > 0){
					mes "^3355FFYou should try to";
					mes "dismantle this trap";
					mes "by using other catalysts";
					mes "related to the curing or";
					mes "use of poison. You do have";
					mes "a Green Herb on you, so you";
					mes "try sprinkling it on the trap.^000000";
					next;
					mes "^3355FFHowever, nothing";
					mes "happens. It seems that";
					mes "you need another catalyst";
					mes "in addition to the Green Herb";
					mes "that you have in order to";
					mes "dismantle this trap.^000000";
					close;
				} else {
					mes "^3355FFYou should try to";
					mes "dismantle this trap";
					mes "by using other catalysts";
					mes "related to the curing or use";
					mes "of poison. You do have a";
					mes "Red Gemstone, so you grind";
					mes "it and sprinkle it on the trap.^000000";
					next;
					mes "^3355FFHowever, nothing";
					mes "happens. It seems that";
					mes "you need another catalyst to";
					mes "use with the Red Gemstone";
					mes "that you have in order to";
					mes "dismantle this trap.^000000";
					close;
				}
			} else {
				mes "^3355FFYou should try to";
				mes "dismantle this trap";
				mes "by using other catalysts";
				mes "related to the curing or";
				mes "use of poison. But what";
				mes "items should you bring?^000000";
				close;
			}
		} else if(tu_magician01 == 24){
			mes "^3355FFInside the dismantled";
			mes "trap, you find another";
			mes "piece of strange cloth";
			mes "that's stained with blood.";
			mes "You take it with you in";
			mes "hopes that it provides";
			mes "some kind of evidence.^000000";
			tu_magician01 = 25;
			close;
		} else {
			mes "^3355FFYou examine the area";
			mes "a little further and guess";
			mes "that the battle might head";
			mes "towards the south.^000000";
			close;
		}

	}
	mes "^3355FFThese look like";
	mes "traces of some kind";
	mes "of pursuit or battle, but";
	mes "you can't really tell for sure.^000000";
	close;
}

// Battle Traces 16
//============================================================
moc_fild18,156,96,0	script	Trace of Battle#16	CLEAR_NPC,{
	if(BaseClass == Job_Thief){
		if(tu_thief01 < 25){
			mes "^3355FFThere are signs";
			mes "that a large group";
			mes "of people have been in";
			mes "this area for some reason.^000000";
			close;
		} else if(tu_thief01 == 25){
			mes "^3355FFThese traces lead";
			mes "to the edge of the cliff.";
			mes "marking the end of the trail.";
			mes "Apparently, the one who was";
			mes "being chased met his fate here.^000000";
			next;
			mes "^3355FFThere are many footprints";
			mes "leading to the edge of the";
			mes "cliff and all of them leave";
			mes "this scene, save for the set";
			mes "of footprints that distinctly";
			mes "belong to the person who";
			mes "was pursued all this time...^3355FF";
			next;
			mes "^3355FFIt looks like you've";
			mes "learned all that you can";
			mes "from this investigation. You";
			mes "better return and report your";
			mes "findings to Yierhan soon.^000000";
			tu_thief01 = 26;
			close;
		} else {
			mes "^3355FFThis is the end";
			mes "of the trail. There";
			mes "aren't any more traces";
			mes "of the battle left to find.^000000";
			close;
		}
	} else if(BaseClass == Job_Mage){
		if(tu_magician01 < 25){
			mes "^3355FFThere are signs";
			mes "that a large group";
			mes "of people have been in";
			mes "this area for some reason.^000000";
			close;
		} else if(tu_magician01 == 25){
			mes "^3355FFThese traces lead";
			mes "to the edge of the cliff.";
			mes "marking the end of the trail.";
			mes "Apparently, the one who was";
			mes "being chased met his fate here.^000000";
			next;
			mes "^3355FFThere are many footprints";
			mes "leading to the edge of the";
			mes "cliff and all of them leave";
			mes "this scene, save for the set";
			mes "of footprints that distinctly";
			mes "belong to the person who";
			mes "was pursued all this time...^3355FF";
			next;
			mes "^3355FFIt looks like you've";
			mes "learned all that you can";
			mes "from this investigation. You";
			mes "better return and report your";
			mes "findings to Yierhan soon.^000000";
			tu_magician01 = 26;
			close;
		} else {
			mes "^3355FFThis is the end";
			mes "of the trail. There";
			mes "aren't any more traces";
			mes "of the battle left to find.^000000";
			close;
		}
	}
	mes "^3355FFThese look like";
	mes "traces of some kind";
	mes "of pursuit or battle, but";
	mes "you can't really tell for sure.^000000";
	close;
}