Advertisement
hendra814

A-Z headgear

Mar 30th, 2013
252
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 121.37 KB | None | 0 0
  1. //===== eAthena Script =======================================
  2. //= Headgear Maker NPC
  3. //===== By: ==================================================
  4. //= Glavor (for IntrinsicRO)
  5. //===== Current Version: =====================================
  6. //= 3.2
  7. //= Changelog see: http://www.eathena.ws/board/index.php?showtopic=194782
  8. //===== Compatible With: =====================================
  9. //= TXT & SQL, Must have a newer revision and updated item_db
  10. //===== Description: =========================================
  11. //= Makes geadgears when brought the required items.
  12. //============================================================
  13. prontera,141,181,5  script  Headgear quest  403,{
  14.  
  15.     mes "[Hat Maker]";  
  16.     mes "I can help you make almost any hat,";
  17.     mes "if you bring me the right items.";
  18.     goto H_top;
  19.  
  20. H_top:
  21.     menu "A-E",H_ae,"F-J",H_fj,"K-O",H_ko,"P-T",H_pt,"U-Z",H_uz,"Cancel",H_cancel;
  22.  
  23. //_____________Hat List_______________//
  24.  
  25. H_ae:
  26. menu
  27.     "Alarm Mask",I_alarm,
  28.     "Alice Doll",I_alice,        
  29.     "Angeling Pin",I_angelp,  
  30.     "Angel Blessing",I_angelbless,
  31.     "Angeling Hat",I_angeling,    
  32.     "Angel Wing Ears",I_angel,
  33.     "Antenna",I_antenna,  
  34.     "Anonymity Request",I_anon,  
  35.     "Antlers",I_antler,          
  36.     "Autumn Leaves",I_autumn,    
  37.     "Ayam",I_ayam,      
  38.     "Ayothaya King's Hat",I_ayok,        
  39.     "Baby Pacifier",I_bpac,      
  40.     "Balloon Hat",I_balloon,
  41.     "Bandana Merah Putih",I_putih,
  42.     "Bandit Beard",I_bandit,      
  43.     "Baseball Cap",I_base,      
  44.     "Beanie",I_beanie,    
  45.     "Beard",I_beard,    
  46.     "Beer Hat",I_beer,  
  47.     "Bell Ribbon",I_bellr,        
  48.     "Binoculars",I_bino,          
  49.     "Bird Nest",I_bird,          
  50.     "Black Cat Ears",I_bcat,  
  51.     "Black Framed Glasses",I_bglasses,    
  52.     "Black Ribbon",I_bribbon,    
  53.     "Black Tea Flaming Arrow Hat",I_btfah,
  54.     "Blank Eye",I_blank,
  55.     "Blue Bird (Filir Hat)",I_filir,      
  56.     "Blue Fish",I_bfish,          
  57.     "Blue Hairband",I_bhair,
  58.     "Blue Ribbon",I_btribbon,    
  59.     "Blush",I_blush,  
  60.     "Blush of Groom",I_blushg,  
  61.     "Bogy Cap",I_bogy,      
  62.     "Boyfriend Hat",I_boyfriend,  
  63.     "Boys Cap",I_boy,            
  64.     "Bride's Mask",I_bride,    
  65.     "Brown Paper Bag Hat",I_paperbag,  
  66.     "Bulb Hat",I_bulb,            
  67.     "Bullock Helm",I_bullock,
  68.     "Bunny Band",I_bunbun,  
  69.     "Bunny Top Hat",I_bunnyth,    
  70.     "Cake Hat",I_cake,        
  71.     "Camp Fire Hat",I_campfire,
  72.     "Candle",I_candle,            
  73.     "Captain's Hat",I_captain,
  74.     "Carmen Miranda's Hat",I_carmen,
  75.     "Cat Helm",I_cath,            
  76.     "Chef Hat",I_chef,            
  77.     "Chick Hat",I_chick,  
  78.     "Chicken Hat",I_chicken,  
  79.     "Clarice Doll",I_clarice,  
  80.     "Close Helmet",I_close,
  81.     "Cookie Hat",I_cookie,        
  82.     "Coppola",I_cappola,          
  83.     "Cowboy Hat",I_cow,
  84.     "Crescent Hairpin",I_cpin,
  85.     "Crescent Helm",I_chelm,
  86.     "Cross Hat",I_cross,
  87.     "Crown of Ancient Queen",I_aqueen,
  88.     "Crown of Mistress",I_mistress,
  89.     "Crown Parrot",I_cparrot,
  90.     "Crunch Toast",I_toast,
  91.     "Cyclop's Eye",I_cyclop,
  92.     "Dark Wing",I_darkwing,
  93.     "Decorative Geogropher",I_dgeo,
  94.     "Decorative Gold Bell",I_dgoldb,
  95.     "Decorative Mushroom",I_dmush,
  96.     "Deporte Doll",I_deporte,
  97.     "Deviling Hat",I_devil,
  98.     "Deviruchi Hat",I_devir,
  99.     "Diadem",I_diadem,
  100.     "Doctor Band",I_doctor,
  101.     "Dokebi's Wig[0]",I_dokebi,
  102.     "Dokebi's Wig[1]",I_dokebi_,
  103.     "Dragon Skull",I_dragon,
  104.     "Drooping Bunny",I_droopb,
  105.     "Drooping Cat",I_droopc,
  106.     "Drooping Lif",I_droopl,
  107.     "Drooping Ninetails[0]",I_droopn,
  108.     "Drooping Ninetails[1]",I_droopn_,
  109.     "Ear Muffs",I_ear,
  110.     "Ear Muffs Hat",I_earh,
  111.     "Ears of Ifrit",I_ifritear,
  112.     "Elephant Hat (5259)",I_ele,
  113.     "Elephant Hat (5146)",I_ele_,
  114.     "Emeror's Laurel Crown",I_elaurel,
  115.     "Europe Baseball Hat",I_europebb,
  116.     "Evil Helm",I_evilhelm,
  117.     "Evil Snake Lord Hat",I_eslh,
  118.     "Evil Wing Ears",I_evil,
  119.     "Executioner Hood",I_exec,
  120.     "Return to Menu",H_top;
  121.    
  122. H_fj:
  123. menu
  124.     "Fanta Grape Soda Can",I_fantag,
  125.     "Fanta Orange Soda Can",I_fantao,
  126.     "Fantastic Wig",I_fantastic,
  127.     "Fashionable Glasses",I_fashion,
  128.     "Father's Mask",I_fatherm,
  129.     "Father's Sunglasses",I_fathers,
  130.     "Father's White Beard",I_fatherb,
  131.     "Feather Beret",I_fberet,
  132.     "Feather Bonnet",I_fbonnet,
  133.     "Fish Head Hat",I_fishh,
  134.     "Fish Mouth",I_fishm,
  135.     "Fisherman's Hat",I_fisherman,
  136.     "Flower Crown",I_flowerc,
  137.     "Flower Hairpin",I_hflower,
  138.     "Flower Lily",I_flowerl,
  139.     "Flying Angel",I_fangel,
  140.     "Flying Angeling",I_fangeling,
  141.     "Flying Evil Wing",I_flyingevil,
  142.     "Fox Mask",I_foxmask,
  143.     "Friend Hat",I_friend,
  144.     "Frozen Twin Pompom",I_ftwin,
  145.     "Fruit of Love",I_fruit,
  146.     "Gambler Hat",I_gambler,
  147.     "Gangster Scarf",I_gangsters,
  148.     "Giant Bandaid",I_gband,
  149.     "Girlfriend Hat",I_gfriend,
  150.     "Golden Laurel",I_glaurel,
  151.     "Golden Tiara (5179)",I_gtiara,
  152.     "Golden Tiara (5262)",I_gtiara_,
  153.     "Green Ribbon",I_gribbon,
  154.     "Gried For Greed",I_grief,
  155.     "Guild Recruitment Hat",I_guild,
  156.     "Hahoe Mask",I_hahoe,
  157.     "Happy Wig",I_happy,
  158.     "Hat of the Sun God",I_sungod,
  159.     "Headset",I_head,
  160.     "Heart Hairpin",I_heart,
  161.     "Hello Mother",I_hmother,
  162.     "Helm of Abyss",I_helmabyss,
  163.     "Helm of Angel",I_helma,
  164.     "Helm of Darkness",I_dark,
  165.     "Helm of Orc Hero",I_orch,
  166.     "Lotus (Hibiscus)",I_hibiscus,
  167.     "Hockey Mask",I_hockey,
  168.     "Hot-Blooded Headband",I_hotb,
  169.     "Hukke's Black Cat Ear",I_hukke,
  170.     "Hunter Cap",I_hunter,
  171.     "I Love China",I_ilovechina,
  172.     "Indian Headband",I_indian,
  173.     "iRO Baseball Cap",I_irobb,
  174.     "Jasper Crest",I_jasper,
  175.     "Judge Cap",I_judgecap,
  176.     "Judge Hat",I_judge,
  177.     "Return to Menu",H_top;
  178.    
  179. H_ko:
  180. menu
  181.     "Kabuki Mask",I_kabuki,
  182.     "Kafra Band",I_kafra,
  183.     "Karada Meguricha",I_karada,
  184.     "Kawaii Ribbon",I_kawaii,
  185.     "Kerchief",I_kerchief,
  186.     "Kettle Hat",I_kettle,
  187.     "Kitsune Mask",I_kitsune,
  188.     "Koneko Hat",I_koneko,
  189.     "Large Hibiscus",I_lhibiscus,
  190.     "Laurel Crown",I_laurel,
  191.     "Lazy Smokie",I_lsmokie,
  192.     "Legionnaire Hat",I_legion,
  193.     "Linguistic Book",I_linguistic,
  194.     "Lion Mask",I_lion,
  195.     "Lion Masquerade",I_lionm,
  196.     "Little Angel Doll",I_littleangel,
  197.     "Loki Mask",I_loki,
  198.     "Louyang NewYear Hat",I_louyang,
  199.     "Love Flower Hat",I_loveflower,
  200.     "Love Valentine Hat",I_lovevalentine,
  201.     "Mage Hat",I_mage,
  202.     "Magic Eyes",I_meyes,
  203.     "Magician Hat",I_magic,
  204.     "Magnolia Hat",I_magnolia,
  205.     "Maiden Twin Ribbon",I_maiden,
  206.     "Marvelous Wig",I_marvelous,
  207.     "Mask Of Goddess",I_maskofgoddess,
  208.     "Mask of Ifrit",I_maskofifrit,
  209.     "Mine Hat",I_mine,
  210.     "Misstrance Crown",I_misstrance,
  211.     "Model Training Hat",I_model,
  212.     "Mr. Smile",I_smile,
  213.     "Mystic Rose",I_mystic,
  214.     "Natalie's Poet Hat",I_natalie,
  215.     "Neko Mimi",I_mimi,
  216.     "Nest Hat",I_nest,
  217.     "Note Headphones",I_nhead,
  218.     "October Fest Hat",I_octoberfest,
  219.     "Opera Phantom Mask",I_operap,
  220.     "Opera Mask",I_opera,
  221.     "Orange Ribbon",I_oribbon,
  222.     "Orc Hero Headdress",I_orchead,
  223.     "Orchid Hairband",I_orchid,
  224.     "Oxygen Mask",I_oxy,
  225.     "Return to Menu",H_top;
  226.    
  227. H_pt:
  228. menu
  229.     "Pagdayaw",I_pagdayaw,
  230.     "Parcel Hat",I_parcel,
  231.     "Party Hat",I_party,
  232.     "Party Hat (Recruitment)",I_partyrecr,
  233.     "Peco Peco Ears",I_pecoear,
  234.     "Peco Peco Hairband",I_peco,
  235.     "Phoenix Crown[1]",I_phoenix,
  236.     "Phoenix Crown[0]",I_phoenix_,
  237.     "Pink Ribbon",I_pribbon,
  238.     "Pirate Dagger",I_pirate,
  239.     "Popcorn Hat",I_popcorn,
  240.     "Poporing Hat",I_poporing,
  241.     "Poring Cake Hat",I_poringcake,
  242.     "Poring Party Hat",I_poringparty,
  243.     "Poring Tower",I_tower,
  244.     "Pretend Murdered",I_pretend,
  245.     "Pumpkin Hat",I_pumpkin,
  246.     "Purple Cowboy Hat",I_purplecow,
  247.     "Puppy Hat",I_puppy,
  248.     "Pussy Cat Bell",I_pcb,
  249.     "Rabbit Ears",I_rabbit,
  250.     "Raccoon Hat",I_raccoon,
  251.     "Rainbow Eggshell",I_rainbow,
  252.     "Red Bonnet",I_bonnet,
  253.     "Red Glasses",I_rglasses,
  254.     "Red Ribbon",I_ribbon,
  255.     "Red Tailed Ribbon (5083)",I_rribbon,
  256.     "Red Tailed Ribbon (5801)",I_rribbon_,
  257.     "Renown Detective's Cap",I_detective,
  258.     "Ribbon Hat",I_ribbonh,
  259.     "Rideword Hat",I_rideword,
  260.     "Robo Eye",I_roboeye,
  261.     "Sacred Palma",I_spalma,
  262.     "Sakkat",I_sakkat,
  263.     "Sales Banner",I_sales,
  264.     "Sambrero",I_sambrero,
  265.     "Sangkok",I_sangkok,
  266.     "Santa Beard",I_santab,
  267.     "Santa Poring Cap",I_santap,
  268.     "Scuba Gear",I_scuba,
  269.     "Sea Otter Hat",I_otter,
  270.     "Selendang",I_selendang,
  271.     "Shafka",I_shafka,
  272.     "Sheep Hat",I_sheep,
  273.     "Shiny Electric Bulb",I_shiningbulb,
  274.     "Shiny Wig",I_shinywig,
  275.     "Ship Captain's Hat",I_captains,
  276.     "Silver Tiara (5149)",I_silver,
  277.     "Silver Tiara (5261)",I_silver_,
  278.     "Smiling Mask",I_smiling,
  279.     "Smokie Leaf",I_sleaf,
  280.     "Snake Head Hat",I_snakehead,
  281.     "Solar Panels",I_solar,
  282.     "Sorin Doll",I_sorin,
  283.     "Soul Ring",I_soul,
  284.     "Soul Wing",I_soulwing,
  285.     "Spore Hat",I_spore,
  286.     "Squatting Poring",I_squatting,
  287.     "Stop Post",I_stop,
  288.     "Straw Hat",I_straw,
  289.     "Striped Hairband",I_striped,
  290.     "Summer Hat",I_summer,
  291.     "Sunday Hat",I_sunday,
  292.     "Sunflower Hairpin",I_sunflower,
  293.     "Sweet Candy",I_sweetcandy,
  294.     "Tailring Doll",I_tailring,
  295.     "Teddy Bear Hat",I_teddy,
  296.     "Tiger Mask",I_tigermask,
  297.     "Tiraya Bonnet",I_tbonnet,
  298.     "Tulip Hairpin",I_tulip,
  299.     "Twin Pompom",I_twinpom,
  300.     "Return to Menu",H_top;
  301.    
  302. H_uz:
  303. menu   
  304.     "Umbrella Hat",I_umbrella,
  305.     "Valkyrie Helm",I_valk,
  306.     "Valkyrie Feather Band",I_valkf,
  307.     "Vane Hairpin",I_vane,
  308.     "Vanilmirth Hat",I_vanil,
  309.     "Victorious Coronet",I_victorious,
  310.     "Victory Hairband",I_victoryhearband,
  311.     "Victory Wings",I_victory,
  312.     "Vanit Doll",I_vanit,
  313.     "W Doll",I_wdoll,
  314.     "Wandering Minstrel Hat",I_wander,
  315.     "Water Lily Crown",I_wlily,
  316.     "Welding Mask",I_weld,
  317.     "Whisper Mask",I_whisp,
  318.     "White Petal",I_wpetal,
  319.     "White Ribbon",I_wribbon,
  320.     "White Snake",I_wsnake,
  321.     "White Wing",I_wwing,
  322.     "Winter Hat",I_winter,
  323.     "Wonder Nutshell",I_wonder,
  324.     "X Hairpin",I_xhair,
  325.     "Yellow Bandana",I_bandana,
  326.     "Yellow Ribbon",I_yribbon,
  327.     "Yellow Ribbon Hairband",I_yband,
  328.     "Yoyo Hat",I_yoyo,
  329.     "Zealotus Mask",I_zealot,
  330.     "Return to Menu",H_top;
  331.  
  332. //_____________Item requirements_______________//
  333.  
  334. //________model___________//
  335. //I_:
  336. //  next;
  337. //  mes "";
  338. //  menu "Make",M_,"Return to Menu",H_top;
  339.        
  340. I_alarm:
  341.     next;
  342.     mes "1x Mr. Scream";
  343.     mes "3000x Clock Hands";
  344.     menu "Make",M_alarm,"Return to Menu",H_top;
  345.  
  346. I_alice:
  347.     next;
  348.     mes "5x Marionette Doll";
  349.     mes "100x Alice's Apron";
  350.     mes "5x Soft Apron";
  351.     menu "Make",M_alice,"Return to Menu",H_top;
  352.  
  353. I_angel:
  354.     next;
  355.     mes "1x Elven Ears";
  356.     mes "1x Angel Wing";
  357.     mes "20,000z";
  358.     menu "Make",M_angel,"Return to Menu",H_top;
  359.    
  360. I_angelbless:
  361.     next;
  362.     mes "5x Halo";
  363.     mes "2x Angel Wing";
  364.     mes "1x Gold";
  365.     mes "15x Soft Feather";
  366.     menu "Make",M_angelbless,"Return to Menu",H_top;
  367.    
  368. I_angeling:
  369.     next;
  370.     mes "3x Poring Hat";
  371.     mes "1x Angel Wing Ears";
  372.     mes "1x Emperium";
  373.     mes "5x Steel";
  374.     menu "Make",M_angeling,"Return to Menu",H_top;
  375.    
  376. I_angelp:
  377.     next;
  378.     mes "1x Angeling Hat";
  379.     mes "1x Stellar Hairpin";
  380.     menu "Make",M_angelp,"Return to Menu",H_top;
  381.  
  382. I_annicake:
  383.     next;
  384.     mes "1x Cake Hat";
  385.     mes "30x Piece of Cake";
  386.     mes "3x Forbidden Red Candle";
  387.     menu "Make",M_annicake,"Return to Menu",H_top;
  388.  
  389. I_anon:
  390.     next;
  391.     mes "100x Slick Paper";
  392.     mes "99x Sticky Mucus";
  393.     mes "1x Black Dyestuff";
  394.     mes "100,000z";
  395.     menu "Make",M_anon,"Return to Menu",H_top;
  396.  
  397. I_antenna:
  398.     next;
  399.     mes "4x Rough wind";
  400.     mes "1x Box of Thunder";
  401.     mes "1x Box Storm";
  402.     mes "10x Wind of Virtue";
  403.     mes "1x Aerial";
  404.     menu "Make",M_antenna,"Return to Menu",H_top;
  405.  
  406. I_antler:
  407.     next;
  408.     mes "20x Evil Horn";
  409.     menu "Make",M_antler,"Return to Menu",H_top;
  410.  
  411. I_aqueen:
  412.     next;
  413.     mes "1x Queen's Hair Orniment";
  414.     mes "1x Emperium";
  415.     mes "3x Gold";
  416.     menu "Make",M_aqueen,"Return to Menu",H_top;
  417.  
  418. I_autumn:
  419.     next;
  420.     mes "200x Huge Leaf";
  421.     mes "40x Burning Heart";
  422.     menu "Make",M_autumn,"Return to Menu",H_top;
  423.    
  424. I_ayam:
  425.     next;
  426.     mes "7x Red Bijou";
  427.     mes "7x Yellow Bijou";
  428.     mes "7x Blue Bijou";
  429.     mes "7x Green Bijou";
  430.     mes "300x Shining Scale";
  431.     mes "1x Scarlet Dyestuff";
  432.     mes "5x Cracked Diamonds";
  433.     mes "50x Soft Silk";
  434.     menu "Make",M_ayam,"Return to Menu",H_top;
  435.  
  436. I_ayok:
  437.     next;
  438.     mes "1x Army Cap";
  439.     mes "1x Black Dyestuff";
  440.     mes "1x Sakkat";
  441.     mes "1x Belt [1]";
  442.     mes "2x Gold";
  443.     menu "Make",M_ayok,"Return to Menu",H_top;
  444.  
  445. I_balloon:
  446.     next;
  447.     mes "2x Flower Hairpin";
  448.     mes "2x Romantic Leaf";
  449.     mes "1x Red Tailed Ribbon";
  450.     mes "1x Cobaltblue Dyestuff";
  451.     mes "150x Fabric";
  452.     menu "Make",M_balloon,"Return to Menu",H_top;
  453.  
  454. I_bandana:
  455.     next;
  456.     mes "1x Yellow Ribbon Hairband";
  457.     mes "200x Yellow Herb";
  458.     menu "Make",M_bandana,"Return to Menu",H_top;
  459.  
  460. I_bandit:
  461.     next;
  462.     mes "100x Black Hair";
  463.     mes "1x Black Dyestuff";
  464.     mes "1x Grandpa Beard";
  465.     menu "Make",M_bandit,"Return to Menu",H_top;
  466.  
  467. I_base:
  468.     next;
  469.     mes "1x Cap[1]";
  470.     mes "1x Cobaltblue Dystuff";
  471.     mes "100x Moth Dust";
  472.     menu "Make",M_base,"Return to Menu",H_top;
  473.  
  474. I_bcat:
  475.     next;
  476.     mes "1x Kitty Band";
  477.     mes "1x Black Dyestuff";
  478.     mes "200x Fluff";
  479.     mes "10,000z";
  480.     menu "Make",M_bcat,"Return to Menu",H_top;
  481.  
  482. I_beanie:
  483.     next;
  484.     menu "Beanie",I_beanie_,"Blue Beanie",I_beanieb,"Gray Beanie",I_beanieg,"Pink Beanie",I_beaniep,"Return to Menu",H_top;
  485.  
  486. I_beanie_:
  487.     next;
  488.     mes "1x Cap[1]";
  489.     mes "500x Yarn";
  490.     menu "Make",M_beanie,"Return to Menu",H_top;
  491.    
  492. I_beanieb:
  493.     next;
  494.     mes "1x Cap[1]";
  495.     mes "500x Yarn";
  496.     mes "1x Cobaltblue Dyestuff";
  497.     menu "Make",M_beanieb,"Return to Menu",H_top;
  498.  
  499. I_beanieg:
  500.     next;
  501.     mes "1x Cap[1]";
  502.     mes "500x Yarn";
  503.     mes "1x Black Dyestuff";
  504.     mes "1x White Dyestuff";
  505.     menu "Make",M_beanieg,"Return to Menu",H_top;
  506.  
  507. I_beaniep:
  508.     next;
  509.     mes "1x Cap[1]";
  510.     mes "500x Yarn";
  511.     mes "1x White Dyestuff";
  512.     mes "1x Scarlet Dyestuff";
  513.     menu "Make",M_beaniep,"Return to Menu",H_top;
  514.  
  515. I_beard:
  516.     next;
  517.     mes "2x Elder Pixie's Moustache";
  518.     mes "2x White Dyestuff";
  519.     mes "4x Feather";
  520.     mes "1x Cooking Oil";
  521.     menu "Make",M_beard,"Return to Menu",H_top;
  522.  
  523. I_beer:
  524.     next;
  525.     mes "20x Glass Bead";
  526.     mes "12x Burning Heart";
  527.     mes "20x Red Thorn Fruit";
  528.     mes "1x Pocket Watch";
  529.     menu "Make",M_beer,"Return to Menu",H_top;
  530.  
  531. I_bellr:
  532.     next;
  533.     mes "8x Gold";
  534.     mes "2x Golden Bell";
  535.     mes "1x Red Tailed Ribbon";
  536.     menu "Make",M_bellr,"Return to Menu",H_top;
  537.  
  538. I_bfish:
  539.     next;
  540.     mes "1x Rotten Fish";
  541.     mes "300x Stinky Scale";
  542.     mes "50x Raw Fish";
  543.     mes "1x Fish Tail";
  544.     menu "Make",M_bfish,"Return to Menu",H_top;
  545.  
  546. I_bglasses:
  547.     next;
  548.     mes "1x Red Glasses";
  549.     mes "1x Black Dyestuff";
  550.     menu "Make",M_bglasses,"Return to Menu",H_top;
  551.  
  552. I_bhair:
  553.     next;
  554.     mes "1x Bandana";
  555.     mes "1x Cobaltblue Dyestuff";
  556.     mes "300x Anolian Skin";
  557.     menu "Make",M_bhair,"Return to Menu",H_top;
  558.  
  559. I_bino:
  560.     next;
  561.     mes "1x Geek Glasses";
  562.     mes "100x Steel";
  563.     mes "50,000z";
  564.     menu "Make",M_bino,"Return to Menu",H_top;
  565.  
  566. I_bird:
  567.     next;
  568.     mes "100x Dead Branch";
  569.     mes "100x Feather of birds";
  570.     menu "Make",M_bird,"Return to Menu",H_top;
  571.  
  572. I_blank:
  573.     next;
  574.     mes "2x Cat's Eye";
  575.     mes "1x Angled Glasses";
  576.     mes "2x Monocle";
  577.     mes "150x Lemons";
  578.     menu "Make",M_blank,"Return to Menu",H_top;
  579.  
  580. I_blush:
  581.     next;
  582.     mes "100x Alice Apron";
  583.     menu "Make",M_blush,"Return to Menu",H_top;
  584.  
  585. I_blushg:
  586.     next;
  587.     mes "1x Blush";
  588.     mes "1x Tuxedo";
  589.     mes "1x Pantie [1]";
  590.     menu "Make",M_blushg,"Return to Menu",H_top;
  591.  
  592. I_bogy:
  593.     next;
  594.     mes "1x Sales Banner";
  595.     mes "30x Dokebi Horn";
  596.     mes "1x Little Ghost Doll";
  597.     menu "Make",M_bogy,"Return to Menu",H_top;
  598.  
  599. I_bonnet:
  600.     next;
  601.     mes "1x Green Lace";
  602.     mes "1x Silk Ribbon";
  603.     mes "1X Sunday Hat";
  604.     mes "1x Scarlet Dyestuff";
  605.     mes "50,000z";
  606.     menu "Make",M_bonnet,"Return to Menu",H_top;
  607.  
  608. I_boy:
  609.     next;
  610.     mes "10x Tiger's Footskin";
  611.     menu "Make",M_boy,"Return to Menu",H_top;
  612.  
  613. I_boyfriend:
  614.     next;
  615.     mes "1x Sales Banner";
  616.     mes "25x Sharp Paper";
  617.     mes "1x White Chocolate";
  618.     menu "Make",M_boyfriend,"Return to Menu",H_top;
  619.  
  620. I_bpac:
  621.     next;
  622.     mes "2x Royal Jelly";
  623.     mes "1x Nursing Bottle";
  624.     mes "1x Nose Ring";
  625.     mes "1x Pacifier";
  626.     menu "Make",M_bpac,"Return to Menu",H_top;
  627.  
  628. I_bribbon:
  629.     next;
  630.     mes "1x Ribbon";
  631.     mes "1x Black Dyestuff";
  632.     menu "Make",M_bribbon,"Return to Menu",H_top;
  633.  
  634. I_bride:
  635.     next;
  636.     mes "1x 4 Leaf Clover";
  637.     mes "500x Trunk";
  638.     mes "10x Elastic Band";
  639.     mes "20x Skirt of Virgin";
  640.     mes "500x Transparent Celestial Robe";
  641.     mes "2x Ancient Lips";
  642.     mes "100x Squid Ink";
  643.     menu "Make",M_bride,"Return to Menu",H_top;
  644.  
  645. I_btfah:
  646.     next;
  647.     mes "1x Wandering Minstrel Hat";
  648.     mes "1x Royal Family Tea";
  649.     mes "1x Burning Stone";
  650.     mes "1x Holy Arrow Quiver";
  651.     menu "Make",M_btfah,"Return to Menu",H_top;
  652.  
  653. I_btribbon:
  654.     next;
  655.     mes "1x Twin Ribbon";
  656.     mes "70x Blue Hair";
  657.     mes "10x Blue Tinted Feather";
  658.     mes "10x Cobaltblue Dyestuff";
  659.     menu "Make",M_btribbon,"Return to Menu",H_top;
  660.  
  661. I_bulb:
  662.     next;
  663.     mes "1x Circlet[1]";
  664.     mes "20x Glass Bead";
  665.     menu "Make",M_bulb,"Return to Menu",H_top;
  666.  
  667. I_bullock:
  668.     next;
  669.     mes "2x Antelope Horn";
  670.     mes "1x Golden Gear";
  671.     mes "1x Cat's Eye";
  672.     menu "Make",M_bullock,"Return to Menu",H_top;
  673.  
  674. I_bunbun:
  675.     next;
  676.     mes "100x Feather";
  677.     mes "1x 4 Leaf Clover";
  678.     mes "1x Pearl";
  679.     mes "1x Kitty Band";
  680.     menu "Make",M_bunbun,"Return to Menu",H_top;
  681.    
  682. I_bunnyth:
  683.     next;
  684.     mes "1x Bunny Band";
  685.     mes "1x Magician Hat";
  686.     mes "1x Scarlet Dyestuff";
  687.     mes "100x Puppet";
  688.     menu "Make",M_bunnyth,"Return to Menu",H_top;
  689.  
  690. I_cake:
  691.     next;
  692.     mes "10x Candy";
  693.     mes "5x Candy Cane";
  694.     mes "20x Piece of Cake";
  695.     mes "10x Steel";
  696.     mes "15x Well-Baked Cookie";
  697.     menu "Make",M_cake,"Return to Menu",H_top;
  698.  
  699. I_campfire:
  700.     next;
  701.     mes "9x Gemstone";
  702.     mes "4x Barren Trunk";
  703.     mes "2x Live Coal";
  704.     menu "Make",M_campfire,"Return to Menu",H_top;
  705.  
  706. I_candle:
  707.     next;
  708.     mes "1x Bomb Wick";
  709.     mes "50x Matchstick";
  710.     mes "100x Royal Jelly";
  711.     menu "Make",M_candle,"Return to Menu",H_top;
  712.  
  713. I_cappola:
  714.     next;
  715.     mes "1x Boys Cap";
  716.     mes "1x Violet Dyestuff";
  717.     mes "20x Rusty Screw";
  718.     menu "Make",M_cappola,"Return to Menu",H_top;
  719.  
  720. I_captain:
  721.     next;
  722.     mes "5x Bucket Hat[1]";
  723.     mes "50x Mystic Frozen";
  724.     mes "1x Black Dyestuff";
  725.     mes "50x Aquamarine";
  726.     menu "Make",M_captain,"Return to Menu",H_top;
  727.  
  728. I_captains:
  729.     next;
  730.     mes "1x Antler";
  731.     mes "1x Corsair";
  732.     mes "1x Scarlet Dyestuff";
  733.     menu "Make",M_captains,"Return to Menu",H_top;
  734.  
  735. I_carmen:
  736.     next;
  737.     mes "5x Red Bandana";
  738.     mes "2x Grape";
  739.     mes "1x Tropical Banana";
  740.     mes "20x Porcupine Quill";
  741.     mes "20x Unripe Apple";
  742.     mes "1x Darkgrean Dyestuff";
  743.     menu "Make",M_carmen,"Return to Menu",H_top;
  744.  
  745. I_cath:
  746.     next;
  747.     mes "1x Lemon Dyestuff";
  748.     mes "300x Golden Hair";
  749.     mes "100x Nine Tails";
  750.     mes "5x Puppy Love";
  751.     menu "Make",M_cath,"Return to Menu",H_top;
  752.  
  753. I_chef:
  754.     next;
  755.     mes "450x Dragon Scale";
  756.     mes "330x Feather";
  757.     mes "120x Piece of Cake";
  758.     mes "1x White Dyestuff";
  759.     menu "Make",M_chef,"Return to Menu",H_top;
  760.  
  761. I_chelm:
  762.     next;
  763.     mes "1x Bone Helm";
  764.     mes "1x Helm[1]";
  765.     mes "1x Fin Helm";
  766.     mes "100x Helm of Dullahan";
  767.     mes "100x Dragon Skin";
  768.     mes "100x Dragon Scale";
  769.     mes "1x Darkgreen Dyestuff";
  770.     menu "Make",M_chelm,"Return to Menu",H_top;
  771.  
  772. I_chick:
  773.     next;
  774.     mes "200x Feather";
  775.     mes "100x Feather of Birds";
  776.     mes "20x Soft Feather";
  777.     mes "1x Bill of Birds";
  778.     menu "Make",M_chick,"Return to Menu",H_top;
  779.  
  780. I_chicken:
  781.     next;
  782.     mes "1x Chick Hat";
  783.     mes "50x Feather of Birds";
  784.     mes "1x Pocket Watch (Dropped by: Leib Olmai)";
  785.     menu "Make",M_chicken,"Return to Menu",H_top;
  786.  
  787. I_clarice:
  788.     next;
  789.     mes "1x Alice Doll";
  790.     mes "1x Angled Glasses";
  791.     mes "25x Golden Hair";
  792.     menu "Make",M_clarice,"Return to Menu",H_top;
  793.  
  794. I_close:
  795.     next;
  796.     mes "1x Goibne's Helm";
  797.     mes "10x Gold";
  798.     mes "1x Cobaltblue Dyestuff";
  799.     mes "27x Elunium";
  800.     menu "Make",M_close,"Return to Menu",H_top;
  801.  
  802. I_cookie:
  803.     next;
  804.     mes "1x Cookie Card";
  805.     mes "100x Well Baked Cookie";
  806.     mes "100x Candy Cane";
  807.     mes "50x Candy";
  808.     menu "Make",M_cookie,"Return to Menu",H_top;
  809.  
  810. I_cow:
  811.     next;
  812.     mes "1x Western Grace";
  813.     mes "108x Claw of Desert Wolf";
  814.     mes "108x Soft Blade of Grass";
  815.     mes "4x Burning Horseshoe";
  816.     menu "Make",M_cow,"Return to Menu",H_top;
  817.  
  818. I_cparrot:
  819.     next;
  820.     mes "1x Marduk Card";
  821.     mes "1x Pagdayaw";
  822.     menu "Make",M_cparrot,"Return to Menu",H_top;
  823.  
  824. I_cpin:
  825.     next;
  826.     mes "1x Heart Hairpin";
  827.     mes "10x Steel";
  828.     menu "Make",M_cpin,"Return to Menu",H_top;
  829.  
  830. I_cross:
  831.     next;
  832.     mes "1x Rosary";
  833.     mes "500x Destroyed Armor";
  834.     menu "Make",M_cross,"Return to Menu",H_top;
  835.  
  836. I_cyclop:
  837.     next;
  838.     mes "1x Blinker";
  839.     mes "1x Gold";
  840.     mes "1x Scarlet Dyestuff";
  841.     mes "5x Steel";
  842.     menu "Make",M_cyclop,"Return to Menu",H_top;
  843.  
  844. I_dark:
  845.     next;
  846.     mes "100x Darkness Rune";
  847.     mes "200x Will of the Darkness";
  848.     mes "10x Blades of Darkness";
  849.     menu "Make",M_dark,"Return to Menu",H_top;
  850.  
  851. I_darkwing:
  852.     next;
  853.     mes "6x Black Ribbon [1]";
  854.     mes "25x Piece of Black Cloth";
  855.     mes "3x Chocolate";
  856.     mes "1x Hair Band";
  857.     mes "5x Blue Tinted Feather";
  858.     menu "Make",M_darkwing,"Return to Menu",H_top;
  859.  
  860. I_deporte:
  861.     next;
  862.     mes "1x Alice Doll";
  863.     mes "1x Blush";
  864.     mes "25x Blue Hair";
  865.     menu "Make",M_deporte,"Return to Menu",H_top;
  866.  
  867. I_detective:
  868.     next;
  869.     mes "1887x Tassel";
  870.     mes "1x Bucket Hat";
  871.     mes "10x Magnifier";
  872.     mes "1,887z";
  873.     menu "Make",M_detective,"Return to Menu",H_top;
  874.  
  875. I_devil:
  876.     next;
  877.     mes "1x Angeling Hat";
  878.     mes "1x Evil Wing Ears";
  879.     mes "1x Evil Wing";
  880.     mes "5x Blade of Darkness";
  881.     mes "1x Black Dyestuff";
  882.     menu "Make",M_devil,"Return to Menu",H_top;
  883.  
  884. I_devir:
  885.     next;
  886.     menu "Deviruchi Hat",I_devir_,"Gray Deviruchi Hat",I_devirg,"Red Deviruchi Hat",I_devirr,"White Deviruchi Hat",I_devirw,"Return to Menu",H_top;
  887.  
  888. I_devir_:
  889.     next;
  890.     mes "600x Little Evil Wing";
  891.     mes "40x Talon of Griffon";
  892.     menu "Make",M_devir,"Return to Menu",H_top;
  893.  
  894. I_devirg:
  895.     next;
  896.     mes "600x Little Evil Wing";
  897.     mes "40x Talon of Griffon";
  898.     mes "1x Black Dyestuff";
  899.     mes "1x White Dyestuff";
  900.     menu "Make",M_devirg,"Return to Menu",H_top;
  901.  
  902. I_devirr:
  903.     next;
  904.     mes "600x Little Evil Wing";
  905.     mes "40x Talon of Griffon";
  906.     mes "1x Scarlet Dyestuff";
  907.     menu "Make",M_devirr,"Return to Menu",H_top;
  908.  
  909. I_devirw:
  910.     next;
  911.     mes "600x Little Evil Wing";
  912.     mes "40x Talon of Griffon";
  913.     mes "1x White Dyestuff";
  914.     menu "Make",M_devirw,"Return to Menu",H_top;
  915.  
  916. I_dgeo:
  917.     next;
  918.     mes "300x Maneater Blossom";
  919.     mes "100x Sharp Leaf";
  920.     mes "250x Stem";
  921.     menu "Make",M_dgeo,"Return to Menu",H_top;
  922.  
  923. I_dgoldb:
  924.     next;
  925.     mes "1x Golden Bell";
  926.     mes "1x Emperium";
  927.     mes "3x Gold";
  928.     mes "20,000z";
  929.     menu "Make",M_dgoldb,"Return to Menu",H_top;
  930.  
  931. I_diadem:
  932.     next;
  933.     mes "5x Frigg's Circlet";
  934.     mes "10x Coronet";
  935.     mes "3x Grand Circlet";
  936.     mes "200x gold";
  937.     menu "Make",M_diadem,"Return to Menu",H_top;
  938.  
  939. I_dmush:
  940.     next;
  941.     mes "300x Mushroom Spore";
  942.     menu "Make",M_dmush,"Return to Menu",H_top;
  943.  
  944. I_doctor:
  945.     next;
  946.     mes "1x Red Bandana";
  947.     mes "50x Iron";
  948.     mes "1x Cracked Diamond";
  949.     mes "3,500z";
  950.     menu "Make",M_doctor,"Return to Menu",H_top;
  951.    
  952. I_dokebi:
  953.     next;
  954.     mes "100x Fluff";
  955.     mes "1x Scarlet Dyestuff";
  956.     mes "1x Lemon Dyestuff";
  957.     mes "1x Cobaltblue Dyestuff";
  958.     menu "Make",M_dokebi,"Return to Menu",H_top;
  959.  
  960. I_dokebi_:
  961.     next;
  962.     mes "1x Army Cap";
  963.     mes "200x Fluff";
  964.     mes "1x Scarlet Dyestuff";
  965.     mes "1x White Dyestuff";
  966.     mes "1x Violet Dyestuff";
  967.     menu "Make",M_dokebi_,"Return to Menu",H_top;
  968.  
  969. I_dragon:
  970.     next;
  971.     mes "2x Denture from Dragon Mask";
  972.     mes "4x Dragon Canine";
  973.     mes "1x Skull Helm";
  974.     menu "Make",M_dragon,"Return to Menu",H_top;
  975.  
  976. I_drandg:
  977.     next;
  978.     mes "20x Blade of Darkness";
  979.     mes "4x Crystal of Darkness";
  980.     mes "1x Dark Blinder";
  981.     mes "60x Darkness Rune";
  982.     mes "3x Will of Red Darkness";
  983.     mes "1x Evil Wing";
  984.     menu "Make",M_drandg,"Return to Menu",H_top;
  985.  
  986. I_droopb:
  987.     next;
  988.     mes "1x Drooping Cat";
  989.     mes "1x Bunny Band";
  990.     mes "500x Feather";
  991.     mes "200x Fluff";
  992.     mes "1x Carrot Whip";
  993.     mes "50x Rainbow Carrot";  
  994.     menu "Make",M_droopb,"Return to Menu",H_top;
  995.  
  996. I_droopc:
  997.     next;
  998.     menu "Black Drooping Cat",I_droopc_,"Blue Drooping Cat",I_droopcb,"Gray Drooping Cat",I_droopcg,"Pink Drooping Cat",I_droopcp,"White Drooping Cat",I_droopcw,"Yellow Drooping Cat",I_droopcy,"Return to Menu",H_top;
  999.  
  1000. I_droopc_:
  1001.     mes "1x Circlet[1]";
  1002.     mes "1x Black Dyestuff";
  1003.     mes "300x Black Cat Doll";
  1004.     mes "1x Claw of Desert Wolf";
  1005.     menu "Make",M_droopc,"Return to Menu",H_top;
  1006.    
  1007. I_droopcb:
  1008.     mes "1x Circlet[1]";
  1009.     mes "1x Black Dyestuff";
  1010.     mes "300x Black Cat Doll";
  1011.     mes "1x Claw of Desert Wolf";
  1012.     mes "1x Cobaltblue Dyestuff";
  1013.     menu "Make",M_droopcb,"Return to Menu",H_top;
  1014.    
  1015. I_droopcg:
  1016.     mes "1x Circlet[1]";
  1017.     mes "1x Black Dyestuff";
  1018.     mes "300x Black Cat Doll";
  1019.     mes "1x Claw of Desert Wolf";
  1020.     mes "1x Black Dyestuff";
  1021.     mes "1x White Dyestuff";
  1022.     menu "Make",M_droopcg,"Return to Menu",H_top;
  1023.    
  1024. I_droopcp:
  1025.     mes "1x Circlet[1]";
  1026.     mes "1x Black Dyestuff";
  1027.     mes "300x Black Cat Doll";
  1028.     mes "1x Claw of Desert Wolf";
  1029.     mes "1x Scarlet Dyestuff";
  1030.     mes "1x White Dyestuff";
  1031.     menu "Make",M_droopcp,"Return to Menu",H_top;
  1032.    
  1033. I_droopcw:
  1034.     mes "1x Circlet[1]";
  1035.     mes "1x Black Dyestuff";
  1036.     mes "300x Black Cat Doll";
  1037.     mes "1x Claw of Desert Wolf";
  1038.     mes "1x White Dyestuff";
  1039.     menu "Make",M_droopcw,"Return to Menu",H_top;
  1040.    
  1041. I_droopcy:
  1042.     mes "1x Circlet[1]";
  1043.     mes "1x Black Dyestuff";
  1044.     mes "300x Black Cat Doll";
  1045.     mes "1x Claw of Desert Wolf";
  1046.     mes "1x Lemon Dyestuff";
  1047.     menu "Make",M_droopcy,"Return to Menu",H_top;
  1048.  
  1049. I_droopl:
  1050.     next;
  1051.     mes "300x Blue Hair";
  1052.     mes "30x Green Bijou";
  1053.     mes "10x Marionette Doll";
  1054.     mes "1x Darkgreen Dyestuff";
  1055.     menu "Make",M_droopl,"Return to Menu",H_top;
  1056.  
  1057. I_droopn:
  1058.     next;
  1059.     mes "1x Drooping Cat";
  1060.     mes "250x Ninetails";
  1061.     mes "100x Tiger Panty";
  1062.     menu "Make",M_droopn,"Return to Menu",H_top;
  1063.  
  1064. I_droopn_:
  1065.     next;
  1066.     mes "1x Drooping Cat";
  1067.     mes "1x Orange Dyestuff";
  1068.     mes "53x Ninetails";
  1069.     menu "Make",M_droopn_,"Return to Menu",H_top;
  1070.  
  1071. I_ear:
  1072.     next;
  1073.     mes "1x Cursed Ruby";
  1074.     mes "1x Headset";
  1075.     mes "200x Feather";
  1076.     menu "Make",M_ear,"Return to Menu",H_top;
  1077.  
  1078. I_earh:
  1079.     next;
  1080.     mes "1x Scarlet Dyestuff";
  1081.     mes "1x Lemon Dyestuff";
  1082.     mes "100x Fluff";
  1083.     mes "150x Feather";
  1084.     mes "25x Sea Otter Fur";
  1085.     menu "Make",M_earh,"Return to Menu",H_top;
  1086.  
  1087. I_elaurel:
  1088.     next;
  1089.     mes "1x Laurel Crown";
  1090.     mes "100x Yggdrasil Leaf";
  1091.     mes "25x 4 Leaf Clover";
  1092.     mes "113x Soft Blade of Grass";
  1093.     menu "Make",M_elaurel,"Return to Menu",H_top;
  1094.  
  1095. I_ele:
  1096.     next;
  1097.     mes "1x Cobaltblue Dyestuff";
  1098.     mes "100x Ice Heart";
  1099.     mes "500x Feather";
  1100.     mes "200x Acorn";
  1101.     menu "Make",M_ele,"Return to Menu",H_top;
  1102.  
  1103. I_ele_:
  1104.     next;
  1105.     mes "1x Cobaltblue Dyestuff";
  1106.     mes "500x Feather";
  1107.     mes "1x Trunk";
  1108.     menu "Make",M_ele_,"Return to Menu",H_top;
  1109.  
  1110. I_eslh:
  1111.     next;
  1112.     mes "1x Ph.D Hat";
  1113.     mes "1x Scarlet Dyestuff";
  1114.     mes "1x White Dyestuff";
  1115.     mes "1x Black Dyestuff";
  1116.     mes "1x Crescent Hairpin";
  1117.     menu "Make",M_eslh,"Return to Menu",H_top;
  1118.  
  1119. I_europebb:
  1120.     next;
  1121.     mes "1x Cappola";
  1122.     mes "1x White Dyestuff";
  1123.     mes "2x Cobaltblue Dyestuff";
  1124.     menu "Make",M_europebb,"Return to Menu",H_top;
  1125.  
  1126. I_evil:
  1127.     next;
  1128.     mes "1x Evil Wing";
  1129.     mes "1x Elven Ears";
  1130.     mes "20,000z";
  1131.     menu "Make",M_evil,"Return to Menu",H_top;
  1132.  
  1133. I_evilhelm:
  1134.     next;
  1135.     mes "60x Little Evil Wing";
  1136.     mes "25x Evil Horn";
  1137.     mes "1x Evil Wing";
  1138.     menu "Make",M_evilhelm,"Return to Menu",H_top;
  1139.  
  1140. I_exec:
  1141.     next;
  1142.     mes "2x Executioner's Mitten";
  1143.     mes "1x Somber Novice Hood";
  1144.     mes "1x Black Dyestuff";
  1145.     menu "Make",M_exec,"Return to Menu",H_top;
  1146.  
  1147. I_fbonnet:
  1148.     next;
  1149.     mes "500z";
  1150.     mes "1x Romantic Gent";
  1151.     mes "300x Feather of Birds";
  1152.     menu "Make",M_fbonnet,"Return to Menu",H_top;
  1153.  
  1154. I_fangel:
  1155.     next;
  1156.     mes "10x Angel Wing";
  1157.     mes "50x Soft Feather";
  1158.     mes "200x Giant Butterfly Wing";
  1159.     mes "200x Yarn";
  1160.     menu "Make",M_fangel,"Return to Menu",H_top;
  1161.  
  1162. I_fangel_:
  1163.     next;
  1164.     mes "4x Smiling Mask";
  1165.     mes "60x Soft Feather";
  1166.     mes "1x Hair Band";
  1167.     menu "Make",M_fangel_,"Return to Menu",H_top;
  1168.  
  1169. I_fangeling:
  1170.     next;
  1171.     mes "1x Angeling Hat";
  1172.     mes "20x Electric Wire";
  1173.     mes "4x Cogwheel";
  1174.     mes "1x Vesper Core 1";
  1175.     menu "Make",M_fangeling,"Return to Menu",H_top;
  1176.  
  1177. I_fantag:
  1178.     next;
  1179.     mes "1x Violet Dyestuff";
  1180.     mes "1x Grape Juice";
  1181.     mes "50x Anodyne";
  1182.     mes "200x Elunium";
  1183.     menu "Make",M_fantag,"Return to Menu",H_top;
  1184.  
  1185. I_fantao:
  1186.     next;
  1187.     mes "1x Orange Dyestuff";
  1188.     mes "1x Orange Juice";
  1189.     mes "50x Anodyne";
  1190.     mes "200x Elunium";
  1191.     menu "Make",M_fantao,"Return to Menu",H_top;
  1192.  
  1193. I_fantastic:
  1194.     next;
  1195.     mes "1x Army Cap";
  1196.     mes "200x Fluff";
  1197.     mes "1x Black Dyestuff";
  1198.     mes "1x Lemon Dyestuff";
  1199.     mes "1x Scarlet Dyestuff";
  1200.     menu "Make",M_fantastic,"Return to Menu",H_top;
  1201.  
  1202. I_fashion:
  1203.     next;
  1204.     mes "1x Jack Be Dandy";
  1205.     mes "1x Scarlet Dyestuff";
  1206.     menu "Make",M_fashion,"Return to Menu",H_top;
  1207.  
  1208. I_fatherb:
  1209.     next;
  1210.     mes "10x Bloody Edge";
  1211.     mes "2x Broken Crown";
  1212.     mes "4x Ice Scale";
  1213.     mes "1x Skeletal Armor Piece";
  1214.     menu "Make",M_fatherb,"Return to Menu",H_top;
  1215.  
  1216. I_fatherm:
  1217.     next;
  1218.     mes "10x Gangster Mask";
  1219.     mes "1x White Dyestuff";
  1220.     menu "Make",M_fatherm,"Return to Menu",H_top;
  1221.    
  1222. I_fathers:
  1223.     next;
  1224.     mes "1x Sunglasses [1]";
  1225.     mes "5x Mother's Nightmare";
  1226.     menu "Make",M_fathers,"Return to Menu",H_top;
  1227.  
  1228. I_fberet:
  1229.     next;
  1230.     mes "1x Beret";
  1231.     mes "100x Soft Feather";
  1232.     mes "1x White Dyestuff";
  1233.     menu "Make",M_fberet,"Return to Menu",H_top;
  1234.  
  1235. I_filir:
  1236.     next;
  1237.     mes "45x Blue Tinted Feather";
  1238.     mes "80x Feather";
  1239.     mes "100x Feather of Birds";
  1240.     menu "Make",M_filir,"Return to Menu",H_top;
  1241.  
  1242. I_fishh:
  1243.     next;
  1244.     mes "2x Blue Fish";
  1245.     menu "Make",M_fishh,"Return to Menu",H_top;
  1246.  
  1247. I_fishm:
  1248.     next;
  1249.     mes "1x Fish Tail";
  1250.     mes "5x Raw Fish";
  1251.     mes "1x Fresh Fish";
  1252.     menu "Make",M_fishm,"Return to Menu",H_top;
  1253.  
  1254. I_fisherman:
  1255.     next;
  1256.     mes "1x Bucket Hat [1]";
  1257.     mes "1x Funeral Hat";
  1258.     mes "4x Sticky Mucas";
  1259.     menu "Make",M_fisherman,"Return to Menu",H_top;
  1260.  
  1261. I_flowerc:
  1262.     next;
  1263.     mes "100x Flower";
  1264.     mes "5x Illusion Flower";
  1265.     mes "5x Singing Flower";
  1266.     mes "1x Wild Flower";
  1267.     menu "Make",M_flowerc,"Return to Menu",H_top;
  1268.    
  1269. I_flowerl:
  1270.     next;
  1271.     mes "2x Lotus";
  1272.     mes "1x White Dyestuff";
  1273.     mes "1x Lotus Leaf";
  1274.     menu "Make",M_flowerl,"Return to Menu",H_top;
  1275.  
  1276. I_flyingevil:
  1277.     next;
  1278.     mes "1x Contract in Shadow";
  1279.     mes "1x Hair Band";
  1280.     mes "60x Soft Feather";
  1281.     mes "4x Black Dyestuff";
  1282.     menu "Make",M_flyingevil,"Return to Menu",H_top;
  1283.  
  1284. I_foxmask:
  1285.     next;
  1286.     mes "20x Nine Tails";
  1287.     mes "2x Moonlight Dagger";
  1288.     menu "Make",M_foxmask,"Return to Menu",H_top;
  1289.  
  1290. I_friend:
  1291.     next;
  1292.     mes "1x Sales Banner";
  1293.     mes "25x Sharp Paper";
  1294.     mes "1x Girl's Diary[1]";
  1295.     menu "Make",M_friend,"Return to Menu",H_top;
  1296.  
  1297. I_fruit:
  1298.     next;
  1299.     mes "1x X-Hairpin";
  1300.     mes "100x Strawberry";
  1301.     menu "Make",M_fruit,"Return to Menu",H_top;
  1302.  
  1303. I_ftwin:
  1304.     next;
  1305.     mes "2x Santa Hat";
  1306.     mes "1x Cobalt Blue Dyestuff";
  1307.     mes "50x Blue Hair";
  1308.     mes "2x Stellar";
  1309.     menu "Make",M_ftwin,"Return to Menu",H_top;
  1310.  
  1311. I_gambler:
  1312.     next;
  1313.     mes "1x Bunny Band";
  1314.     mes "1x Hat[1]";
  1315.     mes "25x Suspicious Hats";
  1316.     mes "200x Star Dust";
  1317.     menu "Make",M_gambler,"Return to Menu",H_top;
  1318.  
  1319. I_gangsters:
  1320.     next;
  1321.     mes "200x Red Muffler";
  1322.     menu "Make",M_gangsters,"Return to Menu",H_top;
  1323.  
  1324. I_gband:
  1325.     next;
  1326.     mes "1x Alcohol";
  1327.     mes "500x Rotten Bandages";
  1328.     menu "Make",M_gband,"Return to Menu",H_top;
  1329.  
  1330. I_gfriend:
  1331.     next;
  1332.     mes "1x Sales Banner";
  1333.     mes "25x Sharp Paper";
  1334.     mes "1x Chocolate";
  1335.     menu "Make",M_gfriend,"Return to Menu",H_top;
  1336.  
  1337. I_glaurel:
  1338.     next;
  1339.     mes "1x Laurel Crown";
  1340.     mes "2x Gold";
  1341.     menu "Make",M_glaurel,"Return to Menu",H_top;
  1342.  
  1343. I_gpipe:
  1344.     next;
  1345.     mes "1x Pipe";
  1346.     mes "30x Elder Pixie's Moustache";
  1347.     mes "1x Gentleman's Staff";
  1348.     menu "Make",M_gpipe,"Return to Menu",H_top;
  1349.  
  1350. I_gribbon:
  1351.     next;
  1352.     mes "1x Ribbon";
  1353.     mes "1x Darkgreen Dyestuff";
  1354.     menu "Make",M_gribbon,"Return to Menu",H_top;
  1355.  
  1356. I_grief:
  1357.     next;
  1358.     mes "1x Circlet[1]";
  1359.     mes "1x Gold";
  1360.     mes "20x Steel";
  1361.     mes "80x Feather";
  1362.     mes "800x Sticky Mucus";
  1363.     menu "Make",M_grief,"Return to Menu",H_top;
  1364.  
  1365. I_gtiara:
  1366.     next;
  1367.     mes "1x Tiara";
  1368.     mes "3x Gold";
  1369.     mes "4x Gold Ring";
  1370.     mes "2x Gold Lux";
  1371.     menu "Make",M_gtiara,"Return to Menu",H_top;
  1372.  
  1373. I_gtiara_:
  1374.     next;
  1375.     mes "1x Tiara [1]";
  1376.     mes "1x Crystal of Darkness";
  1377.     mes "1x Countermagic Crystal";
  1378.     mes "3x Gold";
  1379.     menu "Make",M_gtiara_,"Return to Menu",H_top;
  1380.  
  1381. I_guild:
  1382.     next;
  1383.     mes "1x Sales Banner";
  1384.     mes "25x Sharp Paper";
  1385.     mes "1x Emperium";
  1386.     menu "Make",M_guild,"Return to Menu",H_top;
  1387.  
  1388. I_hahoe:
  1389.     next;
  1390.     mes "1x 4 Leaf Clover";
  1391.     mes "500x Trunk";
  1392.     mes "10x Elastic Band";
  1393.     mes "20x Memory Bookmark";
  1394.     mes "1x Cigarette";
  1395.     mes "100x Cactus Needles";
  1396.     mes "100x Manes";
  1397.     menu "Make",M_hahoe,"Return to Menu",H_top;
  1398.  
  1399. I_happy:
  1400.     next;
  1401.     mes "1x Army Cap";
  1402.     mes "200x Fluff";
  1403.     mes "1x White Dyestuff";
  1404.     mes "1x Scarlet Dyestuff";
  1405.     mes "1x Darkgreen Dyestuff";
  1406.     menu "Make",M_happy,"Return to Menu",H_top;
  1407.  
  1408. I_head:
  1409.     next;
  1410.     mes "40x Steel";
  1411.     mes "1x Oridicon";
  1412.     mes "1x Alcohol";
  1413.     mes "1x Coal";
  1414.     menu "Make",M_head,"Return to Menu",H_top;
  1415.    
  1416. I_heart:
  1417.     next;
  1418.     mes "1200x Coral Reaf";
  1419.     menu "Make",M_heart,"Return to Menu",H_top;
  1420.  
  1421. I_helma:
  1422.     next;
  1423.     mes "1x Helm[1]";
  1424.     mes "1x Angel Wing";
  1425.     mes "5x Fang of Garm";
  1426.     menu "Make",M_helma,"Return to Menu",H_top;
  1427.  
  1428. I_helmabyss:
  1429.     next;
  1430.     mes "1x Bucket Hat [1]";
  1431.     mes "1x Army Cap";
  1432.     mes "20x Black Dyestuff";
  1433.     menu "Make",M_helmabyss,"Return to Menu",H_top;
  1434.  
  1435. I_hflower:
  1436.     next;
  1437.     mes "1x Romantic Flower";
  1438.     mes "10x Steel";
  1439.     mes "20,000z";
  1440.     menu "Make",M_hflower,"Return to Menu",H_top;
  1441.  
  1442. I_hibiscus:
  1443.     next;
  1444.     mes "1x Small Ribbon";
  1445.     mes "5x Illusion Flower";
  1446.     mes "1x Valhalla Flower";
  1447.     mes "1x Scarlet Dyestuff";
  1448.     menu "Make",M_hibiscus,"Return to Menu",H_top;
  1449.  
  1450. I_hmother:
  1451.     next;
  1452.     mes "1x Poring Hat";
  1453.     mes "1x Angel Wing Ear";
  1454.     mes "1x Cobaltblue Dyestuff";
  1455.     menu "Make",M_hmother,"Return to Menu",H_top;
  1456.  
  1457. I_hockey:
  1458.     next;
  1459.     mes "200x Suspicious Hat";
  1460.     mes "1x Blank Eye";
  1461.     menu "Make",M_hockey,"Return to Menu",H_top;
  1462.  
  1463. I_hotb:
  1464.     next;
  1465.     mes "300x Red Muffler";
  1466.     mes "300x Burning Heart";
  1467.     mes "1x Bandana";
  1468.     mes "1x White Dyestuff";
  1469.     menu "Make",M_hotb,"Return to Menu",H_top;
  1470.  
  1471. I_hukke:
  1472.     next;
  1473.     mes "1x Black Cat Ears";
  1474.     mes "2x Black Cat";
  1475.     mes "1x Spikey Band [1]";
  1476.     menu "Make",M_hukke,"Return to Menu",H_top;
  1477.  
  1478. I_hunter:
  1479.     next;
  1480.     mes "1x Cappola";
  1481.     mes "1x Darkgreen Dyestuff";
  1482.     mes "50x Green Bijou";
  1483.     menu "Make",M_hunter,"Return to Menu",H_top;
  1484.  
  1485. I_ifritear:
  1486.     next;
  1487.     mes "1x Elven Ear";
  1488.     mes "60x Burning Hair";
  1489.     menu "Make",M_ifritear,"Return to Menu",H_top;
  1490.  
  1491. I_ilovechina:
  1492.     next;
  1493.     mes "300x China";
  1494.     mes "1x Angel Wing Ears";
  1495.     mes "1x Flame Hear";
  1496.     mes "5,000,000z";
  1497.     menu "Make",M_ilovechina,"Return to Menu",H_top;
  1498.  
  1499. I_indian:
  1500.     next;
  1501.     mes "1x Indian Filet";
  1502.     mes "1x Striped Headband";
  1503.     mes "1x Peco Peco Feather";
  1504.     mes "10,000z";
  1505.     menu "Make",M_indian,"Return to Menu",H_top;
  1506.  
  1507. I_irobb:
  1508.     next;
  1509.     mes "1x Baseball Cap";
  1510.     mes "1x Lemon Dyestuff";
  1511.     menu "Make",M_irobb,"Return to Menu",H_top;
  1512.  
  1513. I_jasper:
  1514.     next;
  1515.     mes "1x Torch Cap";
  1516.     mes "1x Vane Hairpin";
  1517.     mes "20x Folding Fan of Cat Ghost";
  1518.     menu "Make",M_jasper,"Return to Menu",H_top;
  1519.  
  1520. I_judge:
  1521.     next;
  1522.     mes "7x Blue Bijou";
  1523.     mes "7x Yellow Bijou";
  1524.     mes "7x Red Bijou";
  1525.     mes "7x Green Bijou";
  1526.     mes "300x Shining Scale";
  1527.     mes "1x Black Dyestuff";
  1528.     mes "5x Cracked Diamond";
  1529.     mes "1x Hat[1]";
  1530.     menu "Make",M_judge,"Return to Menu",H_top;
  1531.  
  1532. I_judgecap:
  1533.     next;
  1534.     mes "1x Boys Cap";
  1535.     mes "35x Chivalry Emblem";
  1536.     menu "Make",M_judgecap,"Return to Menu",H_top;
  1537.  
  1538. I_kabuki:
  1539.     next;
  1540.     mes "1x Goblin Leader Mask";
  1541.     mes "300x Black Hair";
  1542.     mes "1x Scarlet Dyestuff";
  1543.     mes "1x White Dyestuff";
  1544.     menu "Make",M_kabuki,"Return to Menu",H_top;
  1545.  
  1546. I_kafra:
  1547.     next;
  1548.     mes "1x Flower Band";
  1549.     mes "1x Hair Band";
  1550.     mes "20x Soft Feather";
  1551.     menu "Make",M_kafra,"Return to Menu",H_top;
  1552.  
  1553. I_karada:
  1554.     next;
  1555.     mes "1x Mage Hat";
  1556.     mes "5x Lemon Dyestuff";
  1557.     menu "Make",M_karada,"Return to Menu",H_top;
  1558.  
  1559. I_kawaii:
  1560.     next;
  1561.     mes "1x Small Ribbon";
  1562.     mes "1x Big Ribbon";
  1563.     mes "1x Black Ribbon";
  1564.     mes "50x Soft Silk";
  1565.     menu "Make",M_kawaii,"Return to Menu",H_top;
  1566.  
  1567. I_kerchief:
  1568.     next;
  1569.     mes "1x Red Scarf";
  1570.     mes "2x White Dyestuff";
  1571.     menu "Make",M_kerchief,"Return to Menu",H_top;
  1572.  
  1573. I_kettle:
  1574.     next;
  1575.     mes "100x Battered Kettle";
  1576.     mes "20x Gold";
  1577.     menu "Make",M_kettle,"Return to Menu",H_top;
  1578.  
  1579. I_kitsune:
  1580.     next;
  1581.     mes "999x Ninetails";
  1582.     menu "Make",M_kitsune,"Return to Menu",H_top;
  1583.  
  1584. I_koneko:
  1585.     next;
  1586.     mes "1x Neki Mimi";
  1587.     mes "1x White Drooping Cat";
  1588.     mes "5x Black Cat";
  1589.     mes "15x White Dyestuff";
  1590.     menu "Make",M_koneko,"Return to Menu",H_top;
  1591.  
  1592. I_laurel:
  1593.     next;
  1594.     mes "1x Flower Hairpin";
  1595.     mes "100x Flower";
  1596.     mes "150x Soft Blade of Grass";
  1597.     mes "100x Fig Leaf";
  1598.     mes "50x Hinalle Leaflet";
  1599.     mes "50x Aloe Leaflet";
  1600.     menu "Make",M_laurel,"Return to Menu",H_top;
  1601.  
  1602. I_legion:
  1603.     next;
  1604.     mes "1x Boys Cap";
  1605.     mes "1x Army Cap";
  1606.     mes "1x Heroic Emblem";
  1607.     mes "5x Scarlet Dyestuff";
  1608.     mes "35x Chivalry Emblem";
  1609.     menu "Make",M_legion,"Return to Menu",H_top;
  1610.  
  1611. I_lhibiscus:
  1612.     next;
  1613.     mes "5x Hibiscus";
  1614.     menu "Make",M_lhibiscus,"Return to Menu",H_top;
  1615.  
  1616. I_linguistic:
  1617.     next;
  1618.     mes "3x Book [3]";
  1619.     mes "20x Old Magicbook";
  1620.     mes "500,000z";
  1621.     menu "Make",M_linguistic,"Return to Menu",H_top;
  1622.  
  1623. I_lion:
  1624.     next;
  1625.     mes "100x Horrendous Hair";
  1626.     mes "150x Rotten Meat";
  1627.     mes "30x Meat";
  1628.     menu "Make",M_lion,"Return to Menu",H_top;
  1629.    
  1630. I_lionm:
  1631.     next;
  1632.     mes "1x 4 Leaf Clover";
  1633.     mes "500x Trunk";
  1634.     mes "10x Elastic Band";
  1635.     mes "500x Horrendous Hair";
  1636.     mes "2x Ancient Teeth";
  1637.     mes "1x Orange Dyestuff";
  1638.     menu "Make",M_lionm,"Return to Menu",H_top;
  1639.    
  1640. I_littleangel:
  1641.     next;
  1642.     mes "1x Alice Doll";
  1643.     mes "20x Soft Feather";
  1644.     mes "20x Blue Hair";
  1645.     menu "Make",M_littleangel,"Return to Menu",H_top;
  1646.    
  1647. I_lkh:
  1648.     next;
  1649.     mes "I worked myself to death trying to fulfill Lord Kaho's ridiculous expectations for a headgear!";
  1650.     mes "Now that I've finally found the formula for the perfect headgear, I'm willing to share my time and talents";
  1651.     next;
  1652.     mes "You need the following to get the Kaho horns!";
  1653.     mes "300 emperiums";
  1654.     mes "Oh yea... i also forgot to mention these X_X";
  1655.     next;
  1656.     mes "100 Skull - From Dark Lord";
  1657.     mes "100 Heroic Emblem - From Orc Hero";
  1658.     mes "100 Evil Horn - From Baphomet";
  1659.     mes "100 Red Frame - From Doppelganger";
  1660.     mes "100 Smoking Pipe - From Eddga";
  1661.     mes "100 Fang of Garm - From Garm";
  1662.     mes "100 Mother's Nightmare - From Maya";
  1663.     mes "100 Sphynx Hat - from Osiris";
  1664.     mes "100 Diamond Ring - from Mistress";
  1665.     next;
  1666.     mes "Were' not done yet sweety...";
  1667.     mes "Im a big fan of dolls, so you need to bring me these cuties";
  1668.     mes "100 Poring Doll - a Poring drop";
  1669.     mes "100 Chonchon Doll - a Chonchon Drop";
  1670.     mes "100 Baphomet Doll - a Baphomet drop";
  1671.     mes "100 Osiris Doll - an Osiris drop";
  1672.     mes "100 Rocker Doll - a Rocker drop";
  1673.     mes "100 Apez Fanitem Doll - a Yoyo drop";
  1674.     mes "100 Racoon Doll - a Smokie drop";
  1675.     mes "100 Spore Doll - a Spore drop";
  1676.     next;
  1677.     mes "Finally, i worked hard to make these horns for my master with all the mentioned items above...";
  1678.     mes "Please include 50 million zeny for my efforts.";
  1679.     next;
  1680.     mes ". . . . . .";
  1681.     mes "Are you ready for me to make this special item?";
  1682.     next;
  1683.     menu "Sure am!",M_lkh,"These requirements are unfathomable!",H_top;
  1684.  
  1685. I_loki:
  1686.     next;
  1687.     mes "10x Loki Whispers";
  1688.     mes "10x Elastic Band";
  1689.     menu "Make",M_loki,"Return to Menu",H_top;
  1690.  
  1691. I_louyang:
  1692.     next;
  1693.     mes "5x Emerald";
  1694.     mes "25x Red Muffler";
  1695.     mes "100,000z";
  1696.     menu "Make",M_louyang,"Return to Menu",H_top;
  1697.  
  1698. I_loveflower:
  1699.     next;
  1700.     mes "3x Flower Band";
  1701.     mes "2x Hair Band";
  1702.     mes "1x Flower Hairpin";
  1703.     mes "2x Wild Flower";
  1704.     menu "Make",M_loveflower,"Return to Menu",H_top;
  1705.  
  1706. I_lovevalentine:
  1707.     next;
  1708.     mes "5x Apple of Archer";
  1709.     mes "10x Flame Heart";
  1710.     mes "25x Burning Heart";
  1711.     mes "777,777z";
  1712.     menu "Make",M_lovevalentine,"Return to Menu",H_top;
  1713.  
  1714. I_lsmokie:
  1715.     next;
  1716.     mes "1000x Acorn";
  1717.     mes "100x Sea Otter Fur";
  1718.     mes "10x Raccon Leaf";
  1719.     mes "1x Claw of Desert Wolf";
  1720.     menu "Make",M_lsmokie,"Return to Menu",H_top;
  1721.  
  1722. I_mage:
  1723.     next;
  1724.     menu "Mage Hat",I_mage_,"Blue Mage Hat",I_mageb,"Gray Mage Hat",I_mageg,"Red Mage Hat",I_mager,"White Mage Hat",I_magew,"Yellow Mage Hat",I_magey,"Return to Menu",H_top;
  1725.  
  1726. I_mage_:
  1727.     next;
  1728.     mes "1x Wizard Hat";
  1729.     mes "400x Dragon Scale";
  1730.     mes "50x Mould Powder";
  1731.     mes "1x Elder Willow Card";
  1732.     menu "Make",M_mage,"Return to Menu",H_top;
  1733.    
  1734. I_mageb:
  1735.     next;
  1736.     mes "1x Wizard Hat";
  1737.     mes "400x Dragon Scale";
  1738.     mes "50x Mould Powder";
  1739.     mes "1x Elder Willow Card";
  1740.     mes "1x Cobaltblue Dyestuff";
  1741.     menu "Make",M_mageb,"Return to Menu",H_top;
  1742.    
  1743. I_mageg:
  1744.     next;
  1745.     mes "1x Wizard Hat";
  1746.     mes "400x Dragon Scale";
  1747.     mes "50x Mould Powder";
  1748.     mes "1x Elder Willow Card";
  1749.     mes "1x Black Dyestuff";
  1750.     mes "1x White Dyestuf";
  1751.     menu "Make",M_mageg,"Return to Menu",H_top;
  1752.    
  1753. I_mager:
  1754.     next;
  1755.     mes "1x Wizard Hat";
  1756.     mes "400x Dragon Scale";
  1757.     mes "50x Mould Powder";
  1758.     mes "1x Elder Willow Card";
  1759.     mes "1x Scarlet Dyestuff";
  1760.     menu "Make",M_mager,"Return to Menu",H_top;
  1761.    
  1762. I_magew:
  1763.     next;
  1764.     mes "1x Wizard Hat";
  1765.     mes "400x Dragon Scale";
  1766.     mes "50x Mould Powder";
  1767.     mes "1x Elder Willow Card";
  1768.     mes "1x White Dyestuff";
  1769.     menu "Make",M_magew,"Return to Menu",H_top;
  1770.    
  1771. I_magey:
  1772.     next;
  1773.     mes "1x Wizard Hat";
  1774.     mes "400x Dragon Scale";
  1775.     mes "50x Mould Powder";
  1776.     mes "1x Elder Willow Card";
  1777.     mes "Lemon Dyestuff";
  1778.     menu "Make",M_magey,"Return to Menu",H_top;
  1779.  
  1780. I_magic:
  1781.     next;
  1782.     mes "1x Wizard Hat";
  1783.     mes "450x Ancient Lips";
  1784.     mes "1200x Solid shell";
  1785.     menu "Make",M_magic,"Return to Menu",H_top;
  1786.  
  1787. I_magnolia:
  1788.     next;
  1789.     mes "150x Egg";
  1790.     mes "150x Old Frying Pan";
  1791.     menu "Make",M_magnolia,"Return to Menu",H_top;
  1792.  
  1793. I_maiden:
  1794.     next;
  1795.     mes "1x Small Ribbon";
  1796.     mes "1x Decorative Golden Bell";
  1797.     mes "2x Mystic Rose";
  1798.     mes "1x Cobaltblue Dyestuff";
  1799.     mes "1x Scarlet Dyestuff";
  1800.     menu "Make",M_maiden,"Return to Menu",H_top;
  1801.  
  1802. I_marvelous:
  1803.     next;
  1804.     mes "1x Army Cap";
  1805.     mes "200x Fluff";
  1806.     mes "1x Scarlet Dyestuff";
  1807.     mes "1x Lemon Dyestuff";
  1808.     mes "1x Violet Dyestuff";
  1809.     menu "Make",M_marvelous,"Return to Menu",H_top;
  1810.  
  1811. I_maskofgoddess:
  1812.     next;
  1813.     mes "5x Opera Pahntom Mask";
  1814.     mes "10x Gold";
  1815.     mes "50x White Mask";
  1816.     menu "Make",M_maskofgoddess,"Return to Menu",H_top;
  1817.  
  1818. I_maskofifrit:
  1819.     next;
  1820.     mes "2x Torch Cap";
  1821.     mes "1x Ears of Ifrit";
  1822.     menu "Make",M_maskofifrit,"Return to Menu",H_top;
  1823.  
  1824. I_meyes:
  1825.     next;
  1826.     mes "1x Ulle's Cap";
  1827.     mes "1x Mage Hat";
  1828.     mes "50x Eye of Hellion";
  1829.     mes "1x Violet Dyestuff";
  1830.     menu "Make",M_meyes,"Return to Menu",H_top;
  1831.  
  1832. I_mimi:
  1833.     next;
  1834.     mes "300x Tiger Panty";
  1835.     mes "300x Leopard Skin";
  1836.     mes "5x Tiger Skin";
  1837.     menu "Make",M_mimi,"Return to Menu",H_top;
  1838.  
  1839. I_mine:
  1840.     next;
  1841.     mes "1x Safety Hat";
  1842.     mes "1x Candle";
  1843.     mes "1x Crystal Mirror";
  1844.     mes "25x Steel";
  1845.     menu "Make",M_mine,"Return to Menu",H_top;
  1846.  
  1847. I_misstrance:
  1848.     next;
  1849.     mes "3x Crown of Mistress";
  1850.     mes "1x Broken Crown";
  1851.     mes "1x Sacred Mission [1]";
  1852.     menu "Make",M_misstrance,"Return to Menu",H_top;
  1853.  
  1854. I_mistress:
  1855.     next;
  1856.     mes "1x Coronet";
  1857.     mes "1x Emperium";
  1858.     mes "3x Gold";
  1859.     mes "40,000z";
  1860.     menu "Make",M_mistress,"Return to Menu",H_top;
  1861.  
  1862. I_model:
  1863.     next;
  1864.     mes "1x Apple of Archer";
  1865.     mes "1x Book[3]";
  1866.     menu "Make",M_model,"Return to Menu",H_top;
  1867.  
  1868. I_mystic:
  1869.     next;
  1870.     mes "10x 2carat Diamond";
  1871.     mes "2x Witherless Rose";
  1872.     mes "1x White Dyestuff";
  1873.     mes "50,000z";
  1874.     menu "Make",M_mystic,"Return to Menu",H_top;
  1875.  
  1876. I_natalie:
  1877.     next;
  1878.     mes "1x Sakkat";
  1879.     mes "1x Level 8 Cookbook";
  1880.     mes "1x Memory Bookmark";
  1881.     menu "Make",M_natalie,"Return to Menu",H_top;
  1882.  
  1883. I_nest:
  1884.     next;
  1885.     mes "100x Dead Branch";
  1886.     mes "100x Feather of Bird";
  1887.     mes "100x Harpy Feather";
  1888.     menu "Make",M_nest,"Return to Menu",H_top;
  1889.  
  1890. I_nhead:
  1891.     next;
  1892.     mes "1x Headset";
  1893.     mes "1x Cobaltblue Dyestuff";
  1894.     mes "200x Crystal Blue";
  1895.     menu "Make",M_nhead,"Return to Menu",H_top;
  1896.  
  1897. I_octoberfest:
  1898.     next;
  1899.     mes "1x Beer Hat";
  1900.     mes "2x Bandana";
  1901.     mes "100x Feather";
  1902.     menu "Make",M_octoberfest,"Return to Menu",H_top;
  1903.  
  1904. I_orch:
  1905.     next;
  1906.     mes "100x Heroic Emblem";
  1907.     mes "1x Orc Helm";
  1908.     mes "1x Orcish Sword";
  1909.     mes "1000x Orcish Voucher";
  1910.     menu "Make",M_orch,"Return to Menu",H_top;
  1911.  
  1912. I_orchead:
  1913.     next;
  1914.     mes "1x Helmet of Orc Hero";
  1915.     mes "2x Monkey Circlet";
  1916.     mes "5x Heroic Emblem";
  1917.     mes "30x Red Tinted Feather";
  1918.     menu "Make",M_orchead,"Return to Menu",H_top;
  1919.  
  1920. I_orchid:
  1921.     next;
  1922.     mes "1x Flower Lily";
  1923.     mes "5x Violet Dyestuff";
  1924.     menu "Make",M_orchid,"Return to Menu",H_top;
  1925.  
  1926. I_opera:
  1927.     next;
  1928.     mes "20x Iron";
  1929.     mes "1x Singing Plant";
  1930.     menu "Make",M_opera,"Return to Menu",H_top;
  1931.  
  1932. I_operap:
  1933.     next;
  1934.     mes "1x Opera Mask";
  1935.     mes "50x Horrendous Hair";
  1936.     menu "Make",M_operap,"Return to Menu",H_top;
  1937.  
  1938. I_oribbon:
  1939.     next;
  1940.     mes "1x Ribbon";
  1941.     mes "1x Orange Dyestuff";
  1942.     menu "Make",M_oribbon,"Return to Menu",H_top;
  1943.  
  1944. I_otter:
  1945.     next;
  1946.     mes "1x Raccon Hat";
  1947.     mes "1x Smokie Leaf";
  1948.     menu "Make",M_otter,"Return to Menu",H_top;
  1949.  
  1950. I_oxy:
  1951.     next;
  1952.     mes "5x Ora Ora";
  1953.     menu "Make",M_oxy,"Return to Menu",H_top;
  1954.  
  1955. I_pagdayaw:
  1956.     next;
  1957.     mes "20x Blue Tinted Feather";
  1958.     mes "20x Red Tinted Feather";
  1959.     mes "50x Feather";
  1960.     mes "15x Feather of Birds";
  1961.     mes "10x Harpy Feather";
  1962.     mes "10x Soft Feather";
  1963.     mes "10x Elastic Band";
  1964.     mes "1x Bunny Band";
  1965.     menu "Make",M_pagdayaw,"Return to Menu",H_top;
  1966.  
  1967. I_paperbag:
  1968.     next;
  1969.     mes "40x Brown Root";
  1970.     mes "20x Slick Paper";
  1971.     menu "Make",M_paperbag,"Return to Menu",H_top;
  1972.  
  1973. I_parcel:
  1974.     next;
  1975.     mes "150x Fabric";
  1976.     mes "100x Resin";
  1977.     mes "1x Cobaltblue Dyestuff";
  1978.     menu "Make",M_parcel,"Return to Menu",H_top;
  1979.  
  1980. I_party:
  1981.     next;
  1982.     mes "1x Santa Hat";
  1983.     mes "100x Oil Paper";
  1984.     mes "100x Slick Paper";
  1985.     menu "Make",M_party,"Return to Menu",H_top;
  1986.  
  1987. I_partyrecr:
  1988.     next;
  1989.     mes "1x Sales Banner";
  1990.     mes "25x Sharp Paper";
  1991.     mes "1x Celebrant's Mitten";
  1992.     menu "Make",M_partyrecr,"Return to Menu",H_top;
  1993.  
  1994. I_pcb:
  1995.     next;
  1996.     mes "100x Alice Apron";
  1997.     menu "Make",M_pcb,"Return to Menu",H_top;
  1998.  
  1999. I_peco:
  2000.     next;
  2001.     mes "2x Angel Wing";
  2002.     mes "200x Peco Peco Feather";
  2003.     mes "2x Hair Band";
  2004.     mes "10x Valhalla's Flower";
  2005.     menu "Make",M_peco,"Return to Menu",H_top;
  2006.  
  2007. I_pecoear:
  2008.     next;
  2009.     mes "1x Elven Ear";
  2010.     mes "30x Peco Peco Feather";
  2011.     menu "Make",M_pecoear,"Return to Menu",H_top;
  2012.  
  2013. I_phoenix:
  2014.     next;
  2015.     mes "1x Angel Wing";
  2016.     mes "1x Ruby";
  2017.     mes "20x Tassel";
  2018.     mes "50x Steel";
  2019.     mes "1x Cobaltblue Dyestuff";
  2020.     menu "Make",M_phoenix,"Return to Menu",H_top;
  2021.    
  2022. I_phoenix_:
  2023.     next;
  2024.     mes "1x Angel Wing";
  2025.     mes "1x Cursed Ruby";
  2026.     mes "20x Tassel";
  2027.     mes "50x Steel";
  2028.     mes "1x Cobaltblue Dyestuff";
  2029.     menu "Make",M_phoenix_,"Return to Menu",H_top;
  2030.    
  2031. I_pirate:
  2032.     next;
  2033.     mes "5x Dagger [3]";
  2034.     mes "10x Gold";
  2035.     mes "5x Crystal of Darkness";
  2036.     menu "Make",M_pirate,"Return to Menu",H_top;
  2037.    
  2038. I_popcorn:
  2039.     next;
  2040.     mes "20x Yggdrasil Seed";
  2041.     mes "1x Fire Arrow";
  2042.     mes "1x Army Hat";
  2043.     mes "1x Cobaltblue Dyestuff";
  2044.     menu "Make",M_popcorn,"Return to Menu",H_top;
  2045.    
  2046. I_poporing:
  2047.     next;
  2048.     mes "1x Poring Hat";
  2049.     mes "1x Darkgreen Dyestuff";
  2050.     mes "100x Sticky Mucus";
  2051.     menu "Make",M_poporing,"Return to Menu",H_top;
  2052.  
  2053. I_poringcake:
  2054.     next;
  2055.     mes "1x Poring Tower";
  2056.     mes "1x Cake Hat";
  2057.     menu "Make",M_poringcake,"Return to Menu",H_top;
  2058.    
  2059. I_poringparty:
  2060.     next;
  2061.     mes "2x Poring Hat";
  2062.     mes "2x Party Hat";
  2063.     mes "10x Poring Doll";
  2064.     mes "50x Candy Cane";
  2065.     mes "100x Sticky Mucus";
  2066.     menu "Make",M_poringparty,"Return to Menu",H_top;
  2067.  
  2068. I_pretend:
  2069.     next;
  2070.     mes "4x Skirt of Virgin";
  2071.     menu "Make",M_pretend,"Return to Menu",H_top;
  2072.  
  2073. I_pribbon:
  2074.     next;
  2075.     mes "1x Ribbon";
  2076.     mes "1x Scarlet Dyestuff";
  2077.     mes "1x White Dyestuff";
  2078.     menu "Make",M_pribbon,"Return to Menu",H_top;  
  2079.  
  2080. I_pumpkin:
  2081.     next;
  2082.     mes "1x Poring Hat";
  2083.     mes "100x Jack o' Pumpkin";
  2084.     mes "80x Pumpkin";
  2085.     menu "Make",M_pumpkin,"Return to Menu",H_top;
  2086.  
  2087. I_puppy:
  2088.     next;
  2089.     mes "10x Puppy Love";
  2090.     mes "1x Puppy Headband";
  2091.     mes "100x Golden Hair";
  2092.     mes "1x Hair Band";
  2093.     menu "Make",M_puppy,"Return to Menu",H_top;
  2094.  
  2095. I_purplecow:
  2096.     next;
  2097.     mes "1x Cowboy Hat";
  2098.     mes "5x Peco Peco Feather";
  2099.     mes "10x Violet Dyestuff";
  2100.     menu "Make",M_purplecow,"Return to Menu",H_top;
  2101.  
  2102. I_putih:
  2103.     next;
  2104.     mes "2x Red Bandana";
  2105.     mes "2x Bandana";
  2106.     mes "4x Broken Neadle";
  2107.     mes "20x Spool";
  2108.     menu "Make",M_putih,"Return to Menu",H_top;
  2109.  
  2110. I_rabbit:
  2111.     next;
  2112.     mes "1x Bunny Band";
  2113.     mes "1x Black Dyestuff";
  2114.     mes "30x Soft Feather";
  2115.     menu "Make",M_rabbit,"Return to Menu",H_top;
  2116.  
  2117. I_raccoon:
  2118.     next;
  2119.     mes "20x Dragon Scale";
  2120.     mes "1x Kitty Band";
  2121.     mes "300x Sea Otter Fur";
  2122.     mes "300x Tough Scalelike Stem";
  2123.     menu "Make",M_raccoon,"Return to Menu",H_top;
  2124.    
  2125. I_rainbow:
  2126.     next;
  2127.     mes "50x Claw of Desert Wolf";
  2128.     mes "1x Cobaltblue Dyestuff";
  2129.     mes "1x Egg Shell";
  2130.     menu "Make",M_rainbow,"Return to Menu",H_top;
  2131.  
  2132. I_ramen:
  2133.     next;
  2134.     mes "20x Bag of Grain";
  2135.     mes "1x Medicine Bowl";
  2136.     mes "3x Edible Mushroom";
  2137.     mes "2x Savory Sauce";
  2138.     mes "2x Spicy Sauce";
  2139.     mes "2x Tenderloin Horn";
  2140.     mes "2x Hard Skin";
  2141.     menu "Make",M_ramen,"Return to Menu",H_top;
  2142.  
  2143. I_rglasses:
  2144.     next;
  2145.     mes "1x Angled Glasses";
  2146.     mes "1x Fashionable Glasses";
  2147.     menu "Make",M_rglasses,"Return to Menu",H_top;
  2148.  
  2149. I_ribbon:
  2150.     next;
  2151.     mes "1x Ribbon";
  2152.     mes "1x Scarlet Dyestuff";
  2153.     menu "Make",M_ribbon,"Return to Menu",H_top;
  2154.  
  2155.    
  2156. I_ribbonh:
  2157.     next;
  2158.     mes "1x Magician Hat";
  2159.     mes "1x Red Tailed Ribbon";
  2160.     mes "40x Soft Feather";
  2161.     mes "1x Lotus";
  2162.     mes "1x White Dyestuff";
  2163.     mes "1x Scarlet Dyestuff";
  2164.     menu "Make",M_ribbonh,"Return to Menu",H_top;
  2165.    
  2166. I_rideword:
  2167.     next;
  2168.     mes "1x Book[3]";
  2169.     mes "7x Book of Billows";
  2170.     mes "7x Book of Gust of Wind";
  2171.     mes "7x Book of Mother Earth";
  2172.     mes "7x Book of the Apocalypse";
  2173.     mes "7x Book of the Blazing Sun";
  2174.     mes "30x Memory Bookmark";
  2175.     menu "Make",M_rideword,"Return to Menu",H_top;
  2176.  
  2177. I_roboeye:
  2178.     next;
  2179.     mes "1x Blank Eye";
  2180.     mes "12x Transparent Plate [Blue](7355)";
  2181.     mes "4x Metal Fragment";
  2182.     mes "2x Rusty Screw";
  2183.     menu "Make",M_roboeye,"Return to Menu",H_top;
  2184.  
  2185. I_rribbon:
  2186.     next;
  2187.     mes "1x Big Ribbon";
  2188.     mes "1x Ribbon[1]";
  2189.     mes "1x Silk Ribbon";
  2190.     menu "Make",M_rribbon,"Return to Menu",H_top;
  2191.    
  2192. I_rribbon_:
  2193.     next;
  2194.     mes "1x Red Tailed Ribbon (5083)";
  2195.     mes "12x Red Silk of Seal";
  2196.     mes "12x Will of Red Darkness";
  2197.     mes "12x Ice Scale";
  2198.     mes "3x Valkyrie Armor";
  2199.     menu "Make",M_rribbon_,"Return to Menu",H_top;
  2200.    
  2201. I_sakkat:
  2202.     next;
  2203.     mes "120x trunk";
  2204.     mes "10,000z";
  2205.     menu "Make",M_sakkat,"Return to Menu",H_top;
  2206.    
  2207. I_sales:
  2208.     next;
  2209.     mes "1x Stop Post";
  2210.     mes "4x Fire Dragon Scale";
  2211.     mes "3x Blank Scroll";
  2212.     mes "10x Level 3 Fire Bolt";
  2213.     menu "Make",M_sales,"Return to Menu",H_top;
  2214.  
  2215. I_sambrero:
  2216.     next;
  2217.     mes "1x Straw Hat";
  2218.     mes "50x Cactus Needle";
  2219.     mes "1x Guitar";
  2220.     menu "Make",M_sambrero,"Return to Menu",H_top;
  2221.  
  2222. I_sangkok:
  2223.     next;
  2224.     mes "1x Chicken Hat";
  2225.     mes "1x Dragon Breath Cocktail";
  2226.     mes "1x Gentleman's Staff";
  2227.     menu "Make",M_sangkok,"Return to Menu",H_top;
  2228.  
  2229. I_santab:
  2230.     next;
  2231.     mes "10x Grandpa Beard";
  2232.     mes "500x Elunium";
  2233.     menu "Make",M_santab,"Return to Menu",H_top;
  2234.  
  2235. I_santap:
  2236.     next;
  2237.     mes "1x Squatting Poring";
  2238.     mes "1x Santa Hat";
  2239.     menu "Make",M_santap,"Return to Menu",H_top;
  2240.  
  2241. I_scouter:
  2242.     next;
  2243.     mes "1x Angled Glasses";
  2244.     mes "1x Cyclop's Eye";
  2245.     mes "50x Fragment";
  2246.     mes "50x Transparent Plate [Red](7353)";
  2247.     menu "Make",M_scouter,"Return to Menu",H_top;
  2248.  
  2249. I_scuba:
  2250.     next;
  2251.     mes "5x Flexible Tube";
  2252.     mes "1x Diver Goggles";
  2253.     mes "1x Transparent Plate [Blue](7355)";
  2254.     menu "Make",M_scuba,"Return to Menu",H_top;
  2255.  
  2256. I_selendang:
  2257.     next;
  2258.     mes "100x Soft Silk";
  2259.     mes "200x Fabric";
  2260.     menu "Make",M_selendang,"Return to Menu",H_top;
  2261.  
  2262. I_shafka:
  2263.     next;
  2264.     mes "1x Blue Bijou";
  2265.     mes "10x Panty";
  2266.     mes "70x Fabric";
  2267.     menu "Make",M_shafka,"Return to Menu",H_top;
  2268.  
  2269. I_sheep:
  2270.     next;
  2271.     mes "1x Majestic Goat[1]";
  2272.     mes "6x Antelope Horn";
  2273.     mes "80x Antelope Skin";
  2274.     menu "Make",M_sheep,"Return to Menu",H_top;
  2275.  
  2276. I_shiningbulb:
  2277.     next;
  2278.     mes "1x Bulb Band";
  2279.     mes "2x Electric Wire";
  2280.     mes "6x Rough Wind";
  2281.     menu "Make",M_shiningbulb,"Return to Menu",H_top;
  2282.  
  2283. I_shinywig:
  2284.     next;
  2285.     mes "1x Army Cap";
  2286.     mes "200x Fluff";
  2287.     mes "2x Orange Dyestuff";
  2288.     mes "1x Scarlet Dyestuff";
  2289.     menu "Make",M_shinywig,"Return to Menu",H_top;
  2290.  
  2291. I_silver:
  2292.     next;
  2293.     mes "1x Tiara";
  2294.     mes "5x Emperium";
  2295.     mes "25x Silver Ring";
  2296.     menu "Make",M_silver,"Return to Menu",H_top;
  2297.  
  2298. I_silver_:
  2299.     next;
  2300.     mes "1x Tiara [1]";
  2301.     mes "25x Emperium";
  2302.     mes "50x Silver Ring";
  2303.     mes "4x Crystal of Darkness";
  2304.     menu "Make",M_silver_,"Return to Menu",H_top;
  2305.  
  2306. I_sleaf:
  2307.     next;
  2308.     mes "600x Racoon Leaf";
  2309.     mes "1x Claw of Desert Wolf";
  2310.     menu "Make",M_sleaf,"Return to Menu",H_top;
  2311.  
  2312. I_smile:
  2313.     next;
  2314.     mes "10x Clover";
  2315.     mes "10x Jellopy";
  2316.     mes "10x Fluff";
  2317.     menu "Make",M_smile,"Return to Menu",H_top;
  2318.  
  2319. I_smiling:
  2320.     next;
  2321.     mes "1x Mr. Smile";
  2322.     mes "1x Tongue";
  2323.     mes "5x Steel";
  2324.     menu "Make",M_smiling,"Return to Menu",H_top;
  2325.  
  2326. I_snakehead:
  2327.     next;
  2328.     mes "50x Horrendous Hair";
  2329.     mes "50x Snake Scales";
  2330.     menu "Make",M_snakehead,"Return to Menu",H_top;
  2331.  
  2332. I_solar:
  2333.     next;
  2334.     mes "2x Electric Fist[3]";
  2335.     mes "1x Arial";
  2336.     mes "1x Morrigane's Pendant";
  2337.     mes "1x Deviace Card";
  2338.     menu "Make",M_solar,"Return to Menu",H_top;
  2339.  
  2340. I_sorin:
  2341.     next;
  2342.     mes "1x Alice Doll";
  2343.     mes "1x Blush";
  2344.     mes "20x Black Hair";
  2345.     mes "5x Glossy Hair";
  2346.     menu "Make",M_sorin,"Return to Menu",H_top;
  2347.  
  2348. I_soul:
  2349.     next;
  2350.     mes "1x Angel Wing Ear";
  2351.     mes "1x Halo";
  2352.     mes "10x Wing of Dragonfly";
  2353.     mes "5x Gold";
  2354.     menu "Make",M_soul,"Return to Menu",H_top;
  2355.    
  2356. I_soulwing:
  2357.     next;
  2358.     mes "1x Soul Ring";
  2359.     mes "2x Soul Staff";
  2360.     mes "2x Monk Hat [1]";
  2361.     mes "40x Soft Feather";
  2362.     menu "Make",M_soulwing,"Return to Menu",H_top;
  2363.    
  2364. I_spalma:
  2365.     next;
  2366.     mes "1x Emperor's Laurel Crown";
  2367.     mes "50x Hand of God";
  2368.     mes "1x Sacred Mission [0]";
  2369.     menu "Make",M_spalma,"Return to Menu",H_top;
  2370.    
  2371. I_spore:
  2372.     next;
  2373.     mes "300x Burnt Tree";
  2374.     mes "850x Poison Spore";
  2375.     mes "1x Tongue";
  2376.     menu "Make",M_spore,"Return to Menu",H_top;
  2377.  
  2378. I_squatting:
  2379.     next;
  2380.     mes "5x Poring Doll";
  2381.     mes "5x Yggdrasil Berry";
  2382.     mes "150x Grasshopper's Leg";
  2383.     menu "Make",M_squatting,"Return to Menu",H_top;
  2384.    
  2385. I_stop:
  2386.     next;
  2387.     mes "50x Trunk";
  2388.     mes "1x Black Dyestuff";
  2389.     mes "911,000z";
  2390.     menu "Make",M_stop,"Return to Menu",H_top;
  2391.  
  2392. I_straw:
  2393.     next;
  2394.     mes "1x Sakkat";
  2395.     mes "300x Tough Vines";
  2396.     mes "300x Pieces of Bamboo";
  2397.     menu "Make",M_straw,"Return to Menu",H_top;
  2398.  
  2399. I_striped:
  2400.     next;
  2401.     mes "1500x Worn Out Prison Uniform";
  2402.     menu "Make",M_striped,"Return to Menu",H_top;
  2403.    
  2404. I_summer:
  2405.     next;
  2406.     mes "1x Straw Hat";
  2407.     mes "1x Big Ribbon[1]";
  2408.     mes "1x Cobaltblue Dyestuff";
  2409.     menu "Make",M_summer,"Return to Menu",H_top;
  2410.  
  2411. I_sunday:
  2412.     next;
  2413.     mes "250x Fabric";
  2414.     mes "1x Hat[1]";
  2415.     mes "1x Cap[1]";
  2416.     mes "600x Soft Feather";
  2417.     menu "Make",M_sunday,"Return to Menu",H_top;
  2418.  
  2419. I_sunflower:
  2420.     next;
  2421.     mes "1x Sunflower[1]";
  2422.     mes "1x Stellar Hairpin";
  2423.     menu "Make",M_sunflower,"Return to Menu",H_top;
  2424.  
  2425. I_sungod:
  2426.     next;
  2427.     mes "1x Emblem of the Sun God";
  2428.     mes "10x Gold";
  2429.     mes "40x Steel";
  2430.     mes "50x Coal";
  2431.     mes "2x Oridecon";
  2432.     menu "Make",M_sungod,"Return to Menu",H_top;
  2433.  
  2434. I_sweetcandy:
  2435.     next;
  2436.     mes "20x Candy Cane";
  2437.     mes "10x Matchstick";
  2438.     menu "Make",M_sweetcandy,"Return to Menu",H_top;
  2439.  
  2440. I_tailring:
  2441.     next;
  2442.     mes "1x Alice Doll";
  2443.     mes "1x Flower Hairband";
  2444.     mes "25x Blue Hair";
  2445.     menu "Make",M_tailring,"Return to Menu",H_top;
  2446.  
  2447. I_tbonnet:
  2448.     next;
  2449.     mes "2x Magician Hat";
  2450.     mes "150x Piece of Black Cloth";
  2451.     mes "1x Black Dyestuff";
  2452.     mes "100x Fabric";
  2453.     menu "Make",M_tbonnet,"Return to Menu",H_top;
  2454.  
  2455. I_teddy:
  2456.     next;
  2457.     mes "1x Panda Hat";
  2458.     mes "100x Needle Packet";
  2459.     mes "100x Spool";
  2460.     mes "300x Black Bear Skin";
  2461.     menu "Make",M_teddy,"Return to Menu",H_top;
  2462.  
  2463. I_tigermask:
  2464.     next;
  2465.     mes "10x Tiger Skin";
  2466.     mes "5x Goblin Mask";
  2467.     mes "50x Tiger Pantie";
  2468.     menu "Make",M_tigermask,"Return to Menu",H_top;
  2469.  
  2470. I_toast:
  2471.     next;
  2472.     mes "50x Milk";
  2473.     mes "50x Old Frying Pan";
  2474.     mes "50x Cheese";
  2475.     mes "50x Piece of Cake";
  2476.     menu "Make",M_toast,"Return to Menu",H_top;
  2477.  
  2478. I_torchcap:
  2479.     next;
  2480.     mes "1x Camp Fire Hat";
  2481.     mes "10x Fire Bottle";
  2482.     mes "4x Fire Dragon Scale";
  2483.     menu "Make",M_torchcap,"Return to Menu",H_top;
  2484.  
  2485. I_tower:
  2486.     next;
  2487.     mes "1x Angeling Pin";
  2488.     mes "10x Poring Doll";
  2489.     mes "1x Angeling Hat";
  2490.     mes "1x Angel Wing Ears";
  2491.     menu "Make",M_tower,"Return to Menu",H_top;
  2492.  
  2493. I_tulip:
  2494.     next;
  2495.     mes "1x Mr. Smile";
  2496.     mes "1x Scarlet Dyestuff";
  2497.     menu "Make",M_tulip,"Return to Menu",H_top;
  2498.  
  2499. I_twinpom:
  2500.     next;
  2501.     mes "1x Frozen Twin Pompom";
  2502.     mes "1x Scarlet Dyestuff";
  2503.     menu "Make",M_twinpom,"Return to Menu",H_top;
  2504.  
  2505. I_umbrella:
  2506.     next;
  2507.     mes "1x Cap [0]";
  2508.     mes "10x Rainbow Carrot";
  2509.     menu "Make",M_umbrella,"Return to Menu",H_top;
  2510.  
  2511. I_vanil:
  2512.     next;
  2513.     mes "200x Royal Jelly";
  2514.     mes "1x Little Ghost Doll";
  2515.     menu "Make",M_vanil,"Return to Menu",H_top;
  2516.  
  2517. I_vanit:
  2518.     next;
  2519.     mes "1x Alice Doll";
  2520.     mes "20x Yarn";
  2521.     mes "25x Golden Hair";
  2522.     menu "Make",M_vanit,"Return to Menu",H_top;
  2523.  
  2524. I_victorious:
  2525.     next;
  2526.     mes "Spiky Band [1]";
  2527.     menu "Make",M_victorious,"Return to Menu",H_top;
  2528.  
  2529. I_victoryhearband:
  2530.     next;
  2531.     mes "3x Black Ribbon [1]";
  2532.     mes "3x Red Ribbon [1]";
  2533.     menu "Make",M_victoryhearband,"Return to Menu",H_top;
  2534.  
  2535.  
  2536.  
  2537. I_valk:
  2538.     next;
  2539.     mes "1x Sage Worm Card";
  2540.     mes "1x Argiope Card";
  2541.     mes "1x Dryad Card";
  2542.     mes "1x Wood Golem Card";
  2543.     mes "1x Bongun Card";
  2544.     mes "1x Pirate Skeleton Card";
  2545.     mes "1x Marduc Card";
  2546.     mes "1x Hode Card";
  2547.     mes "1x Elder Card";
  2548.     mes "1x Nightmare Terror Card";
  2549.     mes "1000x Darkness Rune";
  2550.     mes "1000x Bloody Rune";
  2551.     mes "and have 10,000,000z";
  2552.     menu "Make",M_valk,"Return to Menu",H_top;
  2553.  
  2554. I_valkf:
  2555.     next;
  2556.     mes "1x Valhalla Flower";
  2557.     mes "1x Hair Band";
  2558.     mes "50x Soft Feather";
  2559.     menu "Make",M_valkf,"Return to Menu",H_top;
  2560.  
  2561. I_vane:
  2562.     next;
  2563.     mes "120x Vane";
  2564.     mes "1x Stellar Hairpin";
  2565.     menu "Make",M_vane,"Return to Menu",H_top;
  2566.    
  2567. I_victory:
  2568.     next;
  2569.     mes "20x Valhalla's Flower";
  2570.     menu "Make",M_victory,"Return to Menu",H_top;
  2571.    
  2572. I_wander:
  2573.     next;
  2574.     mes "1x Mage Hat";
  2575.     mes "50x Soft Silk";
  2576.     mes "1x Wing of Dragonfly";
  2577.     menu "Make",M_wander,"Return to Menu",H_top;
  2578.    
  2579. I_wdoll:
  2580.     next;
  2581.     mes "1x Alice Doll";
  2582.     mes "2x Red Ribbon [1]";
  2583.     mes "45x Golden Hair";
  2584.     menu "Make",M_wdoll,"Return to Menu",H_top;
  2585.    
  2586. I_weld:
  2587.     next;
  2588.     mes "50x Steel";
  2589.     mes "2,000z";
  2590.     menu "Make",M_weld,"Return to Menu",H_top;
  2591.    
  2592. I_whisp:
  2593.     next;
  2594.     mes "5x Loki's Whispers";
  2595.     mes "50x Suspicious Hat";
  2596.     menu "Make",M_whisp,"Return to Menu",H_top;
  2597.  
  2598. I_winter:
  2599.     next;
  2600.     mes "1x Black Dyestuff";
  2601.     mes "999x Tiger Pantie";
  2602.     mes "1x Frozen Rose";
  2603.     mes "50,000z";
  2604.     menu "Make",M_winter,"Return to Menu",H_top;   
  2605.  
  2606. I_wlily:
  2607.     next;
  2608.     mes "1x Flower Lily";
  2609.     mes "1x Scarlet Dyestuff";
  2610.     mes "1x White Dyestuff";
  2611.     mes "1x Crown[1]";
  2612.     menu "Make",M_wlily,"Return to Menu",H_top;
  2613.  
  2614. I_wonder:
  2615.     next;
  2616.     mes "1x Nutshell";
  2617.     mes "500x Wing of Dragonfly";
  2618.     menu "Make",M_wonder,"Return to Menu",H_top;
  2619.  
  2620. I_wpetal:
  2621.     next;
  2622.     mes "1x Romantic Flower";
  2623.     mes "1x White Dyestuff";
  2624.     menu "Make",M_wpetal,"Return to Menu",H_top;
  2625.    
  2626. I_wribbon:
  2627.     next;
  2628.     mes "1x Ribbon";
  2629.     mes "1x White Dyestuff";
  2630.     menu "Make",M_wribbon,"Return to Menu",H_top;
  2631.    
  2632. I_wsnake:
  2633.     next;
  2634.     mes "1x Snake Head Hat";
  2635.     mes "5x White Dyestuff";
  2636.     mes "2x Cat's Eye";
  2637.     mes "2x Cobaltblue Dyestuff";
  2638.     menu "Make",M_wsnake,"Return to Menu",H_top;
  2639.    
  2640. I_wwing:
  2641.     next;
  2642.     mes "6x White Ribbon [1]";
  2643.     mes "25x Old White Cloth";
  2644.     mes "3x White Chocolate";
  2645.     mes "1x Hair Band";
  2646.     mes "20x Soft Feather";
  2647.     menu "Make",M_wwing,"Return to Menu",H_top;
  2648.  
  2649. I_xhair:
  2650.     next;
  2651.     mes "1x Stellar Hairpin";
  2652.     mes "400x Ectoplasm";
  2653.     menu "Make",M_xhair,"Return to Menu",H_top;
  2654.  
  2655. I_yribbon:
  2656.     next;
  2657.     mes "1x Ribbon";
  2658.     mes "1x Lemon Dyestuff";
  2659.     menu "Make",M_yribbon,"Return to Menu",H_top;
  2660.    
  2661. I_yband:
  2662.     next;
  2663.     mes "1x Hair Band";
  2664.     mes "1x Yellow Ribbon";
  2665.     mes "1x Cute Ribbon";
  2666.     menu "Make",M_yband,"Return to Menu",H_top;
  2667.    
  2668. I_yoyo:
  2669.     next;
  2670.     mes "100x Yoyo Doll";
  2671.     menu "Make",M_yoyo,"Return to Menu",H_top;
  2672.    
  2673. I_zealot:
  2674.     next;
  2675.     mes "369x Dark Crystal Fragments";
  2676.     mes "1x Cat's Eye";
  2677.     mes "1x Forbidden Red Candle";
  2678.     mes "30x Worn-out Magic Scroll";
  2679.     menu "Make",M_zealot,"Return to Menu",H_top;
  2680.  
  2681.  
  2682. //_____________deletion and creation of items_______________//
  2683.  
  2684. //____________model______________//
  2685. //M_:
  2686. //  if(countitem()< || countitem()< || Zeny < )
  2687. //  goto M_insufficient;
  2688. //  delitem ,;
  2689. //  delitem ,;
  2690. //  set zeny,zeny-;
  2691. //  getitem ,;
  2692. //  close;
  2693.  
  2694. M_alarm:
  2695.     if(countitem(2288)<1 || countitem(1095)<3000)
  2696.     goto M_insufficient;
  2697.     delitem 2288,1;
  2698.     delitem 1095,3000;
  2699.     getitem 5086,1;
  2700.     close;
  2701.  
  2702. M_alice:
  2703.     if(countitem(5141)<5 || countitem(7047)<100 || countitem(661)<5)
  2704.     goto M_insufficient;
  2705.     delitem 5141,5;
  2706.     delitem 7047,100;
  2707.     delitem 661,5;
  2708.     getitem 5137,1;
  2709.     close;
  2710.  
  2711. M_angel:
  2712.     if(countitem(2286)<1 || countitem(2254)<1 || Zeny < 20000)
  2713.     goto M_insufficient;
  2714.     delitem 2286,1;
  2715.     delitem 2254,1;
  2716.     set zeny,zeny-20000;
  2717.     getitem 5074,1;
  2718.     close;
  2719.  
  2720. M_angeling:
  2721.     if(countitem(5035)<3 || countitem(5074)<1 || countitem(714)<1  || countitem(999)<5)
  2722.     goto M_insufficient;
  2723.     delitem 5035,3;
  2724.     delitem 5074,1;
  2725.     delitem 714,1;
  2726.     delitem 999,5;
  2727.     getitem 5132,1;
  2728.     close;
  2729.  
  2730. M_angelp:
  2731.     if(countitem(5132)<1 || countitem(10011)<1)
  2732.     goto M_insufficient;
  2733.     delitem 5132,1;
  2734.     delitem 10011,1;
  2735.     getitem 5153,1;
  2736.     close;
  2737.  
  2738. M_anon:
  2739.     if(countitem(7111)<100 || countitem(938)<99 || countitem(983)<1 || Zeny <100000)
  2740.     goto M_insufficient;
  2741.     delitem 7111,100;
  2742.     delitem 938,99;
  2743.     delitem 983,1;
  2744.     set zeny,zeny-100000;
  2745.     getitem 5175,1;
  2746.     close;
  2747.  
  2748. M_antler:
  2749.     if(countitem(923)<20)
  2750.     goto M_insufficient;
  2751.     delitem 923,20;
  2752.     getitem 2284,1;
  2753.     close;
  2754.  
  2755. M_aqueen:
  2756.     if(countitem(10006)<1 || countitem(714)<1 || countitem(969)<3)
  2757.     goto M_insufficient;
  2758.     delitem 10006,1;
  2759.     delitem 714,1;
  2760.     delitem 969,3;
  2761.     getitem 5080,1;
  2762.     close;
  2763.  
  2764. M_autumn:
  2765.     if(countitem(7198)<1 || countitem(7097)<40)
  2766.     goto M_insufficient;
  2767.     delitem 7198,200;
  2768.     delitem 7097,40;
  2769.     getitem 5270,1;
  2770.     close;
  2771.  
  2772. M_ayam:
  2773.     if(countitem(7445)<7 || countitem(7446)<7 || countitem(7447)<7 || countitem(7448)<7 || countitem(954)<300 || countitem(975)<1 || countitem(733)<5 || countitem(7166)<50)
  2774.     goto M_insufficient;
  2775.     delitem 7445,7;
  2776.     delitem 7446,7;
  2777.     delitem 7447,7;
  2778.     delitem 7448,7;
  2779.     delitem 945,300;
  2780.     delitem 975,1;
  2781.     delitem 733,5;
  2782.     delitem 7166,50;
  2783.     getitem 5174,1;
  2784.     close;
  2785.  
  2786. M_bandana:
  2787.     if(countitem(5278)<1 || countitem(508)<200)
  2788.     goto M_insufficient;
  2789.     delitem 5278,1;
  2790.     delitem 508,200;
  2791.     getitem 5277,1;
  2792.     close;
  2793.  
  2794. M_bandit:
  2795.     if(countitem(1020)<100 || countitem(983)<1 || countitem(2241)<1)
  2796.     goto M_insufficient;
  2797.     delitem 1020,100;
  2798.     delitem 983,1;
  2799.     delitem 2241,1;
  2800.     getitem 2237,1;
  2801.     close;
  2802.  
  2803. M_base:
  2804.     if(countitem(2227)<1 || countitem(978)<1 || countitem(1057)<100)
  2805.     goto M_insufficient;
  2806.     delitem 2227,1;
  2807.     delitem 978,1;
  2808.     delitem 1057,100;
  2809.     getitem 5147,1;
  2810.     close;
  2811.  
  2812. M_bcat:
  2813.     if(countitem(2213)<1 || countitem(983)<1 || countitem(914)<200 || Zeny <10000)
  2814.     goto M_insufficient;
  2815.     delitem 2213,1;
  2816.     delitem 983,1;
  2817.     delitem 914,200;
  2818.     set zeny,zeny-10000;
  2819.     getitem 5057,1;
  2820.     close;
  2821.  
  2822. M_beanie:
  2823.     if(countitem(2227)<1 || countitem(7038)<500)
  2824.     goto M_insufficient;
  2825.     delitem 2227,1;
  2826.     delitem 7038,500;
  2827.     getitem 5076,1;
  2828.     close;
  2829.  
  2830. M_beanieb:
  2831.     if(countitem(2227)<1 || countitem(7038)<500 || countitem(978)<1)
  2832.     goto M_insufficient;
  2833.     delitem 2227,1;
  2834.     delitem 7038,500;
  2835.     delitem 978,1;
  2836.     getitem 5236,1;
  2837.     close;
  2838.    
  2839. M_beanieg:
  2840.     if(countitem(2227)<1 || countitem(7038)<500 || countitem(982)<1 || countitem(983)<1)
  2841.     goto M_insufficient;
  2842.     delitem 2227,1;
  2843.     delitem 7038,500;
  2844.     delitem 982,1;
  2845.     delitem 983,1;
  2846.     getitem 5235,1;
  2847.     close;
  2848.    
  2849. M_beaniep:
  2850.     if(countitem(2227)<1 || countitem(7038)<500 || countitem(975)<1 || countitem(982)<1)
  2851.     goto M_insufficient;
  2852.     delitem 2227,1;
  2853.     delitem 7038,500;
  2854.     delitem 975,1;
  2855.     delitem 982,1;
  2856.     getitem 5237,1;
  2857.     close;
  2858.  
  2859. M_bellr:
  2860.     if(countitem(969)<8 || countitem(10016)<2 || countitem(5083)<1)
  2861.     goto M_insufficient;
  2862.     delitem 969,8;
  2863.     delitem 10016,2;
  2864.     delitem 5083,1;
  2865.     getitem 5382,1;
  2866.     close;
  2867.  
  2868. M_bfish:
  2869.     if(countitem(624)<1 || countitem(959)<300 || countitem(544)<50 || countitem(1023)<1)
  2870.     goto M_insufficient;
  2871.     delitem 624,1;
  2872.     delitem 959,300;
  2873.     delitem 544,50;
  2874.     delitem 1023,1;
  2875.     getitem 5065,1;
  2876.     close;
  2877.  
  2878. M_bhair:
  2879.     if(countitem(2211)<1 || countitem(978)<1 || countitem(7003)<300)
  2880.     goto M_insufficient;
  2881.     delitem 2211,1;
  2882.     delitem 978,1;
  2883.     delitem 7003,300;
  2884.     getitem 5052,1;
  2885.     close;
  2886.  
  2887. M_bino:
  2888.     if(countitem(2243)<1 || countitem(999)<100 || Zeny < 50000)
  2889.     goto M_insufficient;
  2890.     delitem 2243,1;
  2891.     delitem 999,100;
  2892.     set zeny,zeny-50000;
  2893.     getitem 2296,1;
  2894.     close;
  2895.  
  2896. M_bird:
  2897.     if(countitem(604)<100 || countitem(916)<100)
  2898.     goto M_insufficient;
  2899.     delitem 604,100;
  2900.     delitem 916,100;
  2901.     getitem 5129,1;
  2902.     close;
  2903.  
  2904. M_blank:
  2905.     if(countitem(7263)<2 || countitem(2276)<1 || countitem(2239)<2 || countitem(568)<150)
  2906.     goto M_insufficient;
  2907.     delitem 7263,2;
  2908.     delitem 2276,1;
  2909.     delitem 2239,1;
  2910.     delitem 568,150;
  2911.     getitem 5102,1;
  2912.     close;
  2913.  
  2914. M_blush:
  2915.     if(countitem(7047)<100)
  2916.     goto M_insufficient;
  2917.     delitem 7047,100;
  2918.     getitem 5040,1;
  2919.     close;
  2920.  
  2921. M_bonnet:
  2922.     if(countitem(10015)<1 || countitem(10007)<1 || countitem(5032)<1 || countitem(975)<1 || Zeny <50000)
  2923.     goto M_insufficient;
  2924.     delitem 10015,1;
  2925.     delitem 10007,1;
  2926.     delitem 5023,1;
  2927.     delitem 975,1;
  2928.     set zeny,zeny-50000;
  2929.     getitem 5109,1;
  2930.     close;
  2931.  
  2932. M_boy:
  2933.     if(countitem(1030)<10)
  2934.     goto M_insufficient;
  2935.     delitem 1030,10;
  2936.     getitem 5016,1;
  2937.     close;
  2938.  
  2939. M_bpac:
  2940.     if(countitem(526)<2 || countitem(7270)<1 || countitem(941)<1 || countitem(10004)<1)
  2941.     goto M_insufficient;
  2942.     delitem 526,2;
  2943.     delitem 7270,1;
  2944.     delitem 941,1;
  2945.     delitem 10004,1;
  2946.     getitem 5110,1;
  2947.     close;
  2948.  
  2949. M_bribbon:
  2950.     if(countitem(2208)<1 || countitem(983)<1)
  2951.     goto M_insufficient;
  2952.     delitem 2208,1;
  2953.     delitem 983,1;
  2954.     getitem 5191,1;
  2955.     close;
  2956.  
  2957. M_bride:
  2958.     if(countitem(706)<1 || countitem(1019)<500 || countitem(7200)<10 || countitem(1049)<20 || countitem(7165)<500 || countitem(1054)<2 || countitem(1024)<100)
  2959.     goto M_insufficient;
  2960.     delitem 706,1;
  2961.     delitem 1019,500;
  2962.     delitem 7200,10;
  2963.     delitem 1049,20;
  2964.     delitem 7165,500;
  2965.     delitem 1054,2;
  2966.     delitem 1024,100;
  2967.     getitem 5169,1;
  2968.     close;
  2969.  
  2970. M_bulb:
  2971.     if(countitem(2233)<1 || countitem(746)<20)
  2972.     goto M_insufficient;
  2973.     delitem 2233,1;
  2974.     delitem 746,20;
  2975.     getitem 5034,1;
  2976.     close;
  2977.    
  2978. M_bunbun:
  2979.     if(countitem(949)<100 || countitem(706)<1 || countitem(722)<1 || countitem(2213)<1)
  2980.     goto M_insufficient;
  2981.     delitem 949,100;
  2982.     delitem 706,1;
  2983.     delitem 722,1;
  2984.     delitem 2213,1;
  2985.     getitem 2214,1;
  2986.     close;
  2987.  
  2988. M_cake:
  2989.     if(countitem(529)<10 || countitem(530)<5 || countitem(539)<20 || countitem(999)<10 || countitem(538)<15)
  2990.     goto M_insufficient;
  2991.     delitem 529,10;
  2992.     delitem 530,5;
  2993.     delitem 539,20;
  2994.     delitem 999,10;
  2995.     delitem 538,15;
  2996.     getitem 5024,1;
  2997.     close;
  2998.  
  2999. M_candle:
  3000.     if(countitem(2279)<1 || countitem(7035)<50 || countitem(526)<100)
  3001.     goto M_insufficient;
  3002.     delitem 2279,1;
  3003.     delitem 7035,50;
  3004.     delitem 526,100;
  3005.     getitem 5028,1;
  3006.     close;
  3007.  
  3008. M_cappola:
  3009.     if(countitem(5016)<1 || countitem(981)<1 || countitem(7317)<20)
  3010.     goto M_insufficient;
  3011.     delitem 5016,1;
  3012.     delitem 981,1;
  3013.     delitem 7317,20;
  3014.     getitem 5200,1;
  3015.     close;
  3016.  
  3017. M_captain:
  3018.     if(countitem(5120)<5 || countitem(995)<50 || countitem(983)<1 || countitem(720)<50)
  3019.     goto M_insufficient;
  3020.     delitem 5120,5;
  3021.     delitem 995,50;
  3022.     delitem 983,1;
  3023.     delitem 720,50;
  3024.     getitem 5184,1;
  3025.     close;
  3026.  
  3027. M_captains:
  3028.     if(countitem(2284)<1 || countitem(5019)<1 || countitem(975)<1)
  3029.     goto M_insufficient;
  3030.     delitem 2284,1;
  3031.     delitem 5019,1;
  3032.     delitem 975,1;
  3033.     getitem 5359,1;
  3034.     close;
  3035.  
  3036. M_cath:
  3037.     if(countitem(976)<1 || countitem(1060)<300 || countitem(1022)<100 || countitem(5008)<5)
  3038.     goto M_insufficient;
  3039.     delitem 976,1;
  3040.     delitem 1060,300;
  3041.     delitem 1022,100;
  3042.     delitem 5008,5;
  3043.     getitem 5214,1;
  3044.     close;
  3045.  
  3046. M_chef:
  3047.     if(countitem(1036)<450 || countitem(949)<330 || countitem(539)<120 || countitem(982)<1)
  3048.     goto M_insufficient;
  3049.     delitem 1036,450;
  3050.     delitem 949,330;
  3051.     delitem 539,120;
  3052.     delitem 982,1;
  3053.     getitem 5026,1;
  3054.     close;
  3055.  
  3056. M_chelm:
  3057.     if(countitem(5017)<1 || countitem(2229)<1 || countitem(5014)<1 || countitem(7209)<100 || countitem(7123)<100 || countitem(1036)<100 || countitem(979)<1)
  3058.     goto M_insufficient;
  3059.     delitem 5017,1;
  3060.     delitem 2229,1;
  3061.     delitem 5014,1;
  3062.     delitem 7209,100;
  3063.     delitem 7123,100;
  3064.     delitem 1036,100;
  3065.     delitem 979,1;
  3066.     getitem 5142,1;
  3067.     close;
  3068.  
  3069. M_chick:
  3070.     if(countitem(949)<200 || countitem(916)<100 || countitem(7063)<20 || countitem(925)< 1)
  3071.     goto M_insufficient;
  3072.     delitem 949,200;
  3073.     delitem 916,100;
  3074.     delitem 7063,20;
  3075.     delitem 925,1;
  3076.     getitem 5283,1;
  3077.     close;
  3078.  
  3079. M_cookie:
  3080.     if(countitem(4293)<1 || countitem(538)<100 || countitem(530)<100 || countitem(529)<50)
  3081.     goto M_insufficient;
  3082.     delitem 4293,1;
  3083.     delitem 538,100;
  3084.     delitem 530,100;
  3085.     delitem 529,50;
  3086.     getitem 5260,1;
  3087.     close;
  3088.  
  3089. M_cow:
  3090.     if(countitem(2248)<1 || countitem(7030)<108 || countitem(7194)<108 || countitem(7120)<4)
  3091.     goto M_insufficient;
  3092.     delitem 2248,1;
  3093.     delitem 7030,108;
  3094.     delitem 7194,108;
  3095.     delitem 7120,4;
  3096.     getitem 5075,1;
  3097.     close;
  3098.  
  3099. M_cpin:
  3100.     if(countitem(5041)<1 || countitem(999)<10)
  3101.     goto M_insufficient;
  3102.     delitem 5041,1;
  3103.     delitem 999,10;
  3104.     getitem 5048,1;
  3105.     close;
  3106.  
  3107. M_cross:
  3108.     if(countitem(2608)<1 || countitem(7069)<500)
  3109.     goto M_insufficient;
  3110.     delitem 2608,1;
  3111.     delitem 7069,500;
  3112.     getitem 5036,1;
  3113.     close;
  3114.  
  3115. M_cyclop:
  3116.     if(countitem(2295)<1 || countitem(969)<1 || countitem(975)<1 || countitem(999)<5)
  3117.     goto M_insufficient;
  3118.     delitem 2295,1;
  3119.     delitem 969,1;
  3120.     delitem 975,1;
  3121.     delitem 999,5;
  3122.     getitem 5135,1;
  3123.     close;
  3124.  
  3125. M_dark:
  3126.     if(countitem(7511)<100 || countitem(7340)<200 || countitem(7023)<10)
  3127.     goto M_insufficient;
  3128.     delitem 7511,100;
  3129.     delitem 7340,200;
  3130.     delitem 7023,10;
  3131.     getitem 5181,1;
  3132.     close;
  3133.  
  3134. M_detective:
  3135.     if(countitem(7301)<1887 || countitem(5114)<1 || countitem(611)<10 || Zeny <1887)
  3136.     goto M_insufficient;
  3137.     delitem 7301,1887;
  3138.     delitem 5114,1;
  3139.     delitem 611,10;
  3140.     set zeny,zeny-5000;
  3141.     getitem 5108,1;
  3142.     close;
  3143.  
  3144. M_devil:
  3145.     if(countitem(5132)<1 || countitem(5068)<1 || countitem(2255)<1 || countitem(7023)<5 || countitem(983)<1)
  3146.     goto M_insufficient;
  3147.     delitem 5132,1;
  3148.     delitem 5068,1;
  3149.     delitem 2255,1;
  3150.     delitem 7023,5;
  3151.     delitem 983,1;
  3152.     getitem 5254,1;
  3153.     close;
  3154.  
  3155. M_devir:
  3156.     if(countitem(1038)<600 || countitem(7048)<40)
  3157.     goto M_insufficient;
  3158.     delitem 1038,600;
  3159.     delitem 7048,40;
  3160.     getitem 5038,1;
  3161.     close;
  3162.  
  3163. M_devirg:
  3164.     if(countitem(1038)<600 || countitem(7048)<40 || countitem(982)<1 || countitem(983)<1)
  3165.     goto M_insufficient;
  3166.     delitem 1038,600;
  3167.     delitem 7048,40;
  3168.     delitem 982,1;
  3169.     delitem 983,1;
  3170.     getitem 5229,1;
  3171.     close;
  3172.  
  3173. M_devirr:
  3174.     if(countitem(1038)<600 || countitem(7048)<40 || countitem(975)<1)
  3175.     goto M_insufficient;
  3176.     delitem 1038,600;
  3177.     delitem 7048,40;
  3178.     delitem 975,1;
  3179.     getitem 5227,1;
  3180.     close;
  3181.  
  3182. M_devirw:
  3183.     if(countitem(1038)<600 || countitem(7048)<40 || countitem(982)<1)
  3184.     goto M_insufficient;
  3185.     delitem 1038,600;
  3186.     delitem 7048,40;
  3187.     delitem 982,1;
  3188.     getitem 5228,1;
  3189.     close;
  3190.  
  3191. M_dgeo:
  3192.     if(countitem(1032)<100 || countitem(7100)<100 || countitem(905)<250)
  3193.     goto M_insufficient;
  3194.     delitem 1032,100;
  3195.     delitem 7100,100;
  3196.     delitem 905,250;
  3197.     getitem 5186,1;
  3198.     close;
  3199.  
  3200. M_dgoldb:
  3201.     if(countitem(10016)<1 || countitem(714)<1 || countitem(969)<3 || Zeny <20000)
  3202.     goto M_insufficient;
  3203.     delitem 10016,1;
  3204.     delitem 714,1;
  3205.     delitem 969,3;
  3206.     set zeny,zeny-20000;
  3207.     getitem 5091,1;
  3208.     close;
  3209.  
  3210. M_dmush:
  3211.     if(countitem(921)<300)
  3212.     goto M_insufficient;
  3213.     delitem 921,300;
  3214.     getitem 5082,1;
  3215.     close;
  3216.  
  3217. M_doctor:
  3218.     if(countitem(2275)<1 || countitem(998)<50 || countitem(733)<1 || Zeny < 3500)
  3219.     goto M_insufficient;
  3220.     delitem 2275,1;
  3221.     delitem 998,50;
  3222.     delitem 733,1;
  3223.     set zeny,zeny-3500;
  3224.     getitem 2273,1;
  3225.     close;
  3226.  
  3227. M_dokebi:
  3228.     if(countitem(914)<100 || countitem(975)<1 || countitem(976)<1 || countitem(978)<1)
  3229.     goto M_insufficient;
  3230.     delitem 914,100;
  3231.     delitem 975,1;
  3232.     delitem 976,1;
  3233.     delitem 978,1;
  3234.     getitem 5258,1;
  3235.     close;
  3236.  
  3237. M_droopb:
  3238.     if(countitem(5058)<1 || countitem(2214)<1 || countitem(949)<500 || countitem(914)<200 || countitem(622)<50 || countitem(1974)<1)
  3239.     goto M_insufficient;
  3240.     delitem 5058,1;
  3241.     delitem 2214,1;
  3242.     delitem 949,500;
  3243.     delitem 914,200;
  3244.     delitem 622,50;
  3245.     delitem 1974,1;
  3246.     getitem 5198,1;
  3247.     close;
  3248.  
  3249. M_droopc:
  3250.     if(countitem(2233)<1 || countitem(983)<1 || countitem(7206)<300 || countitem(7030)<1)
  3251.     goto M_insufficient;
  3252.     delitem 2233,1;
  3253.     delitem 983,1;
  3254.     delitem 7206,300;
  3255.     delitem 7030,1;
  3256.     getitem 5058,1;
  3257.     close;
  3258.  
  3259. M_droopcb:
  3260.     if(countitem(2233)<1 || countitem(983)<1 || countitem(7206)<300 || countitem(7030)<1 || countitem(978)<1)
  3261.     goto M_insufficient;
  3262.     delitem 2233,1;
  3263.     delitem 983,1;
  3264.     delitem 7206,300;
  3265.     delitem 7030,1;
  3266.     delitem 978,1;
  3267.     getitem 5233,1;
  3268.     close;
  3269.    
  3270.  
  3271. M_droopcg:
  3272.     if(countitem(2233)<1 || countitem(983)<1 || countitem(7206)<300 || countitem(7030)<1 || countitem(983)<1 || countitem(982)<1)
  3273.     goto M_insufficient;
  3274.     delitem 2233,1;
  3275.     delitem 983,1;
  3276.     delitem 7206,300;
  3277.     delitem 7030,1;
  3278.     delitem 982,1;
  3279.     delitem 983,1;
  3280.     getitem 5231,1;
  3281.     close;
  3282.    
  3283.  
  3284. M_droopcp:
  3285.     if(countitem(2233)<1 || countitem(983)<1 || countitem(7206)<300 || countitem(7030)<1 || countitem(982)<1 || countitem(975)<1)
  3286.     goto M_insufficient;
  3287.     delitem 2233,1;
  3288.     delitem 983,1;
  3289.     delitem 7206,300;
  3290.     delitem 7030,1;
  3291.     delitem 982,1;
  3292.     delitem 975,1;
  3293.     getitem 5232,1;
  3294.     close;
  3295.    
  3296.  
  3297. M_droopcw:
  3298.     if(countitem(2233)<1 || countitem(983)<1 || countitem(7206)<300 || countitem(7030)<1 || countitem(982)<1)
  3299.     goto M_insufficient;
  3300.     delitem 2233,1;
  3301.     delitem 983,1;
  3302.     delitem 7206,300;
  3303.     delitem 7030,1;
  3304.     delitem 982,1;
  3305.     getitem 5230,1;
  3306.     close;
  3307.  
  3308. M_droopcy:
  3309.     if(countitem(2233)<1 || countitem(983)<1 || countitem(7206)<300 || countitem(7030)<1 || countitem(976)<1)
  3310.     goto M_insufficient;
  3311.     delitem 2233,1;
  3312.     delitem 983,1;
  3313.     delitem 7206,300;
  3314.     delitem 7030,1;
  3315.     delitem 976,1;
  3316.     getitem 5234,1;
  3317.     close;
  3318.  
  3319. M_droopl:
  3320.     if(countitem(1034)<300 || countitem(7445)<30 || countitem(5141)<10 || countitem(979)<1)
  3321.     goto M_insufficient;
  3322.     delitem 1034,300;
  3323.     delitem 7445,30;
  3324.     delitem 5141,10;
  3325.     delitem 979,1;
  3326.     getitem 5253,1;
  3327.     close;
  3328.  
  3329. M_droopn:
  3330.     if(countitem(5058)<1 || countitem(1022)<250 || countitem(7267)<100)
  3331.     goto M_insufficient;
  3332.     delitem 5058,1;
  3333.     delitem 1022,250;
  3334.     delitem 7267,100;
  3335.     getitem 5252,1;
  3336.     close;
  3337.  
  3338. M_ear:
  3339.     if(countitem(724)<1 || countitem(5001)<1 || countitem(949)<200)
  3340.     goto M_insufficient;
  3341.     delitem 724,1;
  3342.     delitem 5001,1;
  3343.     delitem 949,200;
  3344.     getitem 2283,1;
  3345.     close;
  3346.  
  3347. M_earh:
  3348.     if(countitem(975)<1 || countitem(976)<1 || countitem(914)<100 || countitem(7441)<150 || countitem(7065)<25 || countitem(2283)<1)
  3349.     goto M_insufficient;
  3350.     delitem 975,1;
  3351.     delitem 976,1;
  3352.     delitem 914,100;
  3353.     delitem 7441,150;
  3354.     delitem 7065,25;
  3355.     delitem 2283,1;
  3356.     getitem 5243,1;
  3357.     close;
  3358.  
  3359. M_ele:
  3360.     if(countitem(978)<1 || countitem(7561)<100 || countitem(949)<500 || countitem(1026)<200)
  3361.     goto M_insufficient;
  3362.     delitem 978,1;
  3363.     delitem 7561,100;
  3364.     delitem 949,500;
  3365.     delitem 1026,200;
  3366.     getitem 5259,1;
  3367.     close;
  3368.    
  3369. M_elaurel:
  3370.     if(countitem(5185)<1 || countitem(610)<100 || countitem(706)<25 || countitem(7194)<113)
  3371.     goto M_insufficient;
  3372.     delitem 5185,1;
  3373.     delitem 610,100;
  3374.     delitem 706,25;
  3375.     delitem 7194,113;
  3376.     getitem 5205,1;
  3377.     close;
  3378.  
  3379. M_evil:
  3380.     if(countitem(2255)<1 || countitem(2286)<1 || Zeny <20000)
  3381.     goto M_insufficient;
  3382.     delitem 2255,1;
  3383.     delitem 2286,1;
  3384.     set zeny,zeny-20000;
  3385.     getitem 5068,1;
  3386.     close;
  3387.  
  3388. M_exec:
  3389.     if(countitem(7017)<2 || countitem(2510)<1 || countitem(983)<1)
  3390.     goto M_insufficient;
  3391.     delitem 7017,2;
  3392.     delitem 2510,1;
  3393.     delitem 983,1;
  3394.     getitem 5304,1;
  3395.     close;
  3396.  
  3397. M_fangel:
  3398.     if(countitem(2254)<10 || countitem(7063)<50 || countitem(7168)<200 || countitem(7038)<200)
  3399.     goto M_insufficient;
  3400.     delitem 2254,10;
  3401.     delitem 7063,50;
  3402.     delitem 7168,200;
  3403.     delitem 7038,200;
  3404.     getitem 5210,1;
  3405.     close;
  3406.  
  3407. M_fashion:
  3408.     if(countitem(2271)<1 || countitem(975)<1)
  3409.     goto M_insufficient;
  3410.     delitem 2271,1;
  3411.     delitem 975,1;
  3412.     getitem 5047,1;
  3413.     close;
  3414.  
  3415. M_fberet:
  3416.     if(countitem(5172)<1 || countitem(7063)<100 || countitem(982)<1)
  3417.     goto M_insufficient;
  3418.     delitem 5172,1;
  3419.     delitem 7063,100;
  3420.     delitem 982,1;
  3421.     getitem 5170,1;
  3422.     close;
  3423.  
  3424. M_fishh:
  3425.     if(countitem(5065)<2)
  3426.     goto M_insufficient;
  3427.     delitem 5065,2;
  3428.     getitem 5380,1;
  3429.     close;
  3430.  
  3431. M_flowerc:
  3432.     if(countitem(712)<100 || countitem(710)<5 || countitem(629)<5 || countitem(10009)<1)
  3433.     goto M_insufficient;
  3434.     delitem 712,100;
  3435.     delitem 710,5;
  3436.     delitem 629,5;
  3437.     delitem 10009,1;
  3438.     getitem 5303,1;
  3439.     close;
  3440.  
  3441. M_flowerl:
  3442.     if(countitem(7553)<2 || countitem(982)<1 || countitem(7771)<1)
  3443.     goto M_insufficient;
  3444.     delitem 7553,2;
  3445.     delitem 982,1;
  3446.     delitem 7771,1;
  3447.     getitem 5302,1;
  3448.     close;
  3449.  
  3450. M_fruit:
  3451.     if(countitem(5079)<1 || countitem(578)<100)
  3452.     goto M_insufficient;
  3453.     delitem 5079,1;
  3454.     delitem 578,100;
  3455.     getitem 5056,1;
  3456.     close;
  3457.  
  3458. M_ftwin:
  3459.     if(countitem(2236)<2 || countitem(978)<1 || countitem(1034)<50 || countitem(2294)<2)
  3460.     goto M_insufficient;
  3461.     delitem 2236,2;
  3462.     delitem 978,1;
  3463.     delitem 1034,50;
  3464.     delitem 2294,2;
  3465.     getitem 5390,1;
  3466.     close;
  3467.  
  3468. M_gambler:
  3469.     if(countitem(2214)<1 || countitem(2221)<1 || countitem(7567)<25 || countitem(1001)<200)
  3470.     goto M_insufficient;
  3471.     delitem 2214,1;
  3472.     delitem 2221,1;
  3473.     delitem 7567,25;
  3474.     delitem 1001,200;
  3475.     getitem 5144,1;
  3476.     close;
  3477.  
  3478. M_gband:
  3479.     if(countitem(970)<1 || countitem(930)<500)
  3480.     goto M_insufficient;
  3481.     delitem 970,1;
  3482.     delitem 930,500;
  3483.     getitem 5063,1;
  3484.     close;
  3485.  
  3486. M_gribbon:
  3487.     if(countitem(2208)<1 || countitem(979)<1)
  3488.     goto M_insufficient;
  3489.     delitem 2208,1;
  3490.     delitem 979,1;
  3491.     getitem 5193,1;
  3492.     close;
  3493.  
  3494. M_grief:
  3495.     if(countitem(2233)<1 || countitem(969)<1 || countitem(999)<20 || countitem(949)<80 || countitem(938)<800)
  3496.     goto M_insufficient;
  3497.     delitem 2233,1;
  3498.     delitem 969,1;
  3499.     delitem 999,20;
  3500.     delitem 949,80;
  3501.     delitem 938,800;
  3502.     getitem 5021,1;
  3503.     close;
  3504.  
  3505. M_gtiara:
  3506.     if(countitem(2234)<1 || countitem(969)<3 || countitem(2610)<4 || countitem(13106)<2)
  3507.     goto M_insufficient;
  3508.     delitem 2234,1;
  3509.     delitem 969,3;
  3510.     delitem 2610,4;
  3511.     delitem 13106,2;
  3512.     getitem 5179,1;
  3513.     close;
  3514.  
  3515. M_hahoe:
  3516.     if(countitem(706)<1 || countitem(1019)<500 || countitem(7200)<10 || countitem(7015)<20 || countitem(2267)<1 || countitem(952)<100 || countitem(1028)<100)
  3517.     goto M_insufficient;
  3518.     delitem 706,1;
  3519.     delitem 1019,500;
  3520.     delitem 7200,10;
  3521.     delitem 7015,20;
  3522.     delitem 2267,1;
  3523.     delitem 952,100;
  3524.     delitem 1028,100;
  3525.     getitem 5176,1;
  3526.     close;
  3527.  
  3528. M_head:
  3529.     if(countitem(999)<40 || countitem(984)<1 || countitem(970)<1 || countitem(1003)<1)
  3530.     goto M_insufficient;
  3531.     delitem 999,40;
  3532.     delitem 984,1;
  3533.     delitem 970,1;
  3534.     delitem 1003,1;
  3535.     getitem 5001,1;
  3536.     close;
  3537.    
  3538. M_heart:
  3539.     if(countitem(7013)<1200)
  3540.     goto M_insufficient;
  3541.     delitem 7013,1200;
  3542.     getitem 5031,1;
  3543.     close;
  3544.  
  3545. M_helma:
  3546.     if(countitem(2229)<1 || countitem(2254)<1 || countitem(7036)<5)
  3547.     goto M_insufficient;
  3548.     delitem 2229,1;
  3549.     delitem 2254,1;
  3550.     delitem 7036,5;
  3551.     getitem 5025,1;
  3552.     close;
  3553.  
  3554. M_hflower:
  3555.     if(countitem(2269)<1 || countitem(999)<10 || Zeny <20000)
  3556.     goto M_insufficient;
  3557.     delitem 2269,1;
  3558.     delitem 999,10;
  3559.     set zeny,zeny-20000;
  3560.     getitem 5061,1;
  3561.     close;
  3562.  
  3563. M_hibiscus:
  3564.     if(countitem(5085)<1 || countitem(710)<5 || countitem(7510)<1 || countitem(975)<1)
  3565.     goto M_insufficient;
  3566.     delitem 5085,1;
  3567.     delitem 710,5;
  3568.     delitem 7510,1;
  3569.     delitem 975,1;
  3570.     getitem 5139,1;
  3571.     close;
  3572.  
  3573. M_hotb:
  3574.     if(countitem(7216)<300 || countitem(7097)<300 || countitem(2211)<1 || countitem(982)<1)
  3575.     goto M_insufficient;
  3576.     delitem 7216,300;
  3577.     delitem 7097,300;
  3578.     delitem 2211,1;
  3579.     delitem 982,1;
  3580.     getitem 5070,1;
  3581.     close;
  3582.  
  3583. M_indian:
  3584.     if(countitem(5010)<1 || countitem(5049)<1 || countitem(7101)<10 || Zeny <10000)
  3585.     goto M_insufficient;
  3586.     delitem 5010,1;
  3587.     delitem 5049,1;
  3588.     delitem 7101,10;
  3589.     set zeny,zeny-10000;
  3590.     getitem 5071,1;
  3591.     close;
  3592.  
  3593. M_judge:
  3594.     if(countitem(7445)<7 || countitem(7446)<7 || countitem(7447)<7 || countitem(7448)<7 || countitem(945)<300 || countitem(983)<1 || countitem(733)<5 || countitem(2221)<1)
  3595.     goto M_insufficient;
  3596.     delitem 7445,7;
  3597.     delitem 7446,7;
  3598.     delitem 7447,7;
  3599.     delitem 7478,7;
  3600.     delitem 945,300;
  3601.     delitem 983,1;
  3602.     delitem 733,5;
  3603.     delitem 2221,1;
  3604.     getitem 5173,1;
  3605.     close;
  3606.  
  3607. M_kabuki:
  3608.     if(countitem(5090)<1 || countitem(1020)<300 || countitem(975)<1 || countitem(982)<1)
  3609.     goto M_insufficient;
  3610.     delitem 5090,1;
  3611.     delitem 1020,300;
  3612.     delitem 975,1;
  3613.     delitem 982,1;
  3614.     getitem 5143,1;
  3615.     close;
  3616.  
  3617. M_kafra:
  3618.     if(countitem(2215)<1 || countitem(2210)<1 || countitem(7063)<20)
  3619.     goto M_insufficient;
  3620.     delitem 2215,1;
  3621.     delitem 2210,1;
  3622.     delitem 7063,20;
  3623.     getitem 5020,1;
  3624.     close;
  3625.  
  3626. M_kawaii:
  3627.     if(countitem(5085)<1 || countitem(2244)<1 || countitem(5191)<1 || countitem(7166)<50)
  3628.     goto M_insufficient;
  3629.     delitem 5085,1;
  3630.     delitem 2244,1;
  3631.     delitem 5191,1;
  3632.     delitem 7166,50;
  3633.     getitem 5140,1;
  3634.     close;
  3635.  
  3636. M_kitsune:
  3637.     if(countitem(1022)<999)
  3638.     goto M_insufficient;
  3639.     delitem 1022,999;
  3640.     getitem 5069,1;
  3641.     close;
  3642.  
  3643. M_laurel:
  3644.     if(countitem(5061)<1 || countitem(712)<100 || countitem(7194)<150 || countitem(7298)<100 || countitem(520)<50 || countitem(521)<50)
  3645.     goto M_insufficient;
  3646.     delitem 5061,1;
  3647.     delitem 712,100;
  3648.     delitem 7194,150;
  3649.     delitem 7298,100;
  3650.     delitem 520,50;
  3651.     delitem 521,50;
  3652.     getitem 5185,1;
  3653.     close;
  3654.    
  3655. M_lion:
  3656.     if(countitem(1048)<100 || countitem(7564)<150 || countitem(517)<30)
  3657.     goto M_insufficient;
  3658.     delitem 1048,100;
  3659.     delitem 7564,150;
  3660.     delitem 517,30;
  3661.     getitem 5130,1;
  3662.     close;
  3663.  
  3664. M_lionm:
  3665.     if(countitem(706)<1 || countitem(1019)<500 || countitem(7200)<10 || countitem(1049)<500 || countitem(1053)<2 || countitem(980)<1)
  3666.     goto M_insufficient;
  3667.     delitem 706,1;
  3668.     delitem 1019,500;
  3669.     delitem 7200,10;
  3670.     delitem 1049,500;
  3671.     delitem 1053,2;
  3672.     delitem 980,1;
  3673.     getitem 5177,1;
  3674.     close;
  3675.  
  3676. M_lkh:
  3677.     if(countitem(754) < 100 || countitem(753) < 100 || countitem(752) < 100 || countitem(751) < 100 || countitem(750) < 100 || countitem(743) < 100 || countitem(742) < 100 || countitem(741) < 100 || countitem(2613) < 100 || countitem(5053) < 100 || countitem(7020) < 100 || countitem(7036) < 100 || countitem(2268) < 100 || countitem(734) < 100 || countitem(923) < 100 || countitem(968) < 100 || countitem(7005) < 100   || countitem(714) < 300 || Zeny < 50000000)
  3678.         goto M_insufficient;
  3679.         delitem 754,100;
  3680.         delitem 753,100;
  3681.         delitem 752,100;
  3682.         delitem 751,100;
  3683.         delitem 750,100;
  3684.         delitem 743,100;
  3685.         delitem 742,100;
  3686.         delitem 741,100;
  3687.         delitem 2613,100;
  3688.         delitem 5053,100;
  3689.         delitem 7020,100;
  3690.         delitem 7036,100;
  3691.         delitem 2268,100;
  3692.         delitem 734,100;
  3693.         delitem 923,100;
  3694.         delitem 968,100;
  3695.         delitem 7005,100;
  3696.         delitem 714,300;
  3697.         set Zeny,Zeny-50000000;
  3698.         mes "Wow!  You are brave indeed!";
  3699.         getitem 5013,1;
  3700.         mes ". . . . .";
  3701.         mes "Enjoy being God of Rune Midgard!";
  3702.         close;
  3703.  
  3704. M_lsmokie:
  3705.     if(countitem(1026)<1000 || countitem(7065)<100 || countitem(945)<10 || countitem(7030)<1)
  3706.     goto M_insufficient;
  3707.     delitem 1026,1000;
  3708.     delitem 7065,100;
  3709.     delitem 945,10;
  3710.     delitem 7030,1;
  3711.     getitem 5084,1;
  3712.     close;
  3713.    
  3714. M_mage:
  3715.     if(countitem(2252)<1 || countitem(1036)<400 || countitem(7001)<50 || countitem(4052)<1)
  3716.     goto M_insufficient;
  3717.     delitem 2252,1;
  3718.     delitem 1036,400;
  3719.     delitem 7001,50;
  3720.     delitem 4052,1;
  3721.     getitem 5027,1;
  3722.     close;
  3723.        
  3724. M_mageb:
  3725.     if(countitem(2252)<1 || countitem(1036)<400 || countitem(7001)<50 || countitem(4052)<1 || countitem(978)<1)
  3726.     goto M_insufficient;
  3727.     delitem 2252,1;
  3728.     delitem 1036,400;
  3729.     delitem 7001,50;
  3730.     delitem 4052,1;
  3731.     delitem 978,1;
  3732.     getitem 5241,1;
  3733.     close;
  3734.        
  3735. M_mageg:
  3736.     if(countitem(2252)<1 || countitem(1036)<400 || countitem(7001)<50 || countitem(4052)<1 || countitem(983)<1 || countitem(982)<1)
  3737.     goto M_insufficient;
  3738.     delitem 2252,1;
  3739.     delitem 1036,400;
  3740.     delitem 7001,50;
  3741.     delitem 4052,1;
  3742.     delitem 982,1;
  3743.     delitem 983,1;
  3744.     getitem 5240,1;
  3745.     close;
  3746.        
  3747. M_mager:
  3748.     if(countitem(2252)<1 || countitem(1036)<400 || countitem(7001)<50 || countitem(4052)<1 || countitem(975)<1)
  3749.     goto M_insufficient;
  3750.     delitem 2252,1;
  3751.     delitem 1036,400;
  3752.     delitem 7001,50;
  3753.     delitem 4052,1;
  3754.     delitem 975,1;
  3755.     getitem 5238,1;
  3756.     close;
  3757.        
  3758. M_magew:
  3759.     if(countitem(2252)<1 || countitem(1036)<400 || countitem(7001)<50 || countitem(4052)<1 || countitem(982)<1)
  3760.     goto M_insufficient;
  3761.     delitem 2252,1;
  3762.     delitem 1036,400;
  3763.     delitem 7001,50;
  3764.     delitem 4052,1;
  3765.     delitem 982,1;
  3766.     getitem 5239,1;
  3767.     close;
  3768.        
  3769. M_magey:
  3770.     if(countitem(2252)<1 || countitem(1036)<400 || countitem(7001)<50 || countitem(4052)<1 || countitem(976)<1)
  3771.     goto M_insufficient;
  3772.     delitem 2252,1;
  3773.     delitem 1036,400;
  3774.     delitem 7001,50;
  3775.     delitem 4052,1;
  3776.     delitem 976,1;
  3777.     getitem 5242,1;
  3778.     close;
  3779.    
  3780.    
  3781. M_magic:
  3782.     if(countitem(2252)<1 || countitem(1054)<450 || countitem(943)<1200)
  3783.     goto M_insufficient;
  3784.     delitem 2252,1;
  3785.     delitem 1054,450;
  3786.     delitem 943,1200;
  3787.     getitem 5054,1;
  3788.     close;
  3789.  
  3790. M_maiden:
  3791.     if(countitem(5085)<1 || countitem(5091)<1 || countitem(5117)<2 || countitem(978)<1 || countitem(975)<1)
  3792.     goto M_insufficient;
  3793.     delitem 5085,1;
  3794.     delitem 5091,1;
  3795.     delitem 5117,2;
  3796.     delitem 978,1;
  3797.     delitem 975,1;
  3798.     getitem 5187,1;
  3799.     close;
  3800.  
  3801. M_meyes:
  3802.     if(countitem(5123)<1 || countitem(5027)<1 || countitem(7337)<50 || countitem(981)<1)
  3803.     goto M_insufficient;
  3804.     delitem 5123,1;
  3805.     delitem 5027,1;
  3806.     delitem 7337,50;
  3807.     delitem 981,1;
  3808.     getitem 5138,1;
  3809.     close;
  3810.  
  3811. M_mimi:
  3812.     if(countitem(7267)<300 || countitem(7171)<300 || countitem(1029)<5)
  3813.     goto M_insufficient;
  3814.     delitem 7267,300;
  3815.     delitem 7171,300;
  3816.     delitem 1029,5;
  3817.     getitem 5099,1;
  3818.     close;
  3819.  
  3820. M_mine:
  3821.     if(countitem(5009)<1 || countitem(5028)<1 || countitem(747)<1 || countitem(999)<25)
  3822.     goto M_insufficient;
  3823.     delitem 5009,1;
  3824.     delitem 5028,1;
  3825.     delitem 747,1;
  3826.     delitem 999,25;
  3827.     getitem 5031,1;
  3828.     close;
  3829.  
  3830. M_mistress:
  3831.     if(countitem(2249)<1 || countitem(714)<1 || countitem(969)<3 || Zeny <40000)
  3832.     goto M_insufficient;
  3833.     delitem 2249,1;
  3834.     delitem 714,1;
  3835.     delitem 969,3;
  3836.     set zeny,zeny-40000;
  3837.     getitem 5081,1;
  3838.     close;
  3839.  
  3840. M_model:
  3841.     if(countitem(2285)<1 || countitem(1550)<1)
  3842.     goto M_insufficient;
  3843.     delitem 2285,1;
  3844.     delitem 1550,1;
  3845.     getitem 5073,1;
  3846.     close;
  3847.  
  3848. M_mystic:
  3849.     if(countitem(731)<10 || countitem(748)<2 || countitem(982)<1 || Zeny < 50000)
  3850.     goto M_insufficient;
  3851.     delitem 731,10;
  3852.     delitem 748,2;
  3853.     delitem 982,1;
  3854.     set zeny,zeny-50000;
  3855.     getitem 5117,1;
  3856.     close;
  3857.  
  3858. M_nest:
  3859.     if(countitem(604)<100 || countitem(916)<100 || countitem(7115)<100)
  3860.     goto M_insufficient;
  3861.     delitem 604,100;
  3862.     delitem 916,100;
  3863.     delitem 7115,100;
  3864.     getitem 5183,1;
  3865.     close;
  3866.  
  3867. M_nhead:
  3868.     if(countitem(5001)<1 || countitem(978)<1 || countitem(991)<200)
  3869.     goto M_insufficient;
  3870.     delitem 5001,1;
  3871.     delitem 978,1;
  3872.     delitem 991,200;
  3873.     getitem 5151,1;
  3874.     close;
  3875.  
  3876. M_opera:
  3877.     if(countitem(998)<20 || countitem(707)<1 || Zeny <5000)
  3878.     goto M_insufficient;
  3879.     delitem 998,20;
  3880.     delitem 707,1;
  3881.     set zeny,zeny-5000;
  3882.     getitem 2281,1;
  3883.     close;
  3884.  
  3885. M_operap:
  3886.     if(countitem(2281)<1 || countitem(1048)<50)
  3887.     goto M_insufficient;
  3888.     delitem 2281,1;
  3889.     delitem 1048,50;
  3890.     getitem 5043,1;
  3891.     close;
  3892.  
  3893. M_orch:
  3894.     if(countitem(968)<100 || countitem(2299)<1 || countitem(1124)<1 || countitem(931)<1000)
  3895.     goto M_insufficient;
  3896.     delitem 968,100;
  3897.     delitem 2299,1;
  3898.     delitem 1124,1;
  3899.     delitem 931,1000;
  3900.     getitem 5094,1;
  3901.     close;
  3902.  
  3903. M_oribbon:
  3904.     if(countitem(2208)<1 || countitem(980)<1)
  3905.     goto M_insufficient;
  3906.     delitem 2208,1;
  3907.     delitem 980,1;
  3908.     getitem 5196,1;
  3909.     close;
  3910.  
  3911. M_otter:
  3912.     if(countitem(5033)<1 || countitem(5064)<1)
  3913.     goto M_insufficient;
  3914.     delitem 5033,1;
  3915.     delitem 5064,1;
  3916.     getitem 5078,1;
  3917.     close;
  3918.  
  3919. M_oxy:
  3920.     if(countitem(701)<5)
  3921.     goto M_insufficient;
  3922.     delitem 701,5;
  3923.     getitem 5004,1;
  3924.     close;
  3925.  
  3926. M_party:
  3927.     if(countitem(2236)<1 || countitem(7151)<100 || countitem(7111)<100)
  3928.     goto M_insufficient;
  3929.     delitem 2236,1;
  3930.     delitem 7151,100;
  3931.     delitem 7111,100;
  3932.     getitem 5060,1;
  3933.     close;
  3934.  
  3935. M_pagdayaw:
  3936.     if(countitem(7441)<20 || countitem(949)<50 || countitem(916)<15 || countitem(7115)<10 || countitem(7440)<20 || countitem(7063)<10 || countitem(7200)<10 || countitem(2214)<1)
  3937.     goto M_insufficient;
  3938.     delitem 7441,20;
  3939.     delitem 949,50;
  3940.     delitem 916,15;
  3941.     delitem 7115,10;
  3942.     delitem 7440,20;
  3943.     delitem 7063,10;
  3944.     delitem 7200,10;
  3945.     delitem 2214,1;
  3946.     getitem 5299,1;
  3947.     close;
  3948.  
  3949. M_parcel:
  3950.     if(countitem(1059)<150 || countitem(907)<100 || countitem(978)<1)
  3951.     goto M_insufficient;
  3952.     delitem 1059,150;
  3953.     delitem 907,100;
  3954.     delitem 978,1;
  3955.     getitem 5023,1;
  3956.     close;
  3957.  
  3958. M_peco:
  3959.     if(countitem(2254)<2 || countitem(7101)<200 || countitem(2210)<2 || countitem(7510)<10)
  3960.     goto M_insufficient;
  3961.     delitem 2254,2;
  3962.     delitem 7101,200;
  3963.     delitem 2210,2;
  3964.     delitem 7510,10;
  3965.     getitem 5286,1;
  3966.     close;
  3967.  
  3968. M_phoenix:
  3969.     if(countitem(2254)<1 || countitem(723)<1 || countitem(7301)<20 || countitem(999)<50 || countitem(978)<1)
  3970.     goto M_insufficient;
  3971.     delitem 2254,1;
  3972.     delitem 723,1;
  3973.     delitem 7301,20;
  3974.     delitem 999,50;
  3975.     delitem 978,1;
  3976.     getitem 5271,1;
  3977.     close;
  3978.  
  3979. M_poporing:
  3980.     if(countitem(5035)<1 || countitem(979)<1 || countitem(938)<100)
  3981.     goto M_insufficient;
  3982.     delitem 5035,1;
  3983.     delitem 979,1;
  3984.     delitem 938,100;
  3985.     getitem 5352,1;
  3986.     close;
  3987.  
  3988. M_pretend:
  3989.     if(countitem(1049)<4)
  3990.     goto M_insufficient;
  3991.     delitem 1049,4;
  3992.     getitem 2293,1;
  3993.     close;
  3994.  
  3995. M_pribbon:
  3996.     if(countitem(2208)<1 || countitem(975)<1 || countitem(982)<1)
  3997.     goto M_insufficient;
  3998.     delitem 2208,1;
  3999.     delitem 975,1;
  4000.     delitem 982,1;
  4001.     getitem 5194,1;
  4002.     close;
  4003.  
  4004. M_pumpkin:
  4005.     if(countitem(5035)<1 || countitem(1062)<100 || countitem(535)<80)
  4006.     goto M_insufficient;
  4007.     delitem 5035,1;
  4008.     delitem 1062,100;
  4009.     delitem 535,80;
  4010.     getitem 5202,1;
  4011.     close;
  4012.  
  4013. M_puppy:
  4014.     if(countitem(5008)<10 || countitem(5118)<1 || countitem(1060)<100 || countitem(2210)<1)
  4015.     goto M_insufficient;
  4016.     delitem 5008,10;
  4017.     delitem 5118,1;
  4018.     delitem 1060,100;
  4019.     delitem 2210,1;
  4020.     getitem 5182,1;
  4021.     close;
  4022.  
  4023. M_rabbit:
  4024.     if(countitem(2214)<1 || countitem(983)<1 || countitem(7063)<30)
  4025.     goto M_insufficient;
  4026.     delitem 2214,1;
  4027.     delitem 983,1;
  4028.     delitem 7063,30;
  4029.     getitem 5213,1;
  4030.     close;
  4031.  
  4032. M_raccoon:
  4033.     if(countitem(1036)<20 || countitem(2213)<1 || countitem(7065)<300 || countitem(7012)<200)
  4034.     goto M_insufficient;
  4035.     delitem 1036,20;
  4036.     delitem 2213,1;
  4037.     delitem 7065,300;
  4038.     delitem 7012,200;
  4039.     getitem 5033,1;
  4040.     close;
  4041.  
  4042. M_rainbow:
  4043.     if(countitem(7030)<50 || countitem(978)<1 || countitem(5015)<1)
  4044.     goto M_insufficient;
  4045.     delitem 7030,50;
  4046.     delitem 978,1;
  4047.     delitem 5015,1;
  4048.     getitem 5039,1;
  4049.     close;
  4050.  
  4051. M_rglasses:
  4052.     if(countitem(5047)<1 || countitem(2276)<1)
  4053.     goto M_insufficient;
  4054.     delitem 5047,1;
  4055.     delitem 2276,1;
  4056.     getitem 5288,1;
  4057.     close;
  4058.  
  4059. M_ribbon:
  4060.     if(countitem(2208)<1 || countitem(975)<1)
  4061.     goto M_insufficient;
  4062.     delitem 2208,1;
  4063.     delitem 975,1;
  4064.     getitem 5195,1;
  4065.     close;
  4066.  
  4067. M_ribbonh:
  4068.     if(countitem(5045)<1 || countitem(5083)<1 || countitem(7063)<40 || countitem(7553)<1 || countitem(982)<1 || countitem(975)<1)
  4069.     goto M_insufficient;
  4070.     delitem 5045,1;
  4071.     delitem 5083,1;
  4072.     delitem 7063,40;
  4073.     delitem 7553,1;
  4074.     delitem 982,1;
  4075.     delitem 975,1;
  4076.     getitem 5211,1;
  4077.     close;
  4078.  
  4079. M_rideword:
  4080.     if(countitem(1550)<1 || countitem(1553)<7 || countitem(1556)<7 || countitem(1554)<7 || countitem(1557)<7 || countitem(1555)<7 || countitem(7015)<30)
  4081.     goto M_insufficient;
  4082.     delitem 1550,1;
  4083.     delitem 1553,7;
  4084.     delitem 1556,7;
  4085.     delitem 1554,7;
  4086.     delitem 1557,7;
  4087.     delitem 1555,7;
  4088.     delitem 7015,30;
  4089.     getitem 5208,1;
  4090.     close;
  4091.  
  4092. M_rribbon:
  4093.     if(countitem(2244)<1 || countitem(2209)<1 || countitem(10007)<1)
  4094.     goto M_insufficient;
  4095.     delitem 2244,1;
  4096.     delitem 2209,1;
  4097.     delitem 10007,1;
  4098.     getitem 5083,1;
  4099.     close;
  4100.  
  4101. M_sakkat:
  4102.     if(countitem(1019)<120 || Zeny < 10000)
  4103.     goto M_insufficient;
  4104.     delitem 1019,120;
  4105.     set zeny,zeny-10000;
  4106.     getitem 2280,1;
  4107.     close;
  4108.  
  4109. M_sales:
  4110.     if(countitem(2272)<1 || countitem(7451)<4 || countitem(7433)<3 || countitem(690)<10)
  4111.     goto M_insufficient;
  4112.     delitem 2272,1;
  4113.     delitem 7451,4;
  4114.     delitem 7433,3;
  4115.     delitem 690,10;
  4116.     getitem 5100,1;
  4117.     close;
  4118.  
  4119. M_sambrero:
  4120.     if(countitem(5062)<1 || countitem(952)<50 || countitem(1907)<1)
  4121.     goto M_insufficient;
  4122.     delitem 5062,1;
  4123.     delitem 952,50;
  4124.     delitem 1907,1;
  4125.     getitem 5067,1;
  4126.     close;
  4127.  
  4128. M_sheep:
  4129.     if(countitem(5160)<1 || countitem(7106)<6 || countitem(7107)<80)
  4130.     goto M_insufficient;
  4131.     delitem 5160,1;
  4132.     delitem 7106,6;
  4133.     delitem 7107,80;
  4134.     getitem 5133,1;
  4135.     close;
  4136.  
  4137. M_silver:
  4138.     if(countitem(2234)<1 || countitem(714)<5 || countitem(2611)<25)
  4139.     goto M_insufficient;
  4140.     delitem 2234,1;
  4141.     delitem 714,5;
  4142.     delitem 2611,25;
  4143.     getitem 5149,1;
  4144.     close;
  4145.  
  4146. M_sleaf:
  4147.     if(countitem(945)<600 || countitem(7030)<1)
  4148.     goto M_insufficient;
  4149.     delitem 945,600;
  4150.     delitem 7030,1;
  4151.     getitem 5064,1;
  4152.     close;
  4153.  
  4154. M_smile:
  4155.     if(countitem(705)<10 || countitem(909)<10 || countitem(914)<10)
  4156.     goto M_insufficient;
  4157.     delitem 705,10;
  4158.     delitem 909,10;
  4159.     delitem 914,10;
  4160.     getitem 2278,1;
  4161.     close;
  4162.  
  4163. M_smiling:
  4164.     if(countitem(2278)<1 || countitem(1015)<1 || countitem(999)<5)
  4165.     goto M_insufficient;
  4166.     delitem 2278,1;
  4167.     delitem 1015,1;
  4168.     delitem 999,5;
  4169.     getitem 5203,1;
  4170.     close;
  4171.  
  4172. M_solar:
  4173.     if(countitem(1820)<2 || countitem(5011)<1 || countitem(2651)<1 || countitem(4125)<1)
  4174.     goto M_insufficient;
  4175.     delitem 1820,2;
  4176.     delitem 5011,1;
  4177.     delitem 2651,1;
  4178.     delitem 4125,1;
  4179.     getitem 5212,1;
  4180.     close;
  4181.  
  4182. M_soul:
  4183.     if(countitem(5074)<1 || countitem(2282)<1 || countitem(7064)<10 || countitem(969)<5)
  4184.     goto M_insufficient;
  4185.     delitem 5074,1;
  4186.     delitem 2282,1;
  4187.     delitem 7064,10;
  4188.     delitem 969,5;
  4189.     getitem 5257,1;
  4190.     close;
  4191.  
  4192. M_spore:
  4193.     if(countitem(7068)<300 || countitem(7033)<850 || countitem(1015)<1)
  4194.     goto M_insufficient;
  4195.     delitem 7068,300;
  4196.     delitem 7033,850;
  4197.     delitem 1015,1;
  4198.     getitem 5029,1;
  4199.     close;
  4200.  
  4201. M_stop:
  4202.     if(countitem(1019)<50 || countitem(983)<1 || Zeny < 911000)
  4203.     goto M_insufficient;
  4204.     delitem 1019,50;
  4205.     delitem 983,1;
  4206.     set zeny,zeny-911000;
  4207.     getitem 2272,1;
  4208.     close;
  4209.  
  4210. M_straw:
  4211.     if(countitem(2280)<1 || countitem(7197)<300 || countitem(7150)<300)
  4212.     goto M_insufficient;
  4213.     delitem 2280,1;
  4214.     delitem 7197,300;
  4215.     delitem 7150,300;
  4216.     getitem 5062,1;
  4217.     close;
  4218.  
  4219. M_striped:
  4220.     if(countitem(1099)<1500)
  4221.     goto M_insufficient;
  4222.     delitem 1099,1500;
  4223.     getitem 5049,1;
  4224.     close;
  4225.  
  4226. M_summer:
  4227.     if(countitem(5062)<1 || countitem(5348)<1 || countitem(978)<1)
  4228.     goto M_insufficient;
  4229.     delitem 5062,1;
  4230.     delitem 5348,1;
  4231.     delitem 978,1;
  4232.     getitem 5287,1;
  4233.     close;
  4234.  
  4235. M_sunday:
  4236.     if(countitem(1059)<250 || countitem(2221)<1 || countitem(2227)<1 || countitem(7063)<600)
  4237.     goto M_insufficient;
  4238.     delitem 1059,250;
  4239.     delitem 2221,1;
  4240.     delitem 2227,1;
  4241.     delitem 7063,600;
  4242.     getitem 5032,1;
  4243.     close;
  4244.  
  4245. M_sunflower:
  4246.     if(countitem(5351)<1 || countitem(10011)<1)
  4247.     goto M_insufficient;
  4248.     delitem 5351,1;
  4249.     delitem 10011,1;
  4250.     getitem 5103,1;
  4251.     close;
  4252.    
  4253. M_sungod:
  4254.     if(countitem(7086)<1 || countitem(969)<10 || countitem(999)<40 || countitem(1003)<50 || countitem(984)<2)
  4255.     goto M_insufficient;
  4256.     delitem 7086,1;
  4257.     delitem 969,10;
  4258.     delitem 999,40;
  4259.     delitem 1003,50;
  4260.     delitem 984,2;
  4261.     getitem 5022,1;
  4262.     close;
  4263.  
  4264. M_tbonnet:
  4265.     if(countitem(5045)<2 || countitem(7205)<150 || countitem(983)<1 || countitem(1059)<100)
  4266.     goto M_insufficient;
  4267.     delitem 5045,2;
  4268.     delitem 7205,150;
  4269.     delitem 983,1;
  4270.     delitem 1059,100;
  4271.     getitem 5395,1;
  4272.     close;
  4273.  
  4274. M_teddy:
  4275.     if(countitem(5030)<1 || countitem(7213)<100 || countitem(7217)<100 || countitem(7161)<300)
  4276.     goto M_insufficient;
  4277.     delitem 5030,1;
  4278.     delitem 7213,100;
  4279.     delitem 7217,100;
  4280.     delitem 7161,300;
  4281.     getitem 5059,1;
  4282.     close;
  4283.  
  4284. M_toast:
  4285.     if(countitem(519)<50 || countitem(7031)<50 || countitem(548)<50 || countitem(539)<50)
  4286.     goto M_insufficient;
  4287.     delitem 519,50;
  4288.     delitem 7031,50;
  4289.     delitem 548,50;
  4290.     delitem 539,50;
  4291.     getitem 5107,1;
  4292.     close;
  4293.  
  4294. M_tower:
  4295.     if(countitem(5153)<1 || countitem(741)<10 || countitem(5132)<1 || countitem(5074)<1)
  4296.     goto M_insufficient;
  4297.     delitem 5153,1;
  4298.     delitem 741,10;
  4299.     delitem 5132,1;
  4300.     delitem 5074,1;
  4301.     getitem 5255,1;
  4302.     close;
  4303.  
  4304. M_tulip:
  4305.     if(countitem(2278)<1 || countitem(975)<1)
  4306.     goto M_insufficient;
  4307.     delitem 2278,1;
  4308.     delitem 975,1;
  4309.     getitem 5077,1;
  4310.     close;
  4311.  
  4312. M_xhair:
  4313.     if(countitem(2294)<1 || countitem(7220)<400)
  4314.     goto M_insufficient;
  4315.     delitem 2294,1;
  4316.     delitem 7220,400;
  4317.     getitem 5079,1;
  4318.     close;
  4319.  
  4320. M_valk:
  4321.     if(countitem(4219)<1 || countitem(4114)<1 || countitem(4177)<1 || countitem(4259)<1 || countitem(4212)<1 || countitem(4073)<1 || countitem(4112)<1 || countitem(4081)<1 || countitem(4251)<1 || countitem(4166)<1 || countitem(7563)<1000 || countitem(7511)<1000 || Zeny <10000000)
  4322.     goto M_insufficient;
  4323.     delitem 4219,1;
  4324.     delitem 4114,1;
  4325.     delitem 4177,1;
  4326.     delitem 4259,1;
  4327.     delitem 4212,1;
  4328.     delitem 4073,1;
  4329.     delitem 4112,1;
  4330.     delitem 4081,1;
  4331.     delitem 4251,1;
  4332.     delitem 4166,1;
  4333.     delitem 7511,1000;
  4334.     delitem 7563,1000;
  4335.     getitem 5171,1;
  4336.     close;
  4337.    
  4338. M_valkf:
  4339.     if(countitem(7510)<1 || countitem(2210)<1 || countitem(7063)<50)
  4340.     goto M_insufficient;
  4341.     delitem 7510,1;
  4342.     delitem 2210,1;
  4343.     delitem 7063,50;
  4344.     getitem 5256,1;
  4345.     close;
  4346.  
  4347. M_vane:
  4348.     if(countitem(7192)<120 || countitem(10011)<1)
  4349.     goto M_insufficient;
  4350.     delitem 7192,120;
  4351.     delitem 10011,1;
  4352.     getitem 5285,1;
  4353.     close;
  4354.    
  4355. M_victory:
  4356.     if(countitem(7510)<20)
  4357.     goto M_insufficient;
  4358.     delitem 7510,20;
  4359.     getitem 5357,1;
  4360.     close;
  4361.  
  4362. M_wander:
  4363.     if(countitem(5027)<1 || countitem(7166)<50 || countitem(7064)<1)
  4364.     goto M_insufficient;
  4365.     delitem 5027,1;
  4366.     delitem 7166,50;
  4367.     delitem 7064,1;
  4368.     getitem 5188,1;
  4369.     close;
  4370.  
  4371. M_weld:
  4372.     if(countitem(999)<50 || Zeny < 2000)
  4373.     goto M_insufficient;
  4374.     delitem 999,50;
  4375.     set zeny,zeny-2000;
  4376.     getitem 2292,1;
  4377.     close;
  4378.  
  4379. M_whisp:
  4380.     if(countitem(7019)<5 || countitem(7567)<50)
  4381.     goto M_insufficient;
  4382.     delitem 7019,5;
  4383.     delitem 7567,50;
  4384.     getitem 5294,1;
  4385.     close;
  4386.  
  4387. M_winter:
  4388.     if(countitem(983)<1 || countitem(7267)<999 || countitem(749)<1 || Zeny < 50000)
  4389.     goto M_insufficient;
  4390.     delitem 983,1;
  4391.     delitem 7267,99;
  4392.     delitem 749,1;
  4393.     set zeny,zeny-50000;
  4394.     getitem 5115,1;
  4395.     close;
  4396.  
  4397. M_wlily:
  4398.     if(countitem(5302)<1 || countitem(975)<1 || countitem(982)<1 || countitem(5165)<1)
  4399.     goto M_insufficient;
  4400.     delitem 5302,1;
  4401.     delitem 975,1;
  4402.     delitem 982,1;
  4403.     delitem 5165,1;
  4404.     getitem 5284,1;
  4405.     close;
  4406.  
  4407. M_wonder:
  4408.     if(countitem(5037)<1 || countitem(7064)<500)
  4409.     goto M_insufficient;
  4410.     delitem 5037,1;
  4411.     delitem 7064,500;
  4412.     getitem 5050,1;
  4413.     close;
  4414.  
  4415. M_wpetal:
  4416.     if(countitem(2269)<1 || countitem(982)<1)
  4417.     goto M_insufficient;
  4418.     delitem 2269,1;
  4419.     delitem 982,1;
  4420.     getitem 5206,1;
  4421.     close;
  4422.  
  4423. M_wribbon:
  4424.     if(countitem(2208)<1 || countitem(982)<1)
  4425.     goto M_insufficient;
  4426.     delitem 2208,1;
  4427.     delitem 982,1;
  4428.     getitem 5197,1;
  4429.     close;
  4430.  
  4431. M_yband:
  4432.     if(countitem(2210)<1 || countitem(5192)<1 || countitem(2250)<1)
  4433.     goto M_insufficient;
  4434.     delitem 2210,1;
  4435.     delitem 5192,1;
  4436.     delitem 2250,1;
  4437.     getitem 5278,1;
  4438.     close;
  4439.  
  4440. M_yribbon:
  4441.     if(countitem(2208)<1 || countitem(976)<1)
  4442.     goto M_insufficient;
  4443.     delitem 2208,1;
  4444.     delitem 976,1;
  4445.     getitem 5192,1;
  4446.     close;
  4447.  
  4448. M_zealot:
  4449.     if(countitem(7263)<1 || countitem(660)<1 || countitem(7099)<30 || countitem(7315)<369)
  4450.     goto M_insufficient;
  4451.     delitem 7263,1;
  4452.     delitem 660,1;
  4453.     delitem 7099,30;
  4454.     delitem 7315,369;
  4455.     getitem 5121,1;
  4456.     close;
  4457.  
  4458. M_annicake:
  4459.     if(countitem(5024)<1 || countitem(539)<30 || countitem(660)<3)
  4460.     goto M_insufficient;
  4461.     delitem 5024,1;
  4462.     delitem 539,30;
  4463.     delitem 660,3;
  4464.     getitem 5105,1;
  4465.     close;
  4466.    
  4467. M_angelbless:
  4468.     if(countitem(2282)<5 || countitem(2254)<2 || countitem(969)<1 || countitem(7063)<15 )
  4469.     goto M_insufficient;
  4470.     delitem 2282,5;
  4471.     delitem 2254,2;
  4472.     delitem 969,1;
  4473.     delitem 7063,15;
  4474.     getitem 5207,1;
  4475.     close;
  4476.    
  4477. M_antenna:
  4478.     if(countitem(996)<4 || countitem(12028)<1 || countitem(12032)<1 || countitem(992)<10 || countitem(5011)<1)
  4479.     goto M_insufficient;
  4480.     delitem 996,4;
  4481.     delitem 12028,1;
  4482.     delitem 12032,1;
  4483.     delitem 992,10;
  4484.     delitem 5011,1;
  4485.     getitem 5333,1;
  4486.     close;
  4487.  
  4488.    
  4489. M_ayok:
  4490.     if(countitem(2261)<1 || countitem(983)<1 || countitem(2280)<1 || countitem(2627)<1 || countitem(969)<2)
  4491.     goto M_insufficient;
  4492.     delitem 2261,1;
  4493.     delitem 983,1;
  4494.     delitem 2280,1;
  4495.     delitem 2627,1;
  4496.     delitem 969,2;
  4497.     getitem 5312,1;
  4498.     close;
  4499.  
  4500.    
  4501. M_balloon:
  4502.     if(countitem(5061)<2 || countitem(978)<1 || countitem(2270)<2 || countitem(5083)<1 || countitem(1059)<150)
  4503.     goto M_insufficient;
  4504.     delitem 5061,2;
  4505.     delitem 978,1;
  4506.     delitem 2270,2;
  4507.     delitem 5083,1;
  4508.     delitem 1059,150;
  4509.     getitem 5379,1;
  4510.     close;
  4511.  
  4512.    
  4513. M_putih:
  4514.     if(countitem(2275)<2 || countitem(2211)<2 || countitem(7215)<4 || countitem(7217)<20)
  4515.     goto M_insufficient;
  4516.     delitem 2275,2;
  4517.     delitem 2211,2;
  4518.     delitem 7215,4;
  4519.     delitem 7217,20;
  4520.     getitem 5321,1;
  4521.     close;
  4522.  
  4523.    
  4524. M_bapho:
  4525.     if(countitem(6004)<5 || countitem(5160)<1 || countitem(923)<25)
  4526.     goto M_insufficient;
  4527.     delitem 6004,5;
  4528.     delitem 5160,1;
  4529.     delitem 923,25;
  4530.     getitem 5374,1;
  4531.     close;
  4532.  
  4533.    
  4534. M_beard:
  4535.     if(countitem(1040)<2 || countitem(982)<2 || countitem(949)<4 || countitem(7457)<1)
  4536.     goto M_insufficient;
  4537.     delitem 1040,2;
  4538.     delitem 982,2;
  4539.     delitem 949,4;
  4540.     delitem 7457,1;
  4541.     getitem 2240,1;
  4542.     close;
  4543.  
  4544.    
  4545. M_beer:
  4546.     if(countitem(746)<20 || countitem(7097)<12 || countitem(587)<20 || countitem(2717)<1)
  4547.     goto M_insufficient;
  4548.     delitem 746,20;
  4549.     delitem 7097,12;
  4550.     delitem 587,20;
  4551.     delitem 2717,1;
  4552.     getitem 5416,1;
  4553.     close;
  4554.  
  4555.    
  4556. M_bglasses:
  4557.     if(countitem(5288)<1 || countitem(983)<1)
  4558.     goto M_insufficient;
  4559.     delitem 5288,1;
  4560.     delitem 983,1;
  4561.     getitem 5401,1;
  4562.     close;
  4563.  
  4564.    
  4565. M_btfah:
  4566.     if(countitem(5288)<1 || countitem(12078)<1 || countitem(7521)<1 || countitem(12183)<1)
  4567.     goto M_insufficient;
  4568.     delitem 5288,1;
  4569.     delitem 12078,1;
  4570.     delitem 7521,1;
  4571.     delitem 12183,1;
  4572.     getitem 5427,1;
  4573.     close;
  4574.  
  4575.    
  4576. M_filir:
  4577.     if(countitem(7441)<45 || countitem(949)<80 || countitem(916)<100)
  4578.     goto M_insufficient;
  4579.     delitem 7441,45;
  4580.     delitem 949,80;
  4581.     delitem 916,100;
  4582.     getitem 5405,1;
  4583.     close;
  4584.  
  4585.    
  4586. M_btribbon:
  4587.     if(countitem(5187)<1 || countitem(1034)<70 || countitem(7441)<10 || countitem(978)<10)
  4588.     goto M_insufficient;
  4589.     delitem 5187,1;
  4590.     delitem 1034,70;
  4591.     delitem 7441,10;
  4592.     delitem 978,10;
  4593.     getitem 5404,1;
  4594.     close;
  4595.  
  4596.    
  4597. M_blushg:
  4598.     if(countitem(5040)<1 || countitem(7170)<1 || countitem(2371)<1)
  4599.     goto M_insufficient;
  4600.     delitem 5040,1;
  4601.     delitem 7170,1;
  4602.     delitem 2371,1;
  4603.     getitem 5800,1;
  4604.     close;
  4605.  
  4606.    
  4607. M_bogy:
  4608.     if(countitem(5100)<1 || countitem(1021)<30 || countitem(7268)<1)
  4609.     goto M_insufficient;
  4610.     delitem 5100,1;
  4611.     delitem 1021,30;
  4612.     delitem 7268,1;
  4613.     getitem 5429,1;
  4614.     close;
  4615.  
  4616.    
  4617. M_boyfriend:
  4618.     if(countitem(5100)<1 || countitem(7112)<25 || countitem(561)<1)
  4619.     goto M_insufficient;
  4620.     delitem 5100,1;
  4621.     delitem 7112,25;
  4622.     delitem 561,1;
  4623.     getitem 5338,1;
  4624.     close;
  4625.  
  4626.    
  4627. M_paperbag:
  4628.     if(countitem(7188)<40 || countitem(7111)<20)
  4629.     goto M_insufficient;
  4630.     delitem 7188,40;
  4631.     delitem 7111,20;
  4632.     getitem 5410,1;
  4633.     close;
  4634.  
  4635.    
  4636. M_bullock:
  4637.     if(countitem(7106)<2 || countitem(2246)<1 || countitem(7263)<1)
  4638.     goto M_insufficient;
  4639.     delitem 7106,2;
  4640.     delitem 2246,1;
  4641.     delitem 7263,1;
  4642.     getitem 5300,1;
  4643.     close;
  4644.  
  4645.    
  4646. M_bunnyth:
  4647.     if(countitem(2214)<1 || countitem(5045)<1 || countitem(975)<1 || countitem(740)<100)
  4648.     goto M_insufficient;
  4649.     delitem 2214,1;
  4650.     delitem 5045,1;
  4651.     delitem 975,1;
  4652.     delitem 740,100;
  4653.     getitem 5378,1;
  4654.     close;
  4655.  
  4656.    
  4657.  
  4658. M_campfire:
  4659.     if(countitem(7300)<9 || countitem(1068)<4 || countitem(7098)<2)
  4660.     goto M_insufficient;
  4661.     delitem 7300,9;
  4662.     delitem 1068,4;
  4663.     delitem 7098,2;
  4664.     getitem 5414,1;
  4665.     close;
  4666.  
  4667.  
  4668. M_carmen:
  4669.     if(countitem(2275)<5 || countitem(514)<2 || countitem(979)<1 || countitem(634)<1 || countitem(619)<20 || countitem(1027)<20)
  4670.     goto M_insufficient;
  4671.     delitem 2275,5;
  4672.     delitem 514,2;
  4673.     delitem 979,1;
  4674.     delitem 634,1;
  4675.     delitem 619,20;
  4676.     delitem 1027,20;
  4677.     getitem 5307,1;
  4678.     close;
  4679.  
  4680. M_chicken:
  4681.     if(countitem(5283)<1 || countitem(916)<50 || countitem(2717)<1)
  4682.     goto M_insufficient;
  4683.     delitem 5283,1;
  4684.     delitem 916,50;
  4685.     delitem 2717,1;
  4686.     getitem 5431,1;
  4687.     close;
  4688.  
  4689.    
  4690. M_clarice:
  4691.     if(countitem(5137)<1 || countitem(2276)<1 || countitem(1060)<25)
  4692.     goto M_insufficient;
  4693.     delitem 5137,1;
  4694.     delitem 2276,1;
  4695.     delitem 1060,25;
  4696.     getitem 5341,1;
  4697.     close;
  4698.  
  4699.    
  4700. M_close:
  4701.     if(countitem(5128)<1 || countitem(969)<10 || countitem(978)<1 || countitem(985)<27)
  4702.     goto M_insufficient;
  4703.     delitem 5128,1;
  4704.     delitem 969,10;
  4705.     delitem 978,1;
  4706.     delitem 985,27;
  4707.     getitem 5131,1;
  4708.     close;
  4709.  
  4710.    
  4711. M_cparrot:
  4712.     if(countitem(4112)<1 || countitem(5299)<1)
  4713.     goto M_insufficient;
  4714.     delitem 4112,1;
  4715.     delitem 5299,1;
  4716.     getitem 5417,1;
  4717.     close;
  4718.  
  4719.    
  4720. M_drandg:
  4721.     if(countitem(7023)<20 || countitem(7799)<4 || countitem(5104)<1 || countitem(7511)<60 || countitem(7566)<3 || countitem(2255)<1)
  4722.     goto M_insufficient;
  4723.     delitem 2255,1;
  4724.     delitem 7566,3;
  4725.     delitem 7511,60;
  4726.     delitem 5104,1;
  4727.     delitem 7799,4;
  4728.     delitem 7023,20;
  4729.     getitem 5373,1;
  4730.     close;
  4731.  
  4732.    
  4733.  
  4734. M_darkwing:
  4735.     if(countitem(5191)<6 || countitem(7205)<25 || countitem(558)<3 || countitem(2210)<1 || countitem(7441)<5)
  4736.     goto M_insufficient;
  4737.     delitem 5191,6;
  4738.     delitem 7205,25;
  4739.     delitem 558,3;
  4740.     delitem 2210,1;
  4741.     delitem 7441,5;
  4742.     getitem 5369,1;
  4743.     close;
  4744.  
  4745.    
  4746.  
  4747. M_deporte:
  4748.     if(countitem(5137)<1 || countitem(5040)<1 || countitem(1034)<25)
  4749.     goto M_insufficient;
  4750.     delitem 5137,1;
  4751.     delitem 5040,1;
  4752.     delitem 1034,25;
  4753.     getitem 5340,1;
  4754.     close;
  4755.  
  4756.    
  4757. M_diadem:
  4758.     if(countitem(5124)<5 || countitem(2249)<10 || countitem(5007)<3 || countitem(969)<200)
  4759.     goto M_insufficient;
  4760.     delitem 5124,5;
  4761.     delitem 2249,10;
  4762.     delitem 5007,3;
  4763.     delitem 969,200;
  4764.     getitem 5313,1;
  4765.     close;
  4766.  
  4767.    
  4768. M_dokebi_:
  4769.     if(countitem(2261)<1 || countitem(914)<200 || countitem(975)<1 || countitem(976)<1 || countitem(978)<1)
  4770.     goto M_insufficient;
  4771.     delitem 2261,1;
  4772.     delitem 914,200;
  4773.     delitem 975,1;
  4774.     delitem 976,1;
  4775.     delitem 978,1;
  4776.     getitem 5258,1;
  4777.     close;
  4778.  
  4779.    
  4780. M_dragon:
  4781.     if(countitem(7266)<2 || countitem(1035)<4 || countitem(10001)<1)
  4782.     goto M_insufficient;
  4783.     delitem 7266,2;
  4784.     delitem 1035,4;
  4785.     delitem 10001,1;
  4786.     getitem 5292,1;
  4787.     close;
  4788.  
  4789.    
  4790. M_droopn_:
  4791.     if(countitem(5058)<1 || countitem(980)<1 || countitem(1022)<53)
  4792.     goto M_insufficient;
  4793.     delitem 5058,1;
  4794.     delitem 980,1;
  4795.     delitem 1022,53;
  4796.     getitem 5396,1;
  4797.     close;
  4798.  
  4799.    
  4800. M_ifritear:
  4801.     if(countitem(2286)<1 || countitem(7122)<60)
  4802.     goto M_insufficient;
  4803.     delitem 2286,1;
  4804.     delitem 7122,60;
  4805.     getitem 5421,1;
  4806.     close;
  4807.  
  4808.    
  4809. M_ele_:
  4810.     if(countitem(978)<1 || countitem(949)<500 || countitem(1019)<1)
  4811.     goto M_insufficient;
  4812.     delitem 978,1;
  4813.     delitem 949,500;
  4814.     delitem 1019,1;
  4815.     getitem 5146,1;
  4816.     close;
  4817.  
  4818.    
  4819. M_europebb:
  4820.     if(countitem(5200)<1 || countitem(982)<1 || countitem(978)<2)
  4821.     goto M_insufficient;
  4822.     delitem 5200,1;
  4823.     delitem 982,1;
  4824.     delitem 978,2;
  4825.     getitem 5282,1;
  4826.     close;
  4827.  
  4828.    
  4829. M_evilhelm:
  4830.     if(countitem(1039)<60 || countitem(923)<25 || countitem(2255)<1)
  4831.     goto M_insufficient;
  4832.     delitem 1039,60;
  4833.     delitem 923,25;
  4834.     delitem 2255,1;
  4835.     getitem 5247,1;
  4836.     close;
  4837.  
  4838.    
  4839. M_eslh:
  4840.     if(countitem(5347)<1 || countitem(975)<1 || countitem(982)<1 || countitem(983)<1 || countitem(5048)<1)
  4841.     goto M_insufficient;
  4842.     delitem 5347,1;
  4843.     delitem 975,1;
  4844.     delitem 982,1;
  4845.     delitem 983,1;
  4846.     delitem 5048,1;
  4847.     getitem 5364,1;
  4848.     close;
  4849.  
  4850.  
  4851. M_fantao:
  4852.     if(countitem(980)<1 || countitem(620)<1 || countitem(605)<50 || countitem(985)<200)
  4853.     goto M_insufficient;
  4854.     delitem 980,1;
  4855.     delitem 620,1;
  4856.     delitem 605,50;
  4857.     delitem 985,200;
  4858.     getitem 5424,1;
  4859.     close;
  4860.  
  4861.    
  4862. M_fantag:
  4863.     if(countitem(981)<1 || countitem(533)<1 || countitem(605)<50 || countitem(985)<200)
  4864.     goto M_insufficient;
  4865.     delitem 981,1;
  4866.     delitem 533,1;
  4867.     delitem 605,50;
  4868.     delitem 985,200;
  4869.     getitem 5425,1;
  4870.     close;
  4871.  
  4872.    
  4873. M_fantastic:
  4874.     if(countitem(2261)<1 || countitem(914)<200 || countitem(983)<1 || countitem(976)<1 || countitem(975)<1)
  4875.     goto M_insufficient;
  4876.     delitem 2261,1;
  4877.     delitem 914,200;
  4878.     delitem 983,1;
  4879.     delitem 976,1;
  4880.     delitem 975,1;
  4881.     getitem 5276,1;
  4882.     close;
  4883.  
  4884.  
  4885. M_fatherm:
  4886.     if(countitem(2265)<10 || countitem(982)<1)
  4887.     goto M_insufficient;
  4888.     delitem 2265,10;
  4889.     delitem 982,1;
  4890.     getitem 5156,1;
  4891.     close;
  4892.  
  4893.    
  4894. M_fathers:
  4895.     if(countitem(2202)<1 || countitem(7020)<5)
  4896.     goto M_insufficient;
  4897.     delitem 2202,1;
  4898.     delitem 7020,5;
  4899.     getitem 5154,1;
  4900.     close;
  4901.  
  4902.    
  4903. M_fatherb:
  4904.     if(countitem(7024)<10 || countitem(7754)<2 || countitem(7562)<4 || countitem(7450)<1)
  4905.     goto M_insufficient;
  4906.     delitem 7024,10;
  4907.     delitem 7754,2;
  4908.     delitem 7562,4;
  4909.     delitem 7450,1;
  4910.     getitem 5155,1;
  4911.     close;
  4912.  
  4913.  
  4914. M_fbonnet:
  4915.     if(countitem(2247)<1 || countitem(916)<300 || Zeny < 500)
  4916.     goto M_insufficient;
  4917.     delitem 2247,1;
  4918.     delitem 916,300;
  4919.     set zeny,zeny-500;
  4920.     getitem 5018,1;
  4921.     close;
  4922.    
  4923.  
  4924. M_fishm:
  4925.     if(countitem(1023)<1 || countitem(544)<5 || countitem(579)<1)
  4926.     goto M_insufficient;
  4927.     delitem 1023,1;
  4928.     delitem 544,5;
  4929.     delitem 579,1;
  4930.     getitem 5403,1;
  4931.     close;
  4932.  
  4933.    
  4934. M_fisherman:
  4935.     if(countitem(5120)<1 || countitem(2290)<1 || countitem(938)<4)
  4936.     goto M_insufficient;
  4937.     delitem 5120,1;
  4938.     delitem 2290,1;
  4939.     delitem 938,4;
  4940.     getitem 5317,1;
  4941.     close;
  4942.  
  4943.    
  4944. M_fangel_:
  4945.     if(countitem(5203)<4 || countitem(7063)<60 || countitem(2210)<1)
  4946.     goto M_insufficient;
  4947.     delitem 5203,4;
  4948.     delitem 7063,60;
  4949.     delitem 2210,1;
  4950.     getitem 5210,1;
  4951.     close;
  4952.  
  4953.    
  4954. M_fangeling:
  4955.     if(countitem(5132)<1 || countitem(1971)<20 || countitem(7093)<4 || countitem(2659)<1)
  4956.     goto M_insufficient;
  4957.     delitem 5132,1;
  4958.     delitem 1971,20;
  4959.     delitem 7093,4;
  4960.     delitem 2659,1;
  4961.     getitem 5334,1;
  4962.     close;
  4963.  
  4964.    
  4965. M_flyingevil:
  4966.     if(countitem(641)<1 || countitem(2210)<1 || countitem(7063)<60 || countitem(983)<4)
  4967.     goto M_insufficient;
  4968.     delitem 641,1;
  4969.     delitem 2210,1;
  4970.     delitem 7063,60;
  4971.     delitem 983,4;
  4972.     getitem 5376,1;
  4973.     close;
  4974.  
  4975.    
  4976. M_foxmask:
  4977.     if(countitem(1022)<20 || countitem(1234)<2)
  4978.     goto M_insufficient;
  4979.     delitem 1022,20;
  4980.     delitem 1234,2;
  4981.     getitem 5400,1;
  4982.     close;
  4983.  
  4984.    
  4985. M_friend:
  4986.     if(countitem(5100)<1 || countitem(7112)<25 || countitem(1558)<1)
  4987.     goto M_insufficient;
  4988.     delitem 5100,1;
  4989.     delitem 7112,25;
  4990.     delitem 1558,1;
  4991.     getitem 5339,1;
  4992.     close;
  4993.  
  4994.    
  4995. M_gangsters:
  4996.     if(countitem(7216)<200)
  4997.     goto M_insufficient;
  4998.     delitem 7216,200;
  4999.     getitem 5361,1;
  5000.     close;
  5001.  
  5002.    
  5003. M_gpipe:
  5004.     if(countitem(2268)<1 || countitem(1040)<30 || countitem(1629)<1)
  5005.     goto M_insufficient;
  5006.     delitem 2268,1;
  5007.     delitem 1040,30;
  5008.     delitem 1629,1;
  5009.     getitem 5377,1;
  5010.     close;
  5011.  
  5012.    
  5013. M_gfriend:
  5014.     if(countitem(5100)<1 || countitem(7112)<25 || countitem(558)<1)
  5015.     goto M_insufficient;
  5016.     delitem 5100,1;
  5017.     delitem 7112,25;
  5018.     delitem 558,1;
  5019.     getitem 5346,1;
  5020.     close;
  5021.  
  5022.    
  5023. M_glaurel:
  5024.     if(countitem(5185)<1 || countitem(969)<2)
  5025.     goto M_insufficient;
  5026.     delitem 5185,1;
  5027.     delitem 969,2;
  5028.     getitem 5433,1;
  5029.     close;
  5030.  
  5031.    
  5032. M_gtiara_:
  5033.     if(countitem(5164)<1 || countitem(7799)<1 || countitem(7578)<1 || countitem(969)<3)
  5034.     goto M_insufficient;
  5035.     delitem 5164,1;
  5036.     delitem 7799,1;
  5037.     delitem 7578,1;
  5038.     delitem 969,3;
  5039.     getitem 5262,1;
  5040.     close;
  5041.  
  5042.    
  5043. M_guild:
  5044.     if(countitem(5100)<1 || countitem(7112)<25 || countitem(714)<1)
  5045.     goto M_insufficient;
  5046.     delitem 5100,1;
  5047.     delitem 7112,25;
  5048.     delitem 714,1;
  5049.     getitem 5336,1;
  5050.     close;
  5051.  
  5052.    
  5053. M_happy:
  5054.     if(countitem(2261)<1 || countitem(914)<200 || countitem(982)<1 || countitem(975)<1 || countitem(979)<1)
  5055.     goto M_insufficient;
  5056.     delitem 2261,1;
  5057.     delitem 914,200;
  5058.     delitem 982,1;
  5059.     delitem 975,1;
  5060.     delitem 979,1;
  5061.     getitem 5273,1;
  5062.     close;
  5063.  
  5064.    
  5065. M_hmother:
  5066.     if(countitem(5035)<1 || countitem(5074)<1 || countitem(978)<1)
  5067.     goto M_insufficient;
  5068.     delitem 5035,1;
  5069.     delitem 5074,1;
  5070.     delitem 978,1;
  5071.     getitem 5319,1;
  5072.     close;
  5073.  
  5074.    
  5075. M_helmabyss:
  5076.     if(countitem(5120)<1 || countitem(2261)<1 || countitem(983)<20)
  5077.     goto M_insufficient;
  5078.     delitem 5120,1;
  5079.     delitem 2261,1;
  5080.     delitem 983,20;
  5081.     getitem 5363,1;
  5082.     close;
  5083.  
  5084.    
  5085. M_hockey:
  5086.     if(countitem(7567)<200 || countitem(5102)<1)
  5087.     goto M_insufficient;
  5088.     delitem 7567,200;
  5089.     delitem 5102,1;
  5090.     getitem 5314,1;
  5091.     close;
  5092.  
  5093.    
  5094. M_hukke:
  5095.     if(countitem(5057)<1 || countitem(2747)<2 || countitem(5161)<1)
  5096.     goto M_insufficient;
  5097.     delitem 5057,1;
  5098.     delitem 2747,2;
  5099.     delitem 5161,1;
  5100.     getitem 5360,1;
  5101.     close;
  5102.  
  5103.    
  5104. M_hunter:
  5105.     if(countitem(5200)<1 || countitem(979)<1 || countitem(7445)<50)
  5106.     goto M_insufficient;
  5107.     delitem 5200,1;
  5108.     delitem 979,1;
  5109.     delitem 7445,50;
  5110.     getitem 5383,1;
  5111.     close;
  5112.  
  5113.    
  5114. M_ilovechina:
  5115.     if(countitem(736)<300 || countitem(5074)<1 || countitem(994)<1 || Zeny < 5000000)
  5116.     goto M_insufficient;
  5117.     delitem 736,300;
  5118.     delitem 5074,1;
  5119.     delitem 994,1;
  5120.     set zeny,zeny-5000000;
  5121.     getitem 5423,1;
  5122.     close;
  5123.  
  5124.    
  5125. M_irobb:
  5126.     if(countitem(5147)<1 || countitem(976)<1)
  5127.     goto M_insufficient;
  5128.     delitem 5147,1;
  5129.     delitem 976,1;
  5130.     getitem 5209,1;
  5131.     close;
  5132.  
  5133.    
  5134. M_jasper:
  5135.     if(countitem(5430)<1 || countitem(5285)<1 || countitem(7262)<20)
  5136.     goto M_insufficient;
  5137.     delitem 5430,1;
  5138.     delitem 5285,1;
  5139.     delitem 7262,20;
  5140.     getitem 5396,1;
  5141.     close;
  5142.  
  5143.    
  5144. M_judgecap:
  5145.     if(countitem(5016)<1 || countitem(1004)<35)
  5146.     goto M_insufficient;
  5147.     delitem 5016,1;
  5148.     delitem 1004,35;
  5149.     getitem 5371,1;
  5150.     close;
  5151.  
  5152.    
  5153. M_karada:
  5154.     if(countitem(5027)<1 || countitem(976)<5)
  5155.     goto M_insufficient;
  5156.     delitem 5027,1;
  5157.     delitem 976,5;
  5158.     getitem 5426,1;
  5159.     close;
  5160.  
  5161.    
  5162. M_kerchief:
  5163.     if(countitem(10019)<1 || countitem(982)<2)
  5164.     goto M_insufficient;
  5165.     delitem 10019,1;
  5166.     delitem 982,2;
  5167.     getitem 5322,1;
  5168.     close;
  5169.  
  5170.    
  5171. M_kettle:
  5172.     if(countitem(7323)<100 || countitem(969)<20)
  5173.     goto M_insufficient;
  5174.     delitem 7323,100;
  5175.     delitem 969,20;
  5176.     getitem 5291,1;
  5177.     close;
  5178.  
  5179.    
  5180. M_koneko:
  5181.     if(countitem(5099)<1 || countitem(5230)<1 || countitem(2747)<5 || countitem(982)<15)
  5182.     goto M_insufficient;
  5183.     delitem 5099,1;
  5184.     delitem 5230,1;
  5185.     delitem 2747,5;
  5186.     delitem 982,15;
  5187.     getitem 5372,1;
  5188.     close;
  5189.  
  5190.    
  5191. M_lhibiscus:
  5192.     if(countitem(5139)<5)
  5193.     goto M_insufficient;
  5194.     delitem 5139,5;
  5195.     getitem 5311,1;
  5196.     close;
  5197.  
  5198.    
  5199. M_legion:
  5200.     if(countitem(5016)<1 || countitem(2261)<1 || countitem(968)<1 || countitem(975)<5 || countitem(1004)<35)
  5201.     goto M_insufficient;
  5202.     delitem 5016,1;
  5203.     delitem 2261,1;
  5204.     delitem 968,1;
  5205.     delitem 975,5;
  5206.     delitem 1004,35;
  5207.     getitem 5418,1;
  5208.     close;
  5209.  
  5210.    
  5211. M_linguistic:
  5212.     if(countitem(1550)<3 || countitem(1006)<20 || Zeny <500000 )
  5213.     goto M_insufficient;
  5214.     delitem 1550,3;
  5215.     delitem 1006,20;
  5216.     set zeny,zeny-500000;
  5217.     getitem 5422,1;
  5218.     close;
  5219.  
  5220.    
  5221. M_littleangel:
  5222.     if(countitem(5137)<1 || countitem(7063)<20 || countitem(1034)<20)
  5223.     goto M_insufficient;
  5224.     delitem 5137,1;
  5225.     delitem 7063,20;
  5226.     delitem 1034,20;
  5227.     getitem 5324,1;
  5228.     close;
  5229.  
  5230.    
  5231. M_loki:
  5232.     if(countitem(7019)<10 || countitem(7200)<10)
  5233.     goto M_insufficient;
  5234.     delitem 7019,10;
  5235.     delitem 7200,10;
  5236.     getitem 5332,1;
  5237.     close;
  5238.  
  5239.    
  5240. M_louyang:
  5241.     if(countitem(721)<5 || countitem(7216)<25 || Zeny <100000 )
  5242.     goto M_insufficient;
  5243.     delitem 721,5;
  5244.     delitem 7216,25;
  5245.     set zeny,zeny-100000;
  5246.     getitem 5392,1;
  5247.     close;
  5248.  
  5249.    
  5250. M_loveflower:
  5251.     if(countitem(2215)<3 || countitem(2210)<2 || countitem(5061)<1 || countitem(10009)<1)
  5252.     goto M_insufficient;
  5253.     delitem 2215,3;
  5254.     delitem 2210,2;
  5255.     delitem 5061,1;
  5256.     delitem 10009,1;
  5257.     getitem 5803,1;
  5258.     close;
  5259.  
  5260.    
  5261. M_lovevalentine:
  5262.     if(countitem(2285)<5 || countitem(994)<10 || countitem(7097)<25 || Zeny <777777 )
  5263.     goto M_insufficient;
  5264.     delitem 2285,5;
  5265.     delitem 994,10;
  5266.     delitem 7097,25;
  5267.     set zeny,zeny-777777;
  5268.     getitem 5393,1;
  5269.     close;
  5270.  
  5271.    
  5272. M_magnolia:
  5273.     if(countitem(574)<150 || countitem(7031)<150)
  5274.     goto M_insufficient;
  5275.     delitem 574,150;
  5276.     delitem 7031,150;
  5277.     getitem 5365,1;
  5278.     close;
  5279.  
  5280.    
  5281. M_marvelous:
  5282.     if(countitem(2261)<1 || countitem(914)<200 || countitem(975)<1 || countitem(976)<1 || countitem(981)<1)
  5283.     goto M_insufficient;
  5284.     delitem 2261,1;
  5285.     delitem 914,200;
  5286.     delitem 975,1;
  5287.     delitem 976,1;
  5288.     delitem 981,1;
  5289.     getitem 5275,1;
  5290.     close;
  5291.  
  5292.    
  5293. M_maskofgoddess:
  5294.     if(countitem(5043)<5 || countitem(969)<10 || countitem(7568)<50)
  5295.     goto M_insufficient;
  5296.     delitem 5043,5;
  5297.     delitem 969,10;
  5298.     delitem 7568,50;
  5299.     getitem 5389,1;
  5300.     close;
  5301.  
  5302.    
  5303. M_maskofifrit:
  5304.     if(countitem(5430)<2 || countitem(5421)<1)
  5305.     goto M_insufficient;
  5306.     delitem 5430,2;
  5307.     delitem 5421,1;
  5308.     getitem 5420,1;
  5309.     close;
  5310.  
  5311.    
  5312. M_misstrance:
  5313.     if(countitem(5081)<3 || countitem(7754)<1 || countitem(2128)<1)
  5314.     goto M_insufficient;
  5315.     delitem 5081,3;
  5316.     delitem 7754,1;
  5317.     delitem 2128,1;
  5318.     getitem 5323,1;
  5319.     close;
  5320.  
  5321.    
  5322. M_natalie:
  5323.     if(countitem(2280)<1 || countitem(7479)<1 || countitem(2109)<1)
  5324.     goto M_insufficient;
  5325.     delitem 2280,1;
  5326.     delitem 7479,1;
  5327.     delitem 2109,1;
  5328.     getitem 5806,1;
  5329.     close;
  5330.  
  5331.    
  5332. M_scouter:
  5333.     if(countitem(2276)<1 || countitem(5135)<1 || countitem(7094)<50 || countitem(7353)<50)
  5334.     goto M_insufficient;
  5335.     delitem 2276,1;
  5336.     delitem 5135,1;
  5337.     delitem 7094,50;
  5338.     delitem 7353,50;
  5339.     getitem 5315,1;
  5340.     close;
  5341.  
  5342.    
  5343. M_octoberfest:
  5344.     if(countitem(5416)<1 || countitem(2211)<2 || countitem(949)<100)
  5345.     goto M_insufficient;
  5346.     delitem 5416,1;
  5347.     delitem 2211,2;
  5348.     delitem 949,100;
  5349.     getitem 5807,1;
  5350.     close;
  5351.  
  5352.    
  5353. M_orchead:
  5354.     if(countitem(5094)<1 || countitem(10018)<2 || countitem(968)<5 || countitem(7440)<30)
  5355.     goto M_insufficient;
  5356.     delitem 5094,1;
  5357.     delitem 10018,2;
  5358.     delitem 968,5;
  5359.     delitem 7440,30;
  5360.     getitem 5375,1;
  5361.     close;
  5362.  
  5363.    
  5364. M_orchid:
  5365.     if(countitem(5302)<1 || countitem(981)<5)
  5366.     goto M_insufficient;
  5367.     delitem 5302,1;
  5368.     delitem 981,5;
  5369.     getitem 5370,1;
  5370.     close;
  5371.  
  5372.    
  5373. M_partyrecr:
  5374.     if(countitem(5100)<1 || countitem(7112)<25 || countitem(2617)<1)
  5375.     goto M_insufficient;
  5376.     delitem 5100,1;
  5377.     delitem 7112,25;
  5378.     delitem 2617,1;
  5379.     getitem 5337,1;
  5380.     close;
  5381.  
  5382.    
  5383. M_pecoear:
  5384.     if(countitem(2286)<1 || countitem(7101)<30)
  5385.     goto M_insufficient;
  5386.     delitem 2286,1;
  5387.     delitem 7101,30;
  5388.     getitem 5358,1;
  5389.     close;
  5390.  
  5391.    
  5392. M_phoenix_:
  5393.     if(countitem(2254)<1 || countitem(724)<1 || countitem(7301)<20 || countitem(999)<50 || countitem(978)<1)
  5394.     goto M_insufficient;
  5395.     delitem 2254,1;
  5396.     delitem 724,1;
  5397.     delitem 7301,20;
  5398.     delitem 999,50;
  5399.     delitem 978,1;
  5400.     getitem 5152,1;
  5401.     close;
  5402.  
  5403.    
  5404. M_pirate:
  5405.     if(countitem(1214)<5 || countitem(969)<10 || countitem(7799)<5)
  5406.     goto M_insufficient;
  5407.     delitem 1214,5;
  5408.     delitem 969,10;
  5409.     delitem 7799,5;
  5410.     getitem 5305,1;
  5411.     close;
  5412.  
  5413.    
  5414. M_popcorn:
  5415.     if(countitem(608)<20 || countitem(1752)<1 || countitem(2261)<1 || countitem(978)<1)
  5416.     goto M_insufficient;
  5417.     delitem 608,20;
  5418.     delitem 1752,1;
  5419.     delitem 2261,1;
  5420.     delitem 978,1;
  5421.     getitem 5413,1;
  5422.     close;
  5423.  
  5424.    
  5425. M_poringcake:
  5426.     if(countitem(5255)<1 || countitem(5024)<1)
  5427.     goto M_insufficient;
  5428.     delitem 5255,1;
  5429.     delitem 5024,1;
  5430.     getitem 5415,1;
  5431.     close;
  5432.  
  5433.    
  5434. M_poringparty:
  5435.     if(countitem(5035)<2 || countitem(5060)<2 || countitem(741)<10 || countitem(530)<50 || countitem(938)<100)
  5436.     goto M_insufficient;
  5437.     delitem 5035,2;
  5438.     delitem 5060,2;
  5439.     delitem 741,10;
  5440.     delitem 530,50;
  5441.     delitem 938,100;
  5442.     getitem 5318,1;
  5443.     close;
  5444.  
  5445.    
  5446. M_purplecow:
  5447.     if(countitem(5075)<1 || countitem(7101)<5 || countitem(981)<10)
  5448.     goto M_insufficient;
  5449.     delitem 5075,1;
  5450.     delitem 7101,5;
  5451.     delitem 981,10;
  5452.     getitem 5409,1;
  5453.     close;
  5454.  
  5455.    
  5456. M_pcb:
  5457.     if(countitem(7047)<100)
  5458.     goto M_insufficient;
  5459.     delitem 7047,100;
  5460.     getitem 5051,1;
  5461.     close;
  5462.  
  5463.    
  5464. M_ramen:
  5465.     if(countitem(577)<20 || countitem(7134)<1 || countitem(581)<3 || countitem(7454)<2 || countitem(7455)<2 || countitem(6033)<2 || countitem(6022)<2)
  5466.     goto M_insufficient;
  5467.     delitem 577,20;
  5468.     delitem 7134,1;
  5469.     delitem 581,3;
  5470.     delitem 7454,2;
  5471.     delitem 7455,2;
  5472.     delitem 6033,2;
  5473.     delitem 6022,2;
  5474.     getitem 5293,1;
  5475.     close;
  5476.  
  5477.    
  5478. M_rribbon_:
  5479.     if(countitem(5083)<1 || countitem(2700)<12 || countitem(7566)<12 || countitem(7562)<12 || countitem(2357)<3)
  5480.     goto M_insufficient;
  5481.     delitem 5083,1;
  5482.     delitem 2700,12;
  5483.     delitem 7566,12;
  5484.     delitem 7562,12;
  5485.     delitem 2357,3;
  5486.     getitem 5801,1;
  5487.     close;
  5488.  
  5489.    
  5490. M_roboeye:
  5491.     if(countitem(5102)<1 || countitem(7355)<12 || countitem(7095)<4 || countitem(7317)<2)
  5492.     goto M_insufficient;
  5493.     delitem 5102,1;
  5494.     delitem 7355,12;
  5495.     delitem 7095,4;
  5496.     delitem 7317,2;
  5497.     getitem 5325,1;
  5498.     close;
  5499.  
  5500.    
  5501. M_spalma:
  5502.     if(countitem(5205)<1 || countitem(1009)<50 || countitem(2111)<1)
  5503.     goto M_insufficient;
  5504.     delitem 5205,1;
  5505.     delitem 1009,50;
  5506.     delitem 2111,1;
  5507.     getitem 5320,1;
  5508.     close;
  5509.  
  5510.    
  5511. M_sangkok:
  5512.     if(countitem(5431)<1 || countitem(12080)<1 || countitem(1629)<1)
  5513.     goto M_insufficient;
  5514.     delitem 5431,1;
  5515.     delitem 12080,1;
  5516.     delitem 1629,1;
  5517.     getitem 5354,1;
  5518.     close;
  5519.  
  5520.    
  5521. M_santab:
  5522.     if(countitem(2241)<10 || countitem(985)<500)
  5523.     goto M_insufficient;
  5524.     delitem 2241,10;
  5525.     delitem 985,500;
  5526.     getitem 5811,1;
  5527.     close;
  5528.  
  5529.    
  5530. M_santap:
  5531.     if(countitem(5335)<1 || countitem(2236)<1)
  5532.     goto M_insufficient;
  5533.     delitem 5335,1;
  5534.     delitem 2236,1;
  5535.     getitem 5381,1;
  5536.     close;
  5537.  
  5538.    
  5539. M_scuba:
  5540.     if(countitem(7325)<5 || countitem(2205)<1 || countitem(7355)<1)
  5541.     goto M_insufficient;
  5542.     delitem 7325,5;
  5543.     delitem 2205,1;
  5544.     delitem 7355,1;
  5545.     getitem 5397,1;
  5546.     close;
  5547.  
  5548.    
  5549. M_selendang:
  5550.     if(countitem(7166)<100 || countitem(1059)<200)
  5551.     goto M_insufficient;
  5552.     delitem 7166,100;
  5553.     delitem 1059,200;
  5554.     getitem 5355,1;
  5555.     close;
  5556.  
  5557.    
  5558. M_shafka:
  5559.     if(countitem(7446)<1 || countitem(2339)<10 || countitem(1059)<70)
  5560.     goto M_insufficient;
  5561.     delitem 7446,1;
  5562.     delitem 2339,10;
  5563.     delitem 1059,70;
  5564.     getitem 5243,1;
  5565.     close;
  5566.  
  5567.    
  5568. M_shiningbulb:
  5569.     if(countitem(5034)<1 || countitem(1971)<2 || countitem(996)<6)
  5570.     goto M_insufficient;
  5571.     delitem 5034,1;
  5572.     delitem 1971,2;
  5573.     delitem 996,6;
  5574.     getitem 5310,1;
  5575.     close;
  5576.  
  5577.    
  5578. M_shinywig:
  5579.     if(countitem(2261)<1 || countitem(914)<200 || countitem(980)<2 || countitem(975)<1)
  5580.     goto M_insufficient;
  5581.     delitem 2261,1;
  5582.     delitem 914,200;
  5583.     delitem 980,2;
  5584.     delitem 975,1;
  5585.     getitem 5274,1;
  5586.     close;
  5587.  
  5588.    
  5589. M_silver_:
  5590.     if(countitem(5164)<1 || countitem(714)<25 || countitem(2611)<50 || countitem(7799)<4)
  5591.     goto M_insufficient;
  5592.     delitem 5164,1;
  5593.     delitem 714,25;
  5594.     delitem 2611,50;
  5595.     delitem 7799,4;
  5596.     getitem 5261,1;
  5597.     close;
  5598.  
  5599.    
  5600. M_snakehead:
  5601.     if(countitem(1048)<50 || countitem(926)<50)
  5602.     goto M_insufficient;
  5603.     delitem 1048,50;
  5604.     delitem 926,50;
  5605.     getitem 5388,1;
  5606.     close;
  5607.  
  5608.    
  5609. M_sorin:
  5610.     if(countitem(5137)<1 || countitem(5040)<1 || countitem(1020)<20 || countitem(7152)<5)
  5611.     goto M_insufficient;
  5612.     delitem 5137,1;
  5613.     delitem 5040,1;
  5614.     delitem 1020,20;
  5615.     delitem 7152,5;
  5616.     getitem 5342,1;
  5617.     close;
  5618.  
  5619.    
  5620. M_soulwing:
  5621.     if(countitem(5257)<1 || countitem(1472)<2 || countitem(5158)<2 || countitem(7063)<40)
  5622.     goto M_insufficient;
  5623.     delitem 5257,1;
  5624.     delitem 1472,2;
  5625.     delitem 5158,2;
  5626.     delitem 7063,40;
  5627.     getitem 5297,1;
  5628.     close;
  5629.  
  5630.    
  5631. M_squatting:
  5632.     if(countitem(741)<5 || countitem(607)<5 || countitem(940)<150)
  5633.     goto M_insufficient;
  5634.     delitem 741,5;
  5635.     delitem 607,5;
  5636.     delitem 940,150;
  5637.     getitem 5335,1;
  5638.     close;
  5639.  
  5640.    
  5641. M_sweetcandy:
  5642.     if(countitem(530)<20 || countitem(7035)<10)
  5643.     goto M_insufficient;
  5644.     delitem 530,20;
  5645.     delitem 7035,10;
  5646.     getitem 5412,1;
  5647.     close;
  5648.  
  5649.    
  5650. M_tailring:
  5651.     if(countitem(5137)<1 || countitem(2215)<1 || countitem(1034)<25)
  5652.     goto M_insufficient;
  5653.     delitem 5137,1;
  5654.     delitem 2215,1;
  5655.     delitem 1034,25;
  5656.     getitem 5343,1;
  5657.     close;
  5658.  
  5659.    
  5660. M_tigermask:
  5661.     if(countitem(1029)<10 || countitem(2297)<5 || countitem(7267)<50)
  5662.     goto M_insufficient;
  5663.     delitem 1029,10;
  5664.     delitem 2297,5;
  5665.     delitem 7267,50;
  5666.     getitem 5098,1;
  5667.     close;
  5668.  
  5669.    
  5670. M_torchcap:
  5671.     if(countitem(5414)<1 || countitem(7135)<10 || countitem(7451)<4)
  5672.     goto M_insufficient;
  5673.     delitem 5414,1;
  5674.     delitem 7135,10;
  5675.     delitem 7451,4;
  5676.     getitem 5430,1;
  5677.     close;
  5678.  
  5679.    
  5680. M_twinpom:
  5681.     if(countitem(5390)<1 || countitem(975)<1)
  5682.     goto M_insufficient;
  5683.     delitem 5390,1;
  5684.     delitem 975,1;
  5685.     getitem 5384,1;
  5686.     close;
  5687.  
  5688.    
  5689. M_umbrella:
  5690.     if(countitem(2226)<1 || countitem(622)<10)
  5691.     goto M_insufficient;
  5692.     delitem 2226,1;
  5693.     delitem 622,10;
  5694.     getitem 5316,1;
  5695.     close;
  5696.  
  5697.    
  5698. M_vanil:
  5699.     if(countitem(526)<200 || countitem(7268)<1 )
  5700.     goto M_insufficient;
  5701.     delitem 526,200;
  5702.     delitem 7268,1;
  5703.     getitem 5289,1;
  5704.     close;
  5705.  
  5706.    
  5707. M_victorious:
  5708.     if(countitem(5161)<1 )
  5709.     goto M_insufficient;
  5710.     delitem 5161,1;
  5711.     getitem 5805,1;
  5712.     close;
  5713.  
  5714.    
  5715. M_victoryhearband:
  5716.     if(countitem(5191)<3 || countitem(5195)<3)
  5717.     goto M_insufficient;
  5718.     delitem 5191,3;
  5719.     delitem 5195,3;
  5720.     getitem 5301,1;
  5721.     close;
  5722.  
  5723.    
  5724. M_vanit:
  5725.     if(countitem(5137)<1 || countitem(7038)<20 || countitem(1060)<25)
  5726.     goto M_insufficient;
  5727.     delitem 5137,1;
  5728.     delitem 7038,20;
  5729.     delitem 1060,25;
  5730.     getitem 5344,1;
  5731.     close;
  5732.  
  5733.    
  5734. M_wdoll:
  5735.     if(countitem(5137)<1 || countitem(5195)<2 || countitem(1060)<45 )
  5736.     goto M_insufficient;
  5737.     delitem 5137,1;
  5738.     delitem 5195,2;
  5739.     delitem 1060,45;
  5740.     getitem 5345,1;
  5741.     close;
  5742.  
  5743.    
  5744. M_wsnake:
  5745.     if(countitem(5388)<1 || countitem(982)<5 || countitem(7263)<2 || countitem(978)<2)
  5746.     goto M_insufficient;
  5747.     delitem 5388,1;
  5748.     delitem 982,5;
  5749.     delitem 7263,2;
  5750.     delitem 978,2;
  5751.     getitem 5411,1;
  5752.     close;
  5753.  
  5754.    
  5755. M_wwing:
  5756.     if(countitem(5197)<6 || countitem(7751)<25 || countitem(561)<3 || countitem(2210)<1 || countitem(7063)<20)
  5757.     goto M_insufficient;
  5758.     delitem 5197,6;
  5759.     delitem 7751,25;
  5760.     delitem 561,3;
  5761.     delitem 2210,1;
  5762.     delitem 7063,20;
  5763.     getitem 5368,1;
  5764.     close;
  5765.  
  5766.    
  5767. M_yoyo:
  5768.     if(countitem(753)<100)
  5769.     goto M_insufficient;
  5770.     delitem 753,100;
  5771.     getitem 5385,1;
  5772.     close;
  5773.  
  5774. //________not enough or not the correct items________
  5775.    
  5776. M_insufficient:
  5777.     next;
  5778.     mes "[Hat Maker]";
  5779.     mes "You don't have the required materials.";
  5780.     mes "Please come back when you do...";
  5781.     menu "Return to Main Menu",H_top,"Leave",H_cancel;
  5782.     close;
  5783.    
  5784. H_cancel:
  5785.     close;
  5786. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement