root/npc/events/xmas.txt @ 1

Revision 1, 16.9 kB (checked in by jinshiro, 17 years ago)
RevLine 
[1]1//===== eAthena Script =======================================
2//= X-mas Event
3//===== By: ==================================================
4//= eAthena Dev Team
5//===== Current Version: =====================================
6//= 1.4
7//===== Compatible With: =====================================
8//= Any version of eAthena
9//===== Description: =========================================
10//= Beat up Antonios and grab his socks.  Get at least 3 and
11//= give them to Santa Claus Claus in exchange for a present.
12//= Includes X-mas mobs.
13//= This npc will disable, the current Santa Claus npc.
14//===== Additional Comments: =================================
15//= Fixed the spawns [shadowlady]
16//= 1.1 Added Xmas Jakk, fixed 2 exploits, fixed reward Box ID [Lupus]
17//= 1.2 Added monsters to the newer fields, thanks to Muad_Dib [MasterOfMuppets]
18//= 1.2a Fixed a major problem with the monster spawns, thanks to Playtester [MasterOfMuppets]
19//= 1.2b Fixed a minor problem with the mosnter spawns, thanks to Playtester [Kayla]
20//= 1.3 Added Christmas Orc to the places where other orcs spawn [MasterOfMuppets]
21//= Added Christmas goblins to yuno_fild09, thanks to Playtester for pointing it out
22//= 1.4 Added a fix to make Lutie & Bard quests passable during this event [Lupus]
23//============================================================
24
25
26xmas_in,100,96,4        script  Father Christmas::Santa2        718,{
27        mes "[Santa Claus]";
28//For Lutie & Bard quest
29        if(xmas_npc==0) set xmas_npc, 1;
30//
31        if(#event_xmas > 0 && #event_xmas < 30 ) goto L_Start;
32        mes "Merry Christmas!";
33        if(Class==0 || #event_xmas>=30 ) close; //anti exploit protection
34        mes "I have a gift for you! Ho Ho Ho!";
35        getitem rand(664,667),1; //gives one of 4 gift boxes
36        set #event_xmas,#event_xmas+1;
37        close;
38
39L_Start:
40        mes "I'm having a bit of a problem...";
41        mes "Do you care to listen?";
42        next;
43        menu "Listen to Santa Claus.",M_0, "Give Santa Claus proof.",M_1, "Cancel.",M_End;
44
45        M_0:
46                mes "[Santa Claus]";
47                mes "My problem is this.";
48                mes "There seems to be a man out there";
49                mes "that is impersonating me and spreading";
50                mes "terror throughout the land.";
51                next;
52                mes "[Santa Claus]";
53                mes "Like the Grinch of legend, he's taking";
54                mes "all the childrens' toys and keeping them";
55                mes "for himself.";
56                next;
57                mes "[Santa Claus]";
58                mes "I'm too busy here creating my batch of ";
59                mes "toys for next year, so I can't go";
60                mes "out and find him myself.";
61                mes "So I would like you to go out and";
62                mes "Destroy this man for me.";
63                next;
64                mes "[Santa Claus]";
65                mes "He has in his posession one of my";
66                mes "magic sacks, however, so he will";
67                mes "escape into it to another place each";
68                mes "time you attack him.";
69                next;
70                mes "[Santa Claus]";
71                mes "However,";
72                mes "In his haste, he tends to drop things.";
73                mes "If by chance he drops one of his Stockings";
74                mes "With Holes that he uses to steal the";
75                mes "poor childrens' toys, pick it up.";
76                next;
77                mes "[Santa Claus]";
78                mes "If you collect 3 of these, I will give";
79                mes "you a prototype mystery box that";
80                mes "I've been keeping around the";
81                mes "lab. It spits out random presents";
82                mes "and saves me a ton of work.";
83                close;
84        M_1:
85                mes "[Santa Claus]";
86                if(countitem(7034) < 3) goto L_NotEnuf;
87                delitem 7034,3;
88                mes "Seems you've been doing a";
89                mes "good job of taking down those";
90                mes "fake Santas. Keep it up!";
91                next;
92                getitem 644,1; //Gift Box Prototype
93                set #event_xmas,#event_xmas+1;
94                mes "[Santa Claus]";
95                mes "There's your reward.";
96                mes "If you get 3 more, I'll give you another.";
97                mes "Hope you get a good item.";
98                close;
99       
100                L_NotEnuf:
101                        mes "You don't have enough socks as proof.";
102                        mes "Go take down those evil Santas";
103                        mes "and get more for me and I'll reward you.";
104                        close;
105        M_End:
106                mes "[Santa Claus]";
107                mes "I see. Well, at the very least";
108                mes "we shall meet again on Christmas morning.";
109                close;
110
111OnInit:
112        disablenpc "Santa1";
113        end;
114}
115
116
117//========================================================================================
118// - Xmas Goblin Spawns
119//========================================================================================
120
121prt_fild11,0,0,0,0      monster Christmas Goblin        1245,5,0,0,0
122gef_fild11,0,0,0,0      monster Christmas Goblin        1245,5,0,0,0
123yuno_fild09,0,0,0,0     monster Christmas Goblin        1245,5,0,0,0
124
125//========================================================================================
126// - Santa Poring Spawns
127//========================================================================================
128
129ein_fild03,0,0,0,0      monster Santa Poring    1062,15,0,0,0
130ein_fild04,0,0,0,0      monster Santa Poring    1062,15,0,0,0
131ein_fild06,0,0,0,0      monster Santa Poring    1062,15,0,0,0
132ein_fild07,0,0,0,0      monster Santa Poring    1062,15,0,0,0
133ein_fild08,0,0,0,0      monster Santa Poring    1062,15,0,0,0
134ein_fild09,0,0,0,0      monster Santa Poring    1062,15,0,0,0
135ein_fild10,0,0,0,0      monster Santa Poring    1062,15,0,0,0
136gef_fild00,0,0,0,0      monster Santa Poring    1062,15,0,0,0
137gef_fild01,0,0,0,0      monster Santa Poring    1062,15,0,0,0
138gef_fild02,0,0,0,0      monster Santa Poring    1062,15,0,0,0
139gef_fild03,0,0,0,0      monster Santa Poring    1062,15,0,0,0
140gef_fild04,0,0,0,0      monster Santa Poring    1062,15,0,0,0
141gef_fild05,0,0,0,0      monster Santa Poring    1062,15,0,0,0
142gef_fild07,0,0,0,0      monster Santa Poring    1062,15,0,0,0
143gef_fild08,0,0,0,0      monster Santa Poring    1062,15,0,0,0
144gef_fild09,0,0,0,0      monster Santa Poring    1062,15,0,0,0
145gef_fild10,0,0,0,0      monster Santa Poring    1062,15,0,0,0
146gef_fild11,0,0,0,0      monster Santa Poring    1062,15,0,0,0
147gef_fild12,0,0,0,0      monster Santa Poring    1062,15,0,0,0
148gef_fild13,0,0,0,0      monster Santa Poring    1062,15,0,0,0
149gef_fild14,0,0,0,0      monster Santa Poring    1062,15,0,0,0
150glast_01,0,0,0,0        monster Santa Poring    1062,15,0,0,0
151lhz_fild01,0,0,0,0      monster Santa Poring    1062,15,0,0,0
152lhz_fild02,0,0,0,0      monster Santa Poring    1062,15,0,0,0
153lhz_fild03,0,0,0,0      monster Santa Poring    1062,15,0,0,0
154mjolnir_01,0,0,0,0      monster Santa Poring    1062,15,0,0,0
155mjolnir_02,0,0,0,0      monster Santa Poring    1062,15,0,0,0
156mjolnir_03,0,0,0,0      monster Santa Poring    1062,15,0,0,0
157mjolnir_04,0,0,0,0      monster Santa Poring    1062,15,0,0,0
158mjolnir_05,0,0,0,0      monster Santa Poring    1062,15,0,0,0
159mjolnir_06,0,0,0,0      monster Santa Poring    1062,15,0,0,0
160mjolnir_07,0,0,0,0      monster Santa Poring    1062,15,0,0,0
161mjolnir_08,0,0,0,0      monster Santa Poring    1062,15,0,0,0
162mjolnir_09,0,0,0,0      monster Santa Poring    1062,15,0,0,0
163mjolnir_10,0,0,0,0      monster Santa Poring    1062,15,0,0,0
164mjolnir_11,0,0,0,0      monster Santa Poring    1062,15,0,0,0
165mjolnir_12,0,0,0,0      monster Santa Poring    1062,15,0,0,0
166moc_fild01,0,0,0,0      monster Santa Poring    1062,15,0,0,0
167moc_fild02,0,0,0,0      monster Santa Poring    1062,15,0,0,0
168moc_fild03,0,0,0,0      monster Santa Poring    1062,15,0,0,0
169moc_fild04,0,0,0,0      monster Santa Poring    1062,15,0,0,0
170moc_fild05,0,0,0,0      monster Santa Poring    1062,15,0,0,0
171moc_fild06,0,0,0,0      monster Santa Poring    1062,15,0,0,0
172moc_fild07,0,0,0,0      monster Santa Poring    1062,15,0,0,0
173moc_fild08,0,0,0,0      monster Santa Poring    1062,15,0,0,0
174moc_fild09,0,0,0,0      monster Santa Poring    1062,15,0,0,0
175moc_fild10,0,0,0,0      monster Santa Poring    1062,15,0,0,0
176moc_fild11,0,0,0,0      monster Santa Poring    1062,15,0,0,0
177moc_fild12,0,0,0,0      monster Santa Poring    1062,15,0,0,0
178moc_fild13,0,0,0,0      monster Santa Poring    1062,15,0,0,0
179moc_fild14,0,0,0,0      monster Santa Poring    1062,15,0,0,0
180moc_fild15,0,0,0,0      monster Santa Poring    1062,15,0,0,0
181moc_fild16,0,0,0,0      monster Santa Poring    1062,15,0,0,0
182moc_fild17,0,0,0,0      monster Santa Poring    1062,15,0,0,0
183moc_fild18,0,0,0,0      monster Santa Poring    1062,15,0,0,0
184pay_fild01,0,0,0,0      monster Santa Poring    1062,15,0,0,0
185pay_fild02,0,0,0,0      monster Santa Poring    1062,15,0,0,0
186pay_fild03,0,0,0,0      monster Santa Poring    1062,15,0,0,0
187pay_fild04,0,0,0,0      monster Santa Poring    1062,15,0,0,0
188pay_fild05,0,0,0,0      monster Santa Poring    1062,15,0,0,0
189pay_fild06,0,0,0,0      monster Santa Poring    1062,15,0,0,0
190pay_fild07,0,0,0,0      monster Santa Poring    1062,15,0,0,0
191pay_fild08,0,0,0,0      monster Santa Poring    1062,15,0,0,0
192pay_fild09,0,0,0,0      monster Santa Poring    1062,15,0,0,0
193pay_fild10,0,0,0,0      monster Santa Poring    1062,15,0,0,0
194pay_fild11,0,0,0,0      monster Santa Poring    1062,15,0,0,0
195prt_fild00,0,0,0,0      monster Santa Poring    1062,15,0,0,0
196prt_fild01,0,0,0,0      monster Santa Poring    1062,15,0,0,0
197prt_fild02,0,0,0,0      monster Santa Poring    1062,15,0,0,0
198prt_fild03,0,0,0,0      monster Santa Poring    1062,15,0,0,0
199prt_fild04,0,0,0,0      monster Santa Poring    1062,15,0,0,0
200prt_fild05,0,0,0,0      monster Santa Poring    1062,15,0,0,0
201prt_fild06,0,0,0,0      monster Santa Poring    1062,15,0,0,0
202prt_fild07,0,0,0,0      monster Santa Poring    1062,15,0,0,0
203prt_fild08,0,0,0,0      monster Santa Poring    1062,15,0,0,0
204prt_fild09,0,0,0,0      monster Santa Poring    1062,15,0,0,0
205prt_fild10,0,0,0,0      monster Santa Poring    1062,15,0,0,0
206prt_fild11,0,0,0,0      monster Santa Poring    1062,15,0,0,0
207xmas_fild01,0,0,0,0     monster Santa Poring    1062,15,0,0,0
208cmd_fild01,0,0,0,0      monster Santa Poring    1062,15,0,0,0
209cmd_fild02,0,0,0,0      monster Santa Poring    1062,15,0,0,0
210cmd_fild03,0,0,0,0      monster Santa Poring    1062,15,0,0,0
211cmd_fild04,0,0,0,0      monster Santa Poring    1062,15,0,0,0
212cmd_fild05,0,0,0,0      monster Santa Poring    1062,15,0,0,0
213cmd_fild06,0,0,0,0      monster Santa Poring    1062,15,0,0,0
214cmd_fild07,0,0,0,0      monster Santa Poring    1062,15,0,0,0
215cmd_fild08,0,0,0,0      monster Santa Poring    1062,15,0,0,0
216cmd_fild09,0,0,0,0      monster Santa Poring    1062,15,0,0,0
217yuno_fild01,0,0,0,0     monster Santa Poring    1062,15,0,0,0
218yuno_fild02,0,0,0,0     monster Santa Poring    1062,15,0,0,0
219yuno_fild03,0,0,0,0     monster Santa Poring    1062,15,0,0,0
220yuno_fild04,0,0,0,0     monster Santa Poring    1062,15,0,0,0
221yuno_fild05,0,0,0,0     monster Santa Poring    1062,15,0,0,0
222yuno_fild06,0,0,0,0     monster Santa Poring    1062,15,0,0,0
223yuno_fild07,0,0,0,0     monster Santa Poring    1062,15,0,0,0
224yuno_fild08,0,0,0,0     monster Santa Poring    1062,15,0,0,0
225yuno_fild09,0,0,0,0     monster Santa Poring    1062,15,0,0,0
226yuno_fild11,0,0,0,0     monster Santa Poring    1062,15,0,0,0
227yuno_fild12,0,0,0,0     monster Santa Poring    1062,15,0,0,0
228ama_fild01,0,0,0,0      monster Santa Poring    1062,15,0,0,0
229gon_fild01,0,0,0,0      monster Santa Poring    1062,15,0,0,0
230um_fild01,0,0,0,0       monster Santa Poring    1062,15,0,0,0
231um_fild02,0,0,0,0       monster Santa Poring    1062,15,0,0,0
232um_fild03,0,0,0,0       monster Santa Poring    1062,15,0,0,0
233um_fild04,0,0,0,0       monster Santa Poring    1062,15,0,0,0
234nif_fild01,0,0,0,0      monster Santa Poring    1062,15,0,0,0
235nif_fild02,0,0,0,0      monster Santa Poring    1062,15,0,0,0
236lou_fild01,0,0,0,0      monster Santa Poring    1062,15,0,0,0
237hu_fild01,0,0,0,0       monster Santa Poring    1062,15,0,0,0
238hu_fild04,0,0,0,0       monster Santa Poring    1062,15,0,0,0
239hu_fild05,0,0,0,0       monster Santa Poring    1062,15,0,0,0
240hu_fild07,0,0,0,0       monster Santa Poring    1062,15,0,0,0
241
242//========================================================================================
243// - Antonio Spawns
244//========================================================================================
245
246ein_fild03,0,0,0,0      monster Antonio 1247,1,0,0,0
247ein_fild04,0,0,0,0      monster Antonio 1247,1,0,0,0
248ein_fild06,0,0,0,0      monster Antonio 1247,1,0,0,0
249ein_fild07,0,0,0,0      monster Antonio 1247,1,0,0,0
250ein_fild08,0,0,0,0      monster Antonio 1247,1,0,0,0
251ein_fild09,0,0,0,0      monster Antonio 1247,1,0,0,0
252ein_fild10,0,0,0,0      monster Antonio 1247,1,0,0,0
253gef_fild00,0,0,0,0      monster Antonio 1247,1,0,0,0
254gef_fild01,0,0,0,0      monster Antonio 1247,1,0,0,0
255gef_fild02,0,0,0,0      monster Antonio 1247,1,0,0,0
256gef_fild03,0,0,0,0      monster Antonio 1247,1,0,0,0
257gef_fild04,0,0,0,0      monster Antonio 1247,1,0,0,0
258gef_fild05,0,0,0,0      monster Antonio 1247,1,0,0,0
259gef_fild07,0,0,0,0      monster Antonio 1247,1,0,0,0
260gef_fild08,0,0,0,0      monster Antonio 1247,1,0,0,0
261gef_fild09,0,0,0,0      monster Antonio 1247,1,0,0,0
262gef_fild10,0,0,0,0      monster Antonio 1247,1,0,0,0
263gef_fild11,0,0,0,0      monster Antonio 1247,1,0,0,0
264gef_fild12,0,0,0,0      monster Antonio 1247,1,0,0,0
265gef_fild13,0,0,0,0      monster Antonio 1247,1,0,0,0
266gef_fild14,0,0,0,0      monster Antonio 1247,1,0,0,0
267glast_01,0,0,0,0        monster Antonio 1247,1,0,0,0
268lhz_fild01,0,0,0,0      monster Antonio 1247,1,0,0,0
269lhz_fild02,0,0,0,0      monster Antonio 1247,1,0,0,0
270lhz_fild03,0,0,0,0      monster Antonio 1247,1,0,0,0
271mjolnir_01,0,0,0,0      monster Antonio 1247,1,0,0,0
272mjolnir_02,0,0,0,0      monster Antonio 1247,1,0,0,0
273mjolnir_03,0,0,0,0      monster Antonio 1247,1,0,0,0
274mjolnir_04,0,0,0,0      monster Antonio 1247,1,0,0,0
275mjolnir_05,0,0,0,0      monster Antonio 1247,1,0,0,0
276mjolnir_06,0,0,0,0      monster Antonio 1247,1,0,0,0
277mjolnir_07,0,0,0,0      monster Antonio 1247,1,0,0,0
278mjolnir_08,0,0,0,0      monster Antonio 1247,1,0,0,0
279mjolnir_09,0,0,0,0      monster Antonio 1247,1,0,0,0
280mjolnir_10,0,0,0,0      monster Antonio 1247,1,0,0,0
281mjolnir_11,0,0,0,0      monster Antonio 1247,1,0,0,0
282mjolnir_12,0,0,0,0      monster Antonio 1247,1,0,0,0
283moc_fild01,0,0,0,0      monster Antonio 1247,1,0,0,0
284moc_fild02,0,0,0,0      monster Antonio 1247,1,0,0,0
285moc_fild03,0,0,0,0      monster Antonio 1247,1,0,0,0
286moc_fild04,0,0,0,0      monster Antonio 1247,1,0,0,0
287moc_fild05,0,0,0,0      monster Antonio 1247,1,0,0,0
288moc_fild06,0,0,0,0      monster Antonio 1247,1,0,0,0
289moc_fild07,0,0,0,0      monster Antonio 1247,1,0,0,0
290moc_fild08,0,0,0,0      monster Antonio 1247,1,0,0,0
291moc_fild09,0,0,0,0      monster Antonio 1247,1,0,0,0
292moc_fild10,0,0,0,0      monster Antonio 1247,1,0,0,0
293moc_fild11,0,0,0,0      monster Antonio 1247,1,0,0,0
294moc_fild12,0,0,0,0      monster Antonio 1247,1,0,0,0
295moc_fild13,0,0,0,0      monster Antonio 1247,1,0,0,0
296moc_fild14,0,0,0,0      monster Antonio 1247,1,0,0,0
297moc_fild15,0,0,0,0      monster Antonio 1247,1,0,0,0
298moc_fild16,0,0,0,0      monster Antonio 1247,1,0,0,0
299moc_fild17,0,0,0,0      monster Antonio 1247,1,0,0,0
300moc_fild18,0,0,0,0      monster Antonio 1247,1,0,0,0
301pay_fild01,0,0,0,0      monster Antonio 1247,1,0,0,0
302pay_fild02,0,0,0,0      monster Antonio 1247,1,0,0,0
303pay_fild03,0,0,0,0      monster Antonio 1247,1,0,0,0
304pay_fild04,0,0,0,0      monster Antonio 1247,1,0,0,0
305pay_fild05,0,0,0,0      monster Antonio 1247,1,0,0,0
306pay_fild06,0,0,0,0      monster Antonio 1247,1,0,0,0
307pay_fild07,0,0,0,0      monster Antonio 1247,1,0,0,0
308pay_fild08,0,0,0,0      monster Antonio 1247,1,0,0,0
309pay_fild09,0,0,0,0      monster Antonio 1247,1,0,0,0
310pay_fild10,0,0,0,0      monster Antonio 1247,1,0,0,0
311pay_fild11,0,0,0,0      monster Antonio 1247,1,0,0,0
312prt_fild00,0,0,0,0      monster Antonio 1247,1,0,0,0
313prt_fild01,0,0,0,0      monster Antonio 1247,1,0,0,0
314prt_fild02,0,0,0,0      monster Antonio 1247,1,0,0,0
315prt_fild03,0,0,0,0      monster Antonio 1247,1,0,0,0
316prt_fild04,0,0,0,0      monster Antonio 1247,1,0,0,0
317prt_fild05,0,0,0,0      monster Antonio 1247,1,0,0,0
318prt_fild06,0,0,0,0      monster Antonio 1247,1,0,0,0
319prt_fild07,0,0,0,0      monster Antonio 1247,1,0,0,0
320prt_fild08,0,0,0,0      monster Antonio 1247,1,0,0,0
321prt_fild09,0,0,0,0      monster Antonio 1247,1,0,0,0
322prt_fild10,0,0,0,0      monster Antonio 1247,1,0,0,0
323prt_fild11,0,0,0,0      monster Antonio 1247,1,0,0,0
324xmas_fild01,0,0,0,0     monster Antonio 1247,1,0,0,0
325cmd_fild01,0,0,0,0      monster Antonio 1247,1,0,0,0
326cmd_fild02,0,0,0,0      monster Antonio 1247,1,0,0,0
327cmd_fild03,0,0,0,0      monster Antonio 1247,1,0,0,0
328cmd_fild04,0,0,0,0      monster Antonio 1247,1,0,0,0
329cmd_fild05,0,0,0,0      monster Antonio 1247,1,0,0,0
330cmd_fild06,0,0,0,0      monster Antonio 1247,1,0,0,0
331cmd_fild07,0,0,0,0      monster Antonio 1247,1,0,0,0
332cmd_fild08,0,0,0,0      monster Antonio 1247,1,0,0,0
333cmd_fild09,0,0,0,0      monster Antonio 1247,1,0,0,0
334yuno_fild01,0,0,0,0     monster Antonio 1247,1,0,0,0
335yuno_fild02,0,0,0,0     monster Antonio 1247,1,0,0,0
336yuno_fild03,0,0,0,0     monster Antonio 1247,1,0,0,0
337yuno_fild04,0,0,0,0     monster Antonio 1247,1,0,0,0
338yuno_fild05,0,0,0,0     monster Antonio 1247,1,0,0,0
339yuno_fild06,0,0,0,0     monster Antonio 1247,1,0,0,0
340yuno_fild07,0,0,0,0     monster Antonio 1247,1,0,0,0
341yuno_fild08,0,0,0,0     monster Antonio 1247,1,0,0,0
342yuno_fild09,0,0,0,0     monster Antonio 1247,1,0,0,0
343yuno_fild11,0,0,0,0     monster Antonio 1247,1,0,0,0
344yuno_fild12,0,0,0,0     monster Antonio 1247,1,0,0,0
345ama_fild01,0,0,0,0      monster Antonio 1247,1,0,0,0
346gon_fild01,0,0,0,0      monster Antonio 1247,1,0,0,0
347um_fild01,0,0,0,0       monster Antonio 1247,1,0,0,0
348um_fild02,0,0,0,0       monster Antonio 1247,1,0,0,0
349um_fild03,0,0,0,0       monster Antonio 1247,1,0,0,0
350um_fild04,0,0,0,0       monster Antonio 1247,1,0,0,0
351nif_fild01,0,0,0,0      monster Antonio 1247,1,0,0,0
352nif_fild02,0,0,0,0      monster Antonio 1247,1,0,0,0
353lou_fild01,0,0,0,0      monster Antonio 1247,1,0,0,0
354hu_fild01,0,0,0,0       monster Antonio 1247,1,0,0,0
355hu_fild04,0,0,0,0       monster Antonio 1247,1,0,0,0
356hu_fild05,0,0,0,0       monster Antonio 1247,1,0,0,0
357hu_fild07,0,0,0,0       monster Antonio 1247,1,0,0,0
358
359//========================================================================================
360// - Xmas Jakk
361//========================================================================================
362
363gef_dun01,0,0,0,0       monster Xmas Jakk       1244,5,0,0,0
364//gefenia02,0,0,0,0     monster Xmas Jakk       1244,5,0,0,0
365
366//========================================================================================
367// - Xmas Orc
368//========================================================================================
369
370gef_fild02,0,0,0,0      monster Christmas Orc   1588,5,0,0,0
371gef_fild03,0,0,0,0      monster Christmas Orc   1588,5,0,0,0
372gef_fild10,0,0,0,0      monster Christmas Orc   1588,5,0,0,0
373gef_fild14,0,0,0,0      monster Christmas Orc   1588,5,0,0,0
374alde_dun02,0,0,0,0      monster Christmas Orc   1588,5,0,0,0
Note: See TracBrowser for help on using the browser.