summaryrefslogtreecommitdiff
path: root/npc/re/quests/eden/56-70.txt
blob: 79a6af3ec05ffd8e44da0ba5849f0d4a82bcea2d (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
//===== rAthena Script =======================================
//= Eden Group Quests - Mission [56 - 70]
//===== By: ==================================================
//= L0ne_W0lf
//===== Current Version: =====================================
//= 1.4
//===== Compatible With: =====================================
//= rAthena SVN
//===== Description: =========================================
//= Repetable Quests for Players between Baselevel 56 - 70.
//===== Additional Comments: =================================
//= 1.0 First Version.
//= 1.1 Some little optimization here and there. [Masao]
//= 1.2 Added checkquest confirmation for -1. [Euphy]
//= 1.3 Fixed Puppet Master's Agony Quest (12217 -> 3259). [Joseph]
//= 1.4 Fixed invalid check (Magic Wand Quest). [Joseph]
//============================================================

moc_para01,42,38,3	script	Mission [56 - 70]	857,{
	if (checkquest(12217) > -1) erasequest 12217;
	if (countitem(6219)) {
		mes "Here is the list of various adventures for level 55~70 adventurers.";
		next;
		mes "Lots of missions such as a Monster Hunting, Delivery Goods, Finding People.";
		next;
		switch (select("Mission Numbers 1~5:Mission Numbers 6~10:Mission Numbers 11~15")) {
		case 1:
			switch (select("What is this Bandage?:Dangerous Alligators.:That wasn't a mermaid...:My country is calling me!")) {
			case 1:
				if (checkquest(3250) <= 0) {
					mes "This mission is assigned by the Rekenber corporation from Lighthalzen. Below are the details.";
					next;
					mes "Rekenber corporation is about to launch a new project called 'Green Medical Center'. For the first product of the project, we are preparing well-being Bandages.";
					next;
					mes "Regarding the project, we need to research monster's reactions when they are wrapped with Rotten Bandages.";
					next;
					mes "If you are interested, please hunt 30 Mummies and bring 30 Rotten Bandages. You can find them in the Pyramid West of Morroc.";
					next;
					mes "Please confirm it to us after you complete the mission, then we will give you proper rewards.";
					next;
					mes "- Rekenber corporation chief director 'Julie E Delph' -";
					next;
					mes " ";
					next;
					mes "Would you like to accept this mission?";
					next;
					switch (select("Accept the mission.:Do not accept the mission.")) {
					case 1:
						if ((BaseLevel > 54) && (BaseLevel < 71)) {
							setquest 3250;
							mes "I have successfully accepted the mission. I have to come back and confirm my work after I complete the mission.";
							next;
							mes "This mission doesn't have time limits.";
							close;
						}
						mes "These missions are not fit for my level. I should look for other missions.";
						close;
					case 2:
						close;
					}
				}
				if (checkquest(3250,HUNTING) == 1) {
					mes "You have an on-going mission. Would you like to check the details?";
					next;
					switch (select("Check the details.:Cancel.")) {
					case 1:
						mes "This mission is assigned by the Rekenber corporation from Lighthalzen. Below are the details.";
						next;
						mes "Rekenber corporation is about to launch a new project called 'Green Medical Center'. For the first product of the project, we are preparing well-being Bandages.";
						next;
						mes "Regarding the project, we need to research monster's reactions when they are wrapped with Rotten Bandages.";
						next;
						mes "If you are interested, please hunt 30 Mummies and bring 30 Rotten Bandages. You can find them in the Pyramid West of Morroc.";
						next;
						mes "Please confirm it to us after you complete the mission, then we will give you proper rewards.";
						next;
						mes "- Rekenber corporation chief director 'Julie E Delph' -";
						close;
					case 2:
						close;
					}
				}
				if ((checkquest(3250,HUNTING) == 2) && (countitem(930) > 19)) {
					mes "I have done pretty well for the mission. Should I report it now?";
					next;
					switch (select("Report the mission.:Do not report it yet.")) {
					case 1:
						delitem 930,20; //Rotten_Bandage
						getexp 15000,5000;
						erasequest 3250;
						mes "You have completed the mission. Get rewards.";
						close;
					case 2:
						close;
					}
				}
			case 2:
				if (checkquest(3251) <= 0) {
					mes "This mission is assigned by the Comodo cooperative society. Below are the details.";
					next;
					mes "Alligators have gone wild these days, they attack women and drunken people who hang out near the beach.";
					next;
					mes "This is a very shameful situation for us, the most wonderful vacation spot in Rune-Midgard.";
					next;
					mes "So, it would be very helpful if you hunt 30 Alligators to clean out this situation.";
					next;
					mes "Please confirm it to us after you complete the mission, then we will give you proper rewards.";
					next;
					mes " ";
					next;
					mes "Would you like to accept this mission?";
					next;
					switch (select("Accept the mission.:Do not accept the mission.")) {
					case 1:
						if ((BaseLevel > 54) && (BaseLevel < 71)) {
							setquest 3251;
							mes "I have successfully accepted the mission. I have to come back and confirm my work after I complete the mission.";
							next;
							mes "This mission doesn't have time limits.";
							close;
						}
						mes "These missions are not fit for my level. I should look for other missions.";
						close;
					case 2:
						close;
					}
				}
				if (checkquest(3251,HUNTING) == 1) {
					mes "You have an on-going mission. Would you like to check the details?";
					next;
					switch (select("Check the details.:Cancel.")) {
					case 1:
						mes "This mission is assigned by the Comodo cooperative society. Below are the details.";
						next;
						mes "Alligators have gone wild these days, they attack women and drunken people who hang out near the beach.";
						next;
						mes "This is a very shameful situation for us, the most wonderful vacation spot in Rune-Midgard.";
						next;
						mes "So, it would be very helpful if you hunt 30 Alligators to clean out this situation.";
						next;
						mes "Please confirm it to us after you complete the mission, then we will give you proper rewards.";
						close;
					case 2:
						close;
					}
				}
				if (checkquest(3251,HUNTING) == 2) {
					mes "I have done pretty well for the mission. Should I report it now?";
					next;
					switch (select("Report the mission.:Do not report it yet.")) {
					case 1:
						getexp 16000,6000;
						erasequest 3251;
						mes "You have completed the mission. Get rewards.";
						close;
					case 2:
						close;
					}
				}
			case 3:
				if (checkquest(3252) <= 0) {
					mes "This mission is assigned by an unknown client from Izlude.";
					next;
					mes "I have admired the beach of Izlude, ever since I was born.";
					next;
					mes "When I was young, I found a mysterious creature in the Izlude dungeon, I had never seen something like that before...";
					next;
					mes "I instantly thought it was a mermaid. I was so supprised, I have studied about mermaids in whole my life.";
					next;
					mes "But, as I studied harder, I found that the creature was not a mermaid... yes, It wasn't beautiful at all like other mermaids...";
					next;
					mes "I finally tracked down the fact that it was a Merman, not a Mermaid!";
					next;
					mes "Merman... I have wasted my life studying this monster! So please hunt 30 Mermans to make me feel better.";
					next;
					mes "Please confirm it to us after you complete the mission, then we will give you proper rewards.";
					next;
					mes "-- Izlude 'The Lost dream mermaid' --";
					next;
					mes " ";
					next;
					mes "Would you like to accept this mission?";
					next;
					switch (select("Accept the mission.:Do not accept the mission.")) {
					case 1:
						if ((BaseLevel > 54) && (BaseLevel < 71)) {
							setquest 3252;
							mes "I have successfully accepted the mission. I have to come back and confirm my work after I complete the mission.";
							next;
							mes "This mission doesn't have time limits.";
							close;
						}
						mes "These missions are not fit for my level. I should look for other missions.";
						close;
					case 2:
						close;
					}
				}
				if (checkquest(3252,HUNTING) == 1) {
					mes "You have an on-going mission. Would you like to check the details?";
					next;
					switch (select("Check the details.:Cancel.")) {
					case 1:
						mes "This mission is assigned by an unknown client from Izlude.";
						next;
						mes "I have admired the beach of Izlude, ever since I was born.";
						next;
						mes "When I was young, I found a mysterious creature in the Izlude dungeon, I had never seen something like that before.";
						next;
						mes "I instantly thought it was a mermaid. I was so supprised, I have studied about mermaids in whole my life.";
						next;
						mes "But, as I studied harder, I found that the creature was not a mermaid... yes, It wasn't beautiful at all like other mermaids...";
						next;
						mes "I finally tracked down the fact that it was a Merman, not a Mermaid!";
						next;
						mes " Merman... I have wasted my life studying this monster! So please hunt 30 Mermans to make me feel better.";
						next;
						mes "Please confirm it to us after you complete the mission, then we will give you proper rewards.";
						next;
						mes "-- Izlude 'The Lost dream mermaid' --";
						close;
					case 2:
						close;
					}
				}
				if (checkquest(3252,HUNTING) == 2) {
					mes "I have done pretty well for the mission. Should I report it now?";
					next;
					switch (select("Report the mission.:Do not report it yet.")) {
					case 1:
						getexp 17000,8000;
						erasequest 3252;
						mes "You have completed the mission. Get rewards.";
						close;
					case 2:
						close;
					}
				}
			case 4:
				if (checkquest(3254) <= 0) {
					mes "This mission is assigned by the government officer of the Rune-Midgarts Kingdom.";
					next;
					mes "To prevent a flood in Prontera, we decided to build a huge dam to regulate the water supply.";
					next;
					mes "But, we are shorthanded on supplies and we need to collect Fine Sand and Grit.";
					next;
					mes "So, we would like to ask for help. People, please bring us 10 Fine Sand and 30 Grit each so we can build the dam.";
					next;
					mes "You can get those materials from Sand Man, I wish you good luck!";
					next;
					mes "Please confirm it to us after you complete the mission, then we will give you proper rewards.";
					next;
					mes "-- Government officer of the Rune-Midgarts Kingdom, Dufre Kent --";
					next;
					switch (select("Accept the mission.:Do not accept the mission.")) {
					case 1:
						if ((BaseLevel > 54) && (BaseLevel < 71)) {
							setquest 3254;
							mes "I have successfully accepted the mission. I have to come back and confirm my work after I complete the mission.";
							next;
							mes "This mission doesn't have time limits.";
							close;
						}
						mes "These missions are not fit for my level. I should look for other missions.";
						close;
					case 2:
						close;
					}
				}
				if ((checkquest(3254) == 1) && (countitem(7043) < 10) && (countitem(1056) < 30)) {
					mes "You have an on-going mission. Would you like to check the details?";
					next;
					switch (select("Check the details.:Cancel.")) {
					case 1:
						mes "This mission is assigned by the government officer of the Rune-Midgarts Kingdom.";
						next;
						mes "To prevent a flood in Prontera, we decided to build a huge dam to regulate the water supply.";
						next;
						mes "But, we are shorthanded on supplies and we need to collect Fine Sand and Grit.";
						next;
						mes "So, we would like to ask for help. People, please bring us 10 Fine Sand and 30 Grit each so we can build the dam.";
						next;
						mes "You can get those materials from Sand Man, I wish you good luck!";
						next;
						mes "Please confirm it to us after you complete the mission, then we will give you proper rewards.";
						next;
						mes "-- Government officer of the Rune-Midgarts Kingdom, Dufre Kent --";
						close;
					case 2:
						close;
					}
				}
				if ((checkquest(3254) == 1) && (countitem(7043) > 9) && (countitem(1056) > 29)) {
					mes "I have done pretty well for the mission. Should I report it now?";
					next;
					switch (select("Report the mission.:Do not report it yet.")) {
					case 1:
						delitem 7043,10; //Fine_Sand
						delitem 1056,30; //Grit
						getexp 18000,8000;
						erasequest 3254;
						mes "You have completed the mission. Get rewards.";
						close;
					case 2:
						close;
					}
				}
				if (checkquest(3254) == 2) {
					mes "This mission is assigned by the government officer of the Rune-Midgarts Kingdom.";
					next;
					mes "To prevent a flood in Prontera, we decided to build a huge dam to regulate the water supply.";
					next;
					mes "But, we are shorthanded on supplies and we need to collect Fine Sand and Grit.";
					next;
					mes "So, we would like to ask for help. People, please bring us 10 Fine Sand and 30 Grit each so we can build the dam.";
					next;
					mes "You can get those materials from Sand Man, I wish you good luck!";
					next;
					mes "Please confirm it to us after you complete the mission, then we will give you proper rewards.";
					next;
					mes "-- Government officer of the Rune-Midgarts Kingdom, Dufre Kent --";
					next;
					switch (select("Accept the mission.:Do not accept the mission.")) {
					case 1:
						if ((BaseLevel > 54) && (BaseLevel < 71)) {
							setquest 3254;
							mes "I have successfully accepted the mission. I have to come back and confirm my work after I complete the mission.";
							next;
							mes "This mission doesn't have time limits.";
							close;
						}
						mes "These missions are not fit for my level. I should look for other missions.";
						close;
					case 2:
						close;
					}
				}
				close;
			}
		case 2:
			switch (select("Hunt Wild Boar:Preparing the Summer:A Woman's Grudge:Special ingredients:Puppet Master's Agony")) {
			case 1:
				if (checkquest(3255) <= 0) {
					mes "This mission is assigned by the Payon town hall.";
					next;
					mes "Wild animals are always annoyances to farmers.";
					next;
					mes "They attack our farm and ruin whole crops!! We can't stand it anymore!";
					next;
					mes "So, we would like to ask for the help from brave adventurers.";
					next;
					mes "Please, hunt 30 Savages to save our crops!";
					next;
					mes "You can easily find those monsters around our town and field.";
					next;
					mes "Please confirm it to us after you complete the mission, then we will give you proper rewards.";
					next;
					mes "-- Payon town hall members --";
					next;
					mes " ";
					next;
					switch (select("Accept the mission.:Do not accept the mission.")) {
					case 1:
						if ((BaseLevel > 54) && (BaseLevel < 71)) {
							setquest 3255;
							mes "I have successfully accepted the mission. I have to come back and confirm my work after I complete the mission.";
							next;
							mes "This mission doesn't have time limits.";
							close;
						}
						mes "These missions are not fit for my level. I should look for other missions.";
						close;
					case 2:
						close;
					}
				}
				if (checkquest(3255,HUNTING) == 1) {
					mes "You have an on-going mission. Would you like to check the details?";
					next;
					switch (select("Check the details.:Cancel.")) {
					case 1:
						mes "This mission is assigned by the Payon town hall.";
						next;
						mes "Wild animals are always an annoyance to farmers.";
						next;
						mes "They attack our farm and ruin whole crops!! We can't stand it anymore!";
						next;
						mes "So, we would like to ask for the help from brave adventurers.";
						next;
						mes "Please, hunt 30 Savages to save our crops!";
						next;
						mes "You can easily find those monsters around our town and field.";
						next;
						mes "Please confirm it to us after you complete the mission, then we will give you proper rewards.";
						next;
						mes "-- Payon town hall members --";
						close;
					case 2:
						close;
					}
				}
				if (checkquest(3255,HUNTING) == 2) {
					mes "I have done pretty well for the mission. Should I report it now?";
					next;
					switch (select("Report the mission.:Do not report it yet.")) {
					case 1:
						getexp 16000,7000;
						erasequest 3255;
						mes "You have completed the mission. Get rewards.";
						close;
					case 2:
						close;
					}
				}
			case 2:
				if (checkquest(3256) <= 0) {
					mes "This mission is assigned by the Morroc blacksmith Aragham.";
					next;
					mes "Hello~~~~, Adventurers! This is Aragham, the hottest blacksmith in Morroc!";
					next;
					mes "Anyway, I have a son named Aragam Junior, the cute one. Haha.";
					next;
					mes "He will be attending summer camp this summer, but he doesn't know how to swim.";
					next;
					mes "I want to teach him, but as you know I am a blacksmith, a far cry from swimming! Hehe.";
					next;
					mes "But, I figured that if I make swim fins, it will be great for his confidence~!";
					next;
					mes "To make it, I need 30 Sticky Webfoots from a Roda Frog. Can you bring them to me?";
					next;
					mes "Please confirm it to us after you complete the mission, then we will give you proper rewards.";
					next;
					mes "PS. Do not compare me with Hollgrehenn or Antonio!!!!";
					next;
					mes "-- The hottest blacksmith, Morroc blacksmith Aragham --";
					next;
					mes " ";
					next;
					switch (select("Accept the mission.:Do not accept the mission.")) {
					case 1:
						if ((BaseLevel > 54) && (BaseLevel < 71)) {
							setquest 3256;
							mes "I have successfully accepted the mission. I have to come back and confirm my work after I complete the mission.";
							next;
							mes "This mission doesn't have time limits.";
							close;
						}
						mes "These missions are not fit for my level. I should look for other missions.";
						close;
					case 2:
						close;
					}
				}
				if ((checkquest(3256) == 1) && (countitem(918) < 30)) {
					mes "You have an on-going mission. Would you like to check the details?";
					next;
					switch (select("Check the details.:Cancel.")) {
					case 1:
						mes "This mission is assigned by the Morroc blacksmith Aragham.";
						next;
						mes "Hello~~~~, Adventurers! This is Aragham, the hottest blacksmith in Morroc!";
						next;
						mes "Anyway, I have a son named Aragam Junior, the cute one. Haha.";
						next;
						mes "He will be attending summer camp this summer, but he doesn't know how to swim.";
						next;
						mes "I want to teach him, but as you know I am a blacksmith, a far cry from swimming! Hehe.";
						next;
						mes "But, I figured that if I make swim fins, it will be great for his confidence~!";
						next;
						mes "To make it, I need 30 Sticky Webfoots from a Roda Frog. Can you bring them to me?";
						next;
						mes "Please confirm it to us after you complete the mission, then we will give you proper rewards.";
						next;
						mes "PS. Do not compare me with Hollgrehenn or Antonio!!!!";
						next;
						mes "-- The hottest blacksmith, Morroc blacksmith Aragham --";
						close;
					case 2:
						close;
					}
				}
				if ((checkquest(3256) == 1) && (countitem(918) > 29)) {
					mes "I have done pretty well for the mission. Should I report it now?";
					next;
					switch (select("Report the mission.:Do not report it yet.")) {
					case 1:
						delitem 918,30; //Sticky_Webfoot
						getexp 15000,5000;
						erasequest 3256;
						mes "You have completed the mission. Get rewards.";
						close;
					case 2:
						close;
					}
				}
				if (checkquest(3256) == 2) {
					mes "This mission is assigned by the Morroc blacksmith Aragham.";
					next;
					mes "Hello~~~~, Adventurers! This is Aragham, the hottest blacksmith in Morroc!";
					next;
					mes "Anyway, I have a son named Aragam Junior, the cute one. Haha.";
					next;
					mes "He will be attending summer camp this summer, but he doesn't know how to swim.";
					next;
					mes "I want to teach him, but as you know I am a blacksmith, a far cry from swimming! Hehe.";
					next;
					mes "But, I figured that if I make swim fins, it will be great for his confidence~!";
					next;
					mes "To make it, I need 30 Sticky Webfoots from a Roda Frog. Can you bring them to me?";
					next;
					mes "Please confirm it to us after you complete the mission, then we will give you proper rewards.";
					next;
					mes "PS. Do not compare me with Hollgrehenn or Antonio!!!!";
					next;
					mes "-- The hottest blacksmith, Morroc blacksmith Aragham --";
					next;
					mes " ";
					next;
					switch (select("Accept the mission.:Do not accept the mission.")) {
					case 1:
						if ((BaseLevel > 54) && (BaseLevel < 71)) {
							setquest 3256;
							mes "I have successfully accepted the mission. I have to come back and confirm my work after I complete the mission.";
							next;
							mes "This mission doesn't have time limits.";
							close;
						}
						mes "These missions are not fit for my level. I should look for other missions.";
						close;
					case 2:
						close;
					}
				}
				close;
			case 3:
				if (checkquest(3257) <= 0) {
					mes "This mission is assigned by an inventor Dorian from Izlude.";
					next;
					mes "Have you heard the story that if women have a grudge on their mind, it will bring natural disasters.";
					next;
					mes "Wow, so guys must watch out for those sensitive women! Make sure they don't have any grudges on you.";
					next;
					mes "Women can bring strange phenomenons with them!";
					next;
					mes "I am so intrigued with that story that I'm trying to prove that it can be true.";
					next;
					mes "So I need to make women upset! Haha, I know what a mean idea, right?";
					next;
					mes "But this is seriously just for studying... So please hunt 30 Sohee's who seems to be revived from victimized souls.";
					next;
					mes "So I can keep observing the case.";
					next;
					mes "Please confirm it to us after you complete the mission, then we will give you proper rewards.";
					next;
					mes "-- Elegance inventor Dorian --";
					next;
					mes " ";
					next;
					switch (select("Accept the mission.:Do not accept the mission.")) {
					case 1:
						if ((BaseLevel > 54) && (BaseLevel < 71)) {
							setquest 3257;
							mes "I have successfully accepted the mission. I have to come back and confirm my work after I complete the mission.";
							next;
							mes "This mission doesn't have time limits.";
							close;
						}
						mes "These missions are not fit for my level. I should look for other missions.";
						close;
					case 2:
						close;
					}
				}
				if (checkquest(3257,HUNTING) == 1) {
					mes "You have an on-going mission. Would you like to check the details?";
					next;
					switch (select("Check the details.:Cancel.")) {
					case 1:
						mes "This mission is assigned by an inventor Dorian from Izlude.";
						next;
						mes "Have you heard the story that if women have a grudge on their mind, it will bring natural disasters.";
						next;
						mes "Wow, so guys must watch out for those sensitive women! Make sure they don't have any grudges on you.";
						next;
						mes "Women can bring strange phenomenons with them!";
						next;
						mes "I am so intrigued with that story that I'm trying to prove that it can be true.";
						next;
						mes "So I need to make women upset! Haha, I know what a mean idea, right?";
						next;
						mes "But this is seriously just for studying... So please hunt 30 Sohee's who seems to be revived from victimized souls.";
						next;
						mes "So I can keep observing the case.";
						next;
						mes "Please confirm it to us after you complete the mission, then we will give you proper rewards.";
						next;
						mes "-- Elegance inventor Dorian --";
						close;
					case 2:
						close;
					}
				}
				if (checkquest(3257,HUNTING) == 2) {
					mes "I have done pretty well for the mission. Should I report it now?";
					next;
					switch (select("Report the mission.:Do not report it yet.")) {
					case 1:
						getexp 17000,8000;
						erasequest 3257;
						mes "You have completed the mission. Get rewards.";
						close;
					case 2:
						close;
					}
				}
			case 4:
				if (checkquest(3258) <= 0) {
					mes "This mission is assigned by Wallah from Payon.";
					next;
					mes "Hello, adventurer. How are you? How is your health?";
					next;
					mes "I am a pharmacist and I am having a hard time getting special ingredients lately.";
					next;
					mes "Because I am a little sensitive girl, how can I possibly get those things by myself.";
					next;
					mes "So, please help me. Just bring 40 Huge Leafs to me, that will be enough to complete my special medicine!";
					next;
					mes "Please bring it as soon as possible, people need my medicine.";
					next;
					mes "Please confirm it to us after you complete the mission, then we will give you proper rewards.";
					next;
					mes "-- Wallah --";
					next;
					mes " ";
					next;
					switch (select("Accept the mission.:Do not accept the mission.")) {
					case 1:
						if ((BaseLevel > 54) && (BaseLevel < 71)) {
							setquest 3258;
							mes "I have successfully accepted the mission. I have to come back and confirm my work after I complete the mission.";
							next;
							mes "This mission doesn't have time limits.";
							close;
						}
						mes "These missions are not fit for my level. I should look for other missions.";
						close;
					case 2:
						close;
					}
				}
				if ((checkquest(3258) == 1) && (countitem(7198) < 40)) {
					mes "You have an on-going mission. Would you like to check the details?";
					next;
					switch (select("Check the details.:Cancel.")) {
					case 1:
						mes "This mission is assigned by Wallah from Payon.";
						next;
						mes "Hello, adventurer. How are you? How is your health?";
						next;
						mes "I am a pharmacist and I am having a hard time getting special ingredients lately.";
						next;
						mes "Because I am a little sensitive girl, how can I possibly get those things by myself.";
						next;
						mes "So, please help me. Just bring 40 Huge Leafs to me, that will be enough to complete my special medicine!";
						next;
						mes "Please bring it as soon as possible, people need my medicine.";
						next;
						mes "Please confirm it to us after you complete the mission, then we will give you proper rewards.";
						next;
						mes "-- Wallah --";
						close;
					case 2:
						close;
					}
				}
				if ((checkquest(3258) == 1) && (countitem(7198) > 39)) {
					mes "I have done pretty well for the mission. Should I report it now?";
					next;
					switch (select("Report the mission.:Do not report it yet.")) {
					case 1:
						delitem 7198,40; //Great_Leaf
						getexp 16000,7000;
						erasequest 3258;
						mes "You have completed the mission. Get rewards.";
						close;
					case 2:
						close;
					}
				}
				if (checkquest(3258) == 2) {
					mes "This mission is assigned by Wallah from Payon.";
					next;
					mes "Hello, adventurer. How are you? How is your health?";
					next;
					mes "I am a pharmacist and I am having a hard time getting special ingredients lately.";
					next;
					mes "Because I am a little sensitive girl, how can I possibly get those things by myself.";
					next;
					mes "So, please help me. Just bring 40 Huge Leafs to me, that will be enough to complete my special medicine!";
					next;
					mes "Please bring it as soon as possible, people need my medicine.";
					next;
					mes "Please confirm it to us after you complete the mission, then we will give you proper rewards.";
					next;
					mes "-- Wallah --";
					next;
					mes " ";
					next;
					switch (select("Accept the mission.:Do not accept the mission.")) {
					case 1:
						if ((BaseLevel > 54) && (BaseLevel < 71)) {
							setquest 3258;
							mes "I have successfully accepted the mission. I have to come back and confirm my work after I complete the mission.";
							next;
							mes "This mission doesn't have time limits.";
							close;
						}
						mes "These missions are not fit for my level. I should look for other missions.";
						close;
					case 2:
						close;
					}
				}
				close;
			case 5:
				if (checkquest(3259) <= 0) {
					mes "This mission is assigned by puppet master Woonute from Geffen.";
					next;
					mes "You know being a puppet master is kind of a hard job to satisfy people.";
					next;
					mes "People can search and see so many different things on their own thesedays.";
					next;
					mes "Their expectations are getting high, I can't satisfy them anymore.";
					next;
					mes "But if I can make new toy concepts, like living toys, it will be ground breaking.";
					next;
					mes "I heard that there are live dolls called Marionettes. Can you hunt 30 Marionettes for me? And also bring 30 Golden Hair, those will be great materials for the new toys.";
					next;
					mes "Please confirm it to us after you complete the mission, then we will give you proper rewards.";
					next;
					mes "-- Puppet Master Woonute --";
					next;
					mes " ";
					next;
					switch (select("Accept the mission.:Do not accept the mission.")) {
					case 1:
						if ((BaseLevel > 54) && (BaseLevel < 71)) {
							setquest 3259;
							mes "I have successfully accepted the mission. I have to come back and confirm my work after I complete the mission.";
							next;
							mes "This mission doesn't have time limits.";
							close;
						}
						mes "These missions are not fit for my level. I should look for other missions.";
						close;
					case 2:
						close;
					}
				}
				if ((checkquest(3259,HUNTING) == 1) && (countitem(1060) < 30)) {
					mes "You have an on-going mission. Would you like to check the details?";
					next;
					switch (select("Check the details.:Cancel.")) {
					case 1:
						mes "This mission is assigned by puppet master Woonute from Geffen.";
						next;
						mes "You know being a puppet master is kind of a hard job to satisfy people.";
						next;
						mes "People can search and see so many different things on their own thesedays.";
						next;
						mes "Their expectations are getting high, I can't satisfy them anymore.";
						next;
						mes "But if I can make new toy concepts, like living toys, it will be ground breaking.";
						next;
						mes "I heard that there are live dolls called Marionettes. Can you hunt 30 Marionettes for me? And also bring 30 Golden Hair, those will be great materials for the new toys.";
						next;
						mes "Please confirm it to us after you complete the mission, then we will give you proper rewards.";
						next;
						mes "-- Puppet Master Woonute --";
						close;
					case 2:
						close;
					}
				}
				if ((checkquest(3259,HUNTING) == 2) && (countitem(1060) > 29)) {
					mes "I have done pretty well for the mission. Should I report it now?";
					next;
					switch (select("Report the mission.:Do not report it yet.")) {
					case 1:
						delitem 1060,30; //Golden_Hair
						getexp 17000,7000;
						erasequest 3259;
						mes "You have completed the mission. Get rewards.";
						close;
					case 2:
						close;
					}
				}
			}
		case 3:
			switch (select("Tiresome Flies:Dangerous Munak:Make the World green:Magic Wand")) {
			case 1:
				if (checkquest(3260) <= 0) {
					mes "This mission is assigned by an exterminator from Prontera.";
					next;
					mes "As the weather gets warmer, insects multiply more and more. It is already out of control.";
					next;
					mes "People in Prontera cannot sleep because of all the bugs in their house.";
					next;
					mes "So, please help us, hunt 30 Hunter Flies. Then the flies can be reduced slowly.";
					next;
					mes "Please confirm it to us after you complete the mission, then we will give you proper rewards.";
					next;
					mes "-- The Prontera exterminator --";
					next;
					switch (select("Accept the mission.:Do not accept the mission.")) {
					case 1:
						if ((BaseLevel > 54) && (BaseLevel < 71)) {
							setquest 3260;
							mes "I have successfully accepted the mission. I have to come back and confirm my work after I complete the mission.";
							next;
							mes "This mission doesn't have time limits.";
							close;
						}
							mes "These missions are not fit for my level. I should look for other missions.";
							close;
					case 2:
						close;
					}
				}
				if (checkquest(3260,HUNTING) == 1) {
					mes "You have an on-going mission. Would you like to check the details?";
					next;
					switch (select("Check the details.:Cancel.")) {
					case 1:
						mes "This mission is assigned by an exterminator from Prontera.";
						next;
						mes "As the weather gets warmer, insects multiply more and more. It is already out of control.";
						next;
						mes "People in Prontera cannot sleep because of all the bugs in their house.";
						next;
						mes "So, please help us, hunt 30 Hunter Flies. Then the flies can be reduced slowly.";
						next;
						mes "Please confirm it to us after you complete the mission, then we will give you proper rewards.";
						next;
						mes "-- The Prontera exterminator --";
						close;
					case 2:
						close;
					}
				}
				if (checkquest(3260,HUNTING) == 2) {
					mes "I have done pretty well for the mission. Should I report it now?";
					next;
					switch (select("Report the mission.:Do not report it yet.")) {
					case 1:
						getexp 16000,6000;
						erasequest 3260;
						mes "You have completed the mission. Get rewards.";
						close;
					case 2:
						close;
					}
				}
			case 2:
				if (checkquest(3261) <= 0) {
					mes "This mission is assigned by Cheese Dongja from Payon.";
					next;
					mes "Have you heard about Munak?";
					next;
					mes "The ugly monster Munak is threatening people in Payon.";
					next;
					mes "So we need brave adventurers like you!";
					next;
					mes "Please hunt 30 Munaks then Payon will be in peace.";
					next;
					mes "Please confirm it to us after you complete the mission, then we will give you proper rewards.";
					next;
					mes "- Payon Cheese Dongja -";
					next;
					mes " ";
					next;
					switch (select("Accept the mission.:Do not accept the mission.")) {
					case 1:
						if ((BaseLevel > 54) && (BaseLevel < 71)) {
							setquest 3261;
							mes "I have successfully accepted the mission. I have to come back and confirm my work after I complete the mission.";
							next;
							mes "This mission doesn't have time limits.";
							close;
						}
						mes "These missions are not fit for my level. I should look for other missions.";
						close;
					case 2:
						close;
					}
				}
				if (checkquest(3261,HUNTING) == 1) {
					mes "You have an on-going mission. Would you like to check the details?";
					next;
					switch (select("Check the details.:Cancel.")) {
					case 1:
						mes "This mission is assigned by Cheese Dongja from Payon.";
						next;
						mes "Have you heard about Munak?";
						next;
						mes "The ugly monster Munak is threatening people in Payon.";
						next;
						mes "So we need brave adventurers like you!";
						next;
						mes "Please hunt 30 Munaks then Payon will be in peace.";
						next;
						mes "Please confirm it to us after you complete the mission, then we will give you proper rewards.";
						next;
						mes "- Payon Cheese Dongja -";
						close;
					case 2:
						close;
					}
				}
				if (checkquest(3261,HUNTING) == 2) {
					mes "I have done pretty well for the mission. Should I report it now?";
					next;
					switch (select("Report the mission.:Do not report it yet.")) {
					case 1:
						getexp 16000,7000;
						erasequest 3261;
						mes "You have completed the mission. Get rewards.";
						close;
					case 2:
						close;
					}
				}
			case 3:
				if (checkquest(3262) <= 0) {
					mes "This mission is assigned by a gem dealer, Ibraham from Morroc.";
					next;
					mes "A small beautiful flower in the barren desert... What an incredible scene it would be!";
					next;
					mes "Planting flowers can make the world green and it will be so pretty everywhere.";
					next;
					mes "I plan to plant strong flowers in the Morroc desert so the soil gets better.";
					next;
					mes "I need 40 Maneater Blossom from Flora, I know Maneater Blossom is an ugly flower, but still it is a plant.";
					next;
					mes "I hope you can hunt Flora and get me 40 Maneater Blossoms. You are making the world green! Be proud!";
					next;
					mes "Please confirm it to us after you complete the mission, then we will give you proper rewards.";
					next;
					mes "-- Morroc Ibraham --";
					next;
					mes " ";
					next;
					switch (select("Accept the mission.:Do not accept the mission.")) {
					case 1:
						if ((BaseLevel > 54) && (BaseLevel < 71)) {
							setquest 3262;
							mes "I have successfully accepted the mission. I have to come back and confirm my work after I complete the mission.";
							next;
							mes "This mission doesn't have time limits.";
							close;
						}
						mes "These missions are not fit for my level. I should look for other missions.";
						close;
					case 2:
						close;
					}
				}
				if ((checkquest(3262) == 1) && (countitem(1032) < 40)) {
					mes "You have an on-going mission. Would you like to check the details?";
					next;
					switch (select("Check the details.:Cancel.")) {
					case 1:
						mes "This mission is assigned by a gem dealer, Ibraham from Morroc.";
						next;
						mes "A small beautiful flower in the barren desert... What an incredible scene it would be!";
						next;
						mes "Planting flowers can make the world green and it will be so pretty everywhere.";
						next;
						mes "I plan to plant strong flowers in the Morroc desert so the soil gets better.";
						next;
						mes "I need 40 Maneater Blossom from Flora, I know Maneater Blossom is an ugly flower, but still it is a plant.";
						next;
						mes "I hope you can hunt Flora and get me 40 Maneater Blossoms. You are making the world green! Be proud!";
						next;
						mes "Please confirm it to us after you complete the mission, then we will give you proper rewards.";
						next;
						mes "-- Morroc Ibraham --";
						close;
					case 2:
						close;
					}
				}
				if ((checkquest(3262) == 1) && (countitem(1032) > 39)) {
					mes "I have done pretty well for the mission. Should I report it now?";
					next;
					switch (select("Report the mission.:Do not report it yet.")) {
					case 1:
						delitem 1032,40; //Blossom_Of_Maneater
						getexp 17000,7000;
						erasequest 3262;
						mes "You have completed the mission. Get rewards.";
						close;
					case 2:
						close;
					}
				}
			case 4:
				if (checkquest(3263) <= 0) {
					mes "This mission is assigned by the Payon blacksmith Antonio.";
					next;
					mes "Magic wand! Have you heard about it? It is an incredible wand!";
					next;
					mes "If you say the magic words and swing the wand, it will make your wishes come true.";
					next;
					mes "So, I decided to make it by myself. Then I will be rich and powerful~! Haha!!";
					next;
					mes "To make the wand, I need some special materials.";
					next;
					mes "Please bring me 30 Dokebi Horns and 30 Bamboo Cut. If you do so, I will lend you my magic wand once. Haha, good deal?";
					next;
					mes "Please confirm it to us after you complete the mission, then we will give you proper rewards.";
					next;
					mes "-- Payon blacksmith Antonio --";
					next;
					mes " ";
					next;
					switch (select("Accept the mission.:Do not accept the mission.")) {
					case 1:
						if ((BaseLevel > 54) && (BaseLevel < 71)) {
							setquest 3263;
							mes "I have successfully accepted the mission. I have to come back and confirm my work after I complete the mission.";
							next;
							mes "This mission doesn't have time limits.";
							close;
						}
						mes "These missions are not fit for my level. I should look for other missions.";
						close;
					case 2:
						close;
					}
				}
				if ((checkquest(3263) == 1) && ((countitem(1021) < 30) || (countitem(7150) < 30))) {
					mes "You have an on-going mission. Would you like to check the details?";
					next;
					switch (select("Check the details.:Cancel.")) {
					case 1:
						mes "This mission is assigned by the Payon blacksmith Antonio.";
						next;
						mes "Magic wand! Have you heard about it? It is an incredible wand!";
						next;
						mes "If you say the magic words and swing the wand, it will make your wishes come true.";
						next;
						mes "So, I decided to make it by myself. Then I will be rich and powerful~! Haha!!";
						next;
						mes "To make the wand, I need some special materials.";
						next;
						mes "Please bring me 30 Dokebi Horns and 30 Bamboo Cut. If you do so, I will lend you my magic wand once. Haha, good deal?";
						next;
						mes "Please confirm it to us after you complete the mission, then we will give you proper rewards.";
						next;
						mes "-- Payon blacksmith Antonio --";
						close;
					case 2:
						close;
					}
				}
				if ((checkquest(3263) == 1) && (countitem(1021) > 29) && (countitem(7150) > 29)) {
					mes "I have done pretty well for the mission. Should I report it now?";
					next;
					switch (select("Report the mission.:Do not report it yet.")) {
					case 1:
						delitem 1021,30; //Dokkaebi_Horn
						delitem 7150,30; //Bamboo_Cut
						getexp 18000,8000;
						erasequest 3263;
						mes "You have completed the mission. Get rewards.";
						close;
					case 2:
						close;
					}
				}
			}
		}
	}
	mes "To get these missions, I need to Join the Eden Group first. I must find Secretary Lime Evenor and become a member.";
	close;
}