summaryrefslogtreecommitdiff
path: root/npc/quests/monstertamers.txt
blob: 8e55e54a3286c34b0ad328341659fb90bb77fa67 (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
//================= 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)  L0ne_W0lf
//= Copyright (C)  SinSloth
//= Copyright (C)  Silent
//= Copyright (C)  Lupus
//= Copyright (C)  x[tsk]
//= Copyright (C)  Darkchild
//= Copyright (C)  kobra_k88
//=
//= 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/>.
//=========================================================================
//= Monster Tamers
//================= Description ===========================================
//= Cute pet quest items
//================= Current Version =======================================
//= 1.5
//=========================================================================

alberta_in,173,76,4	script	Monster Tamer#alb	4_M_TELEPORTER,{
	mes "[Iwado]";
	mes "This is the height of the era of Monster Taming! Don't you feel the need to gather monster items to be able to connect and to communicate with the Cute Monsters!?";
	next;
	switch(select("^3355FF' Monster Taming '^000000 ?", "Order ^3355FF' Monster Juice '^000000", "Order ^3355FF' Singing Flower '^000000", "Order ^3355FF' Wild Flower '^000000", "Cancel")) {
	case 1:
		mes "[Iwado]";
		mes "These monster items, necessary to communicate with monsters, are a must have! We, the members of the Monster Tamer Guild, have a very reasonable offer.";
		next;
		mes "[Iwado]";
		mes "We have a system that allows you";
		mes "to get your hands on these";
		mes "cool items without burden!";
		mes "Monster Juice !";
		mes "Singing Flower !";
		mes "Aaand....Wild Flower !";
		next;
		mes "[Iwado]";
		mes "To make";
		mes "Monster Juice, you need";
		mes "^3355FF1 Animal Gore^000000 and";
		mes "^3355FF2 Apple^000000.";
		next;
		mes "[Iwado]";
		mes "For 1 Singing Flower,";
		mes "you will need";
		mes "^3355FF1 Singing Plant^000000.";
		next;
		mes "[Iwado]";
		mes "If you want me to make";
		mes "1 Wild Flower,";
		mes "just give me";
		mes "^3355FF1 Fancy Flower^000000 and";
		mes "^3355FF1 Clover^000000.";
		close;
	case 2:
		mes "[Iwado]";
		mes "This is an item that is far beyond";
		mes "anything we humans can drink!";
		mes "Its name? ^3355FFMonster Juice^000000 !!";
		mes "The extremely sour taste";
		mes "is perfect for monsters. . .";
		next;
		if ((countitem(Animal_Blood) > 0) && (countitem(Apple) > 1)) {
			mes "[Iwado]";
			mes "Oh ! You have all the items to make 1 Monster Juice! Good, good! With all my pride as a monster tamer, I will make one for you right now.";
			next;
			mes "[Iwado]";
			mes "Got to twist these apples...";
			mes "Just right...";
			next;
			mes "^3355FF*Splash splash swoosh swhoosh splash splash*^000000";
			next;
			mes "[Iwado]";
			mes "Okay. All done!";
			mes "Please take it for the";
			mes "cute monster you";
			mes "are raising.";
			mes "Monster Juice!";
			delitem Apple,2;
			delitem Animal_Blood,1;
			getitem Monster_Juice,1; // Monster_Juice
			close;
		}
		else {
			mes "[Iwado]";
			mes "For the monster owner";
			mes "that loves to use monster juice...";
			mes "I have mastered the recipe for Monster Juice!";
			next;
			mes "[Iwado]";
			mes "If you bring me";
			mes "^3355FF1 Animal Gore^000000 and";
			mes "^3355FF2 Apple^000000";
			mes "With all my pride as a monster tamer, I will make it for you!";
			close;
		}
	case 3:
		mes "[Iwado]";
		mes "A flower with a song that is";
		mes "far beyond human comprehension!";
		mes "Its name? ^3355FFSinging Flower^000000!!";
		mes "A scent that makes you dizzy with pleasure. A perfect item for monsters...";
		next;
		if (countitem(Singing_Plant) > 0) {
			mes "[Iwado]";
			mes "Oh! You have all the items necessary to make 1 Singing Flower!! Good, good! With all my pride as a monster tamer, I will make it for you right away.";
			next;
			mes "[Iwado]";
			mes "Got to...";
			mes "Twist this...";
			mes "Just right...";
			next;
			mes "^3355FF*Crumble crumble scratch scratch*^000000";
			next;
			mes "[Iwado]";
			mes "Okay. All done!";
			mes "Please take it for the";
			mes "cute monster you";
			mes "are raising.";
			mes "Singing Flower!";
			delitem Singing_Plant,1;
			getitem Singing_Flower,1; // Singing_Flower
			close;
		}
		else {
			mes "[Iwado]";
			mes "For the monster owner";
			mes "that loves to use Singing Flower...";
			mes "I provide a way to make";
			mes "1 Singing Flower!";
			next;
			mes "[Iwado]";
			mes "If you bring me";
			mes "^3355FF1 Singing Plant ^000000,";
			mes "With all my pride as a monster tamer, I will make one for you right away!";
			close;
		}
	case 4:
		mes "[Iwado]";
		mes "This is a flower that is far beyond what humans can gaze at! Its name? ^3355FFWild Flower^000000 !! A troublesome design, but perfect for monsters!";
		next;
		if ((countitem(Fancy_Flower) > 0) && (countitem(Clover) > 0)) {
			mes "[Iwado]";
			mes "Oh! You have all the items necessary to make 1 Wild Flower! Good! Good! With all my pride as a monster tamer, I will make one for you right away.";
			next;
			mes "[IWado]";
			mes "Got to twist this...";
			mes "Just right...";
			next;
			mes "^3355FF*Crumble crumble rip rip*^000000";
			next;
			mes "[Iwado]";
			mes "Okay. All done!";
			mes "Please take it for the";
			mes "cute monsters you";
			mes "are raising.";
			mes "Wild Flower!";
			delitem Fancy_Flower,1;
			delitem Clover,1;
			getitem Wild_Flower,1; // Wild_Flower
			close;
		}
		else {
			mes "[Iwado]";
			mes "For the monster owner";
			mes "that loves to use Wild Flower...";
			mes "I provide a way to make";
			mes "1 Wild Flower!";
			next;
			mes "[Iwado]";
			mes "^3355FF1 Fancy Flower^000000 and";
			mes "^3355FF1 Clover^000000";
			mes "is all I need! If you bring those to me, I will make one for you with all my pride as a monster tamer!";
			close;
		}
	case 5:
		mes "[Iwado]";
		mes "Ah...!";
		mes "You must have not decided which Monster you want to raise.";
		next;
		mes "[Iwado]";
		mes "Definitely not a decision to be made carelessly! Your pet monster will accompany you throughout your life. Please take your time and return when you have decided.";
		close;
	}
}


