root/npc/events/halloween_2006.txt

Revision 1, 46.6 kB (checked in by jinshiro, 17 years ago)
Line 
1//===== eAthena Script =======================================
2//= 2006 Halloween Event
3//===== By: ==================================================
4//= Brainstorm
5//===== Current Version: =====================================
6//= 1.2
7//===== Compatible With: =====================================
8//= eAthena SVN
9//===== Description: =========================================
10//= [Aegis Conversion]
11//= Event 1: Redeem "Pumpkin Mojo" for pumpkin headgear.
12//= Event 2: Create "Pumpkin Pie" item.
13//===== Additional Comments: =================================
14//= 1.0 First semi-working conversion. [Brainstorm]
15//= 1.1 Refined Brainstorm's conversion. [L0ne_W0lf]
16//= 1.1a Minor fixes. (Screwed up weight checks somehow) [L0ne_W0lf]
17//= 1.2 Added missing checkweights. [L0ne_W0lf]
18//============================================================
19
20// Pumpkin Mojo quest (Event 1)
21prontera,162,69,5       script  Gloomy Jack#06_hw       1130,2,2,{
22        end;
23
24OnTouch:
25        mes "[Cool Devi]";
26        mes "If you have something to say to him,";
27        mes "just talk to me.";
28        mes "You won't even understand what stupid pumkin headed Jack is saying.";
29        close;
30}
31
32prontera,164,69,3       script  Cool Devi#06_hw 738,{
33        set .@now_weight,MaxWeight-Weight;
34        if (.@now_weight < 2000 || checkweight(1201,1) == 0) {
35                mes "^3355FFWait a second!";
36                mes "Right now, you're carrying";
37                mes "too many things with you.";
38                mes "Please come back after";
39                mes "using the Kafra Service";
40                mes "to store some of your items.^000000";
41                close;
42        }
43        if (countitem(7609) > 0) {
44                mes "[Gloomy Jack]";
45                mes "Oh wait, is that a Pumpkin Mojo you are carrying?";
46                mes " ";
47                mes "[Cool Devi]";
48                mes "Says he.";
49                next;
50                mes "[Gloomy Jack]";
51                mes "Give it to me. I'll pay you back.";
52                mes " ";
53                mes "[Cool Devi]";
54                mes "Says he...";
55                mes "I just can guess what he will say next. So what do you say?";
56                next;
57                if (select("What will he say?:I also know about it.") == 1) {
58                        mes "[" + strcharinfo(0) + "]";
59                        mes "What will he say?";
60                        next;
61                        mes "[Cool Devi]";
62                        mes "Jack is not like others. He is halloween Jack.";
63                        mes "but one day, he lost his Pumpkin Mojo and turned into depressed Jack..";
64                        mes "Pumpkin Mojo was his all.";
65                        next;
66                        mes "[Cool Devi]";
67                        mes "Well, actually that's the main reason Jack came to town.";
68                        mes "To find his Pumpkin Mojo. Most suspicious suspect is ^4d4dffDelightful Lude^000000, the one known as Halloween monster";
69                        next;
70                        mes "[Cool Devi]";
71                        mes "Why don't you give him back the 'Pumpkin Mojo'.";
72                        mes "Don't worry he will compensate you.";
73                        next;
74                        mes "[" + strcharinfo(0) + "]";
75                        mes "Compensate?With what?";
76                        next;
77                        mes "[Cool Devi]";
78                        mes "If you bring ^4d4dff 1 Pumpkin Mojo^000000 and a pumpkin head that we gave out to you last year,";
79                        mes "he will make it to ^00ff00the most fantastic pumpkin hat^000000.";
80                        mes "Or if you don't have pumpkin head, you can just bring a ^3d3dff Pumpkin Mojo, a pumpkin, and a cap ^000000.";
81                        next;
82                        mes "[Cool Devi]";
83                        mes "Well, that Pumpkin Mojo is useless if you just carry it. ";
84                        mes "Give it to Jack. Don't you feel pity for him?.";
85                        close;
86                }
87                mes "[Cool Devi]";
88                mes "Oh~Great.";
89                mes "Then, let me see what you got.";
90                next;
91                if ((countitem(7609) > 0) && (countitem(5134) > 0)) {
92                        mes "[Gloomy Jack]";
93                        mes "Oh, you brought the pumpkin head!";
94                        mes "I'll make you to nicer one.";
95                        mes " ";
96                        mes "[Cool Devi]";
97                        mes "says he.";
98                        next;
99                        if (select( "No, I'll come back later.:Oh, good. Make it now!") == 1) {
100                                mes "[Gloomy Jack]";
101                                mes "Huh?";
102                                mes " ";
103                                mes "[Cool Devi]";
104                                mes "What? Look at Jack. He has got so dissapointed.";
105                                mes "Promise me to give the Pumpkin Mojo back to Jack later someday, will you?";
106                                close;
107                        }
108                        mes "[Gloomy Jack]";
109                        mes "Thanks for giving my thing back, I'll make your hat prettier.";
110                        mes " ";
111                        mes "[Cool Devi]";
112                        mes "says he.";
113                        next;
114                        specialeffect 362; //EF_LEVEL99
115                        mes "[Excited Jack]";
116                        mes "Lalala~ lalala~";
117                        mes " ";
118                        mes "(He starts singing. On a sudden, Jack's aura appeared.)";
119                        delitem 7609,1; //Pumpkin_Mojo
120                        delitem 5134,1; //Pumpkin_Hat
121                        getitem 5202,1; //Pumpkin_Hat_
122                        next;
123                        specialeffect 1; //EF_HIT2
124                        mes "[Gloomy Jack]";
125                        mes "My aura is not like it used to be. Maybe I need more Pumpkin Mojo.";
126                        mes " ";
127                        mes "[Cool Devi]";
128                        mes "says he...";
129                        next;
130                        mes "[Cool Devi]";
131                        mes "Oh~poor Jack.";
132                        mes "Well, someday he'll get back all his Pumpkin Mojo back.";
133                        close;
134                }
135                else if ((countitem(7609) > 0) && (countitem(535) > 0) && (countitem(2226) > 0)) {
136                        mes "[Gloomy Jack]";
137                        mes "Wow!";
138                        mes "I'll turn your hat to very cool one.";
139                        mes " ";
140                        mes "[Cool Devi]";
141                        mes "says he...";
142                        next;
143                        if (select( "No, I'll come back later.:Oh,good. Make it now!") == 1) {
144                                mes "[Gloomy Jack]";
145                                mes "Huh?";
146                                mes " ";
147                                mes "[Cool Devi]";
148                                mes "What? Look at Jack. He has got so dissapointed.";
149                                mes "Promise me to give the Pumpkin Mojo back to Jack later someday,will you?";
150                                close;
151                        }
152                        mes "[Gloomy Jack]";
153                        mes "Thanks for giving my thing back, I'll make your hat prettier.";
154                        mes " ";
155                        mes "[Cool Devi]";
156                        mes "says he.";
157                        next;
158                        specialeffect 362; //EF_LEVEL99
159                        mes "[Excited Jack]";
160                        mes "Lalala~ lalala~";
161                        mes " ";
162                        mes "(He starts singing. On a sudden, Jack's aura appeared.)";
163                        delitem 7609, 1;//Pumpkin_Mojo
164                        delitem 535, 1;//Pumpkin
165                        delitem 2226, 1;//Cap
166                        getitem 5202, 1;//Pumpkin_Hat_
167                        next;
168                        specialeffect 1; //EF_HIT2
169                        mes "[Gloomy Jack]";
170                        mes "My aura is not like it used to be. Maybe I need more Pumpkin Mojo.";
171                        mes " ";
172                        mes "[Cool Devi]";
173                        mes "says he...";
174                        next;
175                        mes "[Cool Devi]";
176                        mes "Oh~poor Jack.";
177                        mes "Well, someday he'll get back all his Pumpkin Mojo back.";
178                        close;
179                }
180                else {
181                        mes "[Cool Devi]";
182                        mes "Hey,there. You don't seem to have all materials for the fantastic hat. ";
183                        close;
184                }
185        }
186        else {
187                mes "[Gloomy Jack]";
188                mes "Hey,there. Why don't you come here and listen to my story.";
189                mes " ";
190                mes "[Cool Devi]";
191                mes "Says he.";
192                next;
193                mes "[Gloomy Jack]";
194                mes "I used to be very famous. But now.....";
195                mes " ";
196                mes "[Cool Devi]";
197                mes "Says he...";
198                mes "Well, I'll just tell you without translating.";
199                next;
200                mes "[Cool Devi]";
201                mes "Jack is not like others. He is halloween Jack.";
202                mes "but one day, he lost his Pumpkin Mojo and turned into depressed Jack..";
203                mes "Pumpkin Mojo was his all.";
204                next;
205                mes "[Cool Devi]";
206                mes "Well, actually that's the main reason Jack came to town.";
207                mes "To find his Pumpkin Mojo. Most suspicious suspect is ^4d4dffDelightful Lude^000000, the one known as Halloween monster.";
208                next;
209                mes "[Cool Devi]";
210                mes "Why don't you give him back the 'Pumpkin Mojo'.";
211                mes "Don't worry he will compensate you.";
212                next;
213                mes "[" + strcharinfo(0) + "]";
214                mes "Compensate? With what?";
215                next;
216                mes "[Cool Devi]";
217                mes "If you bring ^4d4dff 1 Pumpkin Mojo^000000 and a pumpkin head that we gave out to you last year,";
218                mes "he will make it to ^00ff00the most fantastic pumpkin hat^000000.";
219                mes "Or if you don't have pumpkin head, you can just bring a ^3d3dff Pumpkin Mojo, a pumpkin, and a cap ^000000.";
220                next;
221                mes "[Cool Devi]";
222                mes "Well, that Pumpkin Mojo is useless if you just carry it. ";
223                mes "Give it to Jack. Don't you feel pity for him?.";
224                close;
225        }
226}
227
228
229geffen,145,132,3        script  Hoirin#06_hw    729,{
230        set .@now_weight,MaxWeight-Weight;
231        if (.@now_weight < 2000 || checkweight(1201,1) == 0) {
232                mes "^3355FFWait a second!";
233                mes "Right now, you're carrying";
234                mes "too many things with you.";
235                mes "Please come back after";
236                mes "using the Kafra Service";
237                mes "to store some of your items.^000000";
238                close;
239        }
240        if (halloween < 100) {
241                mes "[Hoirin]";
242                mes "Pumpkin is the gift that God had sent us.";
243                mes "It provides good nutrition and helps you to stay healthy!";
244                mes "Bravo~bravo~!";
245                next;
246                mes "[Hoirin]";
247                mes "I, Hoirin have always thought about a ";
248                mes "way to eat pumpkin more deliciously.";
249                mes "But all of a sudden, I realized.";
250                next;
251                mes "[Hoirin]";
252                mes "If I have that! I can make best the Pumpkin pie!!!!!";
253                next;
254                if (select( "What's that?:Ignore.") == 1) {
255                        mes "[Hoirin]";
256                        mes "What's the first image you see when you think of pumpkin?";
257                        mes "I see Jack! I think Jack is the most evolved form of pumpkin!";
258                        mes "I wonder what does Jack have something special? Can you imagine?";
259                        next;
260                        mes "[Hoirin]";
261                        mes "I always prefer unique pumpkin dish! Recently, I found out that there are many kinds of Jack in the world ";
262                        mes "and the extreme class Jack has blue aura around his body!";
263                        next;
264                        mes "[Hoirin]";
265                        mes "Guess what?! it was Halloween Jack!";
266                        mes "Halloween Jack has somthing that is concentrated with pumpkin.";
267                        mes "It is called ^4d4dffPumpkin Mojo^000000. Only if i have it, i can finish making my special pie.";
268                        next;
269                        mes "[Hoirin]";
270                        mes "Bring me the ingredients!";
271                        mes "I'll make you a very special pie right away!";
272                        mes "You'll get addicted to it.";
273                        mes "Don't be surprised after trying it.";
274                        next;
275                        mes "[" + strcharinfo(0) + "]";
276                        mes "......................";
277                        mes "You seem to be such a passionate person.";
278                        mes "So, what's the ingredient anyway.?";
279                        next;
280                        mes "[Hoirin]";
281                        mes "Good question!";
282                        mes "To make my special Pumpkin pie, I need";
283                        mes "^4d4dff 1 Pumpkin Mojo";
284                        mes "2 Pumpkin";
285                        mes "2 Egg^000000";
286                        mes "";
287                        next;
288                        mes "[Hoirin]";
289                        mes "Just Bring Pumpkin Mojo, Pumpkin, and a Egg.";
290                        mes "Leave the rest for me..You'll get to try the best pumkin pie!";
291                        set halloween, 100;
292                        close;
293                }
294                mes "[Hoirin]";
295                mes "Hm..You'll regret it!";
296                mes "Hoirin's pumpkin pie is just so delicious.";
297                close;
298        }
299        else {
300                mes "[Hoirin]";
301                mes "So, did you bring all materials?";
302                mes "Were there anything hard to find?";
303                next;
304                switch(select( "I brought all ingredients.:How can I get eggs?:No,I'm just passing by.")) {
305                case 1:
306                        if ((countitem(7609) > 0) && (countitem(535) > 1) && (countitem(574) > 1)) {
307                                mes "[Hoirin]";
308                                mes "You are right!";
309                                mes "You brought all things right. Give it to me!!";
310                                specialeffect2 1; //EF_HIT1
311                                next;
312                                specialeffect 148; //EF_PIERCESELF
313                                mes "[Hoirin]";
314                                mes "Abracadabra~~";
315                                mes "Abracadabra~~!";
316                                next;
317                                mes "[Hoirin]";
318                                mes "Ta-da(h)!";
319                                mes "Here it is~ help yourself.";
320                                mes "It'll be good for your health. I added extra nutrient in it.";
321                                delitem 7609,1; //Pumpkin_Mojo
322                                delitem 535,2; //Pumpkin
323                                delitem 574,2; //Egg
324                                getitem 12192,1; //Pumpkin_Pie
325                                close;
326                        }
327                        else {
328                                mes "[Hoirin]";
329                                mes "No!! This is not enough. I need";
330                                mes "^4d4dff 1 Pumpkin Mojo";
331                                mes "2 Pumpkin";
332                                mes "2 Egg^000000";
333                                mes " at least.";
334                                close;
335                        }
336                case 2:
337                        if (halloween == 100) {
338                                mes "[Hoirin]";
339                                mes "Egg?";
340                                mes "Well, actually I know someone who can help you.";
341                                mes "There's a man who raise many chickens.";
342                                next;
343                                mes "[Hoirin]";
344                                mes "I can send you to where he is if you want.";
345                                mes "^4d4dffBut only for once^000000.";
346                                next;
347                                if (select("Send me.:It's ok.") == 1) {
348                                        mes "[Hoirin]";
349                                        mes "Ok, go get the eggs.";
350                                        set halloween, 101;
351                                        close2;
352                                        warp "nif_fild01", 162, 113;
353                                        end;
354                                }
355                                mes "[Hoirin]";
356                                mes "Do you think you can go without my help?!";
357                                mes "Ok! go ahead.";
358                                mes "Do you know where it is?";
359                                close;
360                        }
361                        else {
362                                mes "[Hoirin]";
363                                mes "if you go to ^4d4dfffarm of Skelington Town at Neiflheim^000000, you'll meet Chicken Masta. He raises chickens.";
364                                close;
365                        }
366                case 3:
367                        mes "[Hoirin]";
368                        mes "Next time, don't forget to bring ";
369                        mes "all the ingredients for pumpkin pie!";
370                        close;
371                }
372        }
373}
374
375nif_in,18,34,5  script  Loli Ruri#06_hw 1505,2,2,{
376        end;
377
378OnTouch:
379        mes "[Deviruchi]";
380        mes "Hey there, if you have something to say to Loli Ruri, talk to me.";
381        mes "She's not used to human language.";
382        close;
383}
384
385nif_in,19,32,3  script  Deviruchi#06_hw 738,{
386        set .@now_weight,MaxWeight-Weight;
387        if (.@now_weight < 2000 || checkweight(1201,1) == 0) {
388                mes "^3355FFWait a second!";
389                mes "Right now, you're carrying";
390                mes "too many things with you.";
391                mes "Please come back after";
392                mes "using the Kafra Service";
393                mes "to store some of your items.^000000";
394                close;
395        }
396        mes "[Loli Ruri]";
397        mes "Devi~Where's the pumpkin pie?";
398        mes "Humans make them, don't they?";
399        mes "Do you have it then?";
400        mes " ";
401        mes "[Deviruchi]";
402        mes "Says she.";
403        next;
404        mes "[Deviruchi]";
405        mes "If you have a pumpinkin pie, can I have one?";
406        mes "Cause we are the victim if Loli Ruri gets mad.";
407        next;
408        mes "[Deviruchi]";
409        mes "Well I'm not saying that I want it for free.";
410        mes "Don't worry, I won't let you down.";
411        next;
412        switch(select( "Give him the pumpkin pie.:Do not give him the pumpkin pie.:Huh? What pumkin pie?")) {
413        case 1:
414                if (countitem(12192) > 0) {
415                        mes "[Loli Ruri]";
416                        mes "Thanks for the pumkin pie!";
417                        mes "Here, take this.";
418                        mes " ";
419                        mes "[Deviruchi]";
420                        mes "Says she.";
421                        next;
422                        mes "[Deviruchi]";
423                        mes "As I promised, I'll give you something worth the pie.";
424                        mes "Hang on....";
425                        next;
426                        mes "[Deviruchi]";
427                        mes "Hmm...This would be good.";
428                        mes "Here take this, and thanks again~";
429                        delitem 12192, 1;//Pumpkin_Pie
430                        set @hw_temp,rand(1,3);
431                        if (@hw_temp == 2) getitem 12130,1; //Cookie_Bag
432                        else getitem 7460,3; //Nifl_Express_Ticket
433                        close;
434                }
435                else {
436                        mes "[Loli Ruri]";
437                        mes "Are you kidding me?";
438                        mes "Where's the pumpkin pie! Don't try to lie to me!";
439                        mes " ";
440                        mes "[Deviruchi]";
441                        mes "Say she..Seems like she's very angry...You are in trouble.";
442                        next;
443                        mes "[Loli Ruri]";
444                        mes "Devi!!!!!You are the one who told me that I can get the pumpkin pie if I stand here and wait.";
445                        mes "Watch your back!";
446                        mes " ";
447                        mes "[Deviruchi]";
448                        mes "Says she..Huh?!!Me?!!";
449                        next;
450                        mes "[" + strcharinfo(0) + "]";
451                        mes "Poor Devi~";
452                        mes "You shouldn't have lied~";
453                        mes "Wish you a luck.";
454                        close;
455                }
456        case 2:
457                mes "[Loli Ruri]";
458                mes "I want to eat pumpkin pie. Can I have one?Please~~~~";
459                mes " ";
460                mes "[Deviruchi]";
461                mes "Says he.....Give me if you have one.";
462                close;
463        case 3:
464                mes "[Deviruchi]";
465                mes "There's a man who makes a very special pumpkin pie.";
466                mes "No one can forget what it taste like.";
467                next;
468                mes "[Deviruchi]";
469                mes "Lori Ruri is waiting here for someone who will get the pie for him.";
470                mes "Can you get her one?";
471                mes "I'll treat you back.";
472                close;
473        }
474}
475
476// Creation of Pumpkin Pie (Event 2)
477nif_fild01,165,115,3    script  Chicken Masta#06_hw     794,{
478        set .@now_weight,MaxWeight-Weight;
479        if (.@now_weight < 2000 || checkweight(1201,1) == 0) {
480                mes "^3355FFWait a second!";
481                mes "Right now, you're carrying";
482                mes "too many things with you.";
483                mes "Please come back after";
484                mes "using the Kafra Service";
485                mes "to store some of your items.^000000";
486                close;
487        }
488        if (halloween == 101) {
489                mes "[Chicken Masta]";
490                mes "Where did the chicken have gone?!";
491                mes "Oh, hey stranger. How can I help you?";
492                next;
493                mes "[Chicken Masta]";
494                mes "This town is too dangerous for you to hang around.";
495                mes "You'd better go back to where you came from....";
496                next;
497                mes "[Chicken Masta]";
498                mes "...Are you looking for eggs?";
499                mes "Recently, people are asking me for eggs to make some kind of pie....are you one of them?";
500                next;
501                if (select( "Actually, yes. I came here to get some eggs.:Nope.") == 1) {
502                        mes "[Chicken Masta]";
503                        mes "Ok. But some of my chickens ran away,";
504                        mes "so I have no eggs much left.";
505                        mes "1000 zeny for 2 eggs! how's that?";
506                        next;
507                        switch(select( "Ok,I'll take it.:I'll just buy one.:Whew~it's too expensive.")) {
508                        case 1:
509                                if (Zeny > 1999) {
510                                        mes "[Chicken Masta]";
511                                        mes "Thanks.";
512                                        mes "Here are the eggs.";
513                                        set Zeny,Zeny-2000;
514                                        set halloween, 102;
515                                        getitem 574,2; //Egg
516                                        close;
517                                }
518                                else {
519                                        mes "[Chicken Masta]";
520                                        mes "Hey this is not enough~";
521                                        mes "1000zeny per each, so if you buy two,that means 2000zeny.";
522                                        close;
523                                }
524                        case 2:
525                                if (Zeny > 999) {
526                                        mes "[Chicken Masta]";
527                                        mes "Thanks.";
528                                        mes "Here are the eggs.";
529                                        set Zeny,Zeny-1000;
530                                        set halloween, 102;
531                                        getitem 574,1; //Egg
532                                        close;
533                                }
534                                else {
535                                        mes "[Chicken Masta]";
536                                        mes "You don't seem to have enough money...";
537                                        mes "It's 1000 zeny per each.";
538                                        close;
539                                }
540                        case 3:
541                                mes "[Chicken Masta]";
542                                mes "Well...I know it's liitle bit expensive but as I told you, my chickens ran away.";
543                                mes "You have to understand.";
544                                close;
545                        }
546                }
547                mes "[Chicken Masta]";
548                mes "Let me tell you just one thing!";
549                mes "If you don't want to die,";
550                mes "you'd better run away. It's too dangerous in here.";
551                close;
552        }
553        else if (halloween == 102) {
554                mes "[Chicken Masta]";
555                mes "Do you need eggs?...";
556                mes "Then, help me first.";
557                mes "8 of my chickens ran away.";
558                mes "I just don't know where they are.";
559                next;
560                mes "[Chicken Masta]";
561                mes "I don't expect all chickens to come back home.";
562                mes "Only if you find me one of them, I'll sell three eggs for you.";
563                next;
564                mes "[Chicken Masta]";
565                mes "Isn't it a great deal?";
566                mes "Chickens must be around here somewhere.";
567                next;
568                mes "[Chicken Masta]";
569                mes "You don't have to bring back chickens to me if you find one,";
570                mes "Just insert the word ^4d4dff'Return'^000000.";
571                mes ".........";
572                next;
573                mes "[Chicken Masta]";
574                mes "It's a spell to make chickens to go back home.";
575                mes ".........";
576                mes "Don't forget the word 'Return'!";
577                next;
578                mes "[Chicken Masta]";
579                mes "I hope you can find my chickens.";
580                close;
581        }
582        else if (halloween == 103) {
583                mes "[Chicken Masta]";
584                mes "Oh, you came back. I've been waiting for you.";
585                mes "And thanks for the chickens you sent me.";
586                mes "They are saftly kept in the henhouse, in case of running away again.";
587                next;
588                mes "[Chicken Masta]";
589                mes "I didn't forget what we have promised.";
590                mes "Tell me how many eggs you want.";
591                mes "It's 1000zeny per each.";
592                mes "And maximum 3 is all you can get.";
593                next;
594                while(1) {
595                        input .@input;
596                        if (.@input == 0) {
597                                mes "[Chicken Masta]";
598                                mes "You don't have to buy it, if you don't need it.";
599                                close;
600                        }
601                        else if (@input > 3) {
602                                mes "[Chicken Masta]";
603                                mes "What did I tell you.";
604                                mes "I'm going to sell only three eggs.";
605                                next;
606                        }
607                        else
608                                break;
609                }
610                set .@hw_egg, .@input * 1000;
611                if (Zeny < @hw_egg) {
612                        mes "[Chicken Masta]";
613                        mes "You don't seem to have enough zeny.";
614                        close;
615                }
616                mes "[Chicken Masta]";
617                mes "Here you are.";
618                mes "But no more.";
619                mes "If you want more eggs, find me more chickens.";
620                set Zeny,Zeny-@hw_egg;
621                getitem 574, @input;//Egg
622                set halloween, 102;
623                close;
624        }
625        else {
626                mes "[Chicken Masta]";
627                mes "Where did the chicken have gone?!";
628                mes "Oh, hey stranger. How can I help you?";
629                next;
630                mes "[Chicken Masta]";
631                mes "This town is too dangerous for you to hang around.";
632                mes "You'd better go back to where you came from....";
633                close;
634        }
635}
636
637nif_fild01,167,113,3    script  Masta's chicken#06_hw01 800,{
638        mes "Drowsing chicken.";
639        close;
640}
641
642-       script  HwChicken::HwChicken    -1,{
643        if ((halloween == 102) || (halloween == 103)) {
644                mes "Oh, this must be Chicken Masta's chicken.";
645                mes "I should insert the magic word.";
646                next;
647                input @inputstr$;
648                if( @inputstr$ == "Return" ) {
649                        emotion e_omg;
650                        specialeffect 34; //EF_TELEPORTATION
651                        mes "The magic spell has been casted.";
652                        set halloween, 103;
653                        disablenpc "Masta's chicken#"+strnpcinfo(1);
654                        close2;
655                        sleep 180000;
656                        enablenpc "Masta's chicken#"+strnpcinfo(1);
657                        end;
658                }
659                else {
660                        mes "[" + strcharinfo(0) + "]";
661                        mes "Hm...I must have misspelled.";
662                        close;
663                }
664        }
665        else {
666                mes "Drowsing chicken.";
667                close;
668        }
669}
670
671-       script  HwChicken2::HwChicken2  -1,{
672        set @egg_temp,rand(1,4);
673        if( @egg_temp == 3) {
674                mes "As soon as you got close to the chicken and touched it, it disappeared completely.";
675                mes "You got an 'egg' in the place where the chicken disappeared.";
676                disablenpc "Chicken#"+strnpcinfo(1);
677                getitem 574,1; //Egg
678                close;
679        }
680        else {
681                mes "As soon as you got close to the chicken and touched it, it disappeared completely.";
682                disablenpc "Chicken#"+strnpcinfo(1);
683                close;
684        }
685}
686
687-       script  HwChicken3::HwChicken3  -1,{
688        set @egg_temp,rand(1,4);
689        if( @egg_temp == 3) {
690                mes "As soon as you got close to the chicken and touched it, it disappeared completely.";
691                mes "You got an 'egg' in the place where the chicken disappeared.";
692                disablenpc "Chicken#"+strnpcinfo(1);
693                getitem 574,1; //Egg
694                close;
695        }
696        else {
697                mes "As soon as you got close to the chicken and touched it, it disappeared completely.";
698                disablenpc "Chicken#"+strnpcinfo(1);
699                close;
700        }
701
702OnInit:
703        while(1) {
704                sleep 180000;
705                specialeffect 360;
706                end;
707        }
708}
709
710
711nif_fild01,270,145,3    duplicate(HwChicken)    Masta's chicken#06_hw02 800
712nif_fild01,219,267,4    duplicate(HwChicken)    Masta's chicken#06_hw03 800
713nif_fild01,199,240,5    duplicate(HwChicken)    Masta's chicken#06_hw04 800
714nif_fild01,316,97,6     duplicate(HwChicken)    Masta's chicken#06_hw05 800
715nif_fild01,147,343,7    duplicate(HwChicken)    Masta's chicken#06_hw06 800
716nif_fild01,185,325,8    duplicate(HwChicken)    Masta's chicken#06_hw07 800
717nif_fild01,133,105,1    duplicate(HwChicken)    Masta's chicken#06_hw08 800
718nif_fild01,331,329,2    duplicate(HwChicken)    Masta's chicken#06_hw09 800
719
720pay_dun03,1,1,0 script  #06_hw_timer01  -1,{
721OnInit:
722        disablenpc "Chicken#06_hw_p01";
723        disablenpc "Chicken#06_hw_p02";
724        disablenpc "Chicken#06_hw_p03";
725        disablenpc "Chicken#06_hw_p04";
726        disablenpc "Chicken#06_hw_p05";
727        disablenpc "Chicken#06_hw_p06";
728        disablenpc "Chicken#06_hw_p07";
729        disablenpc "Chicken#06_hw_p08";
730        disablenpc "Chicken#06_hw_p09";
731        disablenpc "Chicken#06_hw_p10";
732        disablenpc "Chicken#06_hw_p11";
733        disablenpc "Chicken#06_hw_p12";
734        disablenpc "Chicken#06_hw_p13";
735        disablenpc "Chicken#06_hw_p14";
736        disablenpc "Chicken#06_hw_p15";
737        disablenpc "Chicken#06_hw_p16";
738        disablenpc "Chicken#06_hw_p17";
739        disablenpc "Chicken#06_hw_p18";
740        disablenpc "Chicken#06_hw_p19";
741        disablenpc "Chicken#06_hw_p20";
742        disablenpc "Chicken#06_hw_p21";
743        disablenpc "Chicken#06_hw_p22";
744        disablenpc "Chicken#06_hw_p23";
745        disablenpc "Chicken#06_hw_p24";
746        disablenpc "Chicken#06_hw_p25";
747        disablenpc "Chicken#06_hw_p26";
748        disablenpc "Chicken#06_hw_p27";
749        disablenpc "Chicken#06_hw_p28";
750        disablenpc "Chicken#06_hw_p29";
751        disablenpc "Chicken#06_hw_p30";
752        disablenpc "Chicken#06_hw_p31";
753        disablenpc "Chicken#06_hw_p32";
754        disablenpc "Chicken#06_hw_p33";
755        disablenpc "Chicken#06_hw_p34";
756        disablenpc "Chicken#06_hw_p35";
757        disablenpc "Chicken#06_hw_p36";
758        disablenpc "Chicken#06_hw_p37";
759        disablenpc "Chicken#06_hw_p38";
760        disablenpc "Chicken#06_hw_p39";
761        disablenpc "Chicken#06_hw_p40";
762        disablenpc "Chicken#06_hw_p41";
763        initnpctimer;
764        end;
765
766OnTimer3600000:
767        enablenpc "Chicken#06_hw_p01";
768        enablenpc "Chicken#06_hw_p02";
769        enablenpc "Chicken#06_hw_p03";
770        enablenpc "Chicken#06_hw_p04";
771        enablenpc "Chicken#06_hw_p05";
772        enablenpc "Chicken#06_hw_p06";
773        enablenpc "Chicken#06_hw_p07";
774        enablenpc "Chicken#06_hw_p08";
775        enablenpc "Chicken#06_hw_p09";
776        enablenpc "Chicken#06_hw_p10";
777        enablenpc "Chicken#06_hw_p11";
778        enablenpc "Chicken#06_hw_p12";
779        enablenpc "Chicken#06_hw_p13";
780        enablenpc "Chicken#06_hw_p14";
781        enablenpc "Chicken#06_hw_p15";
782        enablenpc "Chicken#06_hw_p16";
783        enablenpc "Chicken#06_hw_p17";
784        enablenpc "Chicken#06_hw_p18";
785        enablenpc "Chicken#06_hw_p19";
786        enablenpc "Chicken#06_hw_p20";
787        enablenpc "Chicken#06_hw_p21";
788        enablenpc "Chicken#06_hw_p22";
789        enablenpc "Chicken#06_hw_p23";
790        enablenpc "Chicken#06_hw_p24";
791        enablenpc "Chicken#06_hw_p25";
792        enablenpc "Chicken#06_hw_p26";
793        enablenpc "Chicken#06_hw_p27";
794        enablenpc "Chicken#06_hw_p28";
795        enablenpc "Chicken#06_hw_p29";
796        enablenpc "Chicken#06_hw_p30";
797        enablenpc "Chicken#06_hw_p31";
798        enablenpc "Chicken#06_hw_p32";
799        enablenpc "Chicken#06_hw_p33";
800        enablenpc "Chicken#06_hw_p34";
801        enablenpc "Chicken#06_hw_p35";
802        enablenpc "Chicken#06_hw_p36";
803        enablenpc "Chicken#06_hw_p37";
804        enablenpc "Chicken#06_hw_p38";
805        enablenpc "Chicken#06_hw_p39";
806        enablenpc "Chicken#06_hw_p40";
807        enablenpc "Chicken#06_hw_p41";
808        end;
809
810OnTimer4200000:
811        disablenpc "Chicken#06_hw_p01";
812        disablenpc "Chicken#06_hw_p02";
813        disablenpc "Chicken#06_hw_p03";
814        disablenpc "Chicken#06_hw_p04";
815        disablenpc "Chicken#06_hw_p05";
816        disablenpc "Chicken#06_hw_p06";
817        disablenpc "Chicken#06_hw_p07";
818        disablenpc "Chicken#06_hw_p08";
819        disablenpc "Chicken#06_hw_p09";
820        disablenpc "Chicken#06_hw_p10";
821        disablenpc "Chicken#06_hw_p11";
822        disablenpc "Chicken#06_hw_p12";
823        disablenpc "Chicken#06_hw_p13";
824        disablenpc "Chicken#06_hw_p14";
825        disablenpc "Chicken#06_hw_p15";
826        disablenpc "Chicken#06_hw_p16";
827        disablenpc "Chicken#06_hw_p17";
828        disablenpc "Chicken#06_hw_p18";
829        disablenpc "Chicken#06_hw_p19";
830        disablenpc "Chicken#06_hw_p20";
831        disablenpc "Chicken#06_hw_p21";
832        disablenpc "Chicken#06_hw_p22";
833        disablenpc "Chicken#06_hw_p23";
834        disablenpc "Chicken#06_hw_p24";
835        disablenpc "Chicken#06_hw_p25";
836        disablenpc "Chicken#06_hw_p26";
837        disablenpc "Chicken#06_hw_p27";
838        disablenpc "Chicken#06_hw_p28";
839        disablenpc "Chicken#06_hw_p29";
840        disablenpc "Chicken#06_hw_p30";
841        disablenpc "Chicken#06_hw_p31";
842        disablenpc "Chicken#06_hw_p32";
843        disablenpc "Chicken#06_hw_p33";
844        disablenpc "Chicken#06_hw_p34";
845        disablenpc "Chicken#06_hw_p35";
846        disablenpc "Chicken#06_hw_p36";
847        disablenpc "Chicken#06_hw_p37";
848        disablenpc "Chicken#06_hw_p38";
849        disablenpc "Chicken#06_hw_p39";
850        disablenpc "Chicken#06_hw_p40";
851        disablenpc "Chicken#06_hw_p41";
852        stopnpctimer;
853        initnpctimer;
854        end;
855}
856
857
858pay_dun03,151,138,3     duplicate(HwChicken3)   Chicken#06_hw_p01       800
859pay_dun03,151,138,3     duplicate(HwChicken2)   Chicken#06_hw_p02       800
860pay_dun03,152,138,3     duplicate(HwChicken2)   Chicken#06_hw_p03       800
861pay_dun03,154,138,3     duplicate(HwChicken2)   Chicken#06_hw_p04       800
862pay_dun03,155,138,3     duplicate(HwChicken2)   Chicken#06_hw_p05       800
863pay_dun03,157,138,3     duplicate(HwChicken2)   Chicken#06_hw_p06       800
864pay_dun03,158,138,3     duplicate(HwChicken3)   Chicken#06_hw_p07       800
865pay_dun03,150,137,3     duplicate(HwChicken2)   Chicken#06_hw_p08       800
866pay_dun03,153,137,3     duplicate(HwChicken2)   Chicken#06_hw_p09       800
867pay_dun03,156,137,3     duplicate(HwChicken3)   Chicken#06_hw_p10       800
868pay_dun03,159,137,3     duplicate(HwChicken2)   Chicken#06_hw_p11       800
869pay_dun03,149,136,3     duplicate(HwChicken2)   Chicken#06_hw_p12       800
870pay_dun03,152,136,3     duplicate(HwChicken3)   Chicken#06_hw_p13       800
871pay_dun03,157,136,3     duplicate(HwChicken2)   Chicken#06_hw_p14       800
872pay_dun03,160,136,3     duplicate(HwChicken2)   Chicken#06_hw_p15       800
873pay_dun03,149,135,3     duplicate(HwChicken3)   Chicken#06_hw_p16       800
874pay_dun03,151,135,3     duplicate(HwChicken2)   Chicken#06_hw_p17       800
875pay_dun03,152,135,3     duplicate(HwChicken2)   Chicken#06_hw_p18       800
876pay_dun03,153,135,3     duplicate(HwChicken3)   Chicken#06_hw_p19       800
877pay_dun03,156,135,3     duplicate(HwChicken2)   Chicken#06_hw_p20       800
878pay_dun03,157,135,3     duplicate(HwChicken2)   Chicken#06_hw_p21       800
879pay_dun03,158,135,3     duplicate(HwChicken3)   Chicken#06_hw_p22       800
880pay_dun03,160,135,3     duplicate(HwChicken2)   Chicken#06_hw_p23       800
881pay_dun03,149,134,3     duplicate(HwChicken2)   Chicken#06_hw_p24       800
882pay_dun03,152,134,3     duplicate(HwChicken3)   Chicken#06_hw_p25       800
883pay_dun03,157,134,3     duplicate(HwChicken2)   Chicken#06_hw_p26       800
884pay_dun03,160,134,3     duplicate(HwChicken2)   Chicken#06_hw_p27       800
885pay_dun03,149,133,3     duplicate(HwChicken3)   Chicken#06_hw_p28       800
886pay_dun03,160,133,3     duplicate(HwChicken2)   Chicken#06_hw_p29       800
887pay_dun03,150,132,3     duplicate(HwChicken2)   Chicken#06_hw_p30       800
888pay_dun03,153,132,3     duplicate(HwChicken3)   Chicken#06_hw_p31       800
889pay_dun03,156,132,3     duplicate(HwChicken2)   Chicken#06_hw_p32       800
890pay_dun03,159,132,3     duplicate(HwChicken2)   Chicken#06_hw_p33       800
891pay_dun03,151,131,3     duplicate(HwChicken2)   Chicken#06_hw_p34       800
892pay_dun03,152,131,3     duplicate(HwChicken2)   Chicken#06_hw_p35       800
893pay_dun03,153,131,3     duplicate(HwChicken3)   Chicken#06_hw_p36       800
894pay_dun03,154,131,3     duplicate(HwChicken2)   Chicken#06_hw_p37       800
895pay_dun03,155,131,3     duplicate(HwChicken2)   Chicken#06_hw_p38       800
896pay_dun03,156,131,3     duplicate(HwChicken3)   Chicken#06_hw_p39       800
897pay_dun03,157,131,3     duplicate(HwChicken2)   Chicken#06_hw_p40       800
898pay_dun03,158,131,3     duplicate(HwChicken3)   Chicken#06_hw_p41       800
899
900// Payon Field chickens
901pay_fild08,1,1,0        script  #06_hw_timer02  -1,{
902OnInit:
903        disablenpc "Chicken#06_hw_pf01";
904        disablenpc "Chicken#06_hw_pf02";
905        disablenpc "Chicken#06_hw_pf03";
906        disablenpc "Chicken#06_hw_pf04";
907        disablenpc "Chicken#06_hw_pf05";
908        disablenpc "Chicken#06_hw_pf06";
909        disablenpc "Chicken#06_hw_pf07";
910        disablenpc "Chicken#06_hw_pf08";
911        disablenpc "Chicken#06_hw_pf09";
912        disablenpc "Chicken#06_hw_pf10";
913        disablenpc "Chicken#06_hw_pf11";
914        disablenpc "Chicken#06_hw_pf12";
915        disablenpc "Chicken#06_hw_pf13";
916        disablenpc "Chicken#06_hw_pf14";
917        disablenpc "Chicken#06_hw_pf15";
918        disablenpc "Chicken#06_hw_pf16";
919        disablenpc "Chicken#06_hw_pf17";
920        disablenpc "Chicken#06_hw_pf18";
921        disablenpc "Chicken#06_hw_pf19";
922        disablenpc "Chicken#06_hw_pf20";
923        disablenpc "Chicken#06_hw_pf21";
924        disablenpc "Chicken#06_hw_pf22";
925        disablenpc "Chicken#06_hw_pf23";
926        disablenpc "Chicken#06_hw_pf24";
927        disablenpc "Chicken#06_hw_pf25";
928        disablenpc "Chicken#06_hw_pf26";
929        disablenpc "Chicken#06_hw_pf27";
930        initnpctimer;
931        end;
932
933OnTimer5400000:
934        enablenpc "Chicken#06_hw_pf01";
935        enablenpc "Chicken#06_hw_pf02";
936        enablenpc "Chicken#06_hw_pf03";
937        enablenpc "Chicken#06_hw_pf04";
938        enablenpc "Chicken#06_hw_pf05";
939        enablenpc "Chicken#06_hw_pf06";
940        enablenpc "Chicken#06_hw_pf07";
941        enablenpc "Chicken#06_hw_pf08";
942        enablenpc "Chicken#06_hw_pf09";
943        enablenpc "Chicken#06_hw_pf10";
944        enablenpc "Chicken#06_hw_pf11";
945        enablenpc "Chicken#06_hw_pf12";
946        enablenpc "Chicken#06_hw_pf13";
947        enablenpc "Chicken#06_hw_pf14";
948        enablenpc "Chicken#06_hw_pf15";
949        enablenpc "Chicken#06_hw_pf16";
950        enablenpc "Chicken#06_hw_pf17";
951        enablenpc "Chicken#06_hw_pf18";
952        enablenpc "Chicken#06_hw_pf19";
953        enablenpc "Chicken#06_hw_pf20";
954        enablenpc "Chicken#06_hw_pf21";
955        enablenpc "Chicken#06_hw_pf22";
956        enablenpc "Chicken#06_hw_pf23";
957        enablenpc "Chicken#06_hw_pf24";
958        enablenpc "Chicken#06_hw_pf25";
959        enablenpc "Chicken#06_hw_pf26";
960        enablenpc "Chicken#06_hw_pf27";
961        end;
962
963OnTimer6000000:
964        disablenpc "Chicken#06_hw_pf01";
965        disablenpc "Chicken#06_hw_pf02";
966        disablenpc "Chicken#06_hw_pf03";
967        disablenpc "Chicken#06_hw_pf04";
968        disablenpc "Chicken#06_hw_pf05";
969        disablenpc "Chicken#06_hw_pf06";
970        disablenpc "Chicken#06_hw_pf07";
971        disablenpc "Chicken#06_hw_pf08";
972        disablenpc "Chicken#06_hw_pf09";
973        disablenpc "Chicken#06_hw_pf10";
974        disablenpc "Chicken#06_hw_pf11";
975        disablenpc "Chicken#06_hw_pf12";
976        disablenpc "Chicken#06_hw_pf13";
977        disablenpc "Chicken#06_hw_pf14";
978        disablenpc "Chicken#06_hw_pf15";
979        disablenpc "Chicken#06_hw_pf16";
980        disablenpc "Chicken#06_hw_pf17";
981        disablenpc "Chicken#06_hw_pf18";
982        disablenpc "Chicken#06_hw_pf19";
983        disablenpc "Chicken#06_hw_pf20";
984        disablenpc "Chicken#06_hw_pf21";
985        disablenpc "Chicken#06_hw_pf22";
986        disablenpc "Chicken#06_hw_pf23";
987        disablenpc "Chicken#06_hw_pf24";
988        disablenpc "Chicken#06_hw_pf25";
989        disablenpc "Chicken#06_hw_pf26";
990        disablenpc "Chicken#06_hw_pf27";
991        stopnpctimer;
992        initnpctimer;
993        end;
994}
995
996pay_fild08,147,353,3    duplicate(HwChicken3)   Chicken#06_hw_pf01      800
997pay_fild08,147,354,3    duplicate(HwChicken2)   Chicken#06_hw_pf02      800
998pay_fild08,147,355,3    duplicate(HwChicken2)   Chicken#06_hw_pf03      800
999pay_fild08,148,352,3    duplicate(HwChicken3)   Chicken#06_hw_pf04      800
1000pay_fild08,148,356,3    duplicate(HwChicken2)   Chicken#06_hw_pf05      800
1001pay_fild08,149,351,3    duplicate(HwChicken2)   Chicken#06_hw_pf06      800
1002pay_fild08,149,354,3    duplicate(HwChicken3)   Chicken#06_hw_pf07      800
1003pay_fild08,149,357,3    duplicate(HwChicken2)   Chicken#06_hw_pf08      800
1004pay_fild08,150,351,3    duplicate(HwChicken2)   Chicken#06_hw_pf09      800
1005pay_fild08,150,357,3    duplicate(HwChicken3)   Chicken#06_hw_pf10      800
1006pay_fild08,151,351,3    duplicate(HwChicken2)   Chicken#06_hw_pf11      800
1007pay_fild08,151,353,3    duplicate(HwChicken2)   Chicken#06_hw_pf12      800
1008pay_fild08,151,355,3    duplicate(HwChicken3)   Chicken#06_hw_pf13      800
1009pay_fild08,151,357,3    duplicate(HwChicken2)   Chicken#06_hw_pf14      800
1010pay_fild08,152,351,3    duplicate(HwChicken2)   Chicken#06_hw_pf15      800
1011pay_fild08,152,357,3    duplicate(HwChicken3)   Chicken#06_hw_pf16      800
1012pay_fild08,153,351,3    duplicate(HwChicken2)   Chicken#06_hw_pf17      800
1013pay_fild08,153,357,3    duplicate(HwChicken2)   Chicken#06_hw_pf18      800
1014pay_fild08,154,351,3    duplicate(HwChicken3)   Chicken#06_hw_pf19      800
1015pay_fild08,154,353,3    duplicate(HwChicken2)   Chicken#06_hw_pf20      800
1016pay_fild08,154,355,3    duplicate(HwChicken2)   Chicken#06_hw_pf21      800
1017pay_fild08,154,357,3    duplicate(HwChicken3)   Chicken#06_hw_pf22      800
1018pay_fild08,155,350,3    duplicate(HwChicken2)   Chicken#06_hw_pf23      800
1019pay_fild08,155,352,3    duplicate(HwChicken2)   Chicken#06_hw_pf24      800
1020pay_fild08,155,354,3    duplicate(HwChicken3)   Chicken#06_hw_pf25      800
1021pay_fild08,155,356,3    duplicate(HwChicken2)   Chicken#06_hw_pf26      800
1022pay_fild08,155,358,3    duplicate(HwChicken3)   Chicken#06_hw_pf27      800
1023
1024prontera,155,285,3      script  Familiar#06_hw01::HWFamiDup     799,{
1025        mes "[Familiar]";
1026        mes "Hello.";
1027        mes "I'm Loli Ruri's faithful and cute Familiar.";
1028        mes "Do you have an invitation from Loli Ruri?";
1029        mes "That's a kind of^4d4dffa special ticket to Nifflheim^000000..";
1030        next;
1031        if (select( "Yes, I do.:No, I don't.") == 1) {
1032                mes "[Familiar]";
1033                mes "Do you want to go to Nifflheim?";
1034                mes "It's available during Halloween.";
1035                next;
1036                if (select( "Yes, I do:No, I don't.") == 1) {
1037                        if (countitem(7460) > 0) {
1038                                mes "[Familiar]";
1039                                mes "I checked your ticket.";
1040                                mes "You can go there now";
1041                                delitem 7460,1; //Nifl_Express_Ticket
1042                                close2;
1043                                warp "nif_in", 18, 20;
1044                                end;
1045                        }
1046                        else {
1047                                mes "[Familiar]";
1048                                mes "You're a liar.";
1049                                mes "You don't have the ticket!";
1050                                mes "I'll suck up all your blood, you liar!";
1051                                percentheal -20,0;
1052                                emotion e_omg,1;
1053                                close;
1054                        }
1055                }
1056                mes "[Familiar]";
1057                mes "Ok.";
1058                mes "Actually, it's useless to have a special ticket to Nifflheim.";
1059                close;
1060        }               
1061        mes "[Familiar]";
1062        mes "Ok.";
1063        mes "If you want to ask something, give a piece of pumpkin pie to Loli Ruri.";
1064        mes "He likes it.";
1065        close;
1066}
1067payon,156,231,3 duplicate(HWFamiDup)    Familiar#06_hw02        799
1068morocc,159,143,3        duplicate(HWFamiDup)    Familiar#06_hw03        799
1069geffen,120,188,3        duplicate(HWFamiDup)    Familiar#06_hw04        799
1070alberta,80,171,3        duplicate(HWFamiDup)    Familiar#06_hw05        799
1071
1072//Event Lude Monster Spawns
1073ra_fild01,0,0,0,0       monster Lude    1812,3,0,0,0
1074ra_fild02,0,0,0,0       monster Lude    1812,3,0,0,0
1075ra_fild03,0,0,0,0       monster Lude    1812,3,0,0,0
1076ra_fild04,0,0,0,0       monster Lude    1812,3,0,0,0
1077ra_fild05,0,0,0,0       monster Lude    1812,3,0,0,0
1078ra_fild06,0,0,0,0       monster Lude    1812,3,0,0,0
1079ra_fild07,0,0,0,0       monster Lude    1812,3,0,0,0
1080ra_fild08,0,0,0,0       monster Lude    1812,3,0,0,0
1081ra_fild09,0,0,0,0       monster Lude    1812,3,0,0,0
1082ra_fild10,0,0,0,0       monster Lude    1812,3,0,0,0
1083ra_fild11,0,0,0,0       monster Lude    1812,3,0,0,0
1084ra_fild12,0,0,0,0       monster Lude    1812,3,0,0,0
1085ra_fild13,0,0,0,0       monster Lude    1812,3,0,0,0
1086
1087ra_san01,0,0,0,0        monster Lude    1812,3,0,0,0
1088ra_san02,0,0,0,0        monster Lude    1812,3,0,0,0
1089ra_san03,0,0,0,0        monster Lude    1812,3,0,0,0
1090ra_san04,0,0,0,0        monster Lude    1812,3,0,0,0
1091ra_san05,0,0,0,0        monster Lude    1812,3,0,0,0
1092
1093ice_dun01,0,0,0,0       monster Lude    1812,3,0,0,0
1094ice_dun02,0,0,0,0       monster Lude    1812,3,0,0,0
1095ice_dun03,0,0,0,0       monster Lude    1812,3,0,0,0
1096
1097odin_tem01,0,0,0,0      monster Lude    1812,3,0,0,0
1098odin_tem02,0,0,0,0      monster Lude    1812,3,0,0,0
1099odin_tem03,0,0,0,0      monster Lude    1812,3,0,0,0
1100
1101kh_kiehl01,0,0,0,0      monster Lude    1812,3,0,0,0
1102
1103kh_dun01,0,0,0,0        monster Lude    1812,3,0,0,0
1104kh_dun02,0,0,0,0        monster Lude    1812,3,0,0,0
1105
1106yuno_fild06,0,0,0,0     monster Lude    1812,3,0,0,0
1107yuno_fild10,0,0,0,0     monster Lude    1812,3,0,0,0
1108
1109ein_fild01,0,0,0,0      monster Lude    1812,3,0,0,0
1110ein_fild02,0,0,0,0      monster Lude    1812,3,0,0,0
1111ein_fild05,0,0,0,0      monster Lude    1812,3,0,0,0
1112
1113hu_fild01,0,0,0,0       monster Lude    1812,3,0,0,0
1114hu_fild02,0,0,0,0       monster Lude    1812,3,0,0,0
1115hu_fild03,0,0,0,0       monster Lude    1812,3,0,0,0
1116hu_fild04,0,0,0,0       monster Lude    1812,3,0,0,0
1117hu_fild05,0,0,0,0       monster Lude    1812,3,0,0,0
1118hu_fild06,0,0,0,0       monster Lude    1812,3,0,0,0
1119hu_fild07,0,0,0,0       monster Lude    1812,3,0,0,0
1120
1121tha_t01,0,0,0,0 monster Lude    1812,3,0,0,0
1122tha_t02,0,0,0,0 monster Lude    1812,3,0,0,0
1123tha_t03,0,0,0,0 monster Lude    1812,3,0,0,0
1124tha_t04,0,0,0,0 monster Lude    1812,3,0,0,0
1125tha_t05,0,0,0,0 monster Lude    1812,3,0,0,0
1126tha_t06,0,0,0,0 monster Lude    1812,3,0,0,0
1127tha_t07,0,0,0,0 monster Lude    1812,3,0,0,0
1128tha_t08,0,0,0,0 monster Lude    1812,3,0,0,0
1129tha_t09,0,0,0,0 monster Lude    1812,3,0,0,0
1130tha_t10,0,0,0,0 monster Lude    1812,3,0,0,0
1131tha_t11,0,0,0,0 monster Lude    1812,3,0,0,0
1132tha_t12,0,0,0,0 monster Lude    1812,3,0,0,0
1133
1134abyss_01,0,0,0,0        monster Lude    1812,3,0,0,0
1135abyss_02,0,0,0,0        monster Lude    1812,3,0,0,0
1136abyss_03,0,0,0,0        monster Lude    1812,3,0,0,0
1137
1138juperos_01,0,0,0,0      monster Lude    1812,3,0,0,0
1139juperos_02,0,0,0,0      monster Lude    1812,3,0,0,0
1140jupe_core,0,0,0,0       monster Lude    1812,3,0,0,0
1141
1142lhz_dun01,0,0,0,0       monster Lude    1812,3,0,0,0
1143lhz_dun02,0,0,0,0       monster Lude    1812,3,0,0,0
1144lhz_dun03,0,0,0,0       monster Lude    1812,3,0,0,0
1145lhz_fild01,0,0,0,0      monster Lude    1812,3,0,0,0
1146
1147lhz_fild02,0,0,0,0      monster Lude    1812,3,0,0,0
1148lhz_fild03,0,0,0,0      monster Lude    1812,3,0,0,0
1149ein_fild03,0,0,0,0      monster Lude    1812,3,0,0,0
1150ein_fild04,0,0,0,0      monster Lude    1812,3,0,0,0
1151
1152ein_fild06,0,0,0,0      monster Lude    1812,3,0,0,0
1153ein_fild07,0,0,0,0      monster Lude    1812,3,0,0,0
1154ein_fild08,0,0,0,0      monster Lude    1812,3,0,0,0
1155ein_fild09,0,0,0,0      monster Lude    1812,3,0,0,0
1156ein_fild10,0,0,0,0      monster Lude    1812,3,0,0,0
1157ein_dun01,0,0,0,0       monster Lude    1812,3,0,0,0
1158ein_dun02,0,0,0,0       monster Lude    1812,3,0,0,0
1159
1160gefenia01,0,0,0,0       monster Lude    1812,3,0,0,0
1161gefenia02,0,0,0,0       monster Lude    1812,3,0,0,0
1162gefenia03,0,0,0,0       monster Lude    1812,3,0,0,0
1163gefenia04,0,0,0,0       monster Lude    1812,3,0,0,0
1164
1165yuno_fild05,0,0,0,0     monster Lude    1812,3,0,0,0
1166yuno_fild07,0,0,0,0     monster Lude    1812,3,0,0,0
1167yuno_fild08,0,0,0,0     monster Lude    1812,3,0,0,0
1168yuno_fild09,0,0,0,0     monster Lude    1812,3,0,0,0
1169yuno_fild11,0,0,0,0     monster Lude    1812,3,0,0,0
1170yuno_fild12,0,0,0,0     monster Lude    1812,3,0,0,0
1171
1172ayo_fild01,0,0,0,0      monster Lude    1812,3,0,0,0
1173ayo_fild02,0,0,0,0      monster Lude    1812,3,0,0,0
1174ayo_dun01,0,0,0,0       monster Lude    1812,3,0,0,0
1175ayo_dun02,0,0,0,0       monster Lude    1812,3,0,0,0
1176
1177gon_dun01,0,0,0,0       monster Lude    1812,3,0,0,0
1178gon_dun02,0,0,0,0       monster Lude    1812,3,0,0,0
1179gon_dun03,0,0,0,0       monster Lude    1812,3,0,0,0
1180
1181ama_dun01,0,0,0,0       monster Lude    1812,3,0,0,0
1182ama_dun02,0,0,0,0       monster Lude    1812,3,0,0,0
1183ama_dun03,0,0,0,0       monster Lude    1812,3,0,0,0
1184
1185lou_fild01,0,0,0,0      monster Lude    1812,3,0,0,0
1186lou_dun01,0,0,0,0       monster Lude    1812,3,0,0,0
1187lou_dun02,0,0,0,0       monster Lude    1812,3,0,0,0
1188lou_dun03,0,0,0,0       monster Lude    1812,3,0,0,0
1189
1190um_fild01,0,0,0,0       monster Lude    1812,3,0,0,0
1191um_fild02,0,0,0,0       monster Lude    1812,3,0,0,0
1192um_fild03,0,0,0,0       monster Lude    1812,3,0,0,0
1193um_fild04,0,0,0,0       monster Lude    1812,3,0,0,0
1194um_dun01,0,0,0,0        monster Lude    1812,3,0,0,0
1195um_dun02,0,0,0,0        monster Lude    1812,3,0,0,0
1196yggdrasil01,0,0,0,0     monster Lude    1812,3,0,0,0
1197
1198mag_dun01,0,0,0,0       monster Lude    1812,3,0,0,0
1199mag_dun02,0,0,0,0       monster Lude    1812,3,0,0,0
1200
1201beach_dun,0,0,0,0       monster Lude    1812,3,0,0,0
1202beach_dun2,0,0,0,0      monster Lude    1812,3,0,0,0
1203beach_dun3,0,0,0,0      monster Lude    1812,3,0,0,0
1204
1205gon_fild01,0,0,0,0      monster Lude    1812,3,0,0,0
1206ama_fild01,0,0,0,0      monster Lude    1812,3,0,0,0
1207yuno_fild01,0,0,0,0     monster Lude    1812,3,0,0,0
1208yuno_fild02,0,0,0,0     monster Lude    1812,3,0,0,0
1209yuno_fild03,0,0,0,0     monster Lude    1812,3,0,0,0
1210yuno_fild04,0,0,0,0     monster Lude    1812,3,0,0,0
1211
1212prt_fild00,0,0,0,0      monster Lude    1812,3,0,0,0
1213prt_fild01,0,0,0,0      monster Lude    1812,3,0,0,0
1214prt_fild02,0,0,0,0      monster Lude    1812,3,0,0,0
1215prt_fild03,0,0,0,0      monster Lude    1812,3,0,0,0
1216prt_fild04,0,0,0,0      monster Lude    1812,3,0,0,0
1217prt_fild05,0,0,0,0      monster Lude    1812,3,0,0,0
1218prt_fild06,0,0,0,0      monster Lude    1812,3,0,0,0
1219prt_fild07,0,0,0,0      monster Lude    1812,3,0,0,0
1220prt_fild08,0,0,0,0      monster Lude    1812,3,0,0,0
1221prt_fild09,0,0,0,0      monster Lude    1812,3,0,0,0
1222prt_fild10,0,0,0,0      monster Lude    1812,3,0,0,0
1223prt_fild11,0,0,0,0      monster Lude    1812,3,0,0,0
1224
1225moc_fild01,0,0,0,0      monster Lude    1812,3,0,0,0
1226moc_fild02,0,0,0,0      monster Lude    1812,3,0,0,0
1227moc_fild03,0,0,0,0      monster Lude    1812,3,0,0,0
1228moc_fild04,0,0,0,0      monster Lude    1812,3,0,0,0
1229moc_fild05,0,0,0,0      monster Lude    1812,3,0,0,0
1230moc_fild06,0,0,0,0      monster Lude    1812,3,0,0,0
1231moc_fild07,0,0,0,0      monster Lude    1812,3,0,0,0
1232moc_fild08,0,0,0,0      monster Lude    1812,3,0,0,0
1233moc_fild09,0,0,0,0      monster Lude    1812,3,0,0,0
1234moc_fild10,0,0,0,0      monster Lude    1812,3,0,0,0
1235moc_fild11,0,0,0,0      monster Lude    1812,3,0,0,0
1236moc_fild12,0,0,0,0      monster Lude    1812,3,0,0,0
1237moc_fild13,0,0,0,0      monster Lude    1812,3,0,0,0
1238moc_fild14,0,0,0,0      monster Lude    1812,3,0,0,0
1239moc_fild15,0,0,0,0      monster Lude    1812,3,0,0,0
1240moc_fild16,0,0,0,0      monster Lude    1812,3,0,0,0
1241moc_fild17,0,0,0,0      monster Lude    1812,3,0,0,0
1242moc_fild18,0,0,0,0      monster Lude    1812,3,0,0,0
1243
1244pay_fild01,0,0,0,0      monster Lude    1812,3,0,0,0
1245pay_fild02,0,0,0,0      monster Lude    1812,3,0,0,0
1246pay_fild03,0,0,0,0      monster Lude    1812,3,0,0,0
1247pay_fild04,0,0,0,0      monster Lude    1812,3,0,0,0
1248pay_fild05,0,0,0,0      monster Lude    1812,3,0,0,0
1249pay_fild06,0,0,0,0      monster Lude    1812,3,0,0,0
1250pay_fild07,0,0,0,0      monster Lude    1812,3,0,0,0
1251pay_fild08,0,0,0,0      monster Lude    1812,3,0,0,0
1252pay_fild09,0,0,0,0      monster Lude    1812,3,0,0,0
1253pay_fild10,0,0,0,0      monster Lude    1812,3,0,0,0
1254pay_fild11,0,0,0,0      monster Lude    1812,3,0,0,0
1255
1256gef_fild00,0,0,0,0      monster Lude    1812,3,0,0,0
1257gef_fild01,0,0,0,0      monster Lude    1812,3,0,0,0
1258gef_fild02,0,0,0,0      monster Lude    1812,3,0,0,0
1259gef_fild03,0,0,0,0      monster Lude    1812,3,0,0,0
1260gef_fild04,0,0,0,0      monster Lude    1812,3,0,0,0
1261gef_fild05,0,0,0,0      monster Lude    1812,3,0,0,0
1262gef_fild06,0,0,0,0      monster Lude    1812,3,0,0,0
1263gef_fild07,0,0,0,0      monster Lude    1812,3,0,0,0
1264gef_fild08,0,0,0,0      monster Lude    1812,3,0,0,0
1265gef_fild09,0,0,0,0      monster Lude    1812,3,0,0,0
1266gef_fild10,0,0,0,0      monster Lude    1812,3,0,0,0
1267gef_fild11,0,0,0,0      monster Lude    1812,3,0,0,0
1268gef_fild12,0,0,0,0      monster Lude    1812,3,0,0,0
1269gef_fild13,0,0,0,0      monster Lude    1812,3,0,0,0
1270gef_fild14,0,0,0,0      monster Lude    1812,3,0,0,0
1271
1272cmd_fild01,0,0,0,0      monster Lude    1812,3,0,0,0
1273cmd_fild02,0,0,0,0      monster Lude    1812,3,0,0,0
1274cmd_fild03,0,0,0,0      monster Lude    1812,3,0,0,0
1275cmd_fild04,0,0,0,0      monster Lude    1812,3,0,0,0
1276cmd_fild05,0,0,0,0      monster Lude    1812,3,0,0,0
1277cmd_fild06,0,0,0,0      monster Lude    1812,3,0,0,0
1278cmd_fild07,0,0,0,0      monster Lude    1812,3,0,0,0
1279cmd_fild08,0,0,0,0      monster Lude    1812,3,0,0,0
1280cmd_fild09,0,0,0,0      monster Lude    1812,3,0,0,0
1281
1282mjolnir_01,0,0,0,0      monster Lude    1812,3,0,0,0
1283mjolnir_02,0,0,0,0      monster Lude    1812,3,0,0,0
1284mjolnir_03,0,0,0,0      monster Lude    1812,3,0,0,0
1285mjolnir_04,0,0,0,0      monster Lude    1812,3,0,0,0
1286mjolnir_05,0,0,0,0      monster Lude    1812,3,0,0,0
1287mjolnir_06,0,0,0,0      monster Lude    1812,3,0,0,0
1288mjolnir_07,0,0,0,0      monster Lude    1812,3,0,0,0
1289mjolnir_08,0,0,0,0      monster Lude    1812,3,0,0,0
1290mjolnir_09,0,0,0,0      monster Lude    1812,3,0,0,0
1291mjolnir_10,0,0,0,0      monster Lude    1812,3,0,0,0
1292mjolnir_11,0,0,0,0      monster Lude    1812,3,0,0,0
1293mjolnir_12,0,0,0,0      monster Lude    1812,3,0,0,0
1294
1295xmas_fild01,0,0,0,0     monster Lude    1812,3,0,0,0
1296
1297sec_in02,0,0,0,0        monster Lude    1812,3,0,0,0
1298
1299gl_dun02,0,0,0,0        monster Lude    1812,3,0,0,0
1300gl_dun01,0,0,0,0        monster Lude    1812,3,0,0,0
1301
1302gl_knt02,0,0,0,0        monster Lude    1812,3,0,0,0
1303gl_knt01,0,0,0,0        monster Lude    1812,3,0,0,0
1304
1305gl_step,0,0,0,0 monster Lude    1812,3,0,0,0
1306
1307gl_sew04,0,0,0,0        monster Lude    1812,3,0,0,0
1308gl_sew03,0,0,0,0        monster Lude    1812,3,0,0,0
1309gl_sew02,0,0,0,0        monster Lude    1812,3,0,0,0
1310gl_sew01,0,0,0,0        monster Lude    1812,3,0,0,0
1311
1312gl_chyard,0,0,0,0       monster Lude    1812,3,0,0,0
1313gl_church,0,0,0,0       monster Lude    1812,3,0,0,0
1314
1315glast_01,0,0,0,0        monster Lude    1812,3,0,0,0
1316
1317gl_prison1,0,0,0,0      monster Lude    1812,3,0,0,0
1318gl_prison,0,0,0,0       monster Lude    1812,3,0,0,0
1319
1320gl_in01,0,0,0,0 monster Lude    1812,3,0,0,0
1321
1322gl_cas02,0,0,0,0        monster Lude    1812,3,0,0,0
1323gl_cas01,0,0,0,0        monster Lude    1812,3,0,0,0
1324
1325tur_dun04,0,0,0,0       monster Lude    1812,3,0,0,0
1326tur_dun03,0,0,0,0       monster Lude    1812,3,0,0,0
1327tur_dun02,0,0,0,0       monster Lude    1812,3,0,0,0
1328tur_dun01,0,0,0,0       monster Lude    1812,3,0,0,0
1329
1330alde_dun04,0,0,0,0      monster Lude    1812,3,0,0,0
1331alde_dun03,0,0,0,0      monster Lude    1812,3,0,0,0
1332alde_dun02,0,0,0,0      monster Lude    1812,3,0,0,0
1333alde_dun01,0,0,0,0      monster Lude    1812,3,0,0,0
1334
1335c_tower1,0,0,0,0        monster Lude    1812,3,0,0,0
1336c_tower2,0,0,0,0        monster Lude    1812,3,0,0,0
1337c_tower3,0,0,0,0        monster Lude    1812,3,0,0,0
1338c_tower4,0,0,0,0        monster Lude    1812,3,0,0,0
1339
1340in_sphinx5,0,0,0,0      monster Lude    1812,3,0,0,0
1341in_sphinx4,0,0,0,0      monster Lude    1812,3,0,0,0
1342in_sphinx3,0,0,0,0      monster Lude    1812,3,0,0,0
1343in_sphinx2,0,0,0,0      monster Lude    1812,3,0,0,0
1344in_sphinx1,0,0,0,0      monster Lude    1812,3,0,0,0
1345
1346prt_maze03,0,0,0,0      monster Lude    1812,3,0,0,0
1347prt_maze02,0,0,0,0      monster Lude    1812,3,0,0,0
1348prt_maze01,0,0,0,0      monster Lude    1812,3,0,0,0
1349
1350treasure02,0,0,0,0      monster Lude    1812,3,0,0,0
1351treasure01,0,0,0,0      monster Lude    1812,3,0,0,0
1352
1353moc_pryd06,0,0,0,0      monster Lude    1812,3,0,0,0
1354moc_pryd05,0,0,0,0      monster Lude    1812,3,0,0,0
1355moc_pryd04,0,0,0,0      monster Lude    1812,3,0,0,0
1356moc_pryd03,0,0,0,0      monster Lude    1812,3,0,0,0
1357moc_pryd02,0,0,0,0      monster Lude    1812,3,0,0,0
1358moc_pryd01,0,0,0,0      monster Lude    1812,3,0,0,0
1359
1360gef_dun02,0,0,0,0       monster Lude    1812,3,0,0,0
1361gef_dun01,0,0,0,0       monster Lude    1812,3,0,0,0
1362gef_dun00,0,0,0,0       monster Lude    1812,3,0,0,0
1363
1364iz_dun00,0,0,0,0        monster Lude    1812,3,0,0,0
1365iz_dun01,0,0,0,0        monster Lude    1812,3,0,0,0
1366iz_dun02,0,0,0,0        monster Lude    1812,3,0,0,0
1367iz_dun03,0,0,0,0        monster Lude    1812,3,0,0,0
1368iz_dun04,0,0,0,0        monster Lude    1812,3,0,0,0
1369
1370pay_dun00,0,0,0,0       monster Lude    1812,3,0,0,0
1371pay_dun01,0,0,0,0       monster Lude    1812,3,0,0,0
1372pay_dun02,0,0,0,0       monster Lude    1812,3,0,0,0
1373pay_dun03,0,0,0,0       monster Lude    1812,3,0,0,0
1374pay_dun04,0,0,0,0       monster Lude    1812,3,0,0,0
1375
1376xmas_dun02,0,0,0,0      monster Lude    1812,3,0,0,0
1377xmas_dun01,0,0,0,0      monster Lude    1812,3,0,0,0
1378
1379anthell02,0,0,0,0       monster Lude    1812,3,0,0,0
1380anthell01,0,0,0,0       monster Lude    1812,3,0,0,0
1381
1382orcsdun02,0,0,0,0       monster Lude    1812,3,0,0,0
1383orcsdun01,0,0,0,0       monster Lude    1812,3,0,0,0
1384
1385mjo_dun03,0,0,0,0       monster Lude    1812,3,0,0,0
1386mjo_dun02,0,0,0,0       monster Lude    1812,3,0,0,0
1387mjo_dun01,0,0,0,0       monster Lude    1812,3,0,0,0
1388
1389prt_sewb4,0,0,0,0       monster Lude    1812,3,0,0,0
1390prt_sewb3,0,0,0,0       monster Lude    1812,3,0,0,0
1391prt_sewb2,0,0,0,0       monster Lude    1812,3,0,0,0
1392prt_sewb1,0,0,0,0       monster Lude    1812,3,0,0,0
1393
1394nif_fild01,0,0,0,0      monster Lude    1812,3,0,0,0
1395
1396nif_fild02,0,0,0,0      monster Lude    1812,3,0,0,0
Note: See TracBrowser for help on using the browser.