root/npc/quests/doomed_swords_quest.txt @ 5

Revision 1, 31.8 kB (checked in by jinshiro, 17 years ago)
Line 
1//===== eAthena Script =======================================
2//= Doomed Swords Quest Part 3
3//===== By: ==================================================
4//= L0ne_W0lf
5//===== Current Version: =====================================
6//= 1.0
7//===== Compatible With: =====================================
8//= eAthena SVN
9//===== Description: =========================================
10//= [Aegis Conversion]
11//= - Creation of Doomed Swords: Grimtooth, Mysteltain, and
12//=   Executioner.
13//= - Continuation of the Comodo Quest
14//= - Part 1: Found in Quests_Comodo.txt
15//= - Part 2: Found in Quests_Yuno.txt
16//= - Variable in use: dmdswrd_Q (Max 45)
17//===== Additional Comments: =================================
18//= 1.0 First version. [L0ne_W0lf]
19//============================================================
20
21mjolnir_02,186,193,4    script  Middle-Aged Man#magum1  57,{
22        if (dmdswrd_Q > 30) {
23                if (dmdswrd_Q == 31) {
24                        mes "[Middle-Aged Man]";
25                        mes "It's been a while since";
26                        mes "someone has come this";
27                        mes "way. Not too many people";
28                        mes "pass by here, so I rarely";
29                        mes "receive visitors. Why don't";
30                        mes "you relax and chat for a while?";
31                        next;
32                        mes "["+strcharinfo(0)+"]";
33                        mes "What are you doing out";
34                        mes "here in this secluded";
35                        mes "area? You don't have";
36                        mes "to work here, do you?";
37                        next;
38                        mes "[Middle-Aged Man]";
39                        mes "Well, just managing this";
40                        mes "summer house gets me";
41                        mes "enough income to get by.";
42                        mes "Ah, I also craft various";
43                        mes "things as sort of a hobby.";
44                        next;
45                        mes "[Middle-Aged Man]";
46                        mes "Yeap, when I was younger,";
47                        mes "I had my own forge in town.";
48                        mes "It was a good family business,";
49                        mes "and all of my siblings ended up";
50                        mes "making wares for town lords";
51                        mes "and even the royal family.";
52                        next;
53                        mes "[Middle-Aged Man]";
54                        mes "But then, the accident";
55                        mes "happened, and we had";
56                        mes "to close shop. Well, that's";
57                        mes "my story. Not a very happy";
58                        mes "one, I gu ess, but otherwise";
59                        mes "I've lived a long, good life.";
60                        next;
61                        mes "[Middle-Aged Man]";
62                        mes "Now what exactly";
63                        mes "brings you here?";
64                        mes "Are you just exploring";
65                        mes "the land, or are you";
66                        mes "hunting monsters, or...?";
67                        next;
68                        mes "["+strcharinfo(0)+"]";
69                        mes "Actually, um,";
70                        mes "I was led here by";
71                        mes "this thing. It's called";
72                        mes "the Seal of Muriniel.";
73                        next;
74                        mes "[Middle-Aged Man]";
75                        mes "Oh... Oh my.";
76                        mes "Let me see that.";
77                        mes "Oh, yes. This is the";
78                        mes "real thing. So... It's";
79                        mes "finally found me. Well,";
80                        mes "I guess I'm at your service.";
81                        next;
82                        next;
83                        mes "[Middle-Aged Man]";
84                        mes "My name is Walker, and";
85                        mes "my brothers and I were the 3";
86                        mes "most talented blacksmiths";
87                        mes "in Juno. Seeing as you've";
88                        mes "been chosen by fate, we'll all";
89                        mes "help you obtain a doomed sword.";
90                        next;
91                        mes "[Walker]";
92                        mes "First of all, the doomed";
93                        mes "swords are sealed in magic";
94                        mes "scrolls as pentagrams. When";
95                        mes "their true owners appear, they";
96                        mes "can be released by using";
97                        mes "Muriniel's Seal.";
98                        next;
99                        mes "[Walker]";
100                        mes "Now, for my part in unsealing";
101                        mes "the doomed swords, I'll need";
102                        mes "the highest quality materials.";
103                        mes "Give me a few minutes and";
104                        mes "I'll let you know what you";
105                        mes "need to bring to me.";
106                        set dmdswrd_Q,32;
107                        close;
108                }
109                else if (dmdswrd_Q == 32) {
110                        mes "[Walker]";
111                        mes "Now, I should let you";
112                        mes "know that I can only form";
113                        mes "a portion of the pentagram";
114                        mes "that will release one of the";
115                        mes "doomed swords. You need my";
116                        mes "brothers' help to complete it.";
117                        next;
118                        mes "[Walker]";
119                        mes "Once the pentagram";
120                        mes "is complete and activated,";
121                        mes "you will unseal the doomed";
122                        mes "sword that is best suited to";
123                        mes "you. I'm sorry, but I have no";
124                        mes "way to predict what it may be.";
125                        next;
126                        mes "[Walker]";
127                        mes "For now, you must take";
128                        mes "the first step and bring";
129                        mes "me the following items.";
130                        mes "Make sure to take note";
131                        mes "of what I will require...";
132                        next;
133                        mes "[Walker]";
134                        mes "I will need";
135                        mes "^FF00001 Emperium^000000,";
136                        mes "^FF00003 Tentacles^000000,";
137                        mes "^FF000025 Amulets^000000,";
138                        mes "^FF00001 Coal^000000, and";
139                        mes "^FF00001 Necklace of Oblivion^000000.";
140                        set dmdswrd_Q,33;
141                        close;
142                }
143                else if (dmdswrd_Q == 33) {
144                        if (countitem(714) > 0 && countitem(962) > 2 && countitem(1003) > 0 && countitem(609) > 24 && countitem(1008) > 0) {
145                                mes "[Walker]";
146                                mes "Ah, very good.";
147                                mes "You've brought";
148                                mes "everything I need.";
149                                mes "Now, please wait for";
150                                mes "a moment while I finish";
151                                mes "the preparations...";
152                                delitem 714,1; //Emperium
153                                delitem 962,3; //Tentacle
154                                delitem 1003,1; //Coal
155                                delitem 609,25; //Amulet
156                                delitem 1008,1; //Frozen_Heart
157                                set dmdswrd_Q,34;
158                                close;
159                        }
160                        mes "[Walker]";
161                        mes "Hmm...? You still";
162                        mes "haven't brought me";
163                        mes "everything I need to";
164                        mes "begin the doomed sword";
165                        mes "pentagram. Let me remind you";
166                        mes "which materials to get for me.";
167                        next;
168                        mes "[Walker]";
169                        mes "I will need";
170                        mes "^FF00001 Emperium^000000,";
171                        mes "^FF00003 Tentacles^000000,";
172                        mes "^FF000025 Amulets^000000,";
173                        mes "^FF00001 Coal^000000, and";
174                        mes "^FF00001 Necklace of Oblivion^000000.";
175                        close;
176                }
177                else if (dmdswrd_Q == 34) {
178                        mes "[Walker]";
179                        mes "Ah, you're back.";
180                        mes "I managed to finish this";
181                        mes "sooner than I expected since";
182                        mes "you gave me materials of";
183                        mes "exceptionally good quality.";
184                        next;
185                        mes "[Walker]";
186                        mes "Back when I was 15, my other";
187                        mes "two brothers were taught by";
188                        mes "Dwarves to create the pentragram that will release a doomed sword.";
189                        mes "However, they taught each of us different parts of the pentagram.";
190                        next;
191                        mes "[Walker]";
192                        mes "I guess the Dwarves split";
193                        mes "up our knowledge because";
194                        mes "they wanted to prolong the";
195                        mes "return of the Executioner";
196                        mes "sword within our generation.";
197                        next;
198                        mes "[Walker]";
199                        mes "Originally, Executioner";
200                        mes "was one of three swords";
201                        mes "that the Dwarves were";
202                        mes "ordered to forge for an evil";
203                        mes "organization in exchange";
204                        mes "for their village's safety.";
205                        next;
206                        mes "[Walker]";
207                        mes "Despite their incredible";
208                        mes "forging skills, the Dwarves";
209                        mes "had difficulty procuring the";
210                        mes "rare materials required to";
211                        mes "forge the weapons within";
212                        mes "the 15 day deadline.";
213                        next;
214                        mes "[Walker]";
215                        mes "Desperate for help, the";
216                        mes "Dwarves traveled to meet";
217                        mes "my father, a renown smith";
218                        mes "and adventurer at the time. He";
219                        mes "was sympathetic to their plight";
220                        mes "and gave them what they needed.";
221                        next;
222                        mes "[Walker]";
223                        mes "In gratitude for my father's";
224                        mes "help, the Dwarves taught my";
225                        mes "brothers how to create the";
226                        mes "doomed sword pentagram,";
227                        mes "but we could only complete";
228                        mes "it if we all worked together.";
229                        next;
230                        mes "[Walker]";
231                        mes "Sadly, I heard that the evil";
232                        mes "organization that forced the";
233                        mes "Dwarves to forge the swords";
234                        mes "killed them when they refused";
235                        mes "to give up their forging secrets. ";
236                        next;
237                        mes "[Walker]";
238                        mes "However, the Dwarves could";
239                        mes "not reveal that the Executioner";
240                        mes "was enchanted with a terrible";
241                        mes "curse powered by the Dwarves'";
242                        mes "hatred which threatens the life";
243                        mes "of Executioner's wielder.";
244                        next;
245                        mes "[Walker]";
246                        mes "Oh, don't worry too much.";
247                        mes "If you happen to obtain the";
248                        mes "Executioner, the seal should";
249                        mes "have weakened the curse";
250                        mes "enough so that it won't kill";
251                        mes "you that quickly. Well, then...";
252                        next;
253                        mes "[Walker]";
254                        mes "You should visit my brother";
255                        mes "Morf for the next part of the";
256                        mes "doomed sword pentagram.";
257                        mes "Morf should be easy to find,";
258                        mes "as he's usually drinking";
259                        mes "all day in Payon's tavern.";
260                        next;
261                        mes "[Walker]";
262                        mes "Please, take this scroll";
263                        mes "with the pentagram with you,";
264                        mes "and give my regards to Morf";
265                        mes "once you see him. If you do";
266                        mes "succeed in obtaining a doomed sword, use its power responsibly.";
267                        set dmdswrd_Q,35;
268                        close;
269                }
270                else if (dmdswrd_Q == 35) {
271                        mes "[Walker]";
272                        mes "Look for my older";
273                        mes "brother Morf in the";
274                        mes "tavern in Payon-- He's";
275                        mes "always drinking over there.";
276                        mes "Hopefully, he'll help you finish the doomed sword pentagram.";
277                        close;
278                }
279                else if (dmdswrd_Q == 36) {
280                        mes "[Walker]";
281                        mes "Ah, so you've";
282                        mes "already met with";
283                        mes "Morf? When you get";
284                        mes "the chance, please give";
285                        mes "him my regards and let";
286                        mes "him know that I'm doing well.";
287                        close;
288                }
289                else if (dmdswrd_Q == 37) {
290                        mes "[Walker]";
291                        mes "Ah, so you've";
292                        mes "already met with";
293                        mes "Morf? When you get";
294                        mes "the chance, please give";
295                        mes "him my regards and let";
296                        mes "him know that I'm doing well.";
297                        close;
298                }
299                else if (dmdswrd_Q == 38) {
300                        mes "[Walker]";
301                        mes "So how has Morf been?";
302                        mes "I know he's eccentric, and";
303                        mes "perhaps a little rude, but";
304                        mes "he's really a very good man.";
305                        close;
306                }
307                else if (dmdswrd_Q == 39) {
308                        mes "[Walker]";
309                        mes "It's good that Morf";
310                        mes "was able to help you.";
311                        mes "As for our younger brother,";
312                        mes "Huey, I haven't heard from";
313                        mes "him in a while. I think he's";
314                        mes "travelling around in Morroc?";
315                        close;
316                }
317                else if (dmdswrd_Q >= 40 && dmdswrd_Q <= 44) {
318                        mes "[Walker]";
319                        mes "I trust that Huey";
320                        mes "is taking good care";
321                        mes "of himself. If you happen";
322                        mes "to see him again, would";
323                        mes "you ask him to come visit";
324                        mes "me one of these days?";
325                        close;
326                }
327                else {
328                        mes "[Walker]";
329                        mes "Oh! You've completed";
330                        mes "the pentagram and come";
331                        mes "into possession of one of";
332                        mes "the doomed swords? I'm";
333                        mes "glad to hear it. If Father were";
334                        mes "alive, he would be so proud.";
335                        close;
336                }
337        }
338        else {
339                mes "[Middle-Aged Man]";
340                mes "It's been a while since";
341                mes "someone has come this";
342                mes "way. Not too many people";
343                mes "pass by here, so I rarely";
344                mes "receive visitors. Feel free";
345                mes "to rest and relax a while~";
346                close;
347        }
348}
349
350payon,248,159,1 script  Old Man#magum1  120,{
351        if (dmdswrd_Q == 35) {
352                mes "[Old Man]";
353                mes "Wha--? Who are";
354                mes "you? Whaddya want?";
355                mes "Lemme alone so I can";
356                mes "drink in peace! ^333333*Urp*^000000";
357                next;
358                mes "["+strcharinfo(0)+"]";
359                mes "Um, excuse me, but are";
360                mes "you Morf? I'm been sent";
361                mes "by your brother, Walker,";
362                mes "to ask if you can help";
363                mes "me with this pentagram.";
364                next;
365                mes "[Old Man]";
366                mes "Huh...? Lemme see...";
367                mes "Oh. This is Walker's";
368                mes "work alright. Y-you really";
369                mes "want a doomed sword, huh?";
370                mes "A-and that's really the Seal";
371                mes "of Muriel you have there?";
372                next;
373                mes "["+strcharinfo(0)+"]";
374                mes "Oh, the Seal!";
375                mes "Here, take a look";
376                mes "if you want. If it's";
377                mes "not the real thing, then";
378                mes "I went through a lot of";
379                mes "trouble to get a fake.";
380                next;
381                mes "[Old Man]";
382                mes "Arrrgh! That's the real";
383                mes "thing! Does this mean";
384                mes "I have to really work on";
385                mes "this now?! I'm still drunk!";
386                mes "Damn... I guess I have no";
387                mes "choice but to sober up.";
388                next;
389                mes "[Old Man]";
390                mes "Ugh... But I'm gonna";
391                mes "have such a hangover.";
392                mes "Hey! Bring me 20 Yellow";
393                mes "Potions so I can nurse";
394                mes "the headache I'm gonna";
395                mes "have! I'll need them so bad...";
396                set dmdswrd_Q,36;
397                close;
398        }
399        else if (dmdswrd_Q == 36) {
400                if (countitem(503) > 19) {
401                        mes "[Old Man]";
402                        mes "Oh, thank goodness you've";
403                        mes "brought me the potions! Now,";
404                        mes "these'll help me cope with the";
405                        mes "unfamiliar sensation that you";
406                        mes "people call sobriety. Ugh...";
407                        mes "I can think clearly... Damn!";
408                        next;
409                        mes "["+strcharinfo(0)+"]";
410                        mes "......";
411                        mes ".........";
412                        mes "............";
413                        next;
414                        mes "[Old Man]";
415                        mes "Gimme the scroll";
416                        mes "with the pentagram.";
417                        mes "Let's see, here. Hey,";
418                        mes "Walker did a great job";
419                        mes "on this. Alright, listen.";
420                        mes "This is what I need from you...";
421                        next;
422                        mes "[Old Man]";
423                        mes "^FF00001 Coal^000000,";
424                        mes "^FF00003 Trunks^000000,";
425                        mes "^FF00003 Old Hilts^000000,";
426                        mes "^FF000050 Orge Teeth^000000, and";
427                        mes "^FF00001 Foolishness of the Blind^000000.";
428                        next;
429                        mes "[Old Man]";
430                        mes "You have to bring me";
431                        mes "those items so that I can";
432                        mes "continue forming the doomed";
433                        mes "sword pentagram. I'll just be";
434                        mes "waiting for you right here.";
435                        delitem 503,20; //Yellow_Potion
436                        set dmdswrd_Q,37;
437                        close;
438                }
439                mes "[Old Man]";
440                mes "Arrrgh! Did you bring";
441                mes "me 20 Yellow Potions?";
442                mes "This hangover is getting";
443                mes "worse and worse! H-hurry";
444                mes "up and get me my meds!";
445                close;
446        }
447        else if (dmdswrd_Q == 37) {
448                if (countitem(7022) > 2 && countitem(1003) > 0 && countitem(1019) > 2 && countitem(7021) > 0 && countitem(7002) > 49) {
449                        mes "[Morf]";
450                        mes "Hey, you've brought";
451                        mes "everything? Good, the";
452                        mes "sooner I get this done,";
453                        mes "the sooner I can get back";
454                        mes "to drinking. All you need";
455                        mes "to do now is sit and wait.";
456                        next;
457                        mes "[Morf]";
458                        mes "Alright. Let's get...";
459                        mes "Started? Where did I put";
460                        mes "that thing I needed? Um...";
461                        mes "Ah, there we go. Hrrrm...";
462                        next;
463                        mes "^3355FF*Scheeeezzzz*";
464                        mes "*Clang Clang*";
465                        mes "*Rattle Rattle*";
466                        mes "*Th-thump thump*^000000";
467                        next;
468                        mes "^3355FF*Crrrrrrunch*";
469                        mes "*Sh-sh-sh-shoom*";
470                        mes "*Rub-rub-rub-rub*";
471                        mes "*Flip ka-chink*^000000";
472                        next;
473                        mes ".........";
474                        mes "............";
475                        mes "...............";
476                        mes "..................";
477                        next;
478                        mes "^3355FF*Scheeeezzzz*";
479                        mes "*Clang Clang*";
480                        mes "*Rattle Rattle*";
481                        mes "*Th-thump thump*^000000";
482                        next;
483                        mes "^3355FF*Crrrrrrunch*";
484                        mes "*Sh-sh-sh-shoom*";
485                        mes "*Rub-rub-rub-rub*";
486                        mes "*Flip ka-chink*^000000";
487                        next;
488                        mes "^3355FF*Rub Rub Rub Rub*";
489                        mes "*Rub-Rub-Rub-Rub*";
490                        mes "*Rub Rub Rub Rub*";
491                        mes "*Rub-Rub-Rub-Rub*";
492                        mes "*Rub Rub Rub Rub*";
493                        mes "*Rub-Rub-Rub-Rub*^000000";
494                        next;
495                        mes "^3355FF*Rub-Rub-Rub-Rub*";
496                        mes "*Rub Rub Rub Rub*";
497                        mes "*Rub-Rub-Rub-Rub*";
498                        mes "*Rub Rub Rub Rub*";
499                        mes "*Rub-Rub-Rub-Rub*";
500                        mes "*Rub Rub Rub Rub*^000000";
501                        next;
502                        mes "["+strcharinfo(0)+"]";
503                        mes "Excuse me...";
504                        mes "But is it almost done?";
505                        next;
506                        mes ".........";
507                        mes "............";
508                        mes "...............";
509                        mes "..................";
510                        next;
511                        mes "^3355FF*Scheeeezzzz*";
512                        mes "*Clang Clang*";
513                        mes "*Rattle Rattle*";
514                        mes "*Th-thump thump*^000000";
515                        next;
516                        mes "^3355FF*Crrrrrrunch*";
517                        mes "*Sh-sh-sh-shoom*";
518                        mes "*Rub-rub-rub-rub*";
519                        mes "*Flip ka-chink*^000000";
520                        next;
521                        mes "^3355FF*Rub Rub Rub Rub*";
522                        mes "*Rub-Rub-Rub-Rub*";
523                        mes "*Rub Rub Rub Rub*";
524                        mes "*Rub-Rub-Rub-Rub*";
525                        mes "*Rub Rub Rub Rub*";
526                        mes "*Rub-Rub-Rub-Rub*^000000";
527                        next;
528                        mes "^3355FF*Rub-Rub-Rub-Rub*";
529                        mes "*Rub Rub Rub Rub*";
530                        mes "*Rub-Rub-Rub-Rub*";
531                        mes "*Rub Rub Rub Rub*";
532                        mes "*Rub-Rub-Rub-Rub*";
533                        mes "*Rub Rub Rub Rub*^000000";
534                        next;
535                        mes "["+strcharinfo(0)+"]";
536                        mes "H-hey, when is this";
537                        mes "thing going to be finished?";
538                        mes "Isn't it about time already?";
539                        next;
540                        mes "[Morf]";
541                        mes "Hey! Be patient,";
542                        mes "you can't rush";
543                        mes "perfection. It'll";
544                        mes "take as long as it";
545                        mes "has to. But yeah,";
546                        mes "I'm almost finished...";
547                        next;
548                        mes ".........";
549                        mes "............";
550                        mes "...............";
551                        mes "..................";
552                        next;
553                        mes "[Morf]";
554                        mes "Just...";
555                        mes "Just give me a";
556                        mes "few more minutes...";
557                        delitem 7022,3; //Old_Hilt
558                        delitem 1003,1; //Coal
559                        delitem 1019,3; //Wooden_Block
560                        delitem 7021,1; //Foolishness_Of_Blind
561                        delitem 7002,50; //Ogre_Tooth
562                        set dmdswrd_Q,38;
563                        close;
564                }
565                mes "[Old Man]";
566                mes "What, did you forget";
567                mes "what I need? Grrr, I'll";
568                mes "tell you again, but you";
569                mes "better not forget this time!";
570                next;
571                mes "[Old Man]";
572                mes "^FF00001 Coal^000000,";
573                mes "^FF00003 Trunks^000000,";
574                mes "^FF00003 Old Hilts^000000,";
575                mes "^FF000050 Orge Teeth^000000, and";
576                mes "^FF00001 Foolishness of the Blind^000000.";
577                close;
578        }
579        else if (dmdswrd_Q == 38) {
580                switch(rand(1,10)) {
581                case 1:
582                case 10:
583                        mes "[Morf]";
584                        mes "Ooh, my back~!";
585                        mes "The searing pain!";
586                        mes "It looks like I have";
587                        mes "no choice but to take";
588                        mes "a break. That's why you";
589                        mes "shouldn't be pushing me!";
590                        next;
591                        mes "[Morf]";
592                        mes "Hey, while we've got some";
593                        mes "time, let me tell you a story";
594                        mes "about Mysteltainn, one of the";
595                        mes "doomed swords that you may";
596                        mes "receive if you manage to";
597                        mes "complete the pentagram.";
598                        next;
599                        mes "[Morf]";
600                        mes "Now, Mysteltainn is the";
601                        mes "name of the tree from which";
602                        mes "the twig that was used to";
603                        mes "kill Baldur, god of light, was";
604                        mes "obtained. It was the only";
605                        mes "thing that could harm Baldur...";
606                        next;
607                        mes "[Morf]";
608                        mes "From what I remember, the";
609                        mes "god Loki plotted to kill Baldur";
610                        mes "because he was jealous of";
611                        mes "the god of light that every";
612                        mes "living thing and inanimate";
613                        mes "object seemed to adore.";
614                        next;
615                        mes "[Morf]";
616                        mes "Loki tricked Baldur's mother";
617                        mes "into revealing Baldur's secret";
618                        mes "weakness. Now, the gods regularly made a game of throwing objects";
619                        mes "like darts at Baldur since he was immune to everything else.";
620                        next;
621                        mes "[Morf]";
622                        mes "When he learned that";
623                        mes "Mysteltainn could be used";
624                        mes "to kill Baldur, he took one of";
625                        mes "its twigs and tricked Baldur's";
626                        mes "blind brother into throwing it at Baldur in one of their games.";
627                        next;
628                        mes "[Morf]";
629                        mes "And so...";
630                        mes "That was how the";
631                        mes "god of light was killed.";
632                        mes "By Loki's trickery and the";
633                        mes "foolishness of the blind.";
634                        mes "That's Mysteltainn's story.";
635                        next;
636                        mes "[Morf]";
637                        mes "Now, if you do happen to";
638                        mes "get the Mysteltainn doomed";
639                        mes "sword from its seal, it won't";
640                        mes "be as powerful as the original";
641                        mes "one that, you know, killed a";
642                        mes "god. It can't be reproduced...";
643                        next;
644                        mes "[Morf]";
645                        mes "However, the fascimile is";
646                        mes "incredibly powerful, and you";
647                        mes "must make sure that you wield";
648                        mes "it responsibly. Now, I know";
649                        mes "you must be upset that I've";
650                        mes "taken so long to do this...";
651                        next;
652                        mes "[Morf]";
653                        mes "Please understand that";
654                        mes "I'm pretty old now, and that";
655                        mes "pentagram work isn't exactly";
656                        mes "easy. Anyway, my part is done.";
657                        mes "Now you gotta find Huey,";
658                        mes "my youngest brother.";
659                        next;
660                        mes "[Morf]";
661                        mes "Huey's been traveling";
662                        mes "around, but last I heard, he";
663                        mes "was in Morroc. If you can";
664                        mes "find him, he can complete";
665                        mes "this pentagram for you. Well,";
666                        mes "care now, and good luck.";
667                        set dmdswrd_Q,39;
668                        close;
669                case 2:
670                        mes "[Morf]";
671                        mes "Be patient, youngster,";
672                        mes "I need more time! Don't";
673                        mes "you understand that if";
674                        mes "I screw up this pentagram,";
675                        mes "you'll have to start all over";
676                        mes "again? Yeah, that's right~";
677                        close;
678                case 3:
679                        mes "[Morf]";
680                        mes "Not... Done... Yet.";
681                        mes "It'll be done when it's";
682                        mes "done, okay? Why don't you";
683                        mes "take a walk or something";
684                        mes "to kill the time, yeah?";
685                        close;
686                case 4:
687                        mes "[Morf]";
688                        mes "Yeah, you know what?";
689                        mes "It's time for another break.";
690                        mes "Let me rest my cramped hands";
691                        mes "and enjoy one of these Yellow";
692                        mes "Potions that you've brought";
693                        mes "me. Yep, that's a good idea.";
694                        close;
695                case 5:
696                        mes "[Morf]";
697                        mes "Look...";
698                        mes "If you're just";
699                        mes "gonna stand there";
700                        mes "and breathe down my";
701                        mes "neck while I'm working,";
702                        mes "you might as well be useful.";
703                        next;
704                        mes "[Mork]";
705                        mes "Bring me some";
706                        mes "snacks or something,";
707                        mes "or get the hell out of";
708                        mes "here until I'm done!";
709                        close;
710                case 6:
711                        mes ".........";
712                        mes "............";
713                        mes "...............";
714                        next;
715                        mes "^3355FFMorf has fallen";
716                        mes "into a deep sleep.^000000";
717                        close;
718                case 7:
719                        mes "[Morf]";
720                        mes "No...";
721                        mes "Still not done.";
722                        mes "Just like the last";
723                        mes "time you asked.";
724                        mes "Just... Wait...";
725                        close;
726                case 8:
727                        mes ".........";
728                        mes "............";
729                        mes "...............";
730                        next;
731                        mes "^3355FFMorf has fallen";
732                        mes "into a pretty restful";
733                        mes "slumber that he seems";
734                        mes "to be thoroughly enjoying.^000000";
735                        close;
736                case 9:
737                        mes "[Morf]";
738                        mes "You can see my hands, right?";
739                        mes "When they're not busy trying";
740                        mes "to finish this pentagram, that's probably a sign meaning that ";
741                        mes "I'm finished. Lookee, they're";
742                        mes "moving, still moving, see that?";
743                        close;
744                }
745        }
746        else if (dmdswrd_Q == 39) {
747                mes "[Morf]";
748                mes "If you really want to";
749                mes "finish that pentagram,";
750                mes "then find my youngest";
751                mes "brother Huey in Morroc.";
752                mes "He should help you out.";
753                mes "I mean, if I did, then he will!";
754                close;
755        }
756        else if (dmdswrd_Q == 40) {
757                mes "[Morf]";
758                mes "You actually found";
759                mes "Huey? How's my little";
760                mes "baby brother doing? Well,";
761                mes "if he's fine, then make him";
762                mes "finish that pentagram. I don't want all my work to go to waste!";
763                close;
764        }
765        else if (dmdswrd_Q > 41 && dmdswrd_Q < 45) {
766                mes "[Morf]";
767                mes "It's good to hear";
768                mes "that Huey is fine and";
769                mes "that nothing's wrong with";
770                mes "his health. In that case,";
771                mes "he should be writing me";
772                mes "and Walker more often!";
773                close;
774        }
775        else if (dmdswrd_Q == 45) {
776                mes "[Morf]";
777                mes "Now that you have one";
778                mes "of those doomed swords,";
779                mes "I want you to only use it for";
780                mes "the right reasons. The curses";
781                mes "of the swords are most dangerous when your conviction wavers.";
782                close;
783        }
784        else {
785                mes "[Old Man]";
786                mes "Arrrrrrrrrghhhh~!";
787                mes "My heart freakin' hurts!";
788                mes "Times like these, I sure";
789                mes "could use a Yellow Potion to";
790                mes "help cope with my hangovers.";
791                mes "C'mon, I freakin' need my meds!";
792                close;
793        }
794}
795
796morocc,248,159,4        script  Young Man#magum1        86,{
797        if (dmdswrd_Q == 39) {
798                mes "[Huey]";
799                mes "Excuse me, but...";
800                mes "Um, did you need";
801                mes "something? You";
802                mes "look like you have";
803                mes "a question for me.";
804                next;
805                mes "["+strcharinfo(0)+"]";
806                mes "Actually, I'm looking for";
807                mes "somebody named Huey.";
808                mes "I hear he's the only one";
809                mes "that can help me finish";
810                mes "this... well... Do you know";
811                mes "where I can find him?";
812                next;
813                mes "[Huey]";
814                mes "Y-yes. I-I'm Huey.";
815                mes "But why are you looking";
816                mes "for me? Oh! Are you some";
817                mes "kind of messenger from one";
818                mes "of my brothers? I haven't heard";
819                mes "from them in quite a while.";
820                next;
821                mes "["+strcharinfo(0)+"]";
822                mes "Actually, I'm trying to";
823                mes "obtain a doomed sword.";
824                mes "To do that, I've already";
825                mes "got the Seal of Muriniel,";
826                mes "and your brothers have";
827                mes "started this pentagram.";
828                next;
829                mes "[Huey]";
830                mes "Are you serious?";
831                mes "You've come this far to";
832                mes "get one of those accursed";
833                mes "blades? Mm, would you please";
834                mes "let me see the pentagram? Oh,";
835                mes "my brothers did such good work!";
836                next;
837                mes "["+strcharinfo(0)+"]";
838                mes "Ah, yes. Here.";
839                next;
840                mes "[Huey]";
841                mes "I don't know if you can";
842                mes "appreciate it, but this";
843                mes "pentagram has really good";
844                mes "craftsmanship! Now, if my";
845                mes "older brothers have already^FFFFFF ^000000 helped you, I shall do the same.";
846                next;
847                mes "[Huey]";
848                mes "My older brothers are even";
849                mes "better blacksmiths than me,";
850                mes "so if you were able to convince";
851                mes "them to aid you, I don't really";
852                mes "have the right to refuse to help you. Besides, if I don't...";
853                next;
854                mes "[Huey]";
855                mes "...Then my brother's work";
856                mes "would have been for nothing.";
857                mes "And then... They might just";
858                mes "come looking for me. Morf";
859                mes "especially. Oh, right! Materials!^FFFFFF ^000000 I need these for the pentagram!";
860                next;
861                mes "[Huey]";
862                mes "Please bring me";
863                mes "^FF00009 Rubies^000000,";
864                mes "^FF00006 Blades of Darkness^000000,";
865                mes "^FF00009 Bloody Edges^000000, and";
866                mes "^FF00001 Loki's Whisper^000000.";
867                next;
868                mes "[Huey]";
869                mes "While you gather the";
870                mes "necessary items, I'll be";
871                mes "finishing my preparations.";
872                mes "Oh, and bring me the ^FF0000exact";
873                mes "amounts^000000--^FF0000no more^000000, ^FF0000no less^000000.";
874                mes "Okay now, I'll see you later~";
875                set dmdswrd_Q,40;
876                close;
877        }
878        else if (dmdswrd_Q == 40) {
879                if (countitem(7024) == 9 && countitem(7023) == 6 && countitem(723) == 9 && countitem(7019) == 1) {
880                        mes "[Huey]";
881                        mes "Oh, you're back. Did";
882                        mes "you bring everything";
883                        mes "I need for the pentagram";
884                        mes "in the exact amounts? Mmm...";
885                        mes "Ah! Yes, perfect! Nice work~";
886                        next;
887                        mes "[Huey]";
888                        mes "Would you please wait";
889                        mes "while I finish this pentagram?";
890                        mes "This is going to take some";
891                        mes "time, but trust me, we're";
892                        mes "almost done. All your hard";
893                        mes "work will pay off soon~";
894                        delitem 7024,9; //Bloody_Edge
895                        delitem 7023,6; //Blade_Lost_In_Darkness
896                        delitem 723,9; //Cardinal_Jewel
897                        delitem 7019,1; //Loki's_Whispers
898                        set dmdswrd_Q,41;
899                        close;
900                }
901                mes "[Huey]";
902                mes "In order to finish the";
903                mes "pentagram, I'll need some";
904                mes "items in the exact quantities--";
905                mes "no more, no less. If you have";
906                mes "too many of a required item, why don't you put it in your Storage?";
907                next;
908                mes "[Huey]";
909                mes "Please bring me";
910                mes "^FF00009 Rubies^000000,";
911                mes "^FF00006 Blades of Darkness^000000,";
912                mes "^FF00009 Bloody Edges^000000, and";
913                mes "^FF00001 Loki's Whisper^000000.";
914                mes "Well, I'll be waiting~";
915                close;
916        }
917        else if (dmdswrd_Q == 41) {
918                mes "[Huey]";
919                mes "Hey there, your timing's";
920                mes "perfect! I just completed";
921                mes "the pentagram for unsealing";
922                mes "one of the doomed swords.";
923                mes "There's just one last step...";
924                next;
925                mes "[Huey]";
926                mes "Would you put the Seal of Murinel to the pentagram? That will unlock";
927                mes "the seal, causing the doomed sword best suited for you to manifest.";
928                mes "Soon, Grimtooth, Mysteltainn,";
929                mes "or Executioner will be yours...";
930                next;
931                mes "^3355FFYou carefully place the";
932                mes "Seal of Muriniel to the";
933                mes "pentagram. A few parts of";
934                mes "the pentagram immediately";
935                mes "begin to quitely pulse with";
936                mes "a soft and gentle glow.^000000";
937                next;
938                mes "[Huey]";
939                mes "It's... It's starting! The";
940                mes "sections of the pentagram";
941                mes "are activating in the order";
942                mes "in which they were completed.";
943                mes "The parts that are lit now";
944                mes "must be Walker's work...";
945                next;
946                mes "^3355FFSuddenly, another section";
947                mes "of the pentagram activates,";
948                mes "and parts of the pentagram";
949                mes "flare unstably with an";
950                mes "intense, unsteady light.^000000";
951                next;
952                mes "[Huey]";
953                mes "That must be...";
954                mes "Morf must have done";
955                mes "that part. Okay, when";
956                mes "the light stabilizes and";
957                mes "the entire pentagram is";
958                mes "glowing, it'll be ready.";
959                next;
960                mes "^3355FFThe unactivated portions";
961                mes "of the pentagram ignite,";
962                mes "and the entire pentagram";
963                mes "emits a warm, effusive glow.^000000";
964                next;
965                mes "[Huey]";
966                mes "Okay, this is important!";
967                mes "One of the doomed swords";
968                mes "is going to manifest very soon.";
969                mes "When you can see the sword";
970                mes "within the light, grab it quickly! ";
971                next;
972                mes "[Huey]";
973                mes "Wait, can you--?";
974                mes "There, I see it! Now";
975                mes "quickly, take it! It's yours!";
976                next;
977                set .@random,rand(1,10);
978                if (.@random >= 1 && .@random <= 5) {
979                        callsub S_GetSword,1237,0,1,42;
980                        getitem 1237,1; //Grimtooth_
981                        close;
982                }
983                else if (.@random >= 6 && .@random <= 8) {
984                        callsub S_GetSword,1138,1,1,43;
985                        getitem 1138,1; //Mysteltainn_
986                        close;
987                }
988                else {
989                        callsub S_GetSword,1169,2,1,44;
990                        getitem 1169,1; //Executioner_
991                        close;
992                }
993        }
994        else if (dmdswrd_Q == 42) {
995                callsub S_GetSword,1237,0,0,0;
996                getitem 1237,1; //Grimtooth_
997                close;
998        }
999        else if (dmdswrd_Q == 43) {
1000                callsub S_GetSword,1138,1,0,0;
1001                getitem 1138,1; //Mysteltainn_
1002                close;
1003        }
1004        else if (dmdswrd_Q == 44) {
1005                callsub S_GetSword,1169,2,0,0;
1006                getitem 1169,1; //Executioner_
1007                close;
1008        }
1009        else if (dmdswrd_Q == 45) {
1010                mes "[Huey]";
1011                mes "So how are you handling";
1012                mes "that doomed sword? Whatever";
1013                mes "you do, don't abuse its power";
1014                mes "and you should be fine. I've";
1015                mes "got faith that you'll never";
1016                mes "succumb to the blade's curse.";
1017                next;
1018                mes "[Huey]";
1019                mes "Anyway, I really";
1020                mes "should thank you for";
1021                mes "the opportunity to use";
1022                mes "my skills. I mean, I didn't";
1023                mes "want what I had learned from";
1024                mes "the Dwarves to go to waste.";
1025                close;
1026        }
1027        else {
1028                mes "[Huey]";
1029                mes "You know, I've traveled";
1030                mes "to all sorts of places, but";
1031                mes "the heat here in Morroc";
1032                mes "is the worst I've ever";
1033                mes "experienced! It's so humid";
1034                mes "and uncomfortable here...";
1035                close;
1036        }
1037
1038S_GetSword:
1039        if (getarg(2) == 1) {
1040                mes "^3355FFYou reach within the";
1041                mes "blinding light and grasp";
1042                mes "the sword's handle. When";
1043                mes "the light dissipates, you";
1044                mes "can see that you have";
1045                mes "obtained a "+getitemname(getarg(0))+".^000000";
1046                set magum,getarg(3);
1047                next;
1048        }
1049        if (checkweight(getarg(0),1) == 0) {
1050                mes "[Huey]";
1051                mes "Hold on, you're carrying";
1052                mes "too many things with you.";
1053                mes "You better store some things";
1054                mes "to make more of your inventory";
1055                mes "space available. Then, we can finally claim your doomed sword.";
1056                close;
1057        }
1058        mes "[Huey]";
1059        if (getarg(1) == 0) {
1060                mes "Th-that's the Grimtooth!";
1061                mes "Ever since I've been taught";
1062                mes "the pentagram techniques by";
1063                mes "those Dwarves, I've never once";
1064                mes "imagined that I'd see that sword. Please use that weapon wisely.";
1065        }
1066        else if (getarg(1) == 1) {
1067                mes "I don't believe it!";
1068                mes "You... You've been found";
1069                mes "worthy of the Mysteltainn?";
1070                mes "Be careful, and don't let";
1071                mes "its power overwhelm you.";
1072                mes "Wield it only for just ends...";
1073        }
1074        else if (getarg(1) == 2) {
1075                mes "Th-that's...!";
1076                mes "The Executionier has";
1077                mes "chosen you to wield it?";
1078                mes "You must have an extremely";
1079                mes "strong will, or something...";
1080                mes "Don't give in to the bloodlust.";
1081        }
1082        next;
1083        mes "[Huey]";
1084        mes "Well, it looks like my";
1085        mes "work here is done. I'm glad";
1086        mes "I got the chance to use these";
1087        mes "ancient skills, and it's an honor to meet a worthy adventurer.";
1088        mes "My brothers should be proud.";
1089        next;
1090        mes "[Huey]";
1091        mes "Speaking of which,";
1092        mes "please give Morf and";
1093        mes "Walker my regards if you";
1094        mes "happen to see them. Well";
1095        mes "then, take care of yourself, and be cautious in using that sword.";
1096        set dmdswrd_Q,45;
1097        return;
1098}
Note: See TracBrowser for help on using the browser.