aldeba_in,168,175,4	script	Monster Tamer#alde	4_M_TELEPORTER,{
	mes "[YuU]";
	mes "You must be looking for monster items! In making monster items, there is no monster tamer in Rune Midgard that's better than me.";
	next;
	mes "[YuU]";
	mes "I can make all sorts of neat things for your Cute Pet monster.";
	mes "Just ask~";
	next;
	switch(select("^3355FF' Monster Taming '^000000?", "Order ^3355FF' Skull Helm '^000000", "Order ^3355FF' Monster Oxygen Mask '^000000", "Order ^3355FF' Silk Ribbon '^000000", "Order ^3355FF' Stellar Hairpin '^000000", "Order ^3355FF' Tiny Egg Shell '^000000", "Order ^3355FF' Rocker Glasses '^000000", "Cancel")) {
	case 1:
		mes "[YuU]";
		mes "The monster items that are";
		mes "necessary to communicate";
		mes "with monsters...";
		mes "These are a must have!";
		mes "We Monster Tamer guild members'";
		mes "have a very reasonable offer.";
		next;
		mes "[YuU]";
		mes "We provide a system that allows you to get your hands on these cool items with less of the hassle!";
		mes "Silk Ribbon !";
		mes "Monster Oxygen Mask !";
		mes "Skull Helm !";
		next;
		mes "[YuU]";
		mes "Stellar Hairpin !";
		mes "Tiny Egg Shell !!";
		mes "Rocker Glasses !!!";
		next;
		mes "[YuU]";
		mes "1 Skull Helm requires";
		mes "1 ^3355FFBone Helm^000000";
		next;
		mes "[YuU]";
		mes "1 Monster Oxygen Mask requires";
		mes "1 ^3355FFOxygen Mask^000000.";
		next;
		mes "[YuU]";
		mes "1 Silk Ribbon requires";
		mes "1 ^3355FFRibbon^000000.";
		next;
		mes "[YuU]";
		mes "1 Stellar Hairpin requires";
		mes "1 ^3355FFStellar^000000.";
		next;
		mes "[YuU]";
		mes "1 Tiny Egg Shell requires";
		mes "1 ^3355FFEgg Shell^000000.";
		next;
		mes "[YuU]";
		mes "1 Rocker Glassess requires";
		mes "^3355FF400 Zeny^000000,";
		mes "2 ^3355FFZargon^000000 and";
		mes "1 ^3355FFRibbon^000000. ";
		next;
		mes "[YuU]";
		mes "Try your best to find these items so that you can raise a Cute Monster! Good luck!";
		close;
	case 2:
		mes "[YuU]";
		mes "This is an item far beyond what humans can wear! Its name? ^3355FFSkull Helm^000000! Disgusting on humans, but cute on monsters.";
		next;
		if (countitem(Bone_Helm) > 0) {
			mes "[YuU]";
			mes "Oh! You have all the items necessary to make Skull Helm! Good, good! With all my pride as a monster tamer, I will make it for you right away.";
			next;
			mes "[YuU]";
			mes "Got to rub";
			mes "this Bone Helm";
			mes "just right...";
			next;
			mes "[YuU]";
			mes "Okay. All done!";
			mes "Please take this for";
			mes "the cute monster you";
			mes "are raising.";
			mes "Skull Helm!";
			delitem Bone_Helm,1;
			getitem Skull_Helm,1; // Skull_Helm
			close;
		}
		else {
			mes "[YuU]";
			mes "For the monster owner that loves to spoil his or her monster, we provide one way to make a Skull Helm.";
			next;
			mes "[YuU]";
			mes "Just bring me...";
			mes "^3355FF1 Bone Helm^000000!";
			mes "With all my pride as a monster tamer, I will make it for you!";
			close;
		}
	case 3:
		mes "[YuU]";
		mes "This item is far beyond what humans can wear. Its name? ^3355FFMonster Oxygen Mask^000000! Show your monster that you care with this special gift.";
		next;
		if (countitem(Oxygen_Mask) > 0) {
			mes "[YuU]";
			mes "Oh! You have all the items necessary to make 1 Monster Oxygen Mask! Good, Good! With all my pride as a monster tamer, I will make it for you right away.";
			next;
			mes "[YuU]";
			mes "Got to pull apart";
			mes "this Oxygen Mask";
			mes "just right...";
			next;
			mes "^3355FF*Flip flop... Zowie!*^000000";
			next;
			mes "[YuU]";
			mes "Okay. All done.";
			mes "Please take it for";
			mes "the cute monster you";
			mes "are raising...";
			mes "Monster Oxygen Mask!";
			delitem Oxygen_Mask,1;
			getitem Monster_Oxygen_Mask,1; // Monster_Oxygen_Mask
			close;
		}
		else {
			mes "[YuU]";
			mes "For the monster owner that wants to pamper his or her monster with its very own breathing apparatus, we provide a way to create 1 Monster Oxygen Mask!";
			next;
			mes "[YuU]";
			mes "Bring me...";
			mes "^3355FF1 Oxygen Mask^000000.";
			mes "With all my pride as a monster tamer, I will make it for you right away!";
			close;
		}
	case 4:
		mes "[YuU]";
		mes "This is not an item that a normal human would dare to wear! Its name? ^3355FFSilk Ribbon^000000! Its perfect for monsters!";
		next;
		if (countitem(Ribbon) > 0) {
			mes "[YuU]";
			mes "Oh! You have all the items necessary to make 1 Silk Ribbon! Good, good! With all my pride as a monster tamer, I will make it for you right away!";
			next;
			mes "[YuU]";
			mes "Got to unravel";
			mes "this ribbon";
			mes "just right...";
			next;
			mes "[YuU]";
			mes "Okay. All done.";
			mes "Please take it for";
			mes "the cute monster you";
			mes "are raising.";
			mes "Silk Ribbon!";
			delitem Ribbon,1;
			getitem Silk_Ribbon,1; // Silk_Ribbon
			close;
		}
		else {
			mes "[YuU]";
			mes "For the monster owner that is fond of elegantly dressing their pets, we provide a way to create 1 Silk Ribbon!";
			next;
			mes "[YuU]";
			mes "Just bring me...";
			mes "^3355FF1 Ribbon^000000!";
			mes "with all my pride as a monster tamer, I will make it for you!";
			close;
		}
	case 5:
		mes "[YuU]";
		mes "This is an item far beyond the fashion sense of humans! Its name? ^3355FFStellar Hairpin^000000! It's dangerous for humans to wear, but fashionable of monsters.";
		next;
		if (countitem(Star_Dust) > 0) {
			mes "[YuU]";
			mes "Oh! You have all the items necessary to make 1 Stellar! Good, good! With all my pride as a monster tamer, I will make it for you right away.";
			next;
			mes "[YuU]";
			mes "Now, if I can";
			mes "only peel this";
			mes "without breaking it...";
			next;
			mes "^3355FF*Shine shine*^000000";
			next;
			mes "[YuU]";
			mes "Okay. All done.";
			mes "Please take it for";
			mes "the cute monster you";
			mes "are raising";
			mes "Stellar Hairpin!";
			delitem Star_Dust,1;  // Stellar
			getitem Stellar_Hairpin,1; // Stellar_Hairpin
			close;
		}
		else {
			mes "[YuU]";
			mes "For the monster owner that want the best for their cute pet, we provide a wait to create 1 Stellar Hairpin!";
			next;
			mes "[YuU]";
			mes "Just bring me...";
			mes "^3355FF 1 Stellar !^000000";
			mes "with all my pride as a monster tamer, I will make it for you!";
			close;
		}
	case 6:
		mes "[YuU]";
		mes "This is far beyond what the headwear that humans can don. Its name? ^3355FFTiny Egg Shell^000000! It has the shine of marble and the glow of youth!";
		next;
		if (countitem(Egg_Shell) > 0) {
			mes "[YuU]";
			mes "Oh! You have all the items necessary to make 1 Tiny Egg Shell! Good, good! With all my pride as a monster tamer, I will make it for you right away!";
			next;
			mes "[YuU]";
			mes "Got to";
			mes "shatter this";
			mes "just right...";
			next;
			mes "^3355FF*Scrub scrub squeeze squeeze*^000000";
			next;
			mes "[YuU]";
			mes "Okay. All done.";
			mes "Please take it for";
			mes "the cute monster you";
			mes "are raising";
			mes "Tiny Egg Shell!";
			delitem Egg_Shell,1;
			getitem Tiny_Egg_Shell,1; // Tiny_Egg_Shell
			close;
		}
		else {
			mes "[YuU]";
			mes "For the monster owner that is fond of eggs and fonder of egg shells, we provide a way to create 1 Tiny Egg Shell!";
			next;
			mes "[YuU]";
			mes "Just bring me...";
			mes "^3355FF1 Tiny Egg Shell^000000!";
			mes "with all my pride as a monster tamer, I will make it for you!";
			close;
		}
	case 7:
		mes "[YuU]";
		mes "Ah yes, this is eyewear far beyond the glasses of normal humans. Its name? ^3355FFRocker Glasses^000000! Suave eyewear for suave monsters~";
		next;
		if ((countitem(Zargon) > 1) && (countitem(Ribbon) > 0) && (Zeny > 399)) {
			mes "[YuU]";
			mes "Oh! You have all the items necessary to make 1 Rocker Glasses! Good, good! With all my pride as a monster tamer, I will make it for you right away!";
			next;
			mes "[YuU]";
			mes "Okay, now all I gotta do is take this Zargon and, um, make glasses lenses out of them. Somehow.";
			next;
			mes "^3355FF*Squeak squeak crush snap*^000000";
			next;
			mes "[YuU]";
			mes "Whew! Lucky!";
			mes "Somehow I did it.";
			mes "Please take this for";
			mes "the cute monster you";
			mes "are raising.";
			mes "Rocker Glasses!";
			delitem Zargon,2;
			delitem Ribbon,1;
			Zeny -= 400;
			getitem Rocker_Glasses,1; // Rocker_Glasses
			close;
		}
		else {
			mes "[YuU]";
			mes "For the monster owner that likes monster glasses, we provide a way to make Rocker Glasses!";
			next;
			mes "[YuU]";
			mes "Just bring me...";
			mes "^3355FF2 Zargon^000000";
			mes "^3355FF1 Ribbon^000000 and";
			mes "^3355FF400 zeny^000000. ";
			mes "I will make it for you, with all my pride as a monster tamer!";
			close;
		}
	case 8:
		mes "[YuU]";
		mes "Ah...!";
		mes "You must have not decided which Monster you want to raise.";
		next;
		mes "[YuU]";
		mes "Definitely not a decision to be made carelessly! Your pet monster will accompany you throughout your life. Please take your time and return when you have decided.";
		close;
	}
}

