//Le Livre d'Ymir http://www.bookofymir.net/ //traduit par No Healing //===== eAthena Script ======================================= //= St. Patrick's Day (2008) //===== By: ================================================== //= Kisuka //===== Current Version: ===================================== //= 1.5 //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= //= iRO St. Patrick's Day. (2008) //= Find O'Riley's treasure for him, then hunt down coinds from //= the snakes to get Green Ale in return for them. //= //= Mobs 1841 through 1844 have been modified for this event //= you must use the mob edits provided for this quest. //= Enable in mob_db2.txt //= //= The item 12715 Black_Treasure_Chest contains a script //= that relies explicitly on this script being loaded. //= Remove the "end" from the item script to enable. //= In addition to that, you must enable the item_avail //= entries if you are using a kRO client, as the items //= were removed from the client between testing and this //= updated. //===== Additional Comments: ================================= //= 1.0 First version. [Kisuka] //= 1.1 Fixed checkitems for ale, fixed ale prize(gives the correct one now). [Kisuka] //= 1.2 Optimized. Uses only one variable now. [L0ne_W0lf] //= Corrected EXP rewards, and some typos. //= 1.3 Corrected random in item function. [L0ne_W0lf] //= 1.4 Replaced effect numerics with constants. [Samuray22] //= 1.5 Revamped the script. [Kisuka] //============================================================ prt_fild05,170,286,4 script Farfadet Inquiet::Anxious Leprechaun#8pday 954,{ if (StPatrick2008 < 1) { mes "[O'Riley le Farfadet]"; mes "Hum... Ça c'est une belle "+ ( isday() ? "journée" : "soirée" ) +"! Pour sûr, c'est vraiment une belle "+ ( isday() ? "journée" : "soirée" ) +"! Viens là si tu as le temps, j'va te dire un truc!"; next; select("Continue."); mes "[O'Riley le Farfadet]"; mes "J'ai beaucoup voyagé ces dernières années - j'voulais voir comment que c'était à l'autre bout du monde. Mais à chaque fois, y avait ces serpents qui volaient mes trésors!"; next; select("Oh?"); mes "[O'Riley le Farfadet]"; mes "Mais les gens d'ici sont bien braves. À chaque fois ils m'ont aidé à retrouver mes trésors."; next; mes "[O'Riley le Farfadet]"; mes "Oh mais j'ai compris la leçon, pour sûr! J'oublierai pas de sitôt comment c'te sales bêtes m'ont embrouillé."; next; select("What did you do?"); mes "[O'Riley le Farfadet]"; mes "J'ma suis trouvé un endroit où cacher mes trésors. Ils resteront là bien en sécurité jusqu'à c'que j'revienne l'année suivante."; next; mes "[O'Riley le Farfadet]"; mes "Cette année, j'suis allé voir le monde encore une fois. Je m'en suis allé à ma cachette ensuite, et tout avait l'air normal."; next; mes "[O'Riley le Farfadet]"; mes "J'me suis dit que j'avais été bien malin de cacher mes trésors comme ça! Eh bin j'me trompais bien!"; next; select("Qu'est-ce qui s'est passé?"); mes "[O'Riley le Farfadet]"; mes "Je l'avais trop bien faite, ma cachette! J'ai essayé d'soulever ces satanés cailloux, d'les pousser, mais y avait rien à faire: ils bougeaient pas! Alors une fois de plus j'me retrouve sans mon trésor cette année!"; next; mes "[O'Riley le Farfadet]"; mes "J'ai même pas pu commencer à brasser ma fameuse bière verte avec tout ça. Dites, ça serait pas trop vous demander de m'aider à récupérer mon trésor?"; next; if (select("Bien sûr, je peux vous aider.:Je suis trop occupé.") == 2) { mes "[O'Riley le Farfadet]"; mes "C'est bon, j'comprends. Merci quand même de m'avoir écouté!"; close; } mes "[O'Riley le Farfadet]"; mes "Bien! J'va donc vous dire mon secret alors!"; next; mes "[O'Riley le Farfadet]"; mes "Ecoutez bien tout c'que j'vous dis. Vous allez devoir aller à la ville des magiciens. Ensuite, quand vous serez sur le pont au dessus de l'eau, vous devrez grimper sur la colline au nord, mais pas plus loin, hein!"; next; mes "[O'Riley le Farfadet]"; mes "Y a des marches dans l'air, là-bas. Mon trésor est plus loin, à flanc de montagne comme on dit!"; next; mes "[O'Riley le Farfadet]"; mes "Vous devez trouver un moyen de l'ouvrir. Vous aurez besoin d'une bonne grosse explosion pour ça."; next; mes "[O'Riley le Farfadet]"; mes "Vous pourrez peut-être essayer avec des Feux d'Artifices, mais il vous en faudra un bon paquet! Au moins ^FF0000200 Pétards^000000, je dirais."; set StPatrick2008,1; close; } else if (StPatrick2008 == 1) { mes "[O'Riley le Farfadet]"; mes "Pour sûr, c'est vraiment une belle "+ ( isday() ? "journée" : "soirée" ) +"! Vous avez trouvé mon trésor? Ah, ça, c'était vraiment une bonne cachette, y a pas à dire!"; next; mes "[O'Riley le Farfadet]"; mes "Vous pourrez peut-être essayer avec des Feux d'Artifices, mais il vous en faudra un bon paquet! Au moins ^FF0000200 Pétards^000000, je dirais."; next; mes "[O'Riley le Farfadet]"; mes "Ne vous en faites pas: je comprendrais si vous n'y arriviez pas."; close; } else if (StPatrick2008 == 2) { mes "[O'Riley le Farfadet]"; mes "Oh, vous revoilà! Merci de m'avoir rapporté le trésor! Je vous en dois une belle!"; next; mes "[O'Riley le Farfadet]"; mes "Je suis tellement heureux que j'vais me remettre à brasser de la bière sans attendre!"; next; mes "[O'Riley le Farfadet]"; mes "On dirait que ces satanés serpents sont revenus cette année, et qu'ils veulent encore voler mes trésors."; next; mes "[O'Riley le Farfadet]"; mes "Les serpents volent les trésors de mes semblables - ils doivent être punis, pour sûr. Mais vous avez fait une longue route pour moi, et j'vous remercie bien!"; next; mes "[O'Riley le Farfadet]"; mes "Revenez me voir quand vous vous serez reposé un peu, faudra que j'vous parle."; close2; set StPatrick2008,3; getexp 200000,70000; delitem 7721,1; end; } else if (StPatrick2008 == 3) { mes "[O'Riley le Farfadet]"; mes "Ah, vous vous êtes reposé un peu j'espère?"; next; mes "[O'Riley le Farfadet]"; mes "Merci d'être revenu! Les serpents volent les trésors de mes semblables - ils doivent être punis, pour sûr."; next; mes "[O'Riley le Farfadet]"; mes "Vous m'avez bien aidé, alors j'veux vous donner une de mes célèbres bières si vous me rapportez ce que ces satanés serpents ont volé à mes semblables."; next; mes "Si vous trouvez des pièces volées, rapportez les moi. Il ne faut pas que les serpents les gardent. Ah ça, non!"; set StPatrick2008,4; close; } else if (StPatrick2008 == 4) { mes "[O'Riley le Farfadet]"; mes "Ces satanés serpents ont volé le trésor de mes semblables! Je vous donnerai ma bonne bière si vous me rapportez des pièces volées."; next; mes "[O'Riley le Farfadet]"; mes "Je vous donnerai une pinte de bière contre ^0000FF1 Pièce d'Or^000000, ^0000FF5 Pièces d'Argent^000000, ou ^0000FF10 Pièces de Bronze^000000."; mes "C'est un marché plus qu'honnête, j'vous l'dis! Alors, quel genre de pièces vous avez récupéré?"; next; switch(select("Pièces de Bronze:Pièces d'Argent:Pièces d'Or:Annuler.")) { case 1: mes "[O'Riley le Farfadet]"; mes "Merci. Et voilà votre bière~"; if (countitem(7915) >= 10) { getitem 12135,1; delitem 7915,10; } close; case 2: mes "[O'Riley le Farfadet]"; mes "Merci. Et voilà votre bière~"; if (countitem(7916) >= 5) { getitem 12135,1; delitem 7916,5; } close; case 3: mes "[O'Riley le Farfadet]"; mes "Merci. Et voilà votre bière~"; if (countitem(7720) >= 1) { getitem 12135,1; delitem 7720,1; } close; case 4: mes "[O'Riley le Farfadet]"; mes "Je vous donnerai une pinte de bière contre ^0000FF1 Pièce d'Or^000000, ^0000FF5 Pièces d'Argent^000000, ou ^0000FF10 Pièces de Bronze^000000."; close; } } } mjolnir_01,272,363,4 script Rochers::Rocks#08StPattysDay -1,1,1,{ end; OnTouch: if (StPatrick2008 < 1) { mes "- Vous voyez des rochers couverts de mousse. -"; close; } if (StPatrick2008 == 1) { mes "- Vous voyez des rochers couverts de mousse. -"; next; if (countitem(12018) < 200) { mes "Les rochers ne veulent pas bouger. Peut-être qu'O'Riley saura comment les déplacer."; close; } else { if (select("Utiliser des Feux d'Artifice.:Ignorer") == 2) { close; } mes "Vous enfoncez 200 Feux d'Artifice sous le tas de rochers et vous les allumez."; next; mes "*BOUM!*"; specialeffect2 EF_LORD; next; mes "Le nuage de cendres et de fumée finit par se dissiper, et vous distinguez un coffre coincé sous les rochers. Il doit contenir le trésor d'O'Riley. Vous décidez de lui ramener."; close2; set StPatrick2008,2; delitem 12018,200; getitem 7721,1; } } end; } function script F_08stpattyseventbox { switch(rand(1,6)) { case 1: getitem 7915,1; end; case 2: getitem 7915,1; getitem 7916,1; getitem 7720,1; end; case 3: getitem 7720,1; end; case 4: getitem 7915,1; getitem 7916,1; end; case 5: getitem 7916,2; end; case 6: getitem 7915,2; end; } } // Snake Spawns. // NB: "Minion du Seigneur Serpent" était trop long (23 chars max pour les mobs) [No Healing] ein_fild03,0,0,0,0 monster Minion du Grand Serpent 1841,3,0,0,0 ein_fild04,0,0,0,0 monster Minion du Grand Serpent 1841,3,0,0,0 ein_fild06,0,0,0,0 monster Minion du Grand Serpent 1841,3,0,0,0 ein_fild07,0,0,0,0 monster Minion du Grand Serpent 1841,3,0,0,0 ein_fild08,0,0,0,0 monster Minion du Grand Serpent 1841,3,0,0,0 ein_fild09,0,0,0,0 monster Minion du Grand Serpent 1841,3,0,0,0 ein_fild10,0,0,0,0 monster Minion du Grand Serpent 1841,3,0,0,0 gef_fild00,0,0,0,0 monster Minion du Grand Serpent 1841,3,0,0,0 gef_fild01,0,0,0,0 monster Minion du Grand Serpent 1841,3,0,0,0 gef_fild02,0,0,0,0 monster Minion du Grand Serpent 1841,3,0,0,0 gef_fild03,0,0,0,0 monster Minion du Grand Serpent 1841,3,0,0,0 gef_fild04,0,0,0,0 monster Minion du Grand Serpent 1841,3,0,0,0 gef_fild05,0,0,0,0 monster Minion du Grand Serpent 1841,3,0,0,0 gef_fild07,0,0,0,0 monster Minion du Grand Serpent 1841,3,0,0,0 gef_fild08,0,0,0,0 monster Minion du Grand Serpent 1841,3,0,0,0 gef_fild09,0,0,0,0 monster Minion du Grand Serpent 1841,3,0,0,0 gef_fild10,0,0,0,0 monster Minion du Grand Serpent 1841,3,0,0,0 gef_fild11,0,0,0,0 monster Minion du Grand Serpent 1841,3,0,0,0 gef_fild12,0,0,0,0 monster Minion du Grand Serpent 1841,3,0,0,0 gef_fild13,0,0,0,0 monster Minion du Grand Serpent 1841,3,0,0,0 gef_fild14,0,0,0,0 monster Minion du Grand Serpent 1841,3,0,0,0 glast_01,0,0,0,0 monster Minion du Grand Serpent 1841,3,0,0,0 lhz_fild01,0,0,0,0 monster Minion du Grand Serpent 1841,3,0,0,0 lhz_fild02,0,0,0,0 monster Minion du Grand Serpent 1841,3,0,0,0 lhz_fild03,0,0,0,0 monster Minion du Grand Serpent 1841,3,0,0,0 mjolnir_01,0,0,0,0 monster Minion du Grand Serpent 1841,3,0,0,0 mjolnir_02,0,0,0,0 monster Minion du Grand Serpent 1841,3,0,0,0 mjolnir_03,0,0,0,0 monster Minion du Grand Serpent 1841,3,0,0,0 mjolnir_04,0,0,0,0 monster Minion du Grand Serpent 1841,3,0,0,0 mjolnir_05,0,0,0,0 monster Minion du Grand Serpent 1841,3,0,0,0 mjolnir_06,0,0,0,0 monster Minion du Grand Serpent 1841,3,0,0,0 mjolnir_07,0,0,0,0 monster Minion du Grand Serpent 1841,3,0,0,0 mjolnir_08,0,0,0,0 monster Minion du Grand Serpent 1841,3,0,0,0 mjolnir_09,0,0,0,0 monster Minion du Grand Serpent 1841,3,0,0,0 mjolnir_10,0,0,0,0 monster Minion du Grand Serpent 1841,3,0,0,0 mjolnir_11,0,0,0,0 monster Minion du Grand Serpent 1841,3,0,0,0 mjolnir_12,0,0,0,0 monster Minion du Grand Serpent 1841,3,0,0,0 moc_fild01,0,0,0,0 monster Minion du Grand Serpent 1841,3,0,0,0 moc_fild02,0,0,0,0 monster Minion du Grand Serpent 1841,3,0,0,0 moc_fild03,0,0,0,0 monster Minion du Grand Serpent 1841,3,0,0,0 moc_fild04,0,0,0,0 monster Minion du Grand Serpent 1841,3,0,0,0 moc_fild05,0,0,0,0 monster Minion du Grand Serpent 1841,3,0,0,0 moc_fild06,0,0,0,0 monster Minion du Grand Serpent 1841,3,0,0,0 moc_fild07,0,0,0,0 monster Minion du Grand Serpent 1841,3,0,0,0 moc_fild08,0,0,0,0 monster Minion du Grand Serpent 1841,3,0,0,0 moc_fild09,0,0,0,0 monster Minion du Grand Serpent 1841,3,0,0,0 moc_fild10,0,0,0,0 monster Minion du Grand Serpent 1841,3,0,0,0 moc_fild11,0,0,0,0 monster Minion du Grand Serpent 1841,3,0,0,0 moc_fild12,0,0,0,0 monster Minion du Grand Serpent 1841,3,0,0,0 moc_fild13,0,0,0,0 monster Minion du Grand Serpent 1841,3,0,0,0 moc_fild14,0,0,0,0 monster Minion du Grand Serpent 1841,3,0,0,0 moc_fild03,0,0,0,0 monster Minion du Grand Serpent 1841,3,0,0,0 moc_fild16,0,0,0,0 monster Minion du Grand Serpent 1841,3,0,0,0 moc_fild17,0,0,0,0 monster Minion du Grand Serpent 1841,3,0,0,0 moc_fild18,0,0,0,0 monster Minion du Grand Serpent 1841,3,0,0,0 pay_fild01,0,0,0,0 monster Minion du Grand Serpent 1841,3,0,0,0 pay_fild02,0,0,0,0 monster Minion du Grand Serpent 1841,3,0,0,0 pay_fild03,0,0,0,0 monster Minion du Grand Serpent 1841,3,0,0,0 pay_fild04,0,0,0,0 monster Minion du Grand Serpent 1841,3,0,0,0 pay_fild05,0,0,0,0 monster Minion du Grand Serpent 1841,3,0,0,0 pay_fild06,0,0,0,0 monster Minion du Grand Serpent 1841,3,0,0,0 pay_fild07,0,0,0,0 monster Minion du Grand Serpent 1841,3,0,0,0 pay_fild08,0,0,0,0 monster Minion du Grand Serpent 1841,3,0,0,0 pay_fild09,0,0,0,0 monster Minion du Grand Serpent 1841,3,0,0,0 pay_fild10,0,0,0,0 monster Minion du Grand Serpent 1841,3,0,0,0 pay_fild11,0,0,0,0 monster Minion du Grand Serpent 1841,3,0,0,0 prt_fild00,0,0,0,0 monster Minion du Grand Serpent 1841,3,0,0,0 prt_fild01,0,0,0,0 monster Minion du Grand Serpent 1841,3,0,0,0 prt_fild02,0,0,0,0 monster Minion du Grand Serpent 1841,3,0,0,0 prt_fild03,0,0,0,0 monster Minion du Grand Serpent 1841,3,0,0,0 prt_fild04,0,0,0,0 monster Minion du Grand Serpent 1841,3,0,0,0 prt_fild05,0,0,0,0 monster Minion du Grand Serpent 1841,3,0,0,0 prt_fild06,0,0,0,0 monster Minion du Grand Serpent 1841,3,0,0,0 prt_fild07,0,0,0,0 monster Minion du Grand Serpent 1841,3,0,0,0 prt_fild08,0,0,0,0 monster Minion du Grand Serpent 1841,3,0,0,0 prt_fild09,0,0,0,0 monster Minion du Grand Serpent 1841,3,0,0,0 prt_fild10,0,0,0,0 monster Minion du Grand Serpent 1841,3,0,0,0 prt_fild11,0,0,0,0 monster Minion du Grand Serpent 1841,3,0,0,0 xmas_fild01,0,0,0,0 monster Minion du Grand Serpent 1841,3,0,0,0 cmd_fild01,0,0,0,0 monster Minion du Grand Serpent 1841,3,0,0,0 cmd_fild02,0,0,0,0 monster Minion du Grand Serpent 1841,3,0,0,0 cmd_fild03,0,0,0,0 monster Minion du Grand Serpent 1841,3,0,0,0 cmd_fild04,0,0,0,0 monster Minion du Grand Serpent 1841,3,0,0,0 cmd_fild05,0,0,0,0 monster Minion du Grand Serpent 1841,3,0,0,0 cmd_fild06,0,0,0,0 monster Minion du Grand Serpent 1841,3,0,0,0 cmd_fild07,0,0,0,0 monster Minion du Grand Serpent 1841,3,0,0,0 cmd_fild08,0,0,0,0 monster Minion du Grand Serpent 1841,3,0,0,0 cmd_fild09,0,0,0,0 monster Minion du Grand Serpent 1841,3,0,0,0 yuno_fild01,0,0,0,0 monster Minion du Grand Serpent 1841,3,0,0,0 yuno_fild02,0,0,0,0 monster Minion du Grand Serpent 1841,3,0,0,0 yuno_fild03,0,0,0,0 monster Minion du Grand Serpent 1841,3,0,0,0 yuno_fild04,0,0,0,0 monster Minion du Grand Serpent 1841,3,0,0,0 yuno_fild05,0,0,0,0 monster Minion du Grand Serpent 1841,3,0,0,0 yuno_fild06,0,0,0,0 monster Minion du Grand Serpent 1841,3,0,0,0 yuno_fild07,0,0,0,0 monster Minion du Grand Serpent 1841,3,0,0,0 yuno_fild08,0,0,0,0 monster Minion du Grand Serpent 1841,3,0,0,0 yuno_fild09,0,0,0,0 monster Minion du Grand Serpent 1841,3,0,0,0 yuno_fild11,0,0,0,0 monster Minion du Grand Serpent 1841,3,0,0,0 yuno_fild12,0,0,0,0 monster Minion du Grand Serpent 1841,3,0,0,0 ama_fild01,0,0,0,0 monster Minion du Grand Serpent 1841,3,0,0,0 gon_fild01,0,0,0,0 monster Minion du Grand Serpent 1841,3,0,0,0 um_fild01,0,0,0,0 monster Minion du Grand Serpent 1841,3,0,0,0 um_fild02,0,0,0,0 monster Minion du Grand Serpent 1841,3,0,0,0 um_fild03,0,0,0,0 monster Minion du Grand Serpent 1841,3,0,0,0 um_fild04,0,0,0,0 monster Minion du Grand Serpent 1841,3,0,0,0 nif_fild01,0,0,0,0 monster Minion du Grand Serpent 1841,3,0,0,0 nif_fild02,0,0,0,0 monster Minion du Grand Serpent 1841,3,0,0,0 lou_fild01,0,0,0,0 monster Minion du Grand Serpent 1841,3,0,0,0 hu_fild01,0,0,0,0 monster Minion du Grand Serpent 1841,3,0,0,0 hu_fild04,0,0,0,0 monster Minion du Grand Serpent 1841,3,0,0,0 hu_fild05,0,0,0,0 monster Minion du Grand Serpent 1841,3,0,0,0 hu_fild07,0,0,0,0 monster Minion du Grand Serpent 1841,3,0,0,0 ein_fild03,0,0,0,0 monster Minion du Grand Serpent 1842,3,0,0,0 ein_fild04,0,0,0,0 monster Minion du Grand Serpent 1842,3,0,0,0 ein_fild06,0,0,0,0 monster Minion du Grand Serpent 1842,3,0,0,0 ein_fild07,0,0,0,0 monster Minion du Grand Serpent 1842,3,0,0,0 ein_fild08,0,0,0,0 monster Minion du Grand Serpent 1842,3,0,0,0 ein_fild09,0,0,0,0 monster Minion du Grand Serpent 1842,3,0,0,0 ein_fild10,0,0,0,0 monster Minion du Grand Serpent 1842,3,0,0,0 gef_fild00,0,0,0,0 monster Minion du Grand Serpent 1842,3,0,0,0 gef_fild01,0,0,0,0 monster Minion du Grand Serpent 1842,3,0,0,0 gef_fild02,0,0,0,0 monster Minion du Grand Serpent 1842,3,0,0,0 gef_fild03,0,0,0,0 monster Minion du Grand Serpent 1842,3,0,0,0 gef_fild04,0,0,0,0 monster Minion du Grand Serpent 1842,3,0,0,0 gef_fild05,0,0,0,0 monster Minion du Grand Serpent 1842,3,0,0,0 gef_fild07,0,0,0,0 monster Minion du Grand Serpent 1842,3,0,0,0 gef_fild08,0,0,0,0 monster Minion du Grand Serpent 1842,3,0,0,0 gef_fild09,0,0,0,0 monster Minion du Grand Serpent 1842,3,0,0,0 gef_fild10,0,0,0,0 monster Minion du Grand Serpent 1842,3,0,0,0 gef_fild11,0,0,0,0 monster Minion du Grand Serpent 1842,3,0,0,0 gef_fild12,0,0,0,0 monster Minion du Grand Serpent 1842,3,0,0,0 gef_fild13,0,0,0,0 monster Minion du Grand Serpent 1842,3,0,0,0 gef_fild14,0,0,0,0 monster Minion du Grand Serpent 1842,3,0,0,0 glast_01,0,0,0,0 monster Minion du Grand Serpent 1842,3,0,0,0 lhz_fild01,0,0,0,0 monster Minion du Grand Serpent 1842,3,0,0,0 lhz_fild02,0,0,0,0 monster Minion du Grand Serpent 1842,3,0,0,0 lhz_fild03,0,0,0,0 monster Minion du Grand Serpent 1842,3,0,0,0 mjolnir_01,0,0,0,0 monster Minion du Grand Serpent 1842,3,0,0,0 mjolnir_02,0,0,0,0 monster Minion du Grand Serpent 1842,3,0,0,0 mjolnir_03,0,0,0,0 monster Minion du Grand Serpent 1842,3,0,0,0 mjolnir_04,0,0,0,0 monster Minion du Grand Serpent 1842,3,0,0,0 mjolnir_05,0,0,0,0 monster Minion du Grand Serpent 1842,3,0,0,0 mjolnir_06,0,0,0,0 monster Minion du Grand Serpent 1842,3,0,0,0 mjolnir_07,0,0,0,0 monster Minion du Grand Serpent 1842,3,0,0,0 mjolnir_08,0,0,0,0 monster Minion du Grand Serpent 1842,3,0,0,0 mjolnir_09,0,0,0,0 monster Minion du Grand Serpent 1842,3,0,0,0 mjolnir_10,0,0,0,0 monster Minion du Grand Serpent 1842,3,0,0,0 mjolnir_11,0,0,0,0 monster Minion du Grand Serpent 1842,3,0,0,0 mjolnir_12,0,0,0,0 monster Minion du Grand Serpent 1842,3,0,0,0 moc_fild01,0,0,0,0 monster Minion du Grand Serpent 1842,3,0,0,0 moc_fild02,0,0,0,0 monster Minion du Grand Serpent 1842,3,0,0,0 moc_fild03,0,0,0,0 monster Minion du Grand Serpent 1842,3,0,0,0 moc_fild04,0,0,0,0 monster Minion du Grand Serpent 1842,3,0,0,0 moc_fild05,0,0,0,0 monster Minion du Grand Serpent 1842,3,0,0,0 moc_fild06,0,0,0,0 monster Minion du Grand Serpent 1842,3,0,0,0 moc_fild07,0,0,0,0 monster Minion du Grand Serpent 1842,3,0,0,0 moc_fild08,0,0,0,0 monster Minion du Grand Serpent 1842,3,0,0,0 moc_fild09,0,0,0,0 monster Minion du Grand Serpent 1842,3,0,0,0 moc_fild10,0,0,0,0 monster Minion du Grand Serpent 1842,3,0,0,0 moc_fild11,0,0,0,0 monster Minion du Grand Serpent 1842,3,0,0,0 moc_fild12,0,0,0,0 monster Minion du Grand Serpent 1842,3,0,0,0 moc_fild13,0,0,0,0 monster Minion du Grand Serpent 1842,3,0,0,0 moc_fild14,0,0,0,0 monster Minion du Grand Serpent 1842,3,0,0,0 moc_fild03,0,0,0,0 monster Minion du Grand Serpent 1842,3,0,0,0 moc_fild16,0,0,0,0 monster Minion du Grand Serpent 1842,3,0,0,0 moc_fild17,0,0,0,0 monster Minion du Grand Serpent 1842,3,0,0,0 moc_fild18,0,0,0,0 monster Minion du Grand Serpent 1842,3,0,0,0 pay_fild01,0,0,0,0 monster Minion du Grand Serpent 1842,3,0,0,0 pay_fild02,0,0,0,0 monster Minion du Grand Serpent 1842,3,0,0,0 pay_fild03,0,0,0,0 monster Minion du Grand Serpent 1842,3,0,0,0 pay_fild04,0,0,0,0 monster Minion du Grand Serpent 1842,3,0,0,0 pay_fild05,0,0,0,0 monster Minion du Grand Serpent 1842,3,0,0,0 pay_fild06,0,0,0,0 monster Minion du Grand Serpent 1842,3,0,0,0 pay_fild07,0,0,0,0 monster Minion du Grand Serpent 1842,3,0,0,0 pay_fild08,0,0,0,0 monster Minion du Grand Serpent 1842,3,0,0,0 pay_fild09,0,0,0,0 monster Minion du Grand Serpent 1842,3,0,0,0 pay_fild10,0,0,0,0 monster Minion du Grand Serpent 1842,3,0,0,0 pay_fild11,0,0,0,0 monster Minion du Grand Serpent 1842,3,0,0,0 prt_fild00,0,0,0,0 monster Minion du Grand Serpent 1842,3,0,0,0 prt_fild01,0,0,0,0 monster Minion du Grand Serpent 1842,3,0,0,0 prt_fild02,0,0,0,0 monster Minion du Grand Serpent 1842,3,0,0,0 prt_fild03,0,0,0,0 monster Minion du Grand Serpent 1842,3,0,0,0 prt_fild04,0,0,0,0 monster Minion du Grand Serpent 1842,3,0,0,0 prt_fild05,0,0,0,0 monster Minion du Grand Serpent 1842,3,0,0,0 prt_fild06,0,0,0,0 monster Minion du Grand Serpent 1842,3,0,0,0 prt_fild07,0,0,0,0 monster Minion du Grand Serpent 1842,3,0,0,0 prt_fild08,0,0,0,0 monster Minion du Grand Serpent 1842,3,0,0,0 prt_fild09,0,0,0,0 monster Minion du Grand Serpent 1842,3,0,0,0 prt_fild10,0,0,0,0 monster Minion du Grand Serpent 1842,3,0,0,0 prt_fild11,0,0,0,0 monster Minion du Grand Serpent 1842,3,0,0,0 xmas_fild01,0,0,0,0 monster Minion du Grand Serpent 1842,3,0,0,0 cmd_fild01,0,0,0,0 monster Minion du Grand Serpent 1842,3,0,0,0 cmd_fild02,0,0,0,0 monster Minion du Grand Serpent 1842,3,0,0,0 cmd_fild03,0,0,0,0 monster Minion du Grand Serpent 1842,3,0,0,0 cmd_fild04,0,0,0,0 monster Minion du Grand Serpent 1842,3,0,0,0 cmd_fild05,0,0,0,0 monster Minion du Grand Serpent 1842,3,0,0,0 cmd_fild06,0,0,0,0 monster Minion du Grand Serpent 1842,3,0,0,0 cmd_fild07,0,0,0,0 monster Minion du Grand Serpent 1842,3,0,0,0 cmd_fild08,0,0,0,0 monster Minion du Grand Serpent 1842,3,0,0,0 cmd_fild09,0,0,0,0 monster Minion du Grand Serpent 1842,3,0,0,0 yuno_fild01,0,0,0,0 monster Minion du Grand Serpent 1842,3,0,0,0 yuno_fild02,0,0,0,0 monster Minion du Grand Serpent 1842,3,0,0,0 yuno_fild03,0,0,0,0 monster Minion du Grand Serpent 1842,3,0,0,0 yuno_fild04,0,0,0,0 monster Minion du Grand Serpent 1842,3,0,0,0 yuno_fild05,0,0,0,0 monster Minion du Grand Serpent 1842,3,0,0,0 yuno_fild06,0,0,0,0 monster Minion du Grand Serpent 1842,3,0,0,0 yuno_fild07,0,0,0,0 monster Minion du Grand Serpent 1842,3,0,0,0 yuno_fild08,0,0,0,0 monster Minion du Grand Serpent 1842,3,0,0,0 yuno_fild09,0,0,0,0 monster Minion du Grand Serpent 1842,3,0,0,0 yuno_fild11,0,0,0,0 monster Minion du Grand Serpent 1842,3,0,0,0 yuno_fild12,0,0,0,0 monster Minion du Grand Serpent 1842,3,0,0,0 ama_fild01,0,0,0,0 monster Minion du Grand Serpent 1842,3,0,0,0 gon_fild01,0,0,0,0 monster Minion du Grand Serpent 1842,3,0,0,0 um_fild01,0,0,0,0 monster Minion du Grand Serpent 1842,3,0,0,0 um_fild02,0,0,0,0 monster Minion du Grand Serpent 1842,3,0,0,0 um_fild03,0,0,0,0 monster Minion du Grand Serpent 1842,3,0,0,0 um_fild04,0,0,0,0 monster Minion du Grand Serpent 1842,3,0,0,0 nif_fild01,0,0,0,0 monster Minion du Grand Serpent 1842,3,0,0,0 nif_fild02,0,0,0,0 monster Minion du Grand Serpent 1842,3,0,0,0 lou_fild01,0,0,0,0 monster Minion du Grand Serpent 1842,3,0,0,0 hu_fild01,0,0,0,0 monster Minion du Grand Serpent 1842,3,0,0,0 hu_fild04,0,0,0,0 monster Minion du Grand Serpent 1842,3,0,0,0 hu_fild05,0,0,0,0 monster Minion du Grand Serpent 1842,3,0,0,0 hu_fild07,0,0,0,0 monster Minion du Grand Serpent 1842,3,0,0,0 ein_fild03,0,0,0,0 monster Minion du Grand Serpent 1843,2,0,0,0 ein_fild04,0,0,0,0 monster Minion du Grand Serpent 1843,2,0,0,0 ein_fild06,0,0,0,0 monster Minion du Grand Serpent 1843,2,0,0,0 ein_fild07,0,0,0,0 monster Minion du Grand Serpent 1843,2,0,0,0 ein_fild08,0,0,0,0 monster Minion du Grand Serpent 1843,2,0,0,0 ein_fild09,0,0,0,0 monster Minion du Grand Serpent 1843,2,0,0,0 ein_fild10,0,0,0,0 monster Minion du Grand Serpent 1843,2,0,0,0 gef_fild00,0,0,0,0 monster Minion du Grand Serpent 1843,2,0,0,0 gef_fild01,0,0,0,0 monster Minion du Grand Serpent 1843,2,0,0,0 gef_fild02,0,0,0,0 monster Minion du Grand Serpent 1843,2,0,0,0 gef_fild03,0,0,0,0 monster Minion du Grand Serpent 1843,2,0,0,0 gef_fild04,0,0,0,0 monster Minion du Grand Serpent 1843,2,0,0,0 gef_fild05,0,0,0,0 monster Minion du Grand Serpent 1843,2,0,0,0 gef_fild07,0,0,0,0 monster Minion du Grand Serpent 1843,2,0,0,0 gef_fild08,0,0,0,0 monster Minion du Grand Serpent 1843,2,0,0,0 gef_fild09,0,0,0,0 monster Minion du Grand Serpent 1843,2,0,0,0 gef_fild10,0,0,0,0 monster Minion du Grand Serpent 1843,2,0,0,0 gef_fild11,0,0,0,0 monster Minion du Grand Serpent 1843,2,0,0,0 gef_fild12,0,0,0,0 monster Minion du Grand Serpent 1843,2,0,0,0 gef_fild13,0,0,0,0 monster Minion du Grand Serpent 1843,2,0,0,0 gef_fild14,0,0,0,0 monster Minion du Grand Serpent 1843,2,0,0,0 glast_01,0,0,0,0 monster Minion du Grand Serpent 1843,2,0,0,0 lhz_fild01,0,0,0,0 monster Minion du Grand Serpent 1843,2,0,0,0 lhz_fild02,0,0,0,0 monster Minion du Grand Serpent 1843,2,0,0,0 lhz_fild03,0,0,0,0 monster Minion du Grand Serpent 1843,2,0,0,0 mjolnir_01,0,0,0,0 monster Minion du Grand Serpent 1843,2,0,0,0 mjolnir_02,0,0,0,0 monster Minion du Grand Serpent 1843,2,0,0,0 mjolnir_03,0,0,0,0 monster Minion du Grand Serpent 1843,2,0,0,0 mjolnir_04,0,0,0,0 monster Minion du Grand Serpent 1843,2,0,0,0 mjolnir_05,0,0,0,0 monster Minion du Grand Serpent 1843,2,0,0,0 mjolnir_06,0,0,0,0 monster Minion du Grand Serpent 1843,2,0,0,0 mjolnir_07,0,0,0,0 monster Minion du Grand Serpent 1843,2,0,0,0 mjolnir_08,0,0,0,0 monster Minion du Grand Serpent 1843,2,0,0,0 mjolnir_09,0,0,0,0 monster Minion du Grand Serpent 1843,2,0,0,0 mjolnir_10,0,0,0,0 monster Minion du Grand Serpent 1843,2,0,0,0 mjolnir_11,0,0,0,0 monster Minion du Grand Serpent 1843,2,0,0,0 mjolnir_12,0,0,0,0 monster Minion du Grand Serpent 1843,2,0,0,0 moc_fild01,0,0,0,0 monster Minion du Grand Serpent 1843,2,0,0,0 moc_fild02,0,0,0,0 monster Minion du Grand Serpent 1843,2,0,0,0 moc_fild03,0,0,0,0 monster Minion du Grand Serpent 1843,2,0,0,0 moc_fild04,0,0,0,0 monster Minion du Grand Serpent 1843,2,0,0,0 moc_fild05,0,0,0,0 monster Minion du Grand Serpent 1843,2,0,0,0 moc_fild06,0,0,0,0 monster Minion du Grand Serpent 1843,2,0,0,0 moc_fild07,0,0,0,0 monster Minion du Grand Serpent 1843,2,0,0,0 moc_fild08,0,0,0,0 monster Minion du Grand Serpent 1843,2,0,0,0 moc_fild09,0,0,0,0 monster Minion du Grand Serpent 1843,2,0,0,0 moc_fild10,0,0,0,0 monster Minion du Grand Serpent 1843,2,0,0,0 moc_fild11,0,0,0,0 monster Minion du Grand Serpent 1843,2,0,0,0 moc_fild12,0,0,0,0 monster Minion du Grand Serpent 1843,2,0,0,0 moc_fild13,0,0,0,0 monster Minion du Grand Serpent 1843,2,0,0,0 moc_fild14,0,0,0,0 monster Minion du Grand Serpent 1843,2,0,0,0 moc_fild03,0,0,0,0 monster Minion du Grand Serpent 1843,2,0,0,0 moc_fild16,0,0,0,0 monster Minion du Grand Serpent 1843,2,0,0,0 moc_fild17,0,0,0,0 monster Minion du Grand Serpent 1843,2,0,0,0 moc_fild18,0,0,0,0 monster Minion du Grand Serpent 1843,2,0,0,0 pay_fild01,0,0,0,0 monster Minion du Grand Serpent 1843,2,0,0,0 pay_fild02,0,0,0,0 monster Minion du Grand Serpent 1843,2,0,0,0 pay_fild03,0,0,0,0 monster Minion du Grand Serpent 1843,2,0,0,0 pay_fild04,0,0,0,0 monster Minion du Grand Serpent 1843,2,0,0,0 pay_fild05,0,0,0,0 monster Minion du Grand Serpent 1843,2,0,0,0 pay_fild06,0,0,0,0 monster Minion du Grand Serpent 1843,2,0,0,0 pay_fild07,0,0,0,0 monster Minion du Grand Serpent 1843,2,0,0,0 pay_fild08,0,0,0,0 monster Minion du Grand Serpent 1843,2,0,0,0 pay_fild09,0,0,0,0 monster Minion du Grand Serpent 1843,2,0,0,0 pay_fild10,0,0,0,0 monster Minion du Grand Serpent 1843,2,0,0,0 pay_fild11,0,0,0,0 monster Minion du Grand Serpent 1843,2,0,0,0 prt_fild00,0,0,0,0 monster Minion du Grand Serpent 1843,2,0,0,0 prt_fild01,0,0,0,0 monster Minion du Grand Serpent 1843,2,0,0,0 prt_fild02,0,0,0,0 monster Minion du Grand Serpent 1843,2,0,0,0 prt_fild03,0,0,0,0 monster Minion du Grand Serpent 1843,2,0,0,0 prt_fild04,0,0,0,0 monster Minion du Grand Serpent 1843,2,0,0,0 prt_fild05,0,0,0,0 monster Minion du Grand Serpent 1843,2,0,0,0 prt_fild06,0,0,0,0 monster Minion du Grand Serpent 1843,2,0,0,0 prt_fild07,0,0,0,0 monster Minion du Grand Serpent 1843,2,0,0,0 prt_fild08,0,0,0,0 monster Minion du Grand Serpent 1843,2,0,0,0 prt_fild09,0,0,0,0 monster Minion du Grand Serpent 1843,2,0,0,0 prt_fild10,0,0,0,0 monster Minion du Grand Serpent 1843,2,0,0,0 prt_fild11,0,0,0,0 monster Minion du Grand Serpent 1843,2,0,0,0 xmas_fild01,0,0,0,0 monster Minion du Grand Serpent 1843,2,0,0,0 cmd_fild01,0,0,0,0 monster Minion du Grand Serpent 1843,2,0,0,0 cmd_fild02,0,0,0,0 monster Minion du Grand Serpent 1843,2,0,0,0 cmd_fild03,0,0,0,0 monster Minion du Grand Serpent 1843,2,0,0,0 cmd_fild04,0,0,0,0 monster Minion du Grand Serpent 1843,2,0,0,0 cmd_fild05,0,0,0,0 monster Minion du Grand Serpent 1843,2,0,0,0 cmd_fild06,0,0,0,0 monster Minion du Grand Serpent 1843,2,0,0,0 cmd_fild07,0,0,0,0 monster Minion du Grand Serpent 1843,2,0,0,0 cmd_fild08,0,0,0,0 monster Minion du Grand Serpent 1843,2,0,0,0 cmd_fild09,0,0,0,0 monster Minion du Grand Serpent 1843,2,0,0,0 yuno_fild01,0,0,0,0 monster Minion du Grand Serpent 1843,2,0,0,0 yuno_fild02,0,0,0,0 monster Minion du Grand Serpent 1843,2,0,0,0 yuno_fild03,0,0,0,0 monster Minion du Grand Serpent 1843,2,0,0,0 yuno_fild04,0,0,0,0 monster Minion du Grand Serpent 1843,2,0,0,0 yuno_fild05,0,0,0,0 monster Minion du Grand Serpent 1843,2,0,0,0 yuno_fild06,0,0,0,0 monster Minion du Grand Serpent 1843,2,0,0,0 yuno_fild07,0,0,0,0 monster Minion du Grand Serpent 1843,2,0,0,0 yuno_fild08,0,0,0,0 monster Minion du Grand Serpent 1843,2,0,0,0 yuno_fild09,0,0,0,0 monster Minion du Grand Serpent 1843,2,0,0,0 yuno_fild11,0,0,0,0 monster Minion du Grand Serpent 1843,2,0,0,0 yuno_fild12,0,0,0,0 monster Minion du Grand Serpent 1843,2,0,0,0 ama_fild01,0,0,0,0 monster Minion du Grand Serpent 1843,2,0,0,0 gon_fild01,0,0,0,0 monster Minion du Grand Serpent 1843,2,0,0,0 um_fild01,0,0,0,0 monster Minion du Grand Serpent 1843,2,0,0,0 um_fild02,0,0,0,0 monster Minion du Grand Serpent 1843,2,0,0,0 um_fild03,0,0,0,0 monster Minion du Grand Serpent 1843,2,0,0,0 um_fild04,0,0,0,0 monster Minion du Grand Serpent 1843,2,0,0,0 nif_fild01,0,0,0,0 monster Minion du Grand Serpent 1843,2,0,0,0 nif_fild02,0,0,0,0 monster Minion du Grand Serpent 1843,2,0,0,0 lou_fild01,0,0,0,0 monster Minion du Grand Serpent 1843,2,0,0,0 hu_fild01,0,0,0,0 monster Minion du Grand Serpent 1843,2,0,0,0 hu_fild04,0,0,0,0 monster Minion du Grand Serpent 1843,2,0,0,0 hu_fild05,0,0,0,0 monster Minion du Grand Serpent 1843,2,0,0,0 hu_fild07,0,0,0,0 monster Minion du Grand Serpent 1843,2,0,0,0 ein_fild03,0,0,0,0 monster Minion du Grand Serpent 1844,1,0,0,0 ein_fild04,0,0,0,0 monster Minion du Grand Serpent 1844,1,0,0,0 ein_fild06,0,0,0,0 monster Minion du Grand Serpent 1844,1,0,0,0 ein_fild07,0,0,0,0 monster Minion du Grand Serpent 1844,1,0,0,0 ein_fild08,0,0,0,0 monster Minion du Grand Serpent 1844,1,0,0,0 ein_fild09,0,0,0,0 monster Minion du Grand Serpent 1844,1,0,0,0 ein_fild10,0,0,0,0 monster Minion du Grand Serpent 1844,1,0,0,0 gef_fild00,0,0,0,0 monster Minion du Grand Serpent 1844,1,0,0,0 gef_fild01,0,0,0,0 monster Minion du Grand Serpent 1844,1,0,0,0 gef_fild01,0,0,0,0 monster Minion du Grand Serpent 1844,1,0,0,0 gef_fild03,0,0,0,0 monster Minion du Grand Serpent 1844,1,0,0,0 gef_fild04,0,0,0,0 monster Minion du Grand Serpent 1844,1,0,0,0 gef_fild05,0,0,0,0 monster Minion du Grand Serpent 1844,1,0,0,0 gef_fild07,0,0,0,0 monster Minion du Grand Serpent 1844,1,0,0,0 gef_fild08,0,0,0,0 monster Minion du Grand Serpent 1844,1,0,0,0 gef_fild09,0,0,0,0 monster Minion du Grand Serpent 1844,1,0,0,0 gef_fild10,0,0,0,0 monster Minion du Grand Serpent 1844,1,0,0,0 gef_fild11,0,0,0,0 monster Minion du Grand Serpent 1844,1,0,0,0 gef_fild11,0,0,0,0 monster Minion du Grand Serpent 1844,1,0,0,0 gef_fild13,0,0,0,0 monster Minion du Grand Serpent 1844,1,0,0,0 gef_fild14,0,0,0,0 monster Minion du Grand Serpent 1844,1,0,0,0 glast_01,0,0,0,0 monster Minion du Grand Serpent 1844,1,0,0,0 lhz_fild01,0,0,0,0 monster Minion du Grand Serpent 1844,1,0,0,0 lhz_fild01,0,0,0,0 monster Minion du Grand Serpent 1844,1,0,0,0 lhz_fild03,0,0,0,0 monster Minion du Grand Serpent 1844,1,0,0,0 mjolnir_01,0,0,0,0 monster Minion du Grand Serpent 1844,1,0,0,0 mjolnir_01,0,0,0,0 monster Minion du Grand Serpent 1844,1,0,0,0 mjolnir_03,0,0,0,0 monster Minion du Grand Serpent 1844,1,0,0,0 mjolnir_04,0,0,0,0 monster Minion du Grand Serpent 1844,1,0,0,0 mjolnir_05,0,0,0,0 monster Minion du Grand Serpent 1844,1,0,0,0 mjolnir_06,0,0,0,0 monster Minion du Grand Serpent 1844,1,0,0,0 mjolnir_07,0,0,0,0 monster Minion du Grand Serpent 1844,1,0,0,0 mjolnir_08,0,0,0,0 monster Minion du Grand Serpent 1844,1,0,0,0 mjolnir_09,0,0,0,0 monster Minion du Grand Serpent 1844,1,0,0,0 mjolnir_10,0,0,0,0 monster Minion du Grand Serpent 1844,1,0,0,0 mjolnir_11,0,0,0,0 monster Minion du Grand Serpent 1844,1,0,0,0 mjolnir_11,0,0,0,0 monster Minion du Grand Serpent 1844,1,0,0,0 moc_fild01,0,0,0,0 monster Minion du Grand Serpent 1844,1,0,0,0 moc_fild01,0,0,0,0 monster Minion du Grand Serpent 1844,1,0,0,0 moc_fild03,0,0,0,0 monster Minion du Grand Serpent 1844,1,0,0,0 moc_fild04,0,0,0,0 monster Minion du Grand Serpent 1844,1,0,0,0 moc_fild05,0,0,0,0 monster Minion du Grand Serpent 1844,1,0,0,0 moc_fild06,0,0,0,0 monster Minion du Grand Serpent 1844,1,0,0,0 moc_fild07,0,0,0,0 monster Minion du Grand Serpent 1844,1,0,0,0 moc_fild08,0,0,0,0 monster Minion du Grand Serpent 1844,1,0,0,0 moc_fild09,0,0,0,0 monster Minion du Grand Serpent 1844,1,0,0,0 moc_fild10,0,0,0,0 monster Minion du Grand Serpent 1844,1,0,0,0 moc_fild11,0,0,0,0 monster Minion du Grand Serpent 1844,1,0,0,0 moc_fild11,0,0,0,0 monster Minion du Grand Serpent 1844,1,0,0,0 moc_fild13,0,0,0,0 monster Minion du Grand Serpent 1844,1,0,0,0 moc_fild14,0,0,0,0 monster Minion du Grand Serpent 1844,1,0,0,0 moc_fild03,0,0,0,0 monster Minion du Grand Serpent 1844,1,0,0,0 moc_fild16,0,0,0,0 monster Minion du Grand Serpent 1844,1,0,0,0 moc_fild17,0,0,0,0 monster Minion du Grand Serpent 1844,1,0,0,0 moc_fild18,0,0,0,0 monster Minion du Grand Serpent 1844,1,0,0,0 pay_fild01,0,0,0,0 monster Minion du Grand Serpent 1844,1,0,0,0 pay_fild01,0,0,0,0 monster Minion du Grand Serpent 1844,1,0,0,0 pay_fild03,0,0,0,0 monster Minion du Grand Serpent 1844,1,0,0,0 pay_fild04,0,0,0,0 monster Minion du Grand Serpent 1844,1,0,0,0 pay_fild05,0,0,0,0 monster Minion du Grand Serpent 1844,1,0,0,0 pay_fild06,0,0,0,0 monster Minion du Grand Serpent 1844,1,0,0,0 pay_fild07,0,0,0,0 monster Minion du Grand Serpent 1844,1,0,0,0 pay_fild08,0,0,0,0 monster Minion du Grand Serpent 1844,1,0,0,0 pay_fild09,0,0,0,0 monster Minion du Grand Serpent 1844,1,0,0,0 pay_fild10,0,0,0,0 monster Minion du Grand Serpent 1844,1,0,0,0 pay_fild11,0,0,0,0 monster Minion du Grand Serpent 1844,1,0,0,0 prt_fild00,0,0,0,0 monster Minion du Grand Serpent 1844,1,0,0,0 prt_fild01,0,0,0,0 monster Minion du Grand Serpent 1844,1,0,0,0 prt_fild01,0,0,0,0 monster Minion du Grand Serpent 1844,1,0,0,0 prt_fild03,0,0,0,0 monster Minion du Grand Serpent 1844,1,0,0,0 prt_fild04,0,0,0,0 monster Minion du Grand Serpent 1844,1,0,0,0 prt_fild05,0,0,0,0 monster Minion du Grand Serpent 1844,1,0,0,0 prt_fild06,0,0,0,0 monster Minion du Grand Serpent 1844,1,0,0,0 prt_fild07,0,0,0,0 monster Minion du Grand Serpent 1844,1,0,0,0 prt_fild08,0,0,0,0 monster Minion du Grand Serpent 1844,1,0,0,0 prt_fild09,0,0,0,0 monster Minion du Grand Serpent 1844,1,0,0,0 prt_fild10,0,0,0,0 monster Minion du Grand Serpent 1844,1,0,0,0 prt_fild11,0,0,0,0 monster Minion du Grand Serpent 1844,1,0,0,0 xmas_fild01,0,0,0,0 monster Minion du Grand Serpent 1844,1,0,0,0 cmd_fild01,0,0,0,0 monster Minion du Grand Serpent 1844,1,0,0,0 cmd_fild01,0,0,0,0 monster Minion du Grand Serpent 1844,1,0,0,0 cmd_fild03,0,0,0,0 monster Minion du Grand Serpent 1844,1,0,0,0 cmd_fild04,0,0,0,0 monster Minion du Grand Serpent 1844,1,0,0,0 cmd_fild05,0,0,0,0 monster Minion du Grand Serpent 1844,1,0,0,0 cmd_fild06,0,0,0,0 monster Minion du Grand Serpent 1844,1,0,0,0 cmd_fild07,0,0,0,0 monster Minion du Grand Serpent 1844,1,0,0,0 cmd_fild08,0,0,0,0 monster Minion du Grand Serpent 1844,1,0,0,0 cmd_fild09,0,0,0,0 monster Minion du Grand Serpent 1844,1,0,0,0 yuno_fild01,0,0,0,0 monster Minion du Grand Serpent 1844,1,0,0,0 yuno_fild01,0,0,0,0 monster Minion du Grand Serpent 1844,1,0,0,0 yuno_fild03,0,0,0,0 monster Minion du Grand Serpent 1844,1,0,0,0 yuno_fild04,0,0,0,0 monster Minion du Grand Serpent 1844,1,0,0,0 yuno_fild05,0,0,0,0 monster Minion du Grand Serpent 1844,1,0,0,0 yuno_fild06,0,0,0,0 monster Minion du Grand Serpent 1844,1,0,0,0 yuno_fild07,0,0,0,0 monster Minion du Grand Serpent 1844,1,0,0,0 yuno_fild08,0,0,0,0 monster Minion du Grand Serpent 1844,1,0,0,0 yuno_fild09,0,0,0,0 monster Minion du Grand Serpent 1844,1,0,0,0 yuno_fild11,0,0,0,0 monster Minion du Grand Serpent 1844,1,0,0,0 yuno_fild11,0,0,0,0 monster Minion du Grand Serpent 1844,1,0,0,0 ama_fild01,0,0,0,0 monster Minion du Grand Serpent 1844,1,0,0,0 gon_fild01,0,0,0,0 monster Minion du Grand Serpent 1844,1,0,0,0 um_fild01,0,0,0,0 monster Minion du Grand Serpent 1844,1,0,0,0 um_fild01,0,0,0,0 monster Minion du Grand Serpent 1844,1,0,0,0 um_fild03,0,0,0,0 monster Minion du Grand Serpent 1844,1,0,0,0 um_fild04,0,0,0,0 monster Minion du Grand Serpent 1844,1,0,0,0 nif_fild01,0,0,0,0 monster Minion du Grand Serpent 1844,1,0,0,0 nif_fild01,0,0,0,0 monster Minion du Grand Serpent 1844,1,0,0,0 lou_fild01,0,0,0,0 monster Minion du Grand Serpent 1844,1,0,0,0 hu_fild01,0,0,0,0 monster Minion du Grand Serpent 1844,1,0,0,0 hu_fild04,0,0,0,0 monster Minion du Grand Serpent 1844,1,0,0,0 hu_fild05,0,0,0,0 monster Minion du Grand Serpent 1844,1,0,0,0 hu_fild07,0,0,0,0 monster Minion du Grand Serpent 1844,1,0,0,0