root/npc/quests/monstertamers.txt @ 3

Revision 1, 20.9 kB (checked in by jinshiro, 17 years ago)
Line 
1//===== eAthena Script =======================================
2//= Monster Tamers
3//===== By: ==================================================
4//= kobra_k88, Darkchild, x[tsk]
5//===== Current Version: =====================================
6//= 1.3
7//===== Compatible With: =====================================
8//= eAthena 1.0
9//===== Description: =========================================
10//= Cute pet quest items
11//===== Additional Comments: =================================
12//= May not have all of the Monster Tamers, but the ones here are fully working.
13//= 1.1 Fixed exploits [Lupus]
14//= 1.2 Removed Duplicates [Silent]
15//= 1.3 Added Bongun's taming item quest. Credits to Lone_Wolf. [SinSloth]
16//============================================================
17
18
19//<================================================= Alberta ===============================================>\\
20alberta_in,173,77,3     script  Monster Tamer#01        125,{
21        mes "[Monster Tamer Iwado]";
22        mes "Monster taming has never been more popular than it is now! Why not join in on all of the excitement?....";
23M_Menu:
24        next;
25        menu    "^5555FFMonster Taming^000000",M_0,
26                "^5555FF'Monster Juice'^000000",M_1,
27                "^5555FF'Singing Flower'^000000",M_2,
28                "^5555FF'Wild Flower'^000000",M_3,
29                "Please make one for me",M_Make,
30                "Cancel",M_End;
31        M_0:
32                mes "[Monster Tamer Iwado]";
33                mes "Monster Taming is the way in which players can get certain monsters to become their pets.";
34                mes "By using a ^5555FF'Taming Item'^000000 a player can lure a monster into becoming a pet.";
35                next;
36                mes "[Monster Tamer Iwado]";
37                mes "These Taming Items are very hard to come by, but Monster Tamer Guild members such as myself can get them to you without any hassle.";
38                next;
39                mes "[Monster Tamer Iwado]";
40                mes "Here the Taming Items that I offer:";
41                mes "^5555FF'Monster Juice'^000000";
42                mes "^5555FF'Singing Flower'^000000";
43                mes "^5555FF'Wild Flower'^000000";
44                next;
45                mes "[Monster Tamer Iwado]";
46                mes "These are fantastic items! You should really give them a try!";
47                goto M_Menu;
48        M_1:
49                mes "[Monster Tamer Iwado]";
50                mes "It is a drink made from animal blood.  It's nothing a person would want to drink, but for the monster '^FF5555'Hunter Fly'^000000, it's a delicacy.";
51                next;
52                mes "[Monster Tamer Iwado]";
53                mes "I can give you a ^5555FF'Monster Juice'^000000 in exchange for:";
54                mes "-^FF5555'1 Animal Gore'";
55                mes "-'2 Apples'^000000";
56                next;
57                mes "[Monster Tamer Iwado]";
58                mes "Once you bring me these items I will make this Taming item with the uttmost pride!";
59                goto M_Menu;
60        M_2:
61                mes "[Monster Tamer Iwado]";
62                mes "The flower of a Singing Plant.  It is a very unique and unusual item that seems to attract ^FF5555'Rockers'^000000.";
63                next;
64                mes "[Monster Tamer Iwado]";
65                mes "I can give you a ^5555FF'Singing Flower'^000000 in exchange for:";
66                mes "-^FF5555'1 Singing Plant'^000000";
67                next;
68                mes "[Monster Tamer Iwado]";
69                mes "Once you bring me these items I will make this Taming item with the uttmost pride!";
70                goto M_Menu;
71        M_3:
72                mes "[Monster Tamer Iwado]";
73                mes "This flower blooms naturally here in Rune-Midgard.  It can be used as armor for your ^FF5555Orc Warrior^000000 pet.";
74                mes "I can give you a ^5555FF'Wild Flower'^000000 in exchange for:";
75                mes "-^FF5555'1 Fancy Flower'";
76                mes "-'1 Clover'^000000";
77                next;
78                mes "[Monster Tamer Iwado]";
79                mes "Once you bring me these items I will make this Taming item with the uttmost pride!";
80                goto M_Menu;
81        M_Make:
82                mes "[Monster Tamer Iwado]";
83                mes "Which Taming Item would you like?";
84                next;
85                menu "^5555FF'Monster Juice'^000000",sM_1, "^5555FF'Singing Flower'^000000",sM_2, "^5555FF'Wild Flower'^000000",sM_3, "Cancel",M_End;
86
87                sM_1:
88                        if(countitem(702)<1 || countitem(512)<2) goto sL_NoItems;
89                        delitem 702,1;
90                        delitem 512,2;
91                        mes "[Monster Tamer Iwado]";
92                        mes "Alright, just a minute while I prepare the tame......";
93                        next;
94                        mes "[Monster Tamer Iwado]";
95                        mes "Here you are! A Monster Juice! Enjoy and feel free to come back anytime.";
96                        getitem 626,1;
97                        close;
98                sM_2:
99                        if(countitem(707)<1) goto sL_NoItems;
100                        delitem 707,1;
101                        mes "[Monster Tamer Iwado]";
102                        mes "Alright, just a minute while I prepare the tame......";
103                        next;
104                        mes "[Monster Tamer Iwado]";
105                        mes "Here you are! A Singing Flower! Enjoy and feel free to come back anytime.";
106                        getitem 629,1;
107                        close;
108                sM_3:
109                        if(countitem(2207)<1 || countitem(705)<1) goto sL_NoItems;
110                        delitem 2207,1;
111                        delitem 705,1;
112                        mes "[Monster Tamer Iwado]";
113                        mes "Alright, just a minute while I prepare the tame......";
114                        next;
115                        mes "[Monster Tamer Iwado]";
116                        mes "Here you are! A Wild Flower! Enjoy and feel free to come back anytime.";
117                        getitem 10009,1;
118                        close;
119
120                        sL_NoItems:
121                                mes "[Monster Tamer Iwado]";
122                                mes "It looks like you don't have enough items to exchange for this tame.  Please come back when you do.";
123                                close;
124        M_End:
125                mes "[Monster Tamer Iwado]";
126                mes "Oh... I see.  You probably haven't decided on what monster to raise as a pet yet.  It's a very important decision, so please, take your time.";
127                close;
128
129}
130
131
132//<================================================= Al De Baran ===============================================>\\
133aldeba_in,167,177,3     script  Monster Tamer#02        125,{
134        mes "[Monster Tamer YuU]";
135        mes "You must be looking for some Taming Items.... When it comes to making Taming Items there is no one better than me here in Rune Midgard.";
136M_Menu:
137        next;
138        menu    "^5555FF'Monster Taming'^000000",M_0,
139                "^5555FF'Skull Helm'^000000",M_1,
140                "^5555FF'Monster Oxygen Mask'^000000",M_2,
141                "^5555FF'Silk Ribbon'^000000",M_3,
142                "^5555FF'Stellar Hairpin'^000000",M_4,
143                "^5555FF'Tiny Egg Shell'^000000",M_5,
144                "^5555FF'Rocker Glasses'^000000",M_6,
145                "Please make one for me",M_Make,
146                "Cancel",M_End;
147        M_0:
148                mes "[Monster Tamer YuU]";
149                mes "Monster Taming is the way in which players can get certain monsters to become their pets.";
150                mes "By using a ^5555FF'Taming Item'^000000 a player can lure a monster into becoming a pet.";
151                next;
152                mes "[Monster Tamer YuU]";
153                mes "Once you obtain a pet, you must show it love and appreciation.  This is the most important part of monster taming.";
154                next;
155                mes "[Monster Tamer YuU]";
156                mes "The best way to show your new pet you care, is to get it an 'Accessory' to make it stand out from the rest of the monsters in Rune Midgard.";
157                next;
158                mes "[Monster Tamer YuU]";
159                mes "These ^5555FF'Cute Pet Accessories'^000000 are very hard to come by, but Monster Tamer Guild members such as myself can get them to you without any hassle.";
160                next;
161                mes "[Monster Tamer YuU]";
162                mes "Here the Taming Items that I offer:";
163                mes "^5555FF'Skull Helm'";
164                mes "'Monster Oxygen Mask'";
165                mes "'Silk Ribbon'";
166                mes "'Stellar Hairpin'";
167                mes "'Tiny Egg Shell'";
168                mes "'Rocker Glasses'^000000";
169                next;
170                mes "[Monster Tamer YuU]";
171                mes "These are fantastic items! You should really give them a try!";
172                goto M_Menu;
173        M_1:
174                mes "[Monster Tamer YuU]";
175                mes "It may be disgusting, but it has a mysterious power that has the potential to make its wearer go crazy!";
176                mes "This item will look great on your '^FF5555'Baphomet Jr.'^000000 pet.";
177                next;
178                mes "[Monster Tamer YuU]";
179                mes "I can give you a ^5555FF'Skull Helm'^000000 in exchange for:";
180                mes "-^FF5555'1 Bone Helm'^000000";
181                next;
182                mes "[Monster Tamer YuU]";
183                mes "Once you bring me these items I will make this Taming item with the uttmost pride!";
184                goto M_Menu;
185        M_2:
186                mes "[Monster Tamer YuU]";
187                mes "Once worn it makes it difficult to tell whether or not the wearer is a monster or a human.";
188                mes "A great gift for your ^FF5555'Choncon', 'Steel Choncon', or 'Hunter Fly'^000000.";
189                next;
190                mes "[Monster Tamer YuU]";
191                mes "I can give you a ^5555FF'Monster Oxygen Mask'^000000 in exchange for:";
192                mes "-^FF5555'1 Oxygen Mask'^000000";
193                next;
194                mes "[Monster Tamer YuU]";
195                mes "Once you bring me these items I will make this Taming item with the uttmost pride!";
196                goto M_Menu;
197        M_3:
198                mes "[Monster Tamer YuU]";
199                mes "It's a high quality ribbon knitted out of smooth silk.  It will make your pet ^FF5555'Lunatic'^000000 look even cuter!.";
200                next;
201                mes "[Monster Tamer YuU]";
202                mes "I can give you a ^5555FF'Silk Ribbon'^000000 in exchange for:";
203                mes "-^FF5555'1 Ribbon (0 Slotts)'^000000";
204                next;
205                mes "[Monster Tamer YuU]";
206                mes "Once you bring me these items I will make this Taming item with the uttmost pride!";
207                goto M_Menu;
208        M_4:
209                mes "[Monster Tamer YuU]";
210                mes "It is extremely sharp and possesses a mysterious power that makes monsters want to wear it.";
211                mes "Your ^FF5555'Green Petite'^000000 will love wearing this!";
212                next;
213                mes "[Monster Tamer YuU]";
214                mes "I can give you a ^5555FF'Stellar Hairpin'^000000 in exchange for:";
215                mes "-^FF5555'1 Stellar'^000000";
216                next;
217                mes "[Monster Tamer YuU]";
218                mes "Once you bring me these items I will make this Taming item with the uttmost pride!";
219                goto M_Menu;
220        M_5:
221                mes "[Monster Tamer YuU]";
222                mes "This seems to have a peculiar scent and a magnificent shine! It can be used as armor for your ^FF5555'Picky'^000000.";
223                mes "I can give you a ^5555FF'Tiny Egg Shell'^000000 in exchange for:";
224                mes "-^FF5555'1 Egg Shell'^000000";
225                next;
226                mes "[Monster Tamer YuU]";
227                mes "Once you bring me these items I will make this Taming item with the uttmost pride!";
228                goto M_Menu;
229        M_6:
230                mes "[Monster Tamer YuU]";
231                mes "Mysterious pair of eye glasses which make its wearer look like a geek.  It's perfect for your ^FF5555Rocker^000000 pet.";
232                next;
233                mes "[Monster Tamer YuU]";
234                mes "I can give you a pair of ^5555FF'Rocker Glasses'^000000 in exchange for:";
235                mes "-^FF5555'1 Ribbon (0 Slotts)'";
236                mes "-'2 Zargon'";
237                mes "-'400 Zeny'^000000";
238                next;
239                mes "[Monster Tamer YuU]";
240                mes "Once you bring me these items I will make this Taming item with the uttmost pride!";
241                goto M_Menu;
242        M_Make:
243                mes "[Monster Tamer YuU]";
244                mes "Which Taming Item would you like?";
245                next;
246                menu    "^5555FF'Skull Helm'^000000",sM_1,
247                        "^5555FF'Monster Oxygen Mask'^000000",sM_2,
248                        "^5555FF'Silk Ribbon'^000000",sM_3,
249                        "^5555FF'Stellar Hairpin'^000000",sM_4,
250                        "^5555FF'Tiny Egg Shell'^000000",sM_5,
251                        "^5555FF'Rocker Glasses'^000000",sM_6,
252                        "Cancel",M_End;
253
254                sM_1:
255                        if(countitem(5017)<1) goto sL_NoItems;
256                        delitem 5017,1;
257                        mes "[Monster Tamer YuU]";
258                        mes "Alright, just a minute while I prepare the tame......";
259                        next;
260                        mes "[Monster Tamer YuU]";
261                        mes "Here you are! A Skull Helm! Enjoy and feel free to come back anytime.";
262                        getitem 10001,1;
263                        close;
264                sM_2:
265                        if(countitem(5004)<1) goto sL_NoItems;
266                        delitem 5004,1;
267                        mes "[Monster Tamer YuU]";
268                        mes "Alright, just a minute while I prepare the tame......";
269                        next;
270                        mes "[Monster Tamer YuU]";
271                        mes "Here you are! A Monster Oxygen Mask! Enjoy and feel free to come back anytime.";
272                        getitem 10002,1;
273                        close;
274                sM_3:
275                        if(countitem(2208)<1) goto sL_NoItems;
276                        delitem 2208,1;
277                        mes "[Monster Tamer YuU]";
278                        mes "Alright, just a minute while I prepare the tame......";
279                        next;
280                        mes "[Monster Tamer YuU]";
281                        mes "Here you are! A Silk Ribbon! Enjoy and feel free to come back anytime.";
282                        getitem 10007,1;
283                        close;
284                sM_4:
285                        if(countitem(2294)<1) goto sL_NoItems;
286                        delitem 2294,1;
287                        mes "[Monster Tamer YuU]";
288                        mes "Alright, just a minute while I prepare the tame......";
289                        next;
290                        mes "[Monster Tamer YuU]";
291                        mes "Here you are! Stellar Hairpin! Enjoy and feel free to come back anytime.";
292                        getitem 10011,1;
293                        close;
294                sM_5:
295                        if(countitem(5015)<1) goto sL_NoItems;
296                        delitem 5015,1;
297                        mes "[Monster Tamer YuU]";
298                        mes "Alright, just a minute while I prepare the tame......";
299                        next;
300                        mes "[Monster Tamer YuU]";
301                        mes "Here you are! A Tiny Egg Shell! Enjoy and feel free to come back anytime.";
302                        getitem 10012,1;
303                        close;
304                sM_6:
305                        if(countitem(2208)<1 || countitem(912)<2 || Zeny<400) goto sL_NoItems;
306                        delitem 2208,1;
307                        delitem 912,2;
308                        set Zeny, Zeny-400;
309                        mes "[Monster Tamer YuU]";
310                        mes "Alright, just a minute while I prepare the tame......";
311                        next;
312                        mes "[Monster Tamer YuU]";
313                        mes "Here you are! A pair of Rocker Glasses! Enjoy and feel free to come back anytime.";
314                        getitem 10014,1;
315                        close;
316
317                        sL_NoItems:
318                                mes "[Monster Tamer YuU]";
319                                mes "It looks like you don't have enough items to exchange for this tame.  Please come back when you do.";
320                                close;
321        M_End:
322                mes "[Monster Tamer YuU]";
323                mes "Oh... I see.  You probably haven't decided on what monster to raise as a pet yet.  It's a very important decision, so please, take your time.";
324                close;
325
326}
327
328
329//<================================================= Izlude ===============================================>\\
330izlude_in,128,64,3      script  Monster Tamer#03        125,{
331        mes "[Monster Tamer Shogo]";
332        mes "Are you pre-occupied with gathering items for your cute pets, and want a break? Then let us find those items for you.....";
333M_Menu:
334        next;
335        menu    "^5555FFMonster Taming^000000",M_0,
336                "^5555FF'Book of Devil'^000000",M_1,
337                "^5555FF'No Recipient'^000000",M_2,
338                "^5555FF'Horror of Tribe'^000000",M_3,
339                "Please make one for me",M_Make,
340                "Cancel",M_End;
341        M_0:
342                mes "[Monster Tamer Shogo]";
343                mes "Monster Taming is the way in which players can get certain monsters to become their pets.";
344                mes "By using a ^5555FF'Taming Item'^000000 a player can lure a monster into becoming a pet.";
345                next;
346                mes "[Monster Tamer Shogo]";
347                mes "These Taming Items are very hard to come by, but Monster Tamer Guild members such as myself can get them to you without any hassle.";
348                next;
349                mes "[Monster Tamer Shogo]";
350                mes "Here the Taming Items that I offer:";
351                mes "^5555FF'Book of Devil'^000000,";
352                mes "^5555FF'No Recipient'^000000,";
353                mes "^5555FF'Horror of Tribe'^000000.";
354                next;
355                mes "[Monster Tamer Shogo]";
356                mes "These are fantastic items! You should really give them a try!";
357                goto M_Menu;
358        M_1:
359                mes "[Monster Tamer Shogo]";
360                mes "This book is far too powerfull for any mere mortal to read and contains the secret method of summoning a devil!";
361                mes "Use it to lure the monster ^FF5555'Baphomet Jr.'^000000.";
362                next;
363                mes "[Monster Tamer Shogo]";
364                mes "I can give you a ^5555FF'Book of Devil'^000000 in exchange for:";
365                mes "-^FF5555'1 Old Magic Book'";
366                mes "-'2 Horrendous Mouth'^000000";
367                next;
368                mes "[Monster Tamer Shogo]";
369                mes "Once you bring me these items I will make this Taming item with the uttmost pride!";
370                goto M_Menu;
371        M_2:
372                mes "[Monster Tamer Shogo]";
373                mes "An old letter which wasn't delivered because of an unkown recipient.";
374                mes "It has no meaning to any living human, but ^FF5555'Munaks'^000000 seem to be very fond of it.";
375                next;
376                mes "[Monster Tamer Shogo]";
377                mes "I can give you a ^5555FF'No Recipient'^000000 in exchange for:";
378                mes "-^FF5555'1 Old Portrait'^000000";
379                next;
380                mes "[Monster Tamer Shogo]";
381                mes "Once you bring me these items I will make this Taming item with the uttmost pride!";
382                goto M_Menu;
383        M_3:
384                mes "[Monster Tamer Shogo]";
385                mes "This trophy is an ^FF5555'Orc Warrior's'^000000 favorite item.";
386                mes "I can give you a ^5555FF'Horror of Tribe'^000000 in exchange for:";
387                mes "-^FF5555'1 Chivalry Emblem'";
388                mes "-'1 Scorpion Tail'^000000";
389                next;
390                mes "[Monster Tamer Shogo]";
391                mes "Once you bring me these items I will make this Taming item with the uttmost pride!";
392                goto M_Menu;
393        M_Make:
394                mes "[Monster Tamer Shogo]";
395                mes "Which Taming Item would you like?";
396                next;
397                menu "^5555FF'Book of Devil'^000000",sM_1, "^5555FF'No Recipient'^000000",sM_2, "^5555FF'Horror of Tribe'^000000",sM_3, "Cancel",M_End;
398
399                sM_1:
400                        if(countitem(1006)<1 || countitem(958)<2) goto sL_NoItems;
401                        delitem 1006,1;
402                        delitem 958,2;
403                        mes "[Monster Tamer Shogo]";
404                        mes "Alright, just a minute while I prepare the tame......";
405                        next;
406                        mes "[Monster Tamer Shogo]";
407                        mes "Here you are! A Book of Devil! Enjoy and feel free to come back anytime.";
408                        getitem 642,1;
409                        close;
410                sM_2:
411                        if(countitem(7014)<1) goto sL_NoItems;
412                        delitem 7014,1;
413                        mes "[Monster Tamer Shogo]";
414                        mes "Alright, just a minute while I prepare the tame......";
415                        next;
416                        mes "[Monster Tamer Shogo]";
417                        mes "Here you are! A No Recipient! Enjoy and feel free to come back anytime.";
418                        getitem 636,1;
419                        close;
420                sM_3:
421                        if(countitem(1004)<1 || countitem(904)<1) goto sL_NoItems;
422                        delitem 1004,1;
423                        delitem 904,1;
424                        mes "[Monster Tamer Shogo]";
425                        mes "Alright, just a minute while I prepare the tame......";
426                        next;
427                        mes "[Monster Tamer Shogo]";
428                        mes "Here you are! A Horror of Tribe! Enjoy and feel free to come back anytime.";
429                        getitem 635,1;
430                        close;
431
432                        sL_NoItems:
433                                mes "[Monster Tamer Shogo]";
434                                mes "It looks like you don't have enough items to exchange for this tame.  Please come back when you do.";
435                                close;
436        M_End:
437                mes "[Monster Tamer Shogo]";
438                mes "Oh... I see.  You probably haven't decided on what monster to raise as a pet yet.  It's a very important decision, so please, take your time.";
439                close;
440}
441
442//'Her heart' item to catch Bongun
443
444comodo,112,182,0        script  Munak's Grandma 103,{
445        if (countitem(1558) > 0) {
446                mes "[Munak's grandma]";
447                mes "Oh my...";
448                mes "Have you seen my granddaughter,";
449                if (Sex == 1) {
450                        mes "boy? My poor granddaughter";
451                }
452                else {
453                        mes "young lady? My poor granddaughter";
454                }
455                mes "has been missing...";
456                next;
457                mes "[Munak's Grandma]";
458                mes "I can't remember exactly when it";
459                mes "was, but when I lived in Payon, I";
460                mes "had a cute granddaughter. She";
461                mes "was really happy when I made her";
462                mes "hair like ^000077Danggie^000000...";
463                next;
464                mes "[Munak's Grandma]";
465                mes "She was alwaying working with the";
466                mes "village chief... She was such a sweet";
467                mes "girl, and always got along with";
468                mes "chief's son...";
469                next;
470                mes "[Munak's Grandma]";
471                mes "But one day our deity became angry";
472                mes "and cursed the chief's son with a";
473                mes "sickness! The village had to offer";
474                mes "my granddaughter to him as a";
475                mes "companion to lift the curse...";
476                next;
477                mes "[Munak's Grandma]";
478                mes "The chief's son regained his";
479                mes "health, but I lost my";
480                mes "granddaughter! I can't look at him";
481                mes "and not think of her, so I tried to";
482                mes "leave my misery behind and came";
483                mes "here to Comodo...";
484                next;
485
486                switch(select("Oh come on! Cheer up!:Um, is this diary...?")) {
487
488                case 1:
489                        mes "[Munak's Grandma]";
490                        mes "It seems my granddaughter haunts my";
491                        mes "dreams every night. I believe I've";
492                        mes "been trying to cheer up for years";
493                        mes "now...";
494                        close;
495
496                case 2:
497                        if (countitem(901) > 0) {
498                                mes "[Munak's Grandma]";
499                                mes "Oh god!";
500                                mes "It's my granddaughter's diary!";
501                                mes "Th-This is her writing! Oh my...!";
502                                next;
503                                mes "[Munak's Grandma]";
504                                if (Sex == 1) {
505                                        mes "Young man... I'll read this to you if";
506                                }
507                                else {
508                                        mes "Young lady... I'll read this to you if";
509                                }
510                                mes "you give it to me with a Danggie,";
511                                mes "please. I no longer have anything";
512                                mes "that belonged to her now...";
513                                next;
514
515                                switch(select("No way.:Ok, I'll.")) {
516
517                                case 1:
518                                        mes "[Munak's Grandma]";
519                                        mes "Oh...?";
520                                        if (Sex == 1) {
521                                                mes "Alright, young man.";
522                                                mes "Thank you anyway.";
523                                        }
524                                        else {
525                                                mes "Thank you anyway,";
526                                                mes "young lady";
527                                        }
528                                        next;
529                                        mes "[Munak's Grandma]";
530                                        mes "It's alright...";
531                                        mes "I can only hope that the deity is";
532                                        mes "taking good care of her!";
533                                        close;
534
535                                case 2:
536                                        delitem 1558,1;
537                                        delitem 901,1;
538                                        mes "[Munak's Grandma]";
539                                        if (Sex == 1) {
540                                                mes "Oh!";
541                                                mes "Thank you,";
542                                                mes "young man~!";
543                                        }
544                                        else {
545                                                mes "Goodness!";
546                                                mes "Thank you,";
547                                                mes "young lady...";
548                                        }
549                                        next;
550                                        mes "[Munak's Grandma]";
551                                        mes "Alright...";
552                                        mes "I'll read this.";
553                                        mes "Let me see...";
554                                        next;
555                                        mes "[Munak's Grandma]";
556                                        mes "It seems that my granddaughter was";
557                                        mes "treated by the chief like his own";
558                                        mes "child! There are so many happy";
559                                        mes "memories in this book!";
560                                        next;
561                                        getitem 659,1;
562                                        mes "[Munak's Grandma]";
563                                        mes "Oh, thank you. I now have a good";
564                                        mes "keepsake of my granddaughter. Thank";
565                                        mes "you so much! May God-Poing bless";
566                                        mes "you!";
567                                        close;
568
569                                }
570
571                        }
572
573                        else {
574                                mes "[Munak's Grandma]";
575                                mes "What? A diary? What's that diary...?";
576                                mes "I don't... I can't remember, oh my...";
577                                next;
578                                mes "[Munak's Grandma]";
579                                mes "I really wish I could make her hair";
580                                mes "into a ^000077Danggie^000000 again. I really";
581                                mes "wish... Oh, oh my granddaughter...";
582                                close;
583                        }
584
585
586                }
587
588        }
589
590        else {
591                mes "[Munak's Grandma]";
592                mes "My own granddaughter...";
593                mes "Why did she have to leave...?";
594                close;
595        }
596
597}
Note: See TracBrowser for help on using the browser.