-	script	::MonsterTamer_izlude	FAKE_NPC,{
	mes "[Shogo]";
	mes "Are you pre-occupied with";
	mes "gathering items for monsters";
	mes "and want a break? ";
	mes "We will gather items";
	mes "for your Cute Pets.";
	next;
	switch(select("^3355FF' Monster Taming '^000000?", "Order ^3355FF' Book of Devil '^000000", "Order ^3355FF' No Recipient '^000000", "Order ^3355FF' Orc Trophy '^000000", "Cancel")) {
	case 1:
		mes "[Shogo]";
		mes "The monster taming items are necessary to communicate with the monster of your choice! We Monster Tamer guild members have a very reasonable offer...";
		next;
		mes "[Shogo]";
		mes "We provide a system that allows you to get your hands on these cool items with less of the hassle!";
		mes "Book of Devil!";
		mes "No Recipient!";
		mes "Orc Trophy!";
		next;
		mes "[Shogo]";
		mes "For 1 Book of Devil, you can exchange:";
		mes "^3355FF1 Old Magic Book^000000";
		mes "^3355FF2 Horrendous Mouth^000000.";
		next;
		mes "[Shogo]";
		mes "For 1 No Recipient, you can exchange ^3355FF1 Old Portrait^000000.";
		next;
		mes "[Shogo]";
		mes "Lastly, you can exchange";
		mes "^3355FF1 Chivalry Emblem^000000 and";
		mes "^3355FF1 Scorpion Tail^000000";
		mes "for 1 Orc Trophy.";
		mes "Try these fantastic items!";
		close;
	case 2:
		mes "[Shogo]";
		mes "This is an item far beyond what humans can read! Its name? ^3355FFBook of Devil^000000! A very mysterious item that can supposedly summon demons...";
		next;
		if ((countitem(Old_Magic_Book) > 0) && (countitem(Horrendous_Mouth) > 1)) {
			mes "[Shogo]";
			mes "Oh! You have all the items necessary to make 1 Book of Devil! Good, good! With all my pride as a monster tamer, I will make one for you right away.";
			next;
			mes "[Shogo]";
			mes "Let's see...";
			mes "Hmm, this is going to be hard.";
			next;
			mes "^3355FF*Knock knock scrape scrape*^000000";
			next;
			mes "[Shogo]";
			mes "Okay. All done.";
			mes "Please take it for";
			mes "the cute monster you";
			mes "are raising.";
			mes "Book of Devil!";
			delitem Horrendous_Mouth,2;
			delitem Old_Magic_Book,1;
			getitem Book_Of_Devil,1; // Book_Of_Devil
			close;
		}
		else {
			mes "[Shogo]";
			mes "For the owner that wishes to raise a monster that can be summoned using the Book of Devil, we provide a way to create 1 Book of Devil!";
			next;
			mes "[Shogo]";
			mes "Just bring me...";
			mes "^3355FF1 Old Magicbook^000000 and";
			mes "^3355FF2 Horrendous Mouth^000000!";
			mes "If you bring me these items, with all my pride as a monster tamer, I will make it for you!";
			close;
		}
	case 3:
		mes "[Shogo]";
		mes "This is an item which expresses feelings beyond what a human can feel. Its name? ^3355FFNo Recipient^000000! Who sent this letter, and who was supposed to receive it?";
		next;
		if (countitem(Old_Portrait) > 0) {
			mes "[Shogo]";
			mes "Oh! You have all the items necessary to make No Recipient! Good, good! With all my pride as a monster tamer, I will make one for you right away.";
			next;
			mes "[Shogo]";
			mes "Got to fold this Old Portrait just right...";
			next;
			mes "^3355FF*Scrape scrape brush brush*^000000";
			next;
			mes "[Shogo]";
			mes "Okay. All done.";
			mes "Please take this item";
			mes "for the cute monster";
			mes "you are raising.";
			mes "No Recipient!";
			delitem Old_Portrait,1;
			getitem No_Recipient,1; // No_Recipient
			close;
		}
		else {
			mes "[Shogo]";
			mes "For the monster owner that is fond of No Recipient, we provide a way to create to special item!";
			next;
			mes "[Shogo]";
			mes "Just bring me...";
			mes "^3355FF1 Old Portrait^000000!";
			mes "If you bring this to me, with all my pride as a monster tamer, I will make it for you!";
			close;
		}
	case 4:
		mes "[Shogo]";
		mes "This is an item far beyond the pride of humans!";
		mes "Its name?";
		mes "^3355FFOrc Trophy^000000!";
		next;
		if ((countitem(Patriotism_Marks) > 0) && (countitem(Scorpions_Tail) > 0)) {
			mes "[Shogo]";
			mes "Oh! You have all the items necessary to make an Orc Trophy! Good, good! With all my pride as a monster tamer, let me make one for you right away!";
			next;
			mes "[Shogo]";
			mes "Got to...";
			mes "Fit this Scorpion Tail...";
			mes "Just right...";
			next;
			mes "^3355FF*Clang clang Boong*^000000";
			next;
			mes "[Shogo]";
			mes "Okay. All done.";
			mes "Please take this for";
			mes "the cute monster";
			mes "you are raising...";
			mes "Orc Trophy!";
			delitem Scorpions_Tail,1;
			delitem Patriotism_Marks,1;
			getitem Horror_Of_Tribe,1; // Horror_Of_Tribe
			close;
		}
		else {
			mes "[Shogo]";
			mes "For the monster owner";
			mes "who is fond of Horror of Tribe...";
			mes "One way to make Horror of Tribe !";
			mes "^3355FF 1 Chivalry Emblem^000000!";
			mes "^3355FF 1 Scorpion Tail^000000!";
			next;
			mes "[Shogo]";
			mes "If you bring these items to me,";
			mes "with all my pride as a monster";
			mes "tamer, I will make it for you!";
			close;
		}
	case 5:
		mes "[Shogo]";
		mes "Ah...!";
		mes "You must have not decided which Monster you want to raise.";
		next;
		mes "[Shogo]";
		mes "Definitely not a decision to be made carelessly! Your pet monster will accompany you throughout your life. Please take your time and return when you have decided.";
		close;
	}
}

comodo,112,182,0	script	Munak's Grandma	8_F_GRANDMOTHER,{
	if (countitem(Girls_Diary) > 0) {
		mes "[Munak's grandma]";
		mes "Oh my...";
		mes "Have you seen my granddaughter,";
		if (Sex == SEX_MALE) {
			mes "boy? My poor granddaughter";
		}
		else {
			mes "young lady? My poor granddaughter";
		}
		mes "has been missing...";
		next;
		mes "[Munak's Grandma]";
		mes "I can't remember exactly when it";
		mes "was, but when I lived in Payon, I";
		mes "had a cute granddaughter. She";
		mes "was really happy when I made her";
		mes "hair like ^000077Danggie^000000...";
		next;
		mes "[Munak's Grandma]";
		mes "She was alwaying working with the";
		mes "village chief... She was such a sweet";
		mes "girl, and always got along with";
		mes "chief's son...";
		next;
		mes "[Munak's Grandma]";
		mes "But one day our deity became angry";
		mes "and cursed the chief's son with a";
		mes "sickness! The village had to offer";
		mes "my granddaughter to him as a";
		mes "companion to lift the curse...";
		next;
		mes "[Munak's Grandma]";
		mes "The chief's son regained his";
		mes "health, but I lost my";
		mes "granddaughter! I can't look at him";
		mes "and not think of her, so I tried to";
		mes "leave my misery behind and came";
		mes "here to Comodo...";
		next;
		switch(select("Oh come on! Cheer up!", "Um, is this diary...?")) {
		case 1:
			mes "[Munak's Grandma]";
			mes "It seems my granddaughter haunts my";
			mes "dreams every night. I believe I've";
			mes "been trying to cheer up for years";
			mes "now...";
			close;
		case 2:
			if (countitem(Danggie) > 0) {
				mes "[Munak's Grandma]";
				mes "Oh god!";
				mes "It's my granddaughter's diary!";
				mes "Th-This is her writing! Oh my...!";
				next;
				mes "[Munak's Grandma]";
				if (Sex == SEX_MALE) {
					mes "Young man... I'll read this to you if";
				}
				else {
					mes "Young lady... I'll read this to you if";
				}
				mes "you give it to me with a Danggie,";
				mes "please. I no longer have anything";
				mes "that belonged to her now...";
				next;
				switch(select("No way.", "Ok, I will.")) {
				case 1:
					mes "[Munak's Grandma]";
					mes "Oh...?";
					if (Sex == SEX_MALE) {
						mes "Alright, young man.";
						mes "Thank you anyway.";
					}
					else {
						mes "Thank you anyway,";
						mes "young lady";
					}
					next;
					mes "[Munak's Grandma]";
					mes "It's alright...";
					mes "I can only hope that the deity is";
					mes "taking good care of her!";
					close;
				case 2:
					delitem 1558,1;
					delitem 901,1;
					mes "[Munak's Grandma]";
					if (Sex == SEX_MALE) {
						mes "Oh!";
						mes "Thank you,";
						mes "young man~!";
					}
					else {
						mes "Goodness!";
						mes "Thank you,";
						mes "young lady...";
					}
					next;
					mes "[Munak's Grandma]";
					mes "Alright...";
					mes "I'll read this.";
					mes "Let me see...";
					next;
					mes "[Munak's Grandma]";
					mes "It seems that my granddaughter was";
					mes "treated by the chief like his own";
					mes "child! There are so many happy";
					mes "memories in this book!";
					next;
					getitem 659,1;
					mes "[Munak's Grandma]";
					mes "Oh, thank you. I now have a good";
					mes "keepsake of my granddaughter. Thank";
					mes "you so much! May God-Poing bless";
					mes "you!";
					close;
				}
			}
			else {
				mes "[Munak's Grandma]";
				mes "What? A diary? What's that diary...?";
				mes "I don't... I can't remember, oh my...";
				next;
				mes "[Munak's Grandma]";
				mes "I really wish I could make her hair";
				mes "into a ^000077Danggie^000000 again. I really";
				mes "wish... Oh, oh my granddaughter...";
				close;
			}
		}
	}
	else {
		mes "[Munak's Grandma]";
		mes "My own granddaughter...";
		mes "Why did she have to leave...?";
		close;
	}
}