Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- ----------------------------
- -- Table structure for `etcitem`
- -- ----------------------------
- DROP TABLE IF EXISTS `etcitem`;
- CREATE TABLE `etcitem` (
- `item_id` DECIMAL(11,0) NOT NULL DEFAULT '0',
- `name` VARCHAR(100) DEFAULT NULL,
- `crystallizable` VARCHAR(5) DEFAULT NULL,
- `item_type` VARCHAR(12) DEFAULT NULL,
- `weight` DECIMAL(4,0) DEFAULT NULL,
- `consume_type` VARCHAR(9) DEFAULT NULL,
- `crystal_type` enum('none','d','c','b','a','s') NOT NULL DEFAULT 'none',
- `duration` DECIMAL(3,0) DEFAULT NULL,
- `price` DECIMAL(11,0) DEFAULT NULL,
- `crystal_count` INT(4) DEFAULT NULL,
- `sellable` VARCHAR(5) DEFAULT NULL,
- `dropable` VARCHAR(5) DEFAULT NULL,
- `destroyable` VARCHAR(5) DEFAULT NULL,
- `tradeable` VARCHAR(5) DEFAULT NULL,
- `oldname` VARCHAR(100) NOT NULL DEFAULT '',
- `oldtype` VARCHAR(100) NOT NULL DEFAULT '',
- `icon` VARCHAR(100) DEFAULT 'ICON',
- PRIMARY KEY (`item_id`)
- ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
- -- ----------------------------
- -- Records of etcitem
- -- ----------------------------
- INSERT INTO `etcitem` VALUES ('17', 'Wooden Arrow', 'false', 'arrow', '6', 'stackable', 'none', '-1', '2', '0', 'true', 'true', 'true', 'true', 'wooden_arrow', 'arrow', 'icon.etc_wooden_quiver_i00');
- INSERT INTO `etcitem` VALUES ('57', 'Adena', 'false', 'none', '0', 'asset', 'none', '-1', '1', '0', 'true', 'true', 'true', 'true', 'adena', 'none', 'icon.etc_adena_i00');
- INSERT INTO `etcitem` VALUES ('65', 'Red Potion', 'false', 'potion', '80', 'stackable', 'none', '-1', '40', '0', 'true', 'true', 'true', 'true', 'red_potion', 'potion', 'icon.etc_potion_red_i00');
- INSERT INTO `etcitem` VALUES ('686', 'Chair', 'false', 'none', '100', 'normal', 'none', '-1', '1000', '0', 'true', 'true', 'true', 'true', 'chair_item', 'none', 'icon.etc_branch_blue_i00');
- INSERT INTO `etcitem` VALUES ('687', 'Darin\'s Letter', 'false', 'quest', '0', 'normal', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'darings_letter', 'none', 'icon.etc_scroll_gray_i00');
- INSERT INTO `etcitem` VALUES ('688', 'Roxxy\'s Kerchief', 'false', 'quest', '0', 'normal', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'rapunzels_kerchief', 'none', 'icon.etc_piece_of_cloth_white_i00');
- INSERT INTO `etcitem` VALUES ('689', 'Poetry Book', 'false', 'quest', '0', 'normal', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'poetry_book', 'none', 'icon.etc_spell_books_red_i00');
- INSERT INTO `etcitem` VALUES ('690', 'Lyrics Book', 'false', 'quest', '0', 'normal', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'lyrics_book', 'none', 'icon.item_normal06');
- INSERT INTO `etcitem` VALUES ('691', 'Romance Novel', 'false', 'quest', '0', 'normal', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'romance_novel', 'none', 'icon.item_normal07');
- INSERT INTO `etcitem` VALUES ('692', 'Arujien\'s Letter', 'false', 'quest', '0', 'normal', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'arujiens_letter', 'none', 'icon.item_canuse37');
- INSERT INTO `etcitem` VALUES ('693', 'Greenis\'s Letter', 'false', 'quest', '0', 'normal', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'greenis_letter', 'none', 'icon.etc_letter_white_i00');
- INSERT INTO `etcitem` VALUES ('694', 'Ingredient List', 'false', 'quest', '0', 'normal', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'talos_list', 'none', 'icon.item_normal37');
- INSERT INTO `etcitem` VALUES ('695', 'Omen Beast\'s Blood', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'onyx_beast_blood', 'none', 'icon.item_canuse48');
- INSERT INTO `etcitem` VALUES ('696', 'Mana Seeker\'s Husk', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'mana_vampire_husk', 'none', 'icon.item_normal30');
- INSERT INTO `etcitem` VALUES ('697', 'Gargoyle\'s Horn', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'gargoyle_horn', 'none', 'icon.item_normal24');
- INSERT INTO `etcitem` VALUES ('698', 'Gilbert\'s List', 'false', 'quest', '0', 'normal', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'gilberts_list', 'none', 'icon.item_normal37');
- INSERT INTO `etcitem` VALUES ('699', 'Orc\'s Nose', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'orc_nose', 'none', 'icon.item_canuse05');
- INSERT INTO `etcitem` VALUES ('700', 'Hobgoblin Amulet', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', '_hobgoblin_amulet', 'none', 'icon.item_normal05');
- INSERT INTO `etcitem` VALUES ('701', 'Fungus Juice', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'fungus_juice', 'none', 'icon.item_canuse28');
- INSERT INTO `etcitem` VALUES ('702', 'Wolf Pelt', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'wolf_pelt', 'none', 'icon.etc_leather_brown_i00');
- INSERT INTO `etcitem` VALUES ('703', 'Poison Sac', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'poison_sac', 'none', 'icon.etc_pouch_gray_i00');
- INSERT INTO `etcitem` VALUES ('704', 'Fever Medicine', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'fever_medicine', 'none', 'icon.etc_lesser_potion_purple_i00');
- INSERT INTO `etcitem` VALUES ('705', 'Orc\'s Amulet', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', '_orc_amulet', 'none', 'icon.item_normal48');
- INSERT INTO `etcitem` VALUES ('706', 'Basilisk\'s Claw', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'basilisk_claw', 'none', 'icon.item_normal141');
- INSERT INTO `etcitem` VALUES ('707', 'Spore Sac', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'fungus_sac', 'none', 'icon.etc_pouch_yellow_i00');
- INSERT INTO `etcitem` VALUES ('708', 'Sylph Headband', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'sylph_headband', 'none', 'icon.item_system03');
- INSERT INTO `etcitem` VALUES ('709', 'Leather Shirt', 'false', 'none', '400', 'normal', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'sek_temp_upper001', 'none', 'icon.armor_leather_shirt_i00');
- INSERT INTO `etcitem` VALUES ('710', 'Hard Leather Shirt', 'false', 'none', '400', 'normal', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'sek_temp_upper002', 'none', 'icon.armor_leather_shirt_i00');
- INSERT INTO `etcitem` VALUES ('711', 'Piece Bone Breastplate', 'false', 'none', '800', 'normal', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'sek_temp_upper003', 'none', 'icon.armor_mithril_banded_mail_i00');
- INSERT INTO `etcitem` VALUES ('712', 'Half Plate Armor', 'false', 'none', '1200', 'normal', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'sek_temp_upper004', 'none', 'icon.armor_dwarven_scale_mail_i00');
- INSERT INTO `etcitem` VALUES ('713', 'Leather Pants', 'false', 'none', '250', 'normal', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'sek_temp_lower001', 'none', 'icon.armor_squires_pants_i00');
- INSERT INTO `etcitem` VALUES ('714', 'Hard Leather Pants', 'false', 'none', '300', 'normal', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'sek_temp_lower002', 'none', 'icon.armor_leather_pants_i00');
- INSERT INTO `etcitem` VALUES ('715', 'Piece Bone Gaiters', 'false', 'none', '500', 'normal', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'sek_temp_lower003', 'none', 'icon.armor_mithril_banded_gaiters_i00');
- INSERT INTO `etcitem` VALUES ('716', 'Plate Gaiters', 'false', 'none', '800', 'normal', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'sek_temp_lower004', 'none', 'icon.armor_dwarven_scale_mail_i00');
- INSERT INTO `etcitem` VALUES ('717', 'Leather Gloves', 'false', 'none', '100', 'normal', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'sek_temp_glove001', 'none', 'icon.armor_gauntlet_i00');
- INSERT INTO `etcitem` VALUES ('718', 'Hard Leather Gloves', 'false', 'none', '150', 'normal', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'sek_temp_glove002', 'none', 'icon.armor_gauntlet_i00');
- INSERT INTO `etcitem` VALUES ('719', 'Crafted Leather Gloves', 'false', 'none', '150', 'normal', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'sek_temp_glove003', 'none', 'icon.armor_gauntlet_i00');
- INSERT INTO `etcitem` VALUES ('720', 'Reinforced Gloves', 'false', 'none', '200', 'normal', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'sek_temp_glove004', 'none', 'icon.armor_gauntlet_i00');
- INSERT INTO `etcitem` VALUES ('721', 'Leather Boots', 'false', 'none', '150', 'normal', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'sek_temp_boots001', 'none', 'icon.armor_iron_boots_i00');
- INSERT INTO `etcitem` VALUES ('722', 'Hard Leather Boots', 'false', 'none', '150', 'normal', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'sek_temp_boots002', 'none', 'icon.armor_iron_boots_i00');
- INSERT INTO `etcitem` VALUES ('723', 'Crafted Leather Boots', 'false', 'none', '200', 'normal', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'sek_temp_boots003', 'none', 'icon.armor_feet99');
- INSERT INTO `etcitem` VALUES ('724', 'Reinforced Boots', 'false', 'none', '250', 'normal', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'sek_temp_boots004', 'none', 'icon.armor_iron_boots_i00');
- INSERT INTO `etcitem` VALUES ('725', 'Healing Drug', 'false', 'potion', '180', 'stackable', 'none', '-1', '50', '0', 'true', 'true', 'true', 'true', 'healing_drug', 'potion', 'icon.etc_potion_red_i00');
- INSERT INTO `etcitem` VALUES ('726', 'Mana Drug', 'false', 'potion', '180', 'stackable', 'none', '-1', '80', '0', 'true', 'true', 'true', 'true', 'mana_drug', 'potion', 'icon.etc_potion_blue_i00');
- INSERT INTO `etcitem` VALUES ('727', 'Healing Potion', 'false', 'potion', '180', 'stackable', 'none', '-1', '80', '0', 'true', 'true', 'true', 'true', '_healing_potion', 'potion', 'icon.item_system03');
- INSERT INTO `etcitem` VALUES ('728', 'Mana Potion', 'false', 'potion', '180', 'stackable', 'none', '-1', '2000', '0', 'true', 'true', 'true', 'true', 'mana_potion', 'potion', 'icon.etc_reagent_blue_i00');
- INSERT INTO `etcitem` VALUES ('729', 'Scroll: Enchant Weapon (Grade A)', 'false', 'scroll', '120', 'normal', 'none', '-1', '1800000', '0', 'true', 'true', 'true', 'true', 'scrl_of_ench_wp_a', 'scroll', 'icon.etc_scroll_of_enchant_weapon_i04');
- INSERT INTO `etcitem` VALUES ('730', 'Scroll: Enchant Armor (Grade A)', 'false', 'scroll', '120', 'normal', 'none', '-1', '240000', '0', 'true', 'true', 'true', 'true', 'scrl_of_ench_am_a', 'scroll', 'icon.etc_scroll_of_enchant_armor_i04');
- INSERT INTO `etcitem` VALUES ('731', 'Crystal Scroll: Enchant Weapon (Grade A)', 'false', 'scroll', '120', 'normal', 'none', '-1', '240000', '0', 'true', 'true', 'true', 'true', 'cry_scrl_of_ench_wp_a', 'scroll', 'icon.etc_scroll_of_enchant_weapon_i01');
- INSERT INTO `etcitem` VALUES ('732', 'Crystal Scroll: Enchant Armor (Grade A)', 'false', 'scroll', '120', 'normal', 'none', '-1', '240000', '0', 'true', 'true', 'true', 'true', 'cry_scrl_of_ench_am_a', 'scroll', 'icon.etc_scroll_of_enchant_armor_i01');
- INSERT INTO `etcitem` VALUES ('733', 'Endeavor Potion', 'false', 'potion', '180', 'stackable', 'none', '-1', '500', '0', 'true', 'true', 'true', 'true', 'endeavor_potion', 'potion', 'icon.etc_lesser_potion_yellow_i00');
- INSERT INTO `etcitem` VALUES ('734', 'Haste Potion', 'false', 'potion', '20', 'stackable', 'none', '-1', '1200', '0', 'true', 'true', 'true', 'true', 'quick_step_potion', 'potion', 'icon.etc_potion_green_i00');
- INSERT INTO `etcitem` VALUES ('735', 'Potion of Alacrity', 'false', 'potion', '20', 'stackable', 'none', '-1', '2400', '0', 'true', 'true', 'true', 'true', 'swift_attack_potion', 'potion', 'icon.etc_reagent_green_i00');
- INSERT INTO `etcitem` VALUES ('736', 'Scroll of Escape', 'false', 'scroll', '120', 'stackable', 'none', '-1', '400', '0', 'true', 'true', 'true', 'true', 'scroll_of_escape', 'scroll', 'icon.etc_scroll_of_return_i00');
- INSERT INTO `etcitem` VALUES ('737', 'Scroll of Resurrection', 'false', 'scroll', '120', 'stackable', 'none', '-1', '2000', '0', 'true', 'true', 'true', 'true', 'scroll_of_resurrection', 'scroll', 'icon.etc_scroll_of_resurrection_i00');
- INSERT INTO `etcitem` VALUES ('739', 'Broken Sword Handle', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'broken_sword_handle', 'none', 'icon.weapon_small_sword_i00');
- INSERT INTO `etcitem` VALUES ('740', 'Broken Blade Bottom', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'broken_blade_bottom', 'none', 'icon.weapon_great_sword_i00');
- INSERT INTO `etcitem` VALUES ('741', 'Broken Blade Top', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'broken_blade_top', 'none', 'icon.etc_sword_body_i00');
- INSERT INTO `etcitem` VALUES ('742', 'Altran\'s Note', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'alltrans_note', 'none', 'icon.etc_piece_of_paper_white_i00');
- INSERT INTO `etcitem` VALUES ('745', 'Cobendell Medicine', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'cobendell_medicine', 'none', 'icon.item_normal40');
- INSERT INTO `etcitem` VALUES ('746', 'Alberius\'s List', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'alberryus_list', 'none', 'icon.etc_piece_of_paper_white_i00');
- INSERT INTO `etcitem` VALUES ('750', 'Kinship Crystal', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'kinship_crystal', 'none', 'icon.item_normal45');
- INSERT INTO `etcitem` VALUES ('751', 'Cracked Kinship Crystal', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'cracked_kinship_crystal', 'none', 'icon.item_canuse07');
- INSERT INTO `etcitem` VALUES ('752', 'Orc Amulet', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'orc_amulet', 'none', 'icon.etc_feather_gold_i00');
- INSERT INTO `etcitem` VALUES ('753', 'Silverleaf Brooch', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'silverleaf_brooch', 'none', 'icon.item_normal12');
- INSERT INTO `etcitem` VALUES ('755', 'Colleen\'s Letter', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', '_cullinas_letter', 'none', 'icon.item_normal20');
- INSERT INTO `etcitem` VALUES ('756', 'Mandragora Root', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', '_mandragora_root', 'none', 'icon.item_normal17');
- INSERT INTO `etcitem` VALUES ('757', 'Mandragora Essence', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', '_mandragora_essence', 'none', 'icon.item_canuse28');
- INSERT INTO `etcitem` VALUES ('758', 'Colleen\'s Receipt', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', '_cullinas_receipt', 'none', 'icon.item_normal50');
- INSERT INTO `etcitem` VALUES ('759', 'Etched Rune Sword', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', '_etched_rune_sword', 'none', 'icon.weapon_1hs21');
- INSERT INTO `etcitem` VALUES ('760', 'Macabre Sword', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', '_macabre_sword', 'none', 'icon.weapon_1hs20');
- INSERT INTO `etcitem` VALUES ('761', 'Thanatos Sword', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', '_thanatos_sword', 'none', 'icon.weapon_2hs02');
- INSERT INTO `etcitem` VALUES ('762', 'Gray Bone Chip', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', '_grey_bone_chip', 'none', 'icon.item_normal05');
- INSERT INTO `etcitem` VALUES ('763', 'Esther\'s Letter', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', '_esthers_letter', 'none', 'icon.item_normal20');
- INSERT INTO `etcitem` VALUES ('764', 'Arbon\'s Letter', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', '__arbons_letter', 'none', 'icon.item_normal20');
- INSERT INTO `etcitem` VALUES ('765', 'Conspirator List', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', '_conspirator_list', 'none', 'icon.item_canuse15');
- INSERT INTO `etcitem` VALUES ('766', 'Sabrin\'s Signet', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', '_sabrins_signet', 'none', 'icon.armor_finger02');
- INSERT INTO `etcitem` VALUES ('767', 'Sealed Scroll', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', '_sealed_scroll', 'none', 'icon.item_canuse15');
- INSERT INTO `etcitem` VALUES ('768', 'Oyen\'s Key', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', '_oyens_key_', 'none', 'icon.item_normal26');
- INSERT INTO `etcitem` VALUES ('769', 'Ricardo\'s Skull', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', '_rekards_skull', 'none', 'icon.armor_head15');
- INSERT INTO `etcitem` VALUES ('770', 'Shield of Honor', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', '__shield_of_honor', 'none', 'icon.weapon_voodoo_doll_i00');
- INSERT INTO `etcitem` VALUES ('771', 'Saythus\'s Skull', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', '_saythus_skull', 'none', 'icon.item_normal05');
- INSERT INTO `etcitem` VALUES ('772', 'Trayer\'s Skull', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', '_trayer_skull', 'none', 'icon.item_normal05');
- INSERT INTO `etcitem` VALUES ('773', 'Falimar\'s Skull', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', '_falimar_skull', 'none', 'icon.item_normal05');
- INSERT INTO `etcitem` VALUES ('774', 'Fallen Sword of Honor', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', '_fallen_sword_of_honor', 'none', 'icon.weapon_1hs04');
- INSERT INTO `etcitem` VALUES ('775', 'Sword of Honor', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', '_sword_of_honor', 'none', 'icon.weapon_1hs05');
- INSERT INTO `etcitem` VALUES ('776', 'Nameless Sword', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', '_nameless_sword', 'none', 'icon.weapon_1hs23');
- INSERT INTO `etcitem` VALUES ('777', 'Sword of Black Ice', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', '_sword_of_black_ice', 'none', 'icon.weapon_1hs11');
- INSERT INTO `etcitem` VALUES ('778', 'Arodin\'s Letter', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', '_arodins_letter', 'none', 'icon.item_normal20');
- INSERT INTO `etcitem` VALUES ('779', 'Sabrin\'s Ring', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', '_sabrins_ring', 'none', 'icon.armor_finger01');
- INSERT INTO `etcitem` VALUES ('780', 'Arbon\'s Letter', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', '__arbons_letter', 'none', 'icon.item_normal20');
- INSERT INTO `etcitem` VALUES ('781', 'Madclaw\'s Necklace', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', '_madclaws_necklace', 'none', 'icon.armor_neck02');
- INSERT INTO `etcitem` VALUES ('782', 'Alex\'s Letter', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', '_alankells_letter', 'none', 'icon.item_normal20');
- INSERT INTO `etcitem` VALUES ('783', 'Alex\'s Receipt', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', '_alankells_receipt', 'none', 'icon.item_normal50');
- INSERT INTO `etcitem` VALUES ('784', 'Glass Dagger', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', '_glass_dagger', 'none', 'icon.weapon_ss02');
- INSERT INTO `etcitem` VALUES ('785', 'Broken Glass Dagger', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', '_broken_glass_dagger', 'none', 'icon.weapon_ss03');
- INSERT INTO `etcitem` VALUES ('786', 'Shadowguard Dagger', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', '_shadowguard_dagger', 'none', 'icon.weapon_ss04');
- INSERT INTO `etcitem` VALUES ('787', 'Coroli\'s Key', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', '_corollas_key', 'none', 'icon.item_normal26');
- INSERT INTO `etcitem` VALUES ('788', 'Midnight Onyx Necklace', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', '_midnight_onyx_necklace', 'none', 'icon.armor_neck01');
- INSERT INTO `etcitem` VALUES ('789', 'Song: Moonlight Whisper', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', '_song_moonlight_whisper', 'none', 'icon.item_canuse34');
- INSERT INTO `etcitem` VALUES ('790', 'Bloodsteel Kris', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', '_bloodsteel_kris', 'none', 'icon.weapon_ss09');
- INSERT INTO `etcitem` VALUES ('791', 'Karlun\'s Skull', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', '_karluns_skull', 'none', 'icon.armor_head15');
- INSERT INTO `etcitem` VALUES ('792', 'Karlun\'s Rib Bone', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', '_karluns_ribbone', 'none', 'icon.item_normal05');
- INSERT INTO `etcitem` VALUES ('793', 'Karlun\'s Thigh Bone', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', '_karluns_thighbone', 'none', 'icon.item_normal05');
- INSERT INTO `etcitem` VALUES ('794', 'Saint\'s Ash Urn', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', '_saints_ash_urn', 'none', 'icon.item_normal40');
- INSERT INTO `etcitem` VALUES ('795', 'Mace of Athebaldt', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', '_mace_of_athebaldt', 'none', 'icon.weapon_mace13');
- INSERT INTO `etcitem` VALUES ('796', 'Roien\'s Letter', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'roiens_letter', 'none', 'icon.etc_scroll_white_i00');
- INSERT INTO `etcitem` VALUES ('797', 'Manuel\'s Letter', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', '_manuels_letter', 'none', 'icon.item_normal06');
- INSERT INTO `etcitem` VALUES ('798', 'Varan\'s Letter', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', '_varanket_letter', 'none', 'icon.item_normal20');
- INSERT INTO `etcitem` VALUES ('799', 'Groot\'s Letter', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', '_groot_letter', 'none', 'icon.item_normal20');
- INSERT INTO `etcitem` VALUES ('800', 'Tome of Nassen', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', '_tome_of_nassen', 'none', 'icon.item_normal07');
- INSERT INTO `etcitem` VALUES ('801', 'Cursed Tome of Nassen', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', '_cursed_tome_of_nassen', 'none', 'icon.item_normal06');
- INSERT INTO `etcitem` VALUES ('802', 'Bloodthirsty Dagger', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', '_bloodthirsty_dagger', 'none', 'icon.weapon_ss09');
- INSERT INTO `etcitem` VALUES ('803', 'Bloody Dagger', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', '_bloody_dagger', 'none', 'icon.weapon_ss03');
- INSERT INTO `etcitem` VALUES ('804', 'Staff of Shane', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', '_staff_of_shaneryss', 'none', 'icon.weapon_mace24');
- INSERT INTO `etcitem` VALUES ('805', 'Pinter\'s Bill', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', '__pinters_bill', 'none', 'icon.item_normal50');
- INSERT INTO `etcitem` VALUES ('806', 'Drake\'s Claw', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', '_drake_claw', 'none', 'icon.item_normal36');
- INSERT INTO `etcitem` VALUES ('807', 'Flawless Drake\'s Claw', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', '_flawless_drake_claw', 'none', 'icon.item_normal24');
- INSERT INTO `etcitem` VALUES ('808', 'Pushkin\'s Letter', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', '_pushkins_letter', 'none', 'icon.item_normal20');
- INSERT INTO `etcitem` VALUES ('809', 'Bone Fragment', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'bone_fragment', 'none', 'icon.etc_piece_bone_white_i00');
- INSERT INTO `etcitem` VALUES ('810', 'Altran\'s Letter', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', '_alltrans_letter', 'none', 'icon.item_normal06');
- INSERT INTO `etcitem` VALUES ('811', 'Oil Paper', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', '_oil_paper', 'none', 'icon.item_normal37');
- INSERT INTO `etcitem` VALUES ('812', 'Adamantium Ore', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', '__adamantium_ore', 'none', 'icon.item_normal47');
- INSERT INTO `etcitem` VALUES ('813', 'Heart Stone', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', '_heart_stone', 'none', 'icon.item_normal42');
- INSERT INTO `etcitem` VALUES ('814', 'Pushkin\'s Receipt', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', '_pushkins_receipt', 'none', 'icon.item_normal50');
- INSERT INTO `etcitem` VALUES ('815', 'Leather Strap', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', '_leather_strap', 'none', 'icon.item_normal01');
- INSERT INTO `etcitem` VALUES ('816', 'Widow Maker', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', '__wm', 'none', 'icon.weapon_1hs20');
- INSERT INTO `etcitem` VALUES ('817', 'Mithril Bottle', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', '_mithril_bottle', 'none', 'icon.item_canuse22');
- INSERT INTO `etcitem` VALUES ('818', 'Grace Unicorn\'s Horn', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', '_grace_unicorn_horn', 'none', 'icon.item_normal11');
- INSERT INTO `etcitem` VALUES ('819', 'Drake\'s Bone', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', '_drake_bone', 'none', 'icon.item_normal05');
- INSERT INTO `etcitem` VALUES ('820', 'Zahak Fluids', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', '_zahak_fluids', 'none', 'icon.item_canuse28');
- INSERT INTO `etcitem` VALUES ('821', 'Bone Knife', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', '_bone_knife', 'none', 'icon.weapon_ss04');
- INSERT INTO `etcitem` VALUES ('822', 'Drake Knife', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', '_drake_knife', 'none', 'icon.weapon_ss10');
- INSERT INTO `etcitem` VALUES ('823', 'Dull Dagger', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', '_dull_dagger', 'none', 'icon.weapon_ss01');
- INSERT INTO `etcitem` VALUES ('824', 'Siriel\'s Note', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', '_siriels_note', 'none', 'icon.item_normal50');
- INSERT INTO `etcitem` VALUES ('825', 'Raien\'s Letter', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', '_raiens_letter', 'none', 'icon.item_normal20');
- INSERT INTO `etcitem` VALUES ('826', 'Silver Spores', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', '_silver_spores', 'none', 'icon.item_canuse40');
- INSERT INTO `etcitem` VALUES ('827', 'Star Dust', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', '_star_dust', 'none', 'icon.item_normal40');
- INSERT INTO `etcitem` VALUES ('828', 'Song of Awakening', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', '_song_of_awakening', 'none', 'icon.item_canuse15');
- INSERT INTO `etcitem` VALUES ('829', 'Spirit Dagger', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', '_spirit_dagger', 'none', 'icon.weapon_ss09');
- INSERT INTO `etcitem` VALUES ('830', 'Medallion of Kwyllinas', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', '_medallion_of_kwyllinas', 'none', 'icon.armor_neck03');
- INSERT INTO `etcitem` VALUES ('831', 'Echo Crystal', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', '_echo_crystal', 'none', 'icon.item_canuse09');
- INSERT INTO `etcitem` VALUES ('832', 'Green Echo Crystal', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', '_green_echo_crystal', 'none', 'icon.item_normal16');
- INSERT INTO `etcitem` VALUES ('833', 'Red Echo Crystal', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', '_red_echo_crystal', 'none', 'icon.item_normal44');
- INSERT INTO `etcitem` VALUES ('834', 'Aquamarine Echo Crystal', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', '_aquamarine_echo_crystal', 'none', 'icon.item_normal19');
- INSERT INTO `etcitem` VALUES ('835', 'Blue Echo Crystal', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', '_blue_echo_crystal', 'none', 'icon.item_normal47');
- INSERT INTO `etcitem` VALUES ('836', 'Book of Kwyllinas', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', '_book_of_kwyllinas', 'none', 'icon.item_normal07');
- INSERT INTO `etcitem` VALUES ('837', 'Fairy Dust', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', '_fairy_dust', 'none', 'icon.item_canuse43');
- INSERT INTO `etcitem` VALUES ('838', 'Vellior\'s Letter', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', '_velliors_letter', 'none', 'icon.item_normal20');
- INSERT INTO `etcitem` VALUES ('839', 'Icarus\'s Letter', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', '_icarus_letter', 'none', 'icon.item_normal20');
- INSERT INTO `etcitem` VALUES ('840', 'Drevanul Skull', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', '_drevanul_skull', 'none', 'icon.armor_head15');
- INSERT INTO `etcitem` VALUES ('841', 'Icarus\'s Order Form', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', '_icarus_orderform', 'none', 'icon.item_normal20');
- INSERT INTO `etcitem` VALUES ('842', 'Basilisk Ink', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', '_basilisk_ink', 'none', 'icon.item_canuse27');
- INSERT INTO `etcitem` VALUES ('843', 'Book of Aklantoth', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', '_book_of_aklantoth', 'none', 'icon.item_normal06');
- INSERT INTO `etcitem` VALUES ('844', 'Book of Aklantoth P1 ~ P10', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'book_of_aklantoth_p1_~_p10', 'none', 'icon.item_normal07');
- INSERT INTO `etcitem` VALUES ('937', 'Directions to Ruins', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'howtogo_ruins', 'none', 'icon.etc_piece_of_paper_gray_i00');
- INSERT INTO `etcitem` VALUES ('938', 'Deck', 'false', 'none', '0', 'normal', 'none', '-1', '0', '0', 'false', 'true', 'true', 'false', 'test_deck', 'none', 'icon.etc_spell_books_red_i00');
- INSERT INTO `etcitem` VALUES ('939', 'Gara\'s Quest Item #11', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'gara_quest_item11', 'none', 'icon.item_normal52');
- INSERT INTO `etcitem` VALUES ('940', 'Gara\'s Quest Item #12', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'gara_quest_item12', 'none', 'icon.item_normal52');
- INSERT INTO `etcitem` VALUES ('941', 'Gara\'s Proof of Bravery', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'gara_proof_of_bravery', 'none', 'icon.item_normal52');
- INSERT INTO `etcitem` VALUES ('942', 'Gara\'s Proof of Justice', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'gara_proof_of_justice', 'none', 'icon.item_normal52');
- INSERT INTO `etcitem` VALUES ('943', 'Gara\'s Proof of Despair', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'gara_proof_of_despair', 'none', 'icon.item_normal52');
- INSERT INTO `etcitem` VALUES ('944', 'Deathknight Skull', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'deathknight_skull', 'none', 'icon.armor_head15');
- INSERT INTO `etcitem` VALUES ('947', 'Scroll: Enchant Weapon (Grade B)', 'false', 'scroll', '120', 'normal', 'none', '-1', '500000', '0', 'true', 'true', 'true', 'true', 'scrl_of_ench_wp_b', 'scroll', 'icon.etc_scroll_of_enchant_weapon_i03');
- INSERT INTO `etcitem` VALUES ('948', 'Scroll: Enchant Armor (Grade B)', 'false', 'scroll', '120', 'normal', 'none', '-1', '80000', '0', 'true', 'true', 'true', 'true', 'scrl_of_ench_am_b', 'scroll', 'icon.etc_scroll_of_enchant_armor_i03');
- INSERT INTO `etcitem` VALUES ('949', 'Crystal Scroll: Enchant Weapon (Grade B)', 'false', 'scroll', '120', 'normal', 'none', '-1', '80000', '0', 'true', 'true', 'true', 'true', 'cry_scrl_of_ench_wp_b', 'scroll', 'icon.etc_scroll_of_enchant_weapon_i01');
- INSERT INTO `etcitem` VALUES ('950', 'Crystal Scroll: Enchant Armor (Grade B)', 'false', 'scroll', '120', 'normal', 'none', '-1', '80000', '0', 'true', 'true', 'true', 'true', 'cry_scrl_of_ench_am_b', 'scroll', 'icon.etc_scroll_of_enchant_armor_i01');
- INSERT INTO `etcitem` VALUES ('951', 'Scroll: Enchant Weapon (Grade C)', 'false', 'scroll', '120', 'normal', 'none', '-1', '110000', '0', 'true', 'true', 'true', 'true', 'scrl_of_ench_wp_c', 'scroll', 'icon.etc_scroll_of_enchant_weapon_i02');
- INSERT INTO `etcitem` VALUES ('952', 'Scroll: Enchant Armor (Grade C)', 'false', 'scroll', '120', 'normal', 'none', '-1', '15000', '0', 'true', 'true', 'true', 'true', 'scrl_of_ench_am_c', 'scroll', 'icon.etc_scroll_of_enchant_armor_i02');
- INSERT INTO `etcitem` VALUES ('953', 'Crystal Scroll: Enchant Weapon (Grade C)', 'false', 'scroll', '120', 'normal', 'none', '-1', '15000', '0', 'true', 'true', 'true', 'true', 'cry_scrl_of_ench_wp_c', 'scroll', 'icon.etc_scroll_of_enchant_weapon_i01');
- INSERT INTO `etcitem` VALUES ('954', 'Crystal Scroll: Enchant Armor (Grade C)', 'false', 'scroll', '120', 'normal', 'none', '-1', '15000', '0', 'true', 'true', 'true', 'true', 'cry_scrl_of_ench_am_c', 'scroll', 'icon.etc_scroll_of_enchant_armor_i01');
- INSERT INTO `etcitem` VALUES ('955', 'Scroll: Enchant Weapon (Grade D)', 'false', 'scroll', '120', 'normal', 'none', '-1', '50000', '0', 'true', 'true', 'true', 'true', 'scrl_of_ench_wp_d', 'scroll', 'icon.etc_scroll_of_enchant_weapon_i01');
- INSERT INTO `etcitem` VALUES ('956', 'Scroll: Enchant Armor (Grade D)', 'false', 'scroll', '120', 'normal', 'none', '-1', '6000', '0', 'true', 'true', 'true', 'true', 'scrl_of_ench_am_d', 'scroll', 'icon.etc_scroll_of_enchant_armor_i01');
- INSERT INTO `etcitem` VALUES ('957', 'Crystal Scroll: Enchant Weapon (Grade D)', 'false', 'scroll', '120', 'normal', 'none', '-1', '6000', '0', 'true', 'true', 'true', 'true', 'cry_scrl_of_ench_wp_d', 'scroll', 'icon.etc_scroll_of_enchant_weapon_i01');
- INSERT INTO `etcitem` VALUES ('958', 'Crystal Scroll: Enchant Armor (Grade D)', 'false', 'scroll', '120', 'normal', 'none', '-1', '6000', '0', 'true', 'true', 'true', 'true', 'cry_scrl_of_ench_am_d', 'scroll', 'icon.etc_scroll_of_enchant_armor_i01');
- INSERT INTO `etcitem` VALUES ('959', 'Scroll: Enchant Weapon (Grade S)', 'false', 'scroll', '120', 'normal', 'none', '-1', '5000000', '0', 'true', 'true', 'true', 'true', 'scrl_of_ench_wp_s', 'scroll', 'icon.etc_scroll_of_enchant_weapon_i05');
- INSERT INTO `etcitem` VALUES ('960', 'Scroll: Enchant Armor (Grade S)', 'false', 'scroll', '120', 'normal', 'none', '-1', '500000', '0', 'true', 'true', 'true', 'true', 'scrl_of_ench_am_s', 'scroll', 'icon.etc_scroll_of_enchant_armor_i05');
- INSERT INTO `etcitem` VALUES ('961', 'Crystal Scroll: Enchant Weapon (Grade S)', 'false', 'scroll', '120', 'normal', 'none', '-1', '500000', '0', 'true', 'true', 'true', 'true', 'cry_scrl_of_ench_wp_s', 'scroll', 'icon.etc_scroll_of_enchant_weapon_i01');
- INSERT INTO `etcitem` VALUES ('962', 'Crystal Scroll: Enchant Armor (Grade S)', 'false', 'scroll', '120', 'normal', 'none', '-1', '500000', '0', 'true', 'true', 'true', 'true', 'cry_scrl_of_ench_am_s', 'scroll', 'icon.etc_scroll_of_enchant_armor_i01');
- INSERT INTO `etcitem` VALUES ('963', 'Orcish Arrowhead', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'orcish_arrowhead', 'none', 'icon.weapon_winged_spear_i00');
- INSERT INTO `etcitem` VALUES ('964', 'Alberius\'s Letter', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'alberryus_letter', 'none', 'icon.etc_scroll_white_i00');
- INSERT INTO `etcitem` VALUES ('965', 'Evergreen Amulet', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'evergreen_amulet', 'none', 'icon.accessary_near_forest_necklace_i00');
- INSERT INTO `etcitem` VALUES ('966', 'Dryad\'s Tears', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'dryad_tears', 'none', 'icon.etc_crystal_ball_green_i00');
- INSERT INTO `etcitem` VALUES ('967', 'Cobendell Medicine', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'cobs_medicine', 'none', 'icon.item_canuse24');
- INSERT INTO `etcitem` VALUES ('968', 'Karrod\'s Letter', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'karoyds_letter', 'none', 'icon.etc_scroll_gray_i00');
- INSERT INTO `etcitem` VALUES ('969', 'Cecktinon\'s First Voucher', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'cecktinons_voucher1', 'none', 'icon.etc_letter_red_i00');
- INSERT INTO `etcitem` VALUES ('970', 'Cecktinon\'s Second Voucher', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'cecktinons_voucher2', 'none', 'icon.etc_letter_red_i00');
- INSERT INTO `etcitem` VALUES ('971', 'Soul Catcher', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'soul_catcher', 'none', 'icon.weapon_voodoo_doll_i00');
- INSERT INTO `etcitem` VALUES ('972', 'Preserving Oil', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'preserve_oil', 'none', 'icon.etc_potion_clear_i00');
- INSERT INTO `etcitem` VALUES ('973', 'Zombie Head', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'zombie_head', 'none', 'icon.etc_skull_black_i00');
- INSERT INTO `etcitem` VALUES ('974', 'Steelbender Head', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'steelbenders_head', 'none', 'icon.etc_skull_red_i00');
- INSERT INTO `etcitem` VALUES ('976', '1st Mark of Sentinel', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'mark_of_sentinel1', 'none', 'icon.item_system03');
- INSERT INTO `etcitem` VALUES ('977', '2nd Mark of Sentinel', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'mark_of_sentinel2', 'none', 'icon.item_system03');
- INSERT INTO `etcitem` VALUES ('978', 'Skullcrusher Amulet', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'skullcrusher_amulet', 'none', 'icon.item_normal145');
- INSERT INTO `etcitem` VALUES ('979', 'Bloodspear Amulet', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'bloodspear_amulet', 'none', 'icon.item_normal89');
- INSERT INTO `etcitem` VALUES ('980', '0', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', '_red_sunset_staff', 'none', 'icon.weapon_mace23');
- INSERT INTO `etcitem` VALUES ('982', 'Esrandell\'s Letter', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'eso_letter', 'none', 'icon.item_normal20');
- INSERT INTO `etcitem` VALUES ('983', 'Kendell\'s Letter', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'kendnell_letter', 'none', 'icon.item_normal20');
- INSERT INTO `etcitem` VALUES ('984', '1st Onyx Talisman', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'onyx_talisman1', 'none', 'icon.accessary_sages_necklace_i00');
- INSERT INTO `etcitem` VALUES ('985', '2nd Onyx Talisman', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'onyx_talisman2', 'none', 'icon.accessary_sages_necklace_i00');
- INSERT INTO `etcitem` VALUES ('986', 'Ancient Scroll', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'ancient_scroll', 'none', 'icon.etc_scroll_gray_i00');
- INSERT INTO `etcitem` VALUES ('987', 'Ancient Clay Tablet', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'ancient_clay_tablet', 'none', 'icon.etc_plate_glay_i00');
- INSERT INTO `etcitem` VALUES ('988', 'Kartia\'s Translation', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'kartas_translation', 'none', 'icon.etc_piece_of_paper_gray_i00');
- INSERT INTO `etcitem` VALUES ('1001', 'Book of Aklantoth - Part 4', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', '_book_of_aklantoth_p4', 'none', 'icon.item_normal07');
- INSERT INTO `etcitem` VALUES ('1002', 'Book of Aklantoth - Part 5', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', '_book_of_aklantoth_p5', 'none', 'icon.item_normal07');
- INSERT INTO `etcitem` VALUES ('1003', 'Book of Aklantoth - Part 6', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', '_book_of_aklantoth_p6', 'none', 'icon.item_normal07');
- INSERT INTO `etcitem` VALUES ('1004', 'Book of Aklantoth - Part 7', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', '_book_of_aklantoth_p7', 'none', 'icon.item_normal07');
- INSERT INTO `etcitem` VALUES ('1005', 'Book of Aklantoth - Part 8', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', '_book_of_aklantoth_p8', 'none', 'icon.item_normal07');
- INSERT INTO `etcitem` VALUES ('1006', 'Book of Aklantoth - Part 9', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', '_book_of_aklantoth_p9', 'none', 'icon.item_normal07');
- INSERT INTO `etcitem` VALUES ('1007', 'Book of Aklantoth - Part 10', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', '_book_of_aklantoth_p10', 'none', 'icon.item_normal07');
- INSERT INTO `etcitem` VALUES ('1008', 'Harrys\'s 1st Receipt', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'harrys_receipt1', 'none', 'icon.etc_letter_white_i00');
- INSERT INTO `etcitem` VALUES ('1009', 'Harrys\'s 2nd Receipt', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'harrys_receipt2', 'none', 'icon.etc_letter_white_i00');
- INSERT INTO `etcitem` VALUES ('1010', 'Golem Shard', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'golem_shard', 'none', 'icon.etc_lump_black_i00');
- INSERT INTO `etcitem` VALUES ('1011', 'Tool Box', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'tool_box', 'none', 'icon.etc_jewel_box_i00');
- INSERT INTO `etcitem` VALUES ('1012', 'Delivery List', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'delivery_list', 'none', 'icon.etc_piece_of_paper_white_i00');
- INSERT INTO `etcitem` VALUES ('1013', 'Heavy Wood Box', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'heavy_wood_box', 'none', 'icon.etc_jewel_box_i00');
- INSERT INTO `etcitem` VALUES ('1014', 'Cloth Bundle', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'cloth_bundle', 'none', 'icon.etc_piece_of_cloth_blue_i00');
- INSERT INTO `etcitem` VALUES ('1015', 'Clay Pot', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'clay_pot', 'none', 'icon.etc_oil_pot_white_i00');
- INSERT INTO `etcitem` VALUES ('1016', 'Jackson\'s Receipt', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'jacksons_receipt', 'none', 'icon.etc_letter_red_i00');
- INSERT INTO `etcitem` VALUES ('1017', 'Silvia\'s Receipt', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'silvias_receipt', 'none', 'icon.etc_letter_blue_i00');
- INSERT INTO `etcitem` VALUES ('1018', 'Rant\'s Receipt', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'rants_receipt', 'none', 'icon.etc_letter_white_i00');
- INSERT INTO `etcitem` VALUES ('1019', 'official Letter', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'official_letter', 'none', 'icon.etc_letter_red_i00');
- INSERT INTO `etcitem` VALUES ('1020', 'Flame Shard', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'flame_shard', 'none', 'icon.etc_crystal_red_i00');
- INSERT INTO `etcitem` VALUES ('1021', 'Ice Shard', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'ice_shard', 'none', 'icon.etc_crystal_blue_i00');
- INSERT INTO `etcitem` VALUES ('1022', 'Lilith\'s Letter', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'ryliths_letter', 'none', 'icon.etc_piece_of_paper_white_i00');
- INSERT INTO `etcitem` VALUES ('1023', 'Theon\'s Diary', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'theons_diary', 'none', 'icon.etc_spell_books_blue_i00');
- INSERT INTO `etcitem` VALUES ('1024', 'Adamantite Ore', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'adamantite_ore', 'none', 'icon.etc_plate_blue_i00');
- INSERT INTO `etcitem` VALUES ('1025', 'Clay Tablet', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'clay_tablet', 'none', 'icon.etc_plate_glay_i00');
- INSERT INTO `etcitem` VALUES ('1026', 'Silvery Spidersilk', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'silvery_spidersilk', 'none', 'icon.etc_skein_white_i00');
- INSERT INTO `etcitem` VALUES ('1027', 'Unoren\'s Receipt', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'unos_receipt', 'none', 'icon.etc_letter_white_i00');
- INSERT INTO `etcitem` VALUES ('1028', 'Creamees\'s Ticket', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'cels_ticket', 'none', 'icon.etc_ticket_blue_i00');
- INSERT INTO `etcitem` VALUES ('1029', 'Nightshade Leaf', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'nightshade_leaf', 'none', 'icon.etc_herb_blue_i00');
- INSERT INTO `etcitem` VALUES ('1030', 'Cracked Skull', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'cracked_skull', 'none', 'icon.etc_skull_black_i00');
- INSERT INTO `etcitem` VALUES ('1031', 'Perfect Skull', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'perfect_skull', 'none', 'icon.etc_skull_white_i00');
- INSERT INTO `etcitem` VALUES ('1032', 'Fox Fur', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'fox_fur', 'none', 'icon.etc_mane_i00');
- INSERT INTO `etcitem` VALUES ('1033', 'Fox Fur Yarn', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'fox_fur_yarn', 'none', 'icon.etc_skein_gray_i00');
- INSERT INTO `etcitem` VALUES ('1034', 'Maiden Doll', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'maiden_doll', 'none', 'icon.etc_totem_red_i00');
- INSERT INTO `etcitem` VALUES ('1035', 'Plague Dust', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'plague_dust', 'none', 'icon.etc_powder_red_i00');
- INSERT INTO `etcitem` VALUES ('1036', 'Andellia\'s Letter', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'andellrias_letter', 'none', 'icon.etc_scroll_gray_i00');
- INSERT INTO `etcitem` VALUES ('1037', 'Fruit of The Mother Tree', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'mothertree_fruit', 'none', 'icon.etc_fruit_green_i00');
- INSERT INTO `etcitem` VALUES ('1038', 'Rumiel\'s 1st Poem', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'rumiels_poem_1', 'none', 'icon.etc_piece_of_paper_black_i00');
- INSERT INTO `etcitem` VALUES ('1039', 'Rumiel\'s 2nd Poem', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'rumiels_poem_3', 'none', 'icon.etc_piece_of_paper_black_i00');
- INSERT INTO `etcitem` VALUES ('1040', 'Rumiel\'s 3rd Poem', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'rumiels_poem_4', 'none', 'icon.etc_piece_of_paper_black_i00');
- INSERT INTO `etcitem` VALUES ('1041', 'Rumiel\'s 4th Poem', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'rumiels_poem_5', 'none', 'icon.etc_piece_of_paper_black_i00');
- INSERT INTO `etcitem` VALUES ('1042', 'Wererat\'s Fang', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'wererat_fang', 'none', 'icon.etc_claw_i00');
- INSERT INTO `etcitem` VALUES ('1043', 'Varool Foulclaw\'s Fang', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'varool_foulclaws_fang', 'none', 'icon.etc_horn_i00');
- INSERT INTO `etcitem` VALUES ('1044', 'Kirunak Skull', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'kirunak_skull', 'none', 'icon.etc_skull_red_i00');
- INSERT INTO `etcitem` VALUES ('1045', 'Zombie\'s Skin', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'zombie_skin', 'none', 'icon.etc_bark_gold_i00');
- INSERT INTO `etcitem` VALUES ('1046', 'Nightmare Crystal', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'nightmare_crystal', 'none', 'icon.etc_totem_black_i00');
- INSERT INTO `etcitem` VALUES ('1047', 'Spellbook: Light', 'false', 'spellbook', '120', 'normal', 'none', '-1', '100', '0', 'true', 'true', 'true', 'true', 'sb_light', 'none', 'icon.etc_spell_books_blue_i00');
- INSERT INTO `etcitem` VALUES ('1048', 'Spellbook: Might', 'false', 'spellbook', '120', 'normal', 'none', '-1', '100', '0', 'true', 'true', 'true', 'true', 'sb_might1', 'none', 'icon.etc_spell_books_assistance_i00');
- INSERT INTO `etcitem` VALUES ('1049', 'Spellbook: Ice Bolt', 'false', 'spellbook', '120', 'normal', 'none', '-1', '100', '0', 'true', 'true', 'true', 'true', 'sb_ice_bolt1', 'none', 'icon.etc_spell_books_element_i00');
- INSERT INTO `etcitem` VALUES ('1050', 'Spellbook: Battle Heal', 'false', 'spellbook', '120', 'normal', 'none', '-1', '100', '0', 'true', 'true', 'true', 'true', 'sb_battle_heal1', 'none', 'icon.etc_spell_books_white_i00');
- INSERT INTO `etcitem` VALUES ('1051', 'Spellbook: Vampiric Touch', 'false', 'spellbook', '120', 'normal', 'none', '-1', '100', '0', 'true', 'true', 'true', 'true', 'sb_vampiric_touch1', 'none', 'icon.etc_spell_books_black_i00');
- INSERT INTO `etcitem` VALUES ('1052', 'Spellbook: Flame Strike', 'false', 'spellbook', '120', 'normal', 'none', '-1', '500', '0', 'true', 'true', 'true', 'true', 'sb_flame_strike1', 'none', 'icon.etc_spell_books_element_i00');
- INSERT INTO `etcitem` VALUES ('1053', 'Spellbook: Cure Poison', 'false', 'spellbook', '120', 'normal', 'none', '-1', '500', '0', 'true', 'true', 'true', 'true', 'sb_cure_poison1', 'none', 'icon.etc_spell_books_white_i00');
- INSERT INTO `etcitem` VALUES ('1054', 'Spellbook: Group Heal', 'false', 'spellbook', '120', 'normal', 'none', '-1', '500', '0', 'true', 'true', 'true', 'true', 'sb_group_heal1', 'none', 'icon.etc_spell_books_white_i00');
- INSERT INTO `etcitem` VALUES ('1055', 'Spellbook: Curse: Poison', 'false', 'spellbook', '120', 'normal', 'none', '-1', '500', '0', 'true', 'true', 'true', 'true', 'sb_curse:poison1', 'none', 'icon.etc_spell_books_black_i00');
- INSERT INTO `etcitem` VALUES ('1056', 'Spellbook: Curse: Weakness', 'false', 'spellbook', '120', 'normal', 'none', '-1', '500', '0', 'true', 'true', 'true', 'true', 'sb_curse:weakness', 'none', 'icon.etc_spell_books_black_i00');
- INSERT INTO `etcitem` VALUES ('1057', 'Spellbook: Summon Meal', 'false', 'spellbook', '120', 'normal', 'none', '-1', '500', '0', 'true', 'true', 'true', 'true', 'sb_summon_meal', 'none', 'icon.etc_spell_books_assistance_i00');
- INSERT INTO `etcitem` VALUES ('1058', 'Spellbook: Shield', 'false', 'spellbook', '120', 'normal', 'none', '-1', '500', '0', 'true', 'true', 'true', 'true', 'sb_shield1', 'none', 'icon.etc_spell_books_assistance_i00');
- INSERT INTO `etcitem` VALUES ('1059', 'Spellbook: Know Enemy', 'false', 'spellbook', '120', 'normal', 'none', '-1', '500', '0', 'true', 'true', 'true', 'true', 'sb_know_enemy', 'none', 'icon.etc_spell_books_blue_i00');
- INSERT INTO `etcitem` VALUES ('1060', 'Lesser Healing Potion', 'false', 'potion', '5', 'stackable', 'none', '-1', '90', '0', 'true', 'true', 'true', 'true', 'lesser_healing_potion', 'potion', 'icon.etc_lesser_potion_red_i00');
- INSERT INTO `etcitem` VALUES ('1061', 'Healing Potion', 'false', 'potion', '5', 'stackable', 'none', '-1', '330', '0', 'true', 'true', 'true', 'true', 'healing_potion', 'potion', 'icon.etc_potion_scarlet_i00');
- INSERT INTO `etcitem` VALUES ('1062', 'Haste Potion', 'false', 'potion', '180', 'stackable', 'none', '-1', '5000', '0', 'true', 'true', 'true', 'true', 'haste_potion', 'potion', 'icon.etc_reagent_green_i00');
- INSERT INTO `etcitem` VALUES ('1063', 'Tutorial Parchment', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', '_tutorial_parchment_01', 'none', 'icon.item_canuse15');
- INSERT INTO `etcitem` VALUES ('1064', 'Tutorial Parchment', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', '_tutorial_parchment_02', 'none', 'icon.item_canuse15');
- INSERT INTO `etcitem` VALUES ('1065', 'Tutorial Parchment', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', '_tutorial_parchment_03', 'none', 'icon.item_canuse15');
- INSERT INTO `etcitem` VALUES ('1066', 'Tutorial Parchment', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', '_tutorial_parchment_04', 'none', 'icon.item_canuse15');
- INSERT INTO `etcitem` VALUES ('1067', 'Recommendation', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'recommendation_01', 'none', 'icon.etc_letter_white_i00');
- INSERT INTO `etcitem` VALUES ('1068', 'Recommendation', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'recommendation_02', 'none', 'icon.etc_letter_white_i00');
- INSERT INTO `etcitem` VALUES ('1069', 'Leaf of the Mother Tree', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'leaf_of_mothertree', 'none', 'icon.etc_leaf_green_i00');
- INSERT INTO `etcitem` VALUES ('1070', 'Blood of Mitraell', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'blood_of_jundin', 'none', 'icon.etc_spirit_bullet_red_i00');
- INSERT INTO `etcitem` VALUES ('1071', 'Hyacinth Charm', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'hyacinth_charm1', 'none', 'icon.etc_jewel_green_i00');
- INSERT INTO `etcitem` VALUES ('1072', 'Hyacinth Charm', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'hyacinth_charm2', 'none', 'icon.etc_jewel_green_i00');
- INSERT INTO `etcitem` VALUES ('1073', 'Beginner\'s Potion', 'false', 'potion', '5', 'stackable', 'none', '-1', '0', '0', 'true', 'true', 'true', 'true', 'beginners_potion', 'potion', 'icon.etc_potion_red_i00');
- INSERT INTO `etcitem` VALUES ('1074', 'Boat Ticket: Talking Island to Gludin', 'false', 'none', '20', 'stackable', 'none', '-1', '1000', '0', 'true', 'true', 'true', 'true', 'boat_ticket_talk_glu', 'none', 'icon.etc_ticket_red_i00');
- INSERT INTO `etcitem` VALUES ('1075', 'Boat Ticket: Gludin to Talking Island', 'false', 'none', '20', 'stackable', 'none', '-1', '1000', '0', 'true', 'true', 'true', 'true', 'boat_ticket_glu_talk', 'none', 'icon.etc_ticket_blue_i00');
- INSERT INTO `etcitem` VALUES ('1076', 'Carlon\'s Letter', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'calculains_letter', 'none', 'icon.etc_scroll_white_i00');
- INSERT INTO `etcitem` VALUES ('1077', 'Venom Sac', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'venom_sac', 'none', 'icon.etc_pouch_brown_i00');
- INSERT INTO `etcitem` VALUES ('1078', 'Wind Shard', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'wind_shard', 'none', 'icon.etc_crystal_white_i00');
- INSERT INTO `etcitem` VALUES ('1079', 'Darin\'s Receipt', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'darings_receipt', 'none', 'icon.etc_piece_of_paper_white_i00');
- INSERT INTO `etcitem` VALUES ('1080', 'Baulro\'s Potion', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'bauls_potion', 'none', 'icon.etc_lesser_potion_blue_i00');
- INSERT INTO `etcitem` VALUES ('1081', 'Omen Beast\'s Eye', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'onyx_beast_eye', 'none', 'icon.etc_eyeball_i00');
- INSERT INTO `etcitem` VALUES ('1082', 'Taint Stone', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'taint_stone', 'none', 'icon.etc_totem_black_i00');
- INSERT INTO `etcitem` VALUES ('1083', 'Succubus Blood', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'succubus_blood', 'none', 'icon.etc_lesser_potion_red_i00');
- INSERT INTO `etcitem` VALUES ('1084', 'Gludio Lord\'s Mark', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'gludio_lords_mark', 'none', 'icon.etc_jewel_gold_i00');
- INSERT INTO `etcitem` VALUES ('1085', 'Orc\'s Necklace', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'orc_necklace', 'none', 'icon.accessary_necklace_of_anguish_i00');
- INSERT INTO `etcitem` VALUES ('1086', 'Werewolf\'s Fang', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'werewolf_fang', 'none', 'icon.etc_claw_i00');
- INSERT INTO `etcitem` VALUES ('1087', 'Giant Spider Leg', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'giant_spider_leg', 'none', 'icon.etc_horn_i00');
- INSERT INTO `etcitem` VALUES ('1088', 'Undrias\'s Letter', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'undres_letter', 'none', 'icon.etc_scroll_gray_i00');
- INSERT INTO `etcitem` VALUES ('1089', 'Ceremonial Dagger', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'ceremonial_dagger', 'none', 'icon.weapon_mystic_knife_i00');
- INSERT INTO `etcitem` VALUES ('1090', 'Dreviant Wine', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'dreviant_wine', 'none', 'icon.etc_lesser_potion_purple_i00');
- INSERT INTO `etcitem` VALUES ('1091', 'Garmiel\'s Scripture', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'garmiels_scripture', 'none', 'icon.etc_spell_books_red_i00');
- INSERT INTO `etcitem` VALUES ('1092', 'Arujien\'s Letter', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'arujiens_letter1', 'none', 'icon.etc_scroll_gray_i00');
- INSERT INTO `etcitem` VALUES ('1093', 'Arujien\'s Letter', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'arujiens_letter2', 'none', 'icon.etc_scroll_gray_i00');
- INSERT INTO `etcitem` VALUES ('1094', 'Arujien\'s Letter', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'arujiens_letter3', 'none', 'icon.etc_piece_of_paper_white_i00');
- INSERT INTO `etcitem` VALUES ('1095', 'Spellbook: Attack Aura', 'false', 'spellbook', '120', 'normal', 'none', '-1', '75', '0', 'true', 'true', 'true', 'true', 'sb_advanced_attack_power1', 'none', 'icon.etc_spell_books_defighter_i00');
- INSERT INTO `etcitem` VALUES ('1096', 'Spellbook: Elemental Heal', 'false', 'spellbook', '120', 'normal', 'none', '-1', '550', '0', 'true', 'true', 'true', 'true', 'sb_elemental_heal1', 'none', 'icon.etc_spell_books_efighter_i00');
- INSERT INTO `etcitem` VALUES ('1097', 'Spellbook: Drain Health', 'false', 'spellbook', '120', 'normal', 'none', '-1', '550', '0', 'true', 'true', 'true', 'true', 'sb_drain_energy1', 'none', 'icon.etc_spell_books_defighter_i00');
- INSERT INTO `etcitem` VALUES ('1098', 'Spellbook: Wind Walk', 'false', 'spellbook', '120', 'normal', 'none', '-1', '500', '0', 'true', 'true', 'true', 'true', 'sb_wind_walk1', 'none', 'icon.etc_spell_books_assistance_i00');
- INSERT INTO `etcitem` VALUES ('1099', 'Spellbook: Wind Shackle', 'false', 'spellbook', '120', 'normal', 'none', '-1', '500', '0', 'true', 'true', 'true', 'true', 'sb_breeze1', 'none', 'icon.etc_spell_books_black_i00');
- INSERT INTO `etcitem` VALUES ('1106', 'Norman\'s Letter', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'normans_letter', 'none', 'icon.etc_scroll_gray_i00');
- INSERT INTO `etcitem` VALUES ('1107', 'Bone Fragment', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'bone_fragment1', 'none', 'icon.etc_piece_bone_white_i00');
- INSERT INTO `etcitem` VALUES ('1108', 'Arbon\'s Letter', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', '_arbons_letter1', 'none', 'icon.item_normal20');
- INSERT INTO `etcitem` VALUES ('1109', 'Roien\'s Letter', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', '_roiens_letter1', 'none', 'icon.item_normal20');
- INSERT INTO `etcitem` VALUES ('1110', 'Bone Fragment', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', '_bone_fragment2', 'none', 'icon.item_normal05');
- INSERT INTO `etcitem` VALUES ('1111', 'Adamantite Ore', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', '__adamantite_ore1', 'none', 'icon.item_normal49');
- INSERT INTO `etcitem` VALUES ('1112', 'Leaf of the Mother Tree', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'leaf_of_mothertree_01', 'none', 'icon.etc_leaf_green_i00');
- INSERT INTO `etcitem` VALUES ('1113', 'Blood of Mitraell', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'blood_of_jundin_01', 'none', 'icon.item_canuse48');
- INSERT INTO `etcitem` VALUES ('1114', 'Orc Amulet', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'orc_amulet1', 'none', 'icon.etc_feather_gold_i00');
- INSERT INTO `etcitem` VALUES ('1115', 'Orc\'s Necklace', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'orc_necklace1', 'none', 'icon.accessary_necklace_of_anguish_i00');
- INSERT INTO `etcitem` VALUES ('1116', 'Orc Amulet', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'orc_amulet2', 'none', 'icon.etc_feather_gold_i00');
- INSERT INTO `etcitem` VALUES ('1117', 'Orc\'s Necklace', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'orc_necklace2', 'none', 'icon.accessary_necklace_of_anguish_i00');
- INSERT INTO `etcitem` VALUES ('1118', 'Spore Sac', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'fungus_sac1', 'none', 'icon.etc_pouch_brown_i00');
- INSERT INTO `etcitem` VALUES ('1130', 'Cobendell\'s Medicine', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'cobs_medicine1', 'none', 'icon.etc_lesser_potion_green_i00');
- INSERT INTO `etcitem` VALUES ('1131', 'Cobendell\'s Medicine', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'cobs_medicine2', 'none', 'icon.etc_lesser_potion_green_i00');
- INSERT INTO `etcitem` VALUES ('1132', 'Cobendell\'s Medicine', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'cobs_medicine3', 'none', 'icon.etc_lesser_potion_green_i00');
- INSERT INTO `etcitem` VALUES ('1133', 'Cobendell\'s Medicine', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'cobs_medicine4', 'none', 'icon.etc_lesser_potion_green_i00');
- INSERT INTO `etcitem` VALUES ('1134', 'Cobendell\'s Medicine', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'cobs_medicine5', 'none', 'icon.etc_lesser_potion_green_i00');
- INSERT INTO `etcitem` VALUES ('1135', 'Spiritbound Wand', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'wand_spiritbound1', 'none', 'icon.weapon_club_i01');
- INSERT INTO `etcitem` VALUES ('1136', 'Spiritbound Wand', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'wand_spiritbound2', 'none', 'icon.weapon_club_i01');
- INSERT INTO `etcitem` VALUES ('1137', 'Spiritbound Wand', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'wand_spiritbound3', 'none', 'icon.weapon_club_i01');
- INSERT INTO `etcitem` VALUES ('1138', 'Auron\'s Letter', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'eins_letter', 'none', 'icon.etc_scroll_white_i00');
- INSERT INTO `etcitem` VALUES ('1139', 'Warrior Guild Mark', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'warrior_guild_mark', 'none', 'icon.etc_badge_gold_i00');
- INSERT INTO `etcitem` VALUES ('1140', 'Rusted Bronze Sword', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'rusted_bronze_sword1', 'none', 'icon.weapon_broad_sword_i00');
- INSERT INTO `etcitem` VALUES ('1141', 'Rusted Bronze Sword', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'true', 'false', 'true', 'true', 'rusted_bronze_sword2', 'none', 'icon.weapon_broad_sword_i00');
- INSERT INTO `etcitem` VALUES ('1143', 'Simplon\'s Letter', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'simplons_letter', 'none', 'icon.etc_scroll_gray_i00');
- INSERT INTO `etcitem` VALUES ('1144', 'Poison Spider\'s Leg', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'poison_spider_leg2', 'none', 'icon.etc_horn_i00');
- INSERT INTO `etcitem` VALUES ('1145', 'Medallion of Warrior', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'true', 'false', 'true', 'true', 'medallion_of_warrior', 'none', 'icon.accessary_earing_of_protection_i00');
- INSERT INTO `etcitem` VALUES ('1150', 'Spellbook: Wind Strike', 'false', 'spellbook', '120', 'normal', 'none', '-1', '50', '0', 'true', 'true', 'true', 'true', 'sb_wind_strike1', 'none', 'icon.etc_spell_books_blue_i00');
- INSERT INTO `etcitem` VALUES ('1151', 'Spellbook: Self Heal', 'false', 'spellbook', '120', 'normal', 'none', '-1', '50', '0', 'true', 'true', 'true', 'true', 'sb_self_heal', 'none', 'icon.etc_spell_books_blue_i00');
- INSERT INTO `etcitem` VALUES ('1152', 'Spellbook: Heal', 'false', 'spellbook', '120', 'normal', 'none', '-1', '100', '0', 'true', 'true', 'true', 'true', 'sb_heal1', 'none', 'icon.etc_spell_books_white_i00');
- INSERT INTO `etcitem` VALUES ('1153', 'Jenna\'s Letter', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'jennies_letter', 'none', 'icon.etc_scroll_white_i00');
- INSERT INTO `etcitem` VALUES ('1154', 'Sentry Blade', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'sentry_blade1', 'none', 'icon.weapon_bastard_sword_i00');
- INSERT INTO `etcitem` VALUES ('1155', 'Sentry Blade', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'sentry_blade2', 'none', 'icon.weapon_bastard_sword_i00');
- INSERT INTO `etcitem` VALUES ('1156', 'Sentry Blade', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'sentry_blade3', 'none', 'icon.weapon_bastard_sword_i00');
- INSERT INTO `etcitem` VALUES ('1157', 'Old Bronze Sword', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'old_bronze_sword', 'none', 'icon.weapon_crimson_sword_i00');
- INSERT INTO `etcitem` VALUES ('1158', 'Bone Fragment', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'bone_fragment3', 'none', 'icon.etc_piece_bone_red_i00');
- INSERT INTO `etcitem` VALUES ('1159', 'Elf Skull', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'elf_skull', 'none', 'icon.etc_skull_black_i00');
- INSERT INTO `etcitem` VALUES ('1160', 'Dark Bezoar', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'dark_bezoar', 'none', 'icon.etc_bead_gold_i00');
- INSERT INTO `etcitem` VALUES ('1161', 'Sword of Ritual', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'sword_of_ritual', 'none', 'icon.weapon_flamberge_i00');
- INSERT INTO `etcitem` VALUES ('1162', 'Coin of Lords', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'coin_of_lords1', 'none', 'icon.etc_coins_silver_i00');
- INSERT INTO `etcitem` VALUES ('1163', 'Coin of Lords', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'coin_of_lords2', 'none', 'icon.etc_coins_silver_i00');
- INSERT INTO `etcitem` VALUES ('1164', 'Coin of Lords', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'coin_of_lords3', 'none', 'icon.etc_coins_silver_i00');
- INSERT INTO `etcitem` VALUES ('1165', 'Coin of Lords', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'coin_of_lords4', 'none', 'icon.etc_coins_silver_i00');
- INSERT INTO `etcitem` VALUES ('1166', 'Coin of Lords', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'coin_of_lords5', 'none', 'icon.etc_coins_silver_i00');
- INSERT INTO `etcitem` VALUES ('1167', 'Coin of Lords', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'coin_of_lords6', 'none', 'icon.etc_coins_silver_i00');
- INSERT INTO `etcitem` VALUES ('1168', 'Gludio Guard\'s 1st Badge', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'gludio_guards_mark1', 'none', 'icon.etc_badge_silver_i00');
- INSERT INTO `etcitem` VALUES ('1169', 'Bugbear Necklace', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'bugbear_necklace', 'none', 'icon.etc_totem_necklace_red_i00');
- INSERT INTO `etcitem` VALUES ('1170', 'Einhasad\'s 1st Temple Badge', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'einhasad_church_mark1', 'none', 'icon.accessary_earing_of_holy_spirit_i00');
- INSERT INTO `etcitem` VALUES ('1171', 'Einhasad\'s Crucifix', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'einhasad_crucifix', 'none', 'icon.accessary_necklace_of_knowledge_i00');
- INSERT INTO `etcitem` VALUES ('1172', 'Gludio Guard\'s 2nd Badge', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'gludio_guards_mark2', 'none', 'icon.etc_badge_silver_i00');
- INSERT INTO `etcitem` VALUES ('1173', 'Poison Spider Leg', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'poison_spider_leg1', 'none', 'icon.etc_horn_i00');
- INSERT INTO `etcitem` VALUES ('1174', 'Einhasad\'s 2nd Temple Badge', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'einhasad_church_mark2', 'none', 'icon.accessary_earing_of_holy_spirit_i00');
- INSERT INTO `etcitem` VALUES ('1175', 'Lizardman\'s Totem', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'lizardman_totem', 'none', 'icon.etc_totem_green_i00');
- INSERT INTO `etcitem` VALUES ('1176', 'Gludio Guard\'s 3rd Badge', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'gludio_guards_mark3', 'none', 'icon.etc_badge_silver_i00');
- INSERT INTO `etcitem` VALUES ('1177', 'Giant Spider\'s Husk', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'giant_spider_husk', 'none', 'icon.etc_leather_gray_i00');
- INSERT INTO `etcitem` VALUES ('1178', 'Einhasad\'s 3rd Temple Badge', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'einhasad_church_mark3', 'none', 'icon.accessary_earing_of_holy_spirit_i00');
- INSERT INTO `etcitem` VALUES ('1179', 'Skull of Silent Horror', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'horrible_skull', 'none', 'icon.etc_skull_black_i00');
- INSERT INTO `etcitem` VALUES ('1180', 'Bezique\'s Letter', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'beziques_letter', 'none', 'icon.etc_scroll_white_i00');
- INSERT INTO `etcitem` VALUES ('1183', 'Spartoi\'s Bones', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'spatois_bones', 'none', 'icon.etc_piece_bone_black_i00');
- INSERT INTO `etcitem` VALUES ('1184', 'Horseshoe of Light', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'horseshoe_of_light', 'none', 'icon.accessary_red_cresent_earing_i00');
- INSERT INTO `etcitem` VALUES ('1185', 'Most Wanted List', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'wanted_bill', 'none', 'icon.etc_recipe_red_i00');
- INSERT INTO `etcitem` VALUES ('1186', 'Stolen Jewelry', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'stolen_jewelry', 'none', 'icon.etc_jewel_red_i00');
- INSERT INTO `etcitem` VALUES ('1187', 'Stolen Tomes', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'stolen_tomes', 'none', 'icon.etc_spell_books_red_i00');
- INSERT INTO `etcitem` VALUES ('1188', 'Stolen Ring', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'stolen_ring', 'none', 'icon.accessary_ring_of_grace_i00');
- INSERT INTO `etcitem` VALUES ('1189', 'Stolen Necklace', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'stolen_necklace', 'none', 'icon.accessary_necklace_of_blessing_i00');
- INSERT INTO `etcitem` VALUES ('1190', 'Bezique\'s Recommendation', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'beziques_recommendation', 'none', 'icon.etc_letter_red_i00');
- INSERT INTO `etcitem` VALUES ('1191', '1st Letter of Order', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'letter_of_order1', 'none', 'icon.etc_scroll_white_i00');
- INSERT INTO `etcitem` VALUES ('1192', '2nd Letter of Order', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'letter_of_order2', 'none', 'icon.etc_scroll_gray_i00');
- INSERT INTO `etcitem` VALUES ('1193', 'Lionel\'s Book', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'book_of_lemoniell', 'none', 'icon.etc_spell_books_blue_i00');
- INSERT INTO `etcitem` VALUES ('1194', 'Book of Vivyan', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'book_of_vivi', 'none', 'icon.etc_spell_books_blue_i00');
- INSERT INTO `etcitem` VALUES ('1195', 'Book of Simplon', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'book_of_simlon', 'none', 'icon.etc_spell_books_blue_i00');
- INSERT INTO `etcitem` VALUES ('1196', 'Book of Praga', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'book_of_praga', 'none', 'icon.etc_spell_books_blue_i00');
- INSERT INTO `etcitem` VALUES ('1197', 'Certificate of Gallint', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'certificate_of_gallint', 'none', 'icon.etc_letter_white_i00');
- INSERT INTO `etcitem` VALUES ('1198', 'Pendant of Mother', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'pendant_of_mother', 'none', 'icon.accessary_blessed_earing_i00');
- INSERT INTO `etcitem` VALUES ('1199', 'Necklace of Mother', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'necklace_of_mother', 'none', 'icon.accessary_blessed_necklace_i00');
- INSERT INTO `etcitem` VALUES ('1200', 'Lionel\'s Covenant', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'lemoniells_covenant', 'none', 'icon.etc_letter_red_i00');
- INSERT INTO `etcitem` VALUES ('1201', 'Mark of Faith', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'mark_of_faith', 'none', 'icon.accessary_earing_of_wisdom_i00');
- INSERT INTO `etcitem` VALUES ('1202', 'Sorius\'s Letter', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'sorius_letter1', 'none', 'icon.etc_scroll_white_i00');
- INSERT INTO `etcitem` VALUES ('1203', 'Kluto Box', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'kluto_box', 'none', 'icon.etc_jewel_box_i00');
- INSERT INTO `etcitem` VALUES ('1204', 'Elven Knight Brooch', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'elven_knight_brooch', 'none', 'icon.accessary_elven_earing_i00');
- INSERT INTO `etcitem` VALUES ('1205', 'Topaz Piece', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'topaz_piece', 'none', 'icon.etc_jewel_gold_i00');
- INSERT INTO `etcitem` VALUES ('1206', 'Emerald Piece', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'emerald_piece', 'none', 'icon.etc_jewel_green_i00');
- INSERT INTO `etcitem` VALUES ('1207', 'Reisa\'s Letter', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'reoria_letter2', 'none', 'icon.etc_scroll_white_i00');
- INSERT INTO `etcitem` VALUES ('1208', 'Prias\'s 1st Torn Letter', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'priguns_tear_letter1', 'none', 'icon.etc_piece_of_paper_black_i00');
- INSERT INTO `etcitem` VALUES ('1209', 'Prias\'s 2nd Torn Letter', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'priguns_tear_letter2', 'none', 'icon.etc_piece_of_paper_black_i00');
- INSERT INTO `etcitem` VALUES ('1210', 'Prias\'s 3rd Torn Letter', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'priguns_tear_letter3', 'none', 'icon.etc_piece_of_paper_black_i00');
- INSERT INTO `etcitem` VALUES ('1211', 'Prias\'s 4th Torn Letter', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'priguns_tear_letter4', 'none', 'icon.etc_piece_of_paper_black_i00');
- INSERT INTO `etcitem` VALUES ('1212', 'Moretti\'s Herb', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'morettis_herb', 'none', 'icon.etc_herb_green_i00');
- INSERT INTO `etcitem` VALUES ('1214', 'Moretti\'s Letter', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'morettis_letter', 'none', 'icon.etc_scroll_gray_i00');
- INSERT INTO `etcitem` VALUES ('1215', 'Prias\'s Letter', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'priguns_letter', 'none', 'icon.etc_piece_of_paper_white_i00');
- INSERT INTO `etcitem` VALUES ('1216', 'Honorary Guard', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'honorary_guard', 'none', 'icon.etc_letter_red_i00');
- INSERT INTO `etcitem` VALUES ('1217', 'Reisa\'s Recommendation', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'reoria_recommendation', 'none', 'icon.etc_letter_blue_i00');
- INSERT INTO `etcitem` VALUES ('1218', 'Rosella\'s Letter', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'rogellias_letter', 'none', 'icon.etc_scroll_white_i00');
- INSERT INTO `etcitem` VALUES ('1219', 'Red Down', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'red_down', 'none', 'icon.etc_mane_i00');
- INSERT INTO `etcitem` VALUES ('1220', 'Magical Powers Ruby', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'magical_powers_ruby', 'none', 'icon.etc_jewel_red_i00');
- INSERT INTO `etcitem` VALUES ('1221', 'Pure Aquamarine', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'pure_aquamarine', 'none', 'icon.etc_jewel_blue_i00');
- INSERT INTO `etcitem` VALUES ('1222', 'Appetizing Apple', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'appetizing_apple', 'none', 'icon.etc_fruit_red_i00');
- INSERT INTO `etcitem` VALUES ('1223', 'Gold Leaves', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'gold_leaves', 'none', 'icon.etc_leaf_gold_i00');
- INSERT INTO `etcitem` VALUES ('1224', 'Immortal Love', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'immortal_love', 'none', 'icon.etc_spell_books_blue_i00');
- INSERT INTO `etcitem` VALUES ('1225', 'Amethyst', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'amethyst', 'none', 'icon.etc_crystal_red_i00');
- INSERT INTO `etcitem` VALUES ('1226', 'Nobility Amethyst', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'nobility_amethyst', 'none', 'icon.etc_jewel_red_i00');
- INSERT INTO `etcitem` VALUES ('1227', 'Rosella\'s Recommendation', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'rogellias_recommend', 'none', 'icon.item_normal131');
- INSERT INTO `etcitem` VALUES ('1228', 'Peridot', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'peridot', 'none', 'icon.item_normal16');
- INSERT INTO `etcitem` VALUES ('1229', 'Fertility Peridot', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'fertility_peridot', 'none', 'icon.etc_jewel_green_i00');
- INSERT INTO `etcitem` VALUES ('1230', 'Eternity Diamond', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'eternity_diamond', 'none', 'icon.etc_jewel_silver_i00');
- INSERT INTO `etcitem` VALUES ('1231', 'Crystal Medallion', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'crystal_medallion', 'none', 'icon.accessary_blue_diamond_necklace_i00');
- INSERT INTO `etcitem` VALUES ('1232', 'Swindler\'s Money', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'money_of_swindler', 'none', 'icon.etc_coins_gold_i00');
- INSERT INTO `etcitem` VALUES ('1233', 'Allana\'s Diary', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'dairy_of_allana', 'none', 'icon.etc_spell_books_red_i00');
- INSERT INTO `etcitem` VALUES ('1234', 'Lizard Captain Order', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'lizard_captain_order', 'none', 'icon.etc_scroll_gray_i00');
- INSERT INTO `etcitem` VALUES ('1235', 'Leaf of Oracle', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'leaf_of_oracle', 'none', 'icon.etc_leaf_green_i00');
- INSERT INTO `etcitem` VALUES ('1236', 'Half of Diary', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'half_of_dairy', 'none', 'icon.etc_piece_of_paper_gray_i00');
- INSERT INTO `etcitem` VALUES ('1237', 'Palus Talisman', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'pallus_talisman', 'none', 'icon.accessary_earing_of_grace_i00');
- INSERT INTO `etcitem` VALUES ('1238', 'Lycanthrope Skull', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'lycanthrope_skull', 'none', 'icon.etc_skull_black_i00');
- INSERT INTO `etcitem` VALUES ('1239', 'Virgil\'s Letter', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'virgils_letter', 'none', 'icon.etc_scroll_gray_i00');
- INSERT INTO `etcitem` VALUES ('1240', 'Morte Talisman', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'morte_talisman', 'none', 'icon.accessary_necklace_of_binding_i00');
- INSERT INTO `etcitem` VALUES ('1241', 'Predator\'s Carapace', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'predator_carapace', 'none', 'icon.etc_bark_blue_i00');
- INSERT INTO `etcitem` VALUES ('1242', 'Arachnid Tracker Silk', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'trimden_silk', 'none', 'icon.etc_skein_gray_i00');
- INSERT INTO `etcitem` VALUES ('1243', 'Coffin of Eternal Rest', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'coffin_eternal_rest', 'none', 'icon.shield_tower_shield_i00');
- INSERT INTO `etcitem` VALUES ('1244', 'Gaze of Abyss', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'gaze_of_abyss', 'none', 'icon.etc_eyeball_i00');
- INSERT INTO `etcitem` VALUES ('1245', 'Shilen\'s Call', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'shilens_call', 'none', 'icon.etc_scroll_white_i00');
- INSERT INTO `etcitem` VALUES ('1246', 'Arkenia\'s Letter', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'arkenias_letter', 'none', 'icon.etc_piece_of_paper_white_i00');
- INSERT INTO `etcitem` VALUES ('1247', 'Leikan\'s Note', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'leikans_note', 'none', 'icon.etc_piece_of_paper_black_i00');
- INSERT INTO `etcitem` VALUES ('1248', 'Moonstone Beast\'s Molar', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'onyx_beasts_molar', 'none', 'icon.etc_molar_white_i00');
- INSERT INTO `etcitem` VALUES ('1249', 'Leikan\'s Knife', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'leikans_knife', 'none', 'icon.weapon_ss09');
- INSERT INTO `etcitem` VALUES ('1250', 'Shilen\'s Tears', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'shilens_tears', 'none', 'icon.etc_lesser_potion_blue_i00');
- INSERT INTO `etcitem` VALUES ('1251', 'Arkenia\'s Recommendation', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'arkenia_recommend', 'none', 'icon.etc_letter_red_i00');
- INSERT INTO `etcitem` VALUES ('1252', 'Iron Heart', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'iron_heart', 'none', 'icon.accessary_earing_of_mana_i00');
- INSERT INTO `etcitem` VALUES ('1253', 'Seed of Anger', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'seeds_of_anger', 'none', 'icon.etc_bead_red_i00');
- INSERT INTO `etcitem` VALUES ('1254', 'Seed of Despair', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'seeds_of_despair', 'none', 'icon.etc_bead_silver_i00');
- INSERT INTO `etcitem` VALUES ('1255', 'Seed of Horror', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'seeds_of_horror', 'none', 'icon.etc_bead_gold_i00');
- INSERT INTO `etcitem` VALUES ('1256', 'Seed of Lunacy', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'seeds_of_lunacy', 'none', 'icon.etc_bead_green_i00');
- INSERT INTO `etcitem` VALUES ('1257', 'Family\'s Remains', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'familys_ashes', 'none', 'icon.etc_ashes_black_i00');
- INSERT INTO `etcitem` VALUES ('1258', 'Varika\'s Liquor', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'varikas_liquor', 'none', 'icon.item_canuse47');
- INSERT INTO `etcitem` VALUES ('1259', 'Knee Bone', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'knee_bone', 'none', 'icon.etc_piece_bone_black_i00');
- INSERT INTO `etcitem` VALUES ('1260', 'Heart of Lunacy', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'heart_of_lunacy', 'none', 'icon.etc_pouch_brown_i00');
- INSERT INTO `etcitem` VALUES ('1261', 'Jewel of Darkness', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'jewel_of_darkness', 'none', 'icon.accessary_necklace_of_phantom_i00');
- INSERT INTO `etcitem` VALUES ('1262', 'Sidra\'s Letter', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'sidras_letter1', 'none', 'icon.etc_letter_white_i00');
- INSERT INTO `etcitem` VALUES ('1263', 'Blank Sheet', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'blank_sheet1', 'none', 'icon.etc_scroll_white_i00');
- INSERT INTO `etcitem` VALUES ('1264', 'Bloody Rune', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'bloody_rune1', 'none', 'icon.etc_piece_of_paper_black_i00');
- INSERT INTO `etcitem` VALUES ('1265', 'Garmiel Book', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'garmiel_book', 'none', 'icon.etc_spell_books_blue_i00');
- INSERT INTO `etcitem` VALUES ('1266', 'Prayer of Adonius', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'prayer_of_adon', 'none', 'icon.etc_spell_books_red_i00');
- INSERT INTO `etcitem` VALUES ('1267', 'Penitent\'s Mark', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'penitents_mark', 'none', 'icon.accessary_earing_of_holy_spirit_i00');
- INSERT INTO `etcitem` VALUES ('1268', 'Ashen Bones', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'ashen_bones', 'none', 'icon.etc_piece_bone_black_i00');
- INSERT INTO `etcitem` VALUES ('1269', 'Andariel Book', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'andariel_book', 'none', 'icon.etc_spell_books_blue_i00');
- INSERT INTO `etcitem` VALUES ('1270', 'Orb of Abyss', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'orb_of_abyss', 'none', 'icon.etc_bead_blue_i00');
- INSERT INTO `etcitem` VALUES ('1271', 'Mark of Esquire', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'mark_of_esquire', 'none', 'icon.accessary_earing_of_wisdom_i00');
- INSERT INTO `etcitem` VALUES ('1272', 'Charm of Grain', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'charm_of_grain', 'none', 'icon.accessary_aquastone_necklace_i00');
- INSERT INTO `etcitem` VALUES ('1273', 'Sap of the Mother Tree', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'sap_of_world_tree', 'none', 'icon.etc_potion_green_i00');
- INSERT INTO `etcitem` VALUES ('1274', 'Lucky Potpourri', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'lucky_potpouri', 'none', 'icon.etc_oil_pot_black_i00');
- INSERT INTO `etcitem` VALUES ('1275', 'Tamil\'s Necklace', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'tamatos_necklace', 'none', 'icon.etc_totem_necklace_green_i00');
- INSERT INTO `etcitem` VALUES ('1276', 'Kluto\'s Memo', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'kluto_memo', 'none', 'icon.etc_piece_of_paper_gray_i00');
- INSERT INTO `etcitem` VALUES ('1277', 'Lucky Key', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'lucky_key', 'none', 'icon.etc_key_i00');
- INSERT INTO `etcitem` VALUES ('1278', 'Candle', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'candle', 'none', 'icon.etc_spirit_bullet_white_i00');
- INSERT INTO `etcitem` VALUES ('1279', 'Hub Scent', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'hub_scent', 'none', 'icon.etc_oil_pot_black_i00');
- INSERT INTO `etcitem` VALUES ('1280', 'Map of Luster', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'map_of_luster', 'none', 'icon.etc_recipe_blue_i00');
- INSERT INTO `etcitem` VALUES ('1281', 'Key of Flame', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'key_of_flame', 'none', 'icon.etc_key_i00');
- INSERT INTO `etcitem` VALUES ('1282', 'Flame Earring', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'flame_earing', 'none', 'icon.accessary_earing_of_mana_i00');
- INSERT INTO `etcitem` VALUES ('1283', 'Broken Bronze Mirror', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'broken_bronze_mirror', 'none', 'icon.etc_mirror_i00');
- INSERT INTO `etcitem` VALUES ('1284', 'Wind Feather', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'wind_feather', 'none', 'icon.etc_feather_white_i00');
- INSERT INTO `etcitem` VALUES ('1285', 'Wind Bangle', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'wind_bangel', 'none', 'icon.accessary_blue_coral_ring_i00');
- INSERT INTO `etcitem` VALUES ('1286', 'Rama\'s Diary', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'ramas_diary', 'none', 'icon.etc_spell_books_red_i00');
- INSERT INTO `etcitem` VALUES ('1287', 'Sparkle Pebble', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'sparkle_pebble', 'none', 'icon.etc_crystal_ball_white_i00');
- INSERT INTO `etcitem` VALUES ('1288', 'Water Necklace', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'water_necklace', 'none', 'icon.accessary_necklace_of_assistance_i00');
- INSERT INTO `etcitem` VALUES ('1289', 'Rust Gold Coin', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'rust_gold_coin', 'none', 'icon.etc_coins_gold_i00');
- INSERT INTO `etcitem` VALUES ('1290', 'Red Soil', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'red_soil', 'none', 'icon.etc_powder_red_i00');
- INSERT INTO `etcitem` VALUES ('1291', 'Earth Ring', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'earth_ring', 'none', 'icon.accessary_ring_of_firefly_i00');
- INSERT INTO `etcitem` VALUES ('1292', 'Bead of Season', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'bead_of_season', 'none', 'icon.etc_crystal_ball_green_i00');
- INSERT INTO `etcitem` VALUES ('1293', 'Rusted Key', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'rusted_key', 'none', 'icon.etc_key_i00');
- INSERT INTO `etcitem` VALUES ('1294', 'Spellbook: Defense Aura', 'false', 'spellbook', '120', 'normal', 'none', '-1', '75', '0', 'true', 'true', 'true', 'true', 'sb_adv_defence_power1', 'none', 'icon.etc_spell_books_efighter_i00');
- INSERT INTO `etcitem` VALUES ('1334', 'Predator\'s Fang', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'true', 'false', 'true', 'true', 'predators_fang', 'none', 'icon.etc_claw_i00');
- INSERT INTO `etcitem` VALUES ('1335', 'Goblin Club', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'true', 'false', 'true', 'true', 'goblin_club', 'none', 'icon.weapon_club_i00');
- INSERT INTO `etcitem` VALUES ('1336', 'Glass Shard', 'false', 'none', '80', 'stackable', 'none', '-1', '200', '0', 'true', 'true', 'true', 'true', 'glass_shard', 'none', 'icon.etc_crystal_ball_blue_i00');
- INSERT INTO `etcitem` VALUES ('1337', 'Emerald', 'false', 'none', '80', 'stackable', 'none', '-1', '20000', '0', 'true', 'true', 'true', 'true', 'emerald', 'none', 'icon.etc_jewel_green_i00');
- INSERT INTO `etcitem` VALUES ('1338', 'Blue Onyx', 'false', 'none', '80', 'stackable', 'none', '-1', '1000', '0', 'true', 'true', 'true', 'true', 'blue_onyx', 'none', 'icon.etc_jewel_blue_i00');
- INSERT INTO `etcitem` VALUES ('1339', 'Onyx', 'false', 'none', '80', 'stackable', 'none', '-1', '600', '0', 'true', 'true', 'true', 'true', 'onyx', 'none', 'icon.etc_bead_red_i00');
- INSERT INTO `etcitem` VALUES ('1340', 'Silvery Leaf', 'false', 'none', '3', 'stackable', 'none', '-1', '20', '0', 'true', 'true', 'true', 'true', 'silvery_leaf', 'none', 'icon.etc_feather_white_i00');
- INSERT INTO `etcitem` VALUES ('1341', 'Bone Arrow', 'false', 'arrow', '5', 'stackable', 'd', '-1', '3', '0', 'true', 'true', 'true', 'true', 'bone_arrow', 'arrow', 'icon.etc_bone_quiver_i00');
- INSERT INTO `etcitem` VALUES ('1342', 'Fine Steel Arrow', 'false', 'arrow', '4', 'stackable', 'c', '-1', '5', '0', 'true', 'true', 'true', 'true', 'fine_steel_arrow', 'arrow', 'icon.etc_fine_steel_quiver_i00');
- INSERT INTO `etcitem` VALUES ('1343', 'Silver Arrow', 'false', 'arrow', '4', 'stackable', 'b', '-1', '7', '0', 'true', 'true', 'true', 'true', 'silver_arrow', 'arrow', 'icon.etc_silver_quiver_i00');
- INSERT INTO `etcitem` VALUES ('1344', 'Mithril Arrow', 'false', 'arrow', '3', 'stackable', 'a', '-1', '8', '0', 'true', 'true', 'true', 'true', 'mithril_arrow', 'arrow', 'icon.etc_mithril_quiver_i00');
- INSERT INTO `etcitem` VALUES ('1345', 'Shining Arrow', 'false', 'arrow', '3', 'stackable', 's', '-1', '10', '0', 'true', 'true', 'true', 'true', 'shining_arrow', 'arrow', 'icon.etc_shining_quiver_i00');
- INSERT INTO `etcitem` VALUES ('1346', 'Golem\'s Stoneheart', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'golem_heartstone', 'none', 'icon.etc_squares_gray_i00');
- INSERT INTO `etcitem` VALUES ('1347', 'Monster Eye Carcass', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'monster_eye_carcass', 'none', 'icon.etc_bark_gold_i00');
- INSERT INTO `etcitem` VALUES ('1348', 'Basilisk\'s Gizzard', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'basilisk_gizzard', 'none', 'icon.etc_pouch_yellow_i00');
- INSERT INTO `etcitem` VALUES ('1349', 'Anatomy Diagram', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'anatomy_diagram', 'none', 'icon.etc_spell_books_red_i00');
- INSERT INTO `etcitem` VALUES ('1350', 'Zombie Head', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'zombie_head1', 'none', 'icon.etc_skull_red_i00');
- INSERT INTO `etcitem` VALUES ('1351', 'Zombie Heart', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'zombie_heart1', 'none', 'icon.etc_bodypart_heart_i00');
- INSERT INTO `etcitem` VALUES ('1352', 'Zombie Liver', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'zombie_liver1', 'none', 'icon.etc_bodypart_liver_i00');
- INSERT INTO `etcitem` VALUES ('1353', 'Skull', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'skull1', 'none', 'icon.etc_skull_white_i00');
- INSERT INTO `etcitem` VALUES ('1354', 'Rib Bone', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'rib_bone1', 'none', 'icon.etc_rib_white_i00');
- INSERT INTO `etcitem` VALUES ('1355', 'Spine', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'spine1', 'none', 'icon.etc_piece_bone_red_i00');
- INSERT INTO `etcitem` VALUES ('1356', 'Arm Bone', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'arm_bone1', 'none', 'icon.etc_piece_bone_black_i00');
- INSERT INTO `etcitem` VALUES ('1357', 'Thigh Bone', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'thigh_bone1', 'none', 'icon.etc_piece_bone_white_i00');
- INSERT INTO `etcitem` VALUES ('1358', 'Complete Skeleton', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'complete_skeleton', 'none', 'icon.etc_ashes_white_i00');
- INSERT INTO `etcitem` VALUES ('1359', 'Red Cross Badge', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'red_cross_badge', 'none', 'icon.etc_jewel_red_i00');
- INSERT INTO `etcitem` VALUES ('1360', 'Blue Cross Badge', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'blue_cross_badge', 'none', 'icon.etc_jewel_blue_i00');
- INSERT INTO `etcitem` VALUES ('1361', 'Black Cross Badge', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'black_cross_badge', 'none', 'icon.etc_jewel_gold_i00');
- INSERT INTO `etcitem` VALUES ('1362', 'Spider\'s Carapace', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'spider_carapace', 'none', 'icon.item_normal72');
- INSERT INTO `etcitem` VALUES ('1363', 'Spider Silk', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'spider_silk', 'none', 'icon.item_normal168');
- INSERT INTO `etcitem` VALUES ('1364', 'Spider Venom Sac', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'spider_venom_sac', 'none', 'icon.item_canuse28');
- INSERT INTO `etcitem` VALUES ('1365', 'Broken Stoneheart', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'broken_heartstone', 'none', 'icon.etc_plate_glay_i00');
- INSERT INTO `etcitem` VALUES ('1366', 'Monster Eye\'s Lens', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'monster_eye_lens', 'none', 'icon.etc_crystal_ball_white_i00');
- INSERT INTO `etcitem` VALUES ('1367', 'Wolf Claw', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'wolf_claw1', 'none', 'icon.etc_claw_i00');
- INSERT INTO `etcitem` VALUES ('1368', 'Imp Shackles', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'imp_shackles', 'none', 'icon.accessary_cerberuss_earing_i00');
- INSERT INTO `etcitem` VALUES ('1369', 'Black Lion Mark', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'black_lion_mark', 'none', 'icon.etc_badge_black_i00');
- INSERT INTO `etcitem` VALUES ('1370', 'Spellbook: Aqua Swirl', 'false', 'spellbook', '120', 'normal', 'none', '-1', '750', '0', 'true', 'true', 'true', 'true', 'sb_aqua_swirl1', 'none', 'icon.etc_spell_books_element_i00');
- INSERT INTO `etcitem` VALUES ('1371', 'Spellbook: Twister', 'false', 'spellbook', '120', 'normal', 'none', '-1', '750', '0', 'true', 'true', 'true', 'true', 'sb_twister1', 'none', 'icon.etc_spell_books_element_i00');
- INSERT INTO `etcitem` VALUES ('1372', 'Spellbook: Blaze', 'false', 'spellbook', '120', 'normal', 'none', '-1', '750', '0', 'true', 'true', 'true', 'true', 'sb_blaze1', 'none', 'icon.etc_spell_books_element_i00');
- INSERT INTO `etcitem` VALUES ('1373', 'Magic Gem', 'false', 'none', '80', 'stackable', 'none', '-1', '600', '0', 'true', 'true', 'true', 'true', 'magic_gem', 'none', 'icon.etc_crystal_ball_white_i00');
- INSERT INTO `etcitem` VALUES ('1374', 'Greater Haste Potion', 'false', 'potion', '20', 'stackable', 'none', '-1', '3600', '0', 'true', 'true', 'true', 'true', 'adv_quick_step_potion', 'potion', 'icon.etc_lesser_potion_green_i00');
- INSERT INTO `etcitem` VALUES ('1375', 'Greater Swift Attack Potion', 'false', 'potion', '20', 'stackable', 'none', '-1', '7200', '0', 'true', 'true', 'true', 'true', 'adv_swift_attack_potion', 'potion', 'icon.etc_lesser_potion_purple_i00');
- INSERT INTO `etcitem` VALUES ('1377', 'Spellbook: Poison Recovery', 'false', 'spellbook', '120', 'normal', 'none', '-1', '750', '0', 'true', 'true', 'true', 'true', 'sb_poison_recovery1', 'none', 'icon.etc_spell_books_efighter_i00');
- INSERT INTO `etcitem` VALUES ('1378', 'Spellbook: Divine Heal', 'false', 'spellbook', '120', 'normal', 'none', '-1', '1600', '0', 'true', 'true', 'true', 'true', 'sb_touch_of_god1', 'none', 'icon.etc_spell_books_hfighter_i00');
- INSERT INTO `etcitem` VALUES ('1379', 'Spellbook: Cure Bleeding', 'false', 'spellbook', '120', 'normal', 'none', '-1', '1150', '0', 'true', 'true', 'true', 'true', 'sb_cure_bleeding1', 'none', 'icon.etc_spell_books_efighter_i00');
- INSERT INTO `etcitem` VALUES ('1380', 'Spellbook: Entangle', 'false', 'spellbook', '120', 'normal', 'none', '-1', '500', '0', 'true', 'true', 'true', 'true', 'sb_zero_g1', 'none', 'icon.etc_spell_books_efighter_i00');
- INSERT INTO `etcitem` VALUES ('1381', 'Spellbook: Freezing Strike', 'false', 'spellbook', '120', 'normal', 'none', '-1', '2600', '0', 'true', 'true', 'true', 'true', 'sb_freezing_strike1', 'none', 'icon.etc_spell_books_defighter_i00');
- INSERT INTO `etcitem` VALUES ('1382', 'Spellbook: Power Break', 'false', 'spellbook', '120', 'normal', 'none', '-1', '2600', '0', 'true', 'true', 'true', 'true', 'sb_power_break1', 'none', 'icon.etc_spell_books_defighter_i00');
- INSERT INTO `etcitem` VALUES ('1383', 'Spellbook: Poison', 'false', 'spellbook', '120', 'normal', 'none', '-1', '750', '0', 'true', 'true', 'true', 'true', 'sb_poison1', 'none', 'icon.etc_spell_books_defighter_i00');
- INSERT INTO `etcitem` VALUES ('1384', 'Spellbook: Sprint', 'false', 'spellbook', '120', 'normal', 'none', '-1', '2600', '0', 'true', 'true', 'true', 'true', 'sb_speed_walk1', 'none', 'icon.etc_spell_books_efighter_i00');
- INSERT INTO `etcitem` VALUES ('1385', 'Spellbook: Recharge', 'false', 'spellbook', '120', 'normal', 'none', '-1', '1800', '0', 'true', 'true', 'true', 'true', 'sb_recharge1', 'none', 'icon.etc_spell_books_white_i00');
- INSERT INTO `etcitem` VALUES ('1386', 'Spellbook: Disrupt Undead', 'false', 'spellbook', '120', 'normal', 'none', '-1', '750', '0', 'true', 'true', 'true', 'true', 'sb_disrupt_undead1', 'none', 'icon.etc_spell_books_white_i00');
- INSERT INTO `etcitem` VALUES ('1387', 'Spellbook: Resist Poison', 'false', 'spellbook', '120', 'normal', 'none', '-1', '2450', '0', 'true', 'true', 'true', 'true', 'sb_resist_poison1', 'none', 'icon.etc_spell_books_assistance_i00');
- INSERT INTO `etcitem` VALUES ('1388', 'Spellbook: Mental Shield', 'false', 'spellbook', '120', 'normal', 'none', '-1', '1250', '0', 'true', 'true', 'true', 'true', 'sb_mental_shield1', 'none', 'icon.etc_spell_books_assistance_i00');
- INSERT INTO `etcitem` VALUES ('1389', 'Spellbook: Holy Weapon', 'false', 'spellbook', '120', 'normal', 'none', '-1', '1250', '0', 'true', 'true', 'true', 'true', 'sb_holy_weapon1', 'none', 'icon.etc_spell_books_white_i00');
- INSERT INTO `etcitem` VALUES ('1390', 'Spellbook: Regeneration', 'false', 'spellbook', '120', 'normal', 'none', '-1', '2450', '0', 'true', 'true', 'true', 'true', 'sb_regeneration1', 'none', 'icon.etc_spell_books_assistance_i00');
- INSERT INTO `etcitem` VALUES ('1391', 'Spellbook: Empower', 'false', 'spellbook', '120', 'normal', 'none', '-1', '1250', '0', 'true', 'true', 'true', 'true', 'sb_empower1', 'none', 'icon.etc_spell_books_assistance_i00');
- INSERT INTO `etcitem` VALUES ('1392', 'Spellbook: Berserker Spirit', 'false', 'spellbook', '120', 'normal', 'none', '-1', '2450', '0', 'true', 'true', 'true', 'true', 'sb_berserker_spirit1', 'none', 'icon.etc_spell_books_assistance_i00');
- INSERT INTO `etcitem` VALUES ('1393', 'Spellbook: Quickness', 'false', 'spellbook', '120', 'normal', 'none', '-1', '1250', '0', 'true', 'true', 'true', 'true', 'sb_quickness1', 'none', 'icon.etc_spell_books_blue_i00');
- INSERT INTO `etcitem` VALUES ('1394', 'Spellbook: Sleep', 'false', 'spellbook', '120', 'normal', 'none', '-1', '1800', '0', 'true', 'true', 'true', 'true', 'sb_sleep1', 'none', 'icon.etc_spell_books_assistance_i00');
- INSERT INTO `etcitem` VALUES ('1395', 'Spellbook: Surrender to Water', 'false', 'spellbook', '120', 'normal', 'none', '-1', '1250', '0', 'true', 'true', 'true', 'true', '__sb_surrender_to_water1', 'none', 'icon.etc_spell_books_blue_i00');
- INSERT INTO `etcitem` VALUES ('1396', 'Spellbook: Surrender to Wind', 'false', 'spellbook', '120', 'normal', 'none', '-1', '1250', '0', 'true', 'true', 'true', 'true', '__sb_surrender_to_wind1', 'none', 'icon.etc_spell_books_blue_i00');
- INSERT INTO `etcitem` VALUES ('1397', 'Spellbook: Peace', 'false', 'spellbook', '120', 'normal', 'none', '-1', '2450', '0', 'true', 'true', 'true', 'true', 'sb_erase_hostility1', 'none', 'icon.etc_spell_books_assistance_i00');
- INSERT INTO `etcitem` VALUES ('1398', 'Spellbook: Focus', 'false', 'spellbook', '120', 'normal', 'none', '-1', '1250', '0', 'true', 'true', 'true', 'true', 'sb_focus1', 'none', 'icon.etc_spell_books_assistance_i00');
- INSERT INTO `etcitem` VALUES ('1399', 'Spellbook: Concentration', 'false', 'spellbook', '120', 'normal', 'none', '-1', '750', '0', 'true', 'true', 'true', 'true', 'sb_concentration1', 'none', 'icon.etc_spell_books_assistance_i00');
- INSERT INTO `etcitem` VALUES ('1400', 'Spellbook: Surrender To Fire', 'false', 'spellbook', '120', 'normal', 'none', '-1', '1250', '0', 'true', 'true', 'true', 'true', 'sb_surrender_to_fire1', 'none', 'icon.etc_spell_books_element_i00');
- INSERT INTO `etcitem` VALUES ('1401', 'Spellbook: Acumen', 'false', 'spellbook', '120', 'normal', 'none', '-1', '750', '0', 'true', 'true', 'true', 'true', 'sb_arcane_acumen1', 'none', 'icon.etc_spell_books_assistance_i00');
- INSERT INTO `etcitem` VALUES ('1402', 'Spellbook: Agility', 'false', 'spellbook', '120', 'normal', 'none', '-1', '1250', '0', 'true', 'true', 'true', 'true', 'sb_agility1', 'none', 'icon.etc_spell_books_assistance_i00');
- INSERT INTO `etcitem` VALUES ('1403', 'Spellbook: Summon Kat the Cat', 'false', 'spellbook', '120', 'normal', 'none', '-1', '750', '0', 'true', 'true', 'true', 'true', 'sb_summon_blackcat1', 'none', 'icon.etc_spell_books_summon_i00');
- INSERT INTO `etcitem` VALUES ('1404', 'Spellbook: Servitor Recharge', 'false', 'spellbook', '120', 'normal', 'none', '-1', '1250', '0', 'true', 'true', 'true', 'true', 'sb_servitor_mana_charge1', 'none', 'icon.etc_spell_books_summon_i00');
- INSERT INTO `etcitem` VALUES ('1405', 'Spellbook: Servitor Heal', 'false', 'spellbook', '120', 'normal', 'none', '-1', '750', '0', 'true', 'true', 'true', 'true', 'sb_servitor_heal1', 'none', 'icon.etc_spell_books_summon_i00');
- INSERT INTO `etcitem` VALUES ('1406', 'Spellbook: Servitor Wind Walk', 'false', 'spellbook', '120', 'normal', 'none', '-1', '2450', '0', 'true', 'true', 'true', 'true', 'sb_fast_servitor1', 'none', 'icon.etc_spell_books_summon_i00');
- INSERT INTO `etcitem` VALUES ('1407', 'Spellbook: Servitor Magic Boost', 'false', 'spellbook', '120', 'normal', 'none', '-1', '2450', '0', 'true', 'true', 'true', 'true', 'sb_bright_servitor1', 'none', 'icon.etc_spell_books_summon_i00');
- INSERT INTO `etcitem` VALUES ('1408', 'Spellbook: Mighty Servitor', 'false', 'spellbook', '120', 'normal', 'none', '-1', '2450', '0', 'true', 'true', 'true', 'true', 'sb_mighty_servitor1', 'none', 'icon.etc_spell_books_summon_i00');
- INSERT INTO `etcitem` VALUES ('1409', 'Spellbook: Slow', 'false', 'spellbook', '120', 'normal', 'none', '-1', '2450', '0', 'true', 'true', 'true', 'true', 'sb_slow1', 'none', 'icon.etc_spell_books_black_i00');
- INSERT INTO `etcitem` VALUES ('1410', 'Spellbook: Poisonous Cloud', 'false', 'spellbook', '120', 'normal', 'none', '-1', '1250', '0', 'true', 'true', 'true', 'true', 'sb_poison_cloud1', 'none', 'icon.etc_spell_books_black_i00');
- INSERT INTO `etcitem` VALUES ('1411', 'Spellbook: Aura Burn', 'false', 'spellbook', '120', 'normal', 'none', '-1', '750', '0', 'true', 'true', 'true', 'true', 'sb_aura_burn1', 'none', 'icon.etc_spell_books_element_i00');
- INSERT INTO `etcitem` VALUES ('1412', 'Spellbook: Resist Aqua', 'false', 'spellbook', '120', 'normal', 'none', '-1', '2450', '0', 'true', 'true', 'true', 'true', 'sb_auqa_resist1', 'none', 'icon.etc_spell_books_assistance_i00');
- INSERT INTO `etcitem` VALUES ('1413', 'Spellbook: Resist Wind', 'false', 'spellbook', '120', 'normal', 'none', '-1', '2450', '0', 'true', 'true', 'true', 'true', 'sb_wind_resist1', 'none', 'icon.etc_spell_books_assistance_i00');
- INSERT INTO `etcitem` VALUES ('1414', 'Spellbook: Resist Fire', 'false', 'spellbook', '120', 'normal', 'none', '-1', '1800', '0', 'true', 'true', 'true', 'true', 'sb_fire_resist1', 'none', 'icon.etc_spell_books_assistance_i00');
- INSERT INTO `etcitem` VALUES ('1415', 'Spellbook: Dryad Root', 'false', 'spellbook', '120', 'normal', 'none', '-1', '1250', '0', 'true', 'true', 'true', 'true', 'sb_dryad_root1', 'none', 'icon.etc_spell_books_assistance_i00');
- INSERT INTO `etcitem` VALUES ('1416', 'Spellbook: Curse of Chaos', 'false', 'spellbook', '120', 'normal', 'none', '-1', '2450', '0', 'true', 'true', 'true', 'true', 'sb_curse_bleary1', 'none', 'icon.etc_spell_books_black_i00');
- INSERT INTO `etcitem` VALUES ('1417', 'Spellbook: Surrender To Earth', 'false', 'spellbook', '120', 'normal', 'none', '-1', '1250', '0', 'true', 'true', 'true', 'true', 'sb_surrender_to_earth1', 'none', 'icon.etc_spell_books_element_i00');
- INSERT INTO `etcitem` VALUES ('1418', 'Spellbook: Surrender To Poison', 'false', 'spellbook', '120', 'normal', 'none', '-1', '1250', '0', 'true', 'true', 'true', 'true', 'sb_surrender_to_poison1', 'none', 'icon.etc_spell_books_black_i00');
- INSERT INTO `etcitem` VALUES ('1419', 'Blood Mark', 'false', 'none', '0', 'stackable', 'none', '-1', '0', '0', 'true', 'true', 'true', 'true', 'proof_of_blood', 'none', 'icon.etc_broken_crystal_red_i00');
- INSERT INTO `etcitem` VALUES ('1420', 'Ingredient List', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'ingredient_list', 'none', 'icon.etc_piece_of_paper_white_i00');
- INSERT INTO `etcitem` VALUES ('1421', 'Sonia\'s Botany Book', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'sonias_botanybook', 'none', 'icon.etc_spell_books_blue_i00');
- INSERT INTO `etcitem` VALUES ('1422', 'Red Mandragora Root', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'red_mandragora_root', 'none', 'icon.etc_pouch_yellow_i00');
- INSERT INTO `etcitem` VALUES ('1423', 'White Mandragora Root', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'white_mandragora_root', 'none', 'icon.etc_pouch_gray_i00');
- INSERT INTO `etcitem` VALUES ('1424', 'Red Mandragora Sap', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'red_mandragora_sap', 'none', 'icon.etc_potion_red_i00');
- INSERT INTO `etcitem` VALUES ('1425', 'White Mandragora Sap', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'white_mandragora_sap', 'none', 'icon.etc_potion_clear_i00');
- INSERT INTO `etcitem` VALUES ('1426', 'Jacob\'s Insect Book', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'jaycubs_insectbook', 'none', 'icon.etc_spell_books_red_i00');
- INSERT INTO `etcitem` VALUES ('1427', 'Nectar', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'nectar', 'none', 'icon.etc_reagent_gold_i00');
- INSERT INTO `etcitem` VALUES ('1428', 'Royal Jelly', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'royal_jelly', 'none', 'icon.etc_reagent_white_i00');
- INSERT INTO `etcitem` VALUES ('1429', 'Honey', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'honey', 'none', 'icon.etc_potion_yellow_i00');
- INSERT INTO `etcitem` VALUES ('1430', 'Golden Honey', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'golden_honey', 'none', 'icon.etc_potion_gold_i00');
- INSERT INTO `etcitem` VALUES ('1431', 'Pano\'s Contract', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'panos_contract', 'none', 'icon.etc_letter_blue_i00');
- INSERT INTO `etcitem` VALUES ('1432', 'Hobgoblin Amulet', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'hobgoblin_amulet', 'none', 'icon.etc_feather_black_i00');
- INSERT INTO `etcitem` VALUES ('1433', 'Dionian Potato', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'dionian_potato', 'none', 'icon.etc_pouch_brown_i00');
- INSERT INTO `etcitem` VALUES ('1434', 'Glyvka\'s Botany Book', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'glyvkas_botanybook', 'none', 'icon.etc_spell_books_blue_i00');
- INSERT INTO `etcitem` VALUES ('1435', 'Green Marsh Moss', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'green_marsh_moss', 'none', 'icon.etc_branch_green_i00');
- INSERT INTO `etcitem` VALUES ('1436', 'Brown Marsh Moss', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'brown_marsh_moss', 'none', 'icon.etc_branch_gold_i00');
- INSERT INTO `etcitem` VALUES ('1437', 'Green Moss Bundle', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'green_moss_bundle', 'none', 'icon.etc_bark_green_i00');
- INSERT INTO `etcitem` VALUES ('1438', 'Brown Moss Bundle', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'brown_moss_bundle', 'none', 'icon.etc_bark_gold_i00');
- INSERT INTO `etcitem` VALUES ('1439', 'Rollant\'s Creature Book', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'rolants_creaturebook', 'none', 'icon.etc_spell_books_red_i00');
- INSERT INTO `etcitem` VALUES ('1440', 'Body of Monster Eye', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'monster_eye_body', 'none', 'icon.etc_leather_brown_i00');
- INSERT INTO `etcitem` VALUES ('1441', 'Meat of Monster Eye', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'monster_eye_meat', 'none', 'icon.etc_pouch_yellow_i00');
- INSERT INTO `etcitem` VALUES ('1442', 'Jonas\'s 1st Steak Dish', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'jonas_steak_dish1', 'none', 'icon.etc_jewel_box_i00');
- INSERT INTO `etcitem` VALUES ('1443', 'Jonas\'s 2nd Steak Dish', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'jonas_steak_dish2', 'none', 'icon.etc_jewel_box_i00');
- INSERT INTO `etcitem` VALUES ('1444', 'Jonas\'s 3rd Steak Dish', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'jonas_steak_dish3', 'none', 'icon.etc_jewel_box_i00');
- INSERT INTO `etcitem` VALUES ('1445', 'Jonas\'s 4th Steak Dish', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'jonas_steak_dish4', 'none', 'icon.etc_jewel_box_i00');
- INSERT INTO `etcitem` VALUES ('1446', 'Jonas\'s 5th Steak Dish', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'jonas_steak_dish5', 'none', 'icon.etc_jewel_box_i00');
- INSERT INTO `etcitem` VALUES ('1447', 'Mirien\'s Review', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'miriens_review1', 'none', 'icon.etc_letter_red_i00');
- INSERT INTO `etcitem` VALUES ('1448', 'Mirien\'s Review', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'miriens_review2', 'none', 'icon.item_normal129');
- INSERT INTO `etcitem` VALUES ('1449', 'Mirien\'s Review', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'miriens_review3', 'none', 'icon.item_normal129');
- INSERT INTO `etcitem` VALUES ('1450', 'Mirien\'s Review', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'miriens_review4', 'none', 'icon.item_normal129');
- INSERT INTO `etcitem` VALUES ('1451', 'Mirien\'s Review', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'miriens_review5', 'none', 'icon.item_normal129');
- INSERT INTO `etcitem` VALUES ('1452', 'Harpy Feather', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'harpy_feather', 'none', 'icon.etc_feather_white_i00');
- INSERT INTO `etcitem` VALUES ('1453', 'Medusa Venom', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'medusa_venom', 'none', 'icon.etc_potion_green_i00');
- INSERT INTO `etcitem` VALUES ('1454', 'Wyrm\'s Tooth', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'wyrms_tooth', 'none', 'icon.etc_claw_i00');
- INSERT INTO `etcitem` VALUES ('1455', 'Jonas\'s Salad Recipe', 'false', 'quest', '0', 'stackable', 'none', '-1', '9000', '0', 'false', 'false', 'true', 'false', 'jonas_salad_recipe', 'none', 'icon.item_canuse39');
- INSERT INTO `etcitem` VALUES ('1456', 'Jonas\'s Sauce Recipe', 'false', 'quest', '0', 'stackable', 'none', '-1', '11250', '0', 'false', 'false', 'true', 'false', 'jonas_sauce_recipe', 'none', 'icon.item_canuse39');
- INSERT INTO `etcitem` VALUES ('1457', 'Jonas\'s Steak Recipe', 'false', 'quest', '0', 'stackable', 'none', '-1', '13500', '0', 'false', 'false', 'true', 'false', 'jonas_steak_recipe', 'none', 'icon.item_canuse39');
- INSERT INTO `etcitem` VALUES ('1458', 'Crystal: D-Grade', 'false', 'none', '0', 'stackable', 'd', '-1', '650', '0', 'true', 'true', 'true', 'true', 'crystal_d', 'none', 'icon.etc_crystal_blue_i00');
- INSERT INTO `etcitem` VALUES ('1459', 'Crystal: C-Grade', 'false', 'none', '0', 'stackable', 'c', '-1', '3000', '0', 'true', 'true', 'true', 'true', 'crystal_c', 'none', 'icon.etc_crystal_green_i00');
- INSERT INTO `etcitem` VALUES ('1460', 'Crystal: B-Grade', 'false', 'none', '0', 'stackable', 'b', '-1', '9000', '0', 'true', 'true', 'true', 'true', 'crystal_b', 'none', 'icon.etc_crystal_red_i00');
- INSERT INTO `etcitem` VALUES ('1461', 'Crystal: A-Grade', 'false', 'none', '0', 'stackable', 'a', '-1', '15000', '0', 'true', 'true', 'true', 'true', 'crystal_a', 'none', 'icon.etc_crystal_silver_i00');
- INSERT INTO `etcitem` VALUES ('1462', 'Crystal: S Grade', 'false', 'none', '0', 'stackable', 's', '-1', '25000', '0', 'true', 'true', 'true', 'true', 'crystal_s', 'none', 'icon.etc_crystal_gold_i00');
- INSERT INTO `etcitem` VALUES ('1463', 'Soulshot: D-grade', 'false', 'shot', '3', 'stackable', 'd', '-1', '10', '0', 'true', 'true', 'true', 'true', 'Soulshot: D-Grade', 'none', 'icon.etc_spirit_bullet_blue_i00');
- INSERT INTO `etcitem` VALUES ('1464', 'Soulshot: C-grade', 'false', 'shot', '3', 'stackable', 'c', '-1', '15', '0', 'true', 'true', 'true', 'true', 'Soulshot: C-Grade', 'none', 'icon.etc_spirit_bullet_green_i00');
- INSERT INTO `etcitem` VALUES ('1465', 'Soulshot: B-grade', 'false', 'shot', '2', 'stackable', 'b', '-1', '50', '0', 'true', 'true', 'true', 'true', 'Soulshot: B-Grade', 'none', 'icon.etc_spirit_bullet_red_i00');
- INSERT INTO `etcitem` VALUES ('1466', 'Soulshot: A-grade', 'false', 'shot', '2', 'stackable', 'a', '-1', '80', '0', 'true', 'true', 'true', 'true', 'Soulshot: A-Grade', 'none', 'icon.etc_spirit_bullet_silver_i00');
- INSERT INTO `etcitem` VALUES ('1467', 'Soulshot: S-grade', 'false', 'shot', '2', 'stackable', 's', '-1', '100', '0', 'true', 'true', 'true', 'true', 'Soulshot: S-Grade', 'none', 'icon.etc_spirit_bullet_gold_i00');
- INSERT INTO `etcitem` VALUES ('1468', 'Gludin Panacen', 'false', 'quest', '0', 'stackable', 's', '-1', '0', '0', 'true', 'true', 'true', 'true', 'gludin_panacen', 'none', 'icon.etc_reagent_gold_i00');
- INSERT INTO `etcitem` VALUES ('1469', 'Gludin Vermouth', 'false', 'quest', '0', 'stackable', 's', '-1', '0', '0', 'true', 'true', 'true', 'true', 'gludin_vermouth', 'none', 'icon.etc_fruit_green_i00');
- INSERT INTO `etcitem` VALUES ('1470', 'Artemeter', 'false', 'quest', '0', 'stackable', 's', '-1', '0', '0', 'true', 'true', 'true', 'true', 'artemeter', 'none', 'icon.etc_leaf_green_i00');
- INSERT INTO `etcitem` VALUES ('1473', 'Kasha Wolf Fang', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'kasha_wolf_fang', 'none', 'icon.etc_claw_i00');
- INSERT INTO `etcitem` VALUES ('1474', 'Grave Robber\'s Head', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'grave_robbers_head', 'none', 'icon.etc_skull_black_i00');
- INSERT INTO `etcitem` VALUES ('1475', 'Black Soulstone', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'black_soulstone', 'none', 'icon.etc_bead_gold_i00');
- INSERT INTO `etcitem` VALUES ('1476', 'Red Soulstone', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'red_soulstone', 'none', 'icon.etc_crystal_ball_red_i00');
- INSERT INTO `etcitem` VALUES ('1477', 'Maraku Werewolf Head', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'maraku_werewolf_head', 'none', 'icon.etc_skull_red_i00');
- INSERT INTO `etcitem` VALUES ('1478', 'Darkwing Bat Fang', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'darkwing_bat_fang', 'none', 'icon.etc_horn_i00');
- INSERT INTO `etcitem` VALUES ('1479', 'Varangka\'s Parasite', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'varangkas_parasite', 'none', 'icon.etc_totem_black_i00');
- INSERT INTO `etcitem` VALUES ('1480', 'Kasha Parasite', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'kasha_parasite', 'none', 'icon.etc_totem_black_i00');
- INSERT INTO `etcitem` VALUES ('1481', 'Kasha Crystal', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'kasha_crystal', 'none', 'icon.etc_crystal_green_i00');
- INSERT INTO `etcitem` VALUES ('1482', 'Black Wolf Pelt', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'black_wolf_pelt', 'none', 'icon.etc_leather_gray_i00');
- INSERT INTO `etcitem` VALUES ('1483', 'Goblin Necklace', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'goblin_necklace', 'none', 'icon.etc_totem_necklace_black_i00');
- INSERT INTO `etcitem` VALUES ('1484', 'Goblin Pendant', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'goblin_pendant', 'none', 'icon.etc_totem_necklace_red_i00');
- INSERT INTO `etcitem` VALUES ('1485', 'Goblin Lord Pendant', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'goblin_lord_pendant', 'none', 'icon.etc_totem_necklace_green_i00');
- INSERT INTO `etcitem` VALUES ('1486', 'Suspicious Memo', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'suspicious_memo', 'none', 'icon.etc_piece_of_paper_gray_i00');
- INSERT INTO `etcitem` VALUES ('1487', 'Suspicious Contract', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'suspicious_contract', 'none', 'icon.etc_letter_white_i00');
- INSERT INTO `etcitem` VALUES ('1488', 'Chrysolite Ore', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'oriharukon_ore_1', 'none', 'icon.etc_plate_blue_i00');
- INSERT INTO `etcitem` VALUES ('1489', 'Torn Map Fragment', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'torn_map_fragment', 'none', 'icon.etc_piece_of_paper_black_i00');
- INSERT INTO `etcitem` VALUES ('1490', 'Hidden Ore Map', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'hidden_vein_map', 'none', 'icon.etc_recipe_blue_i00');
- INSERT INTO `etcitem` VALUES ('1491', 'Bat Fang', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'bat_fang', 'none', 'icon.etc_claw_i00');
- INSERT INTO `etcitem` VALUES ('1492', 'Floating Stone', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'floating_stone', 'none', 'icon.etc_crystal_ball_blue_i00');
- INSERT INTO `etcitem` VALUES ('1493', 'Tarantula Spider Silk', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'tarantula_spider_silk', 'none', 'icon.etc_skein_white_i00');
- INSERT INTO `etcitem` VALUES ('1494', 'Tarantula Spinnerette', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'tarantula_spinnerette', 'none', 'icon.etc_pouch_gray_i00');
- INSERT INTO `etcitem` VALUES ('1495', 'Giant Spider Skin', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'giant_spider_skin', 'none', 'icon.etc_leather_gray_i00');
- INSERT INTO `etcitem` VALUES ('1496', 'Voucher of Flame', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'voucher_of_flame', 'none', 'icon.etc_scroll_of_enchant_weapon_i01');
- INSERT INTO `etcitem` VALUES ('1497', 'Necklace of Flame', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'neckless_of_flame', 'none', 'icon.item_normal142');
- INSERT INTO `etcitem` VALUES ('1498', 'License of Miner', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'license_of_miner', 'none', 'icon.etc_letter_blue_i00');
- INSERT INTO `etcitem` VALUES ('1499', 'Laferon\'s Recommendation', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'laferons_recommend', 'none', 'icon.item_canuse15');
- INSERT INTO `etcitem` VALUES ('1500', 'Totem of Hestui', 'false', 'none', '10', 'stackable', 'none', '-1', '11000', '0', 'true', 'true', 'true', 'true', 'hestuis_totem', 'none', 'icon.etc_totem_black_i00');
- INSERT INTO `etcitem` VALUES ('1501', 'Maraku Werewolf Totem', 'false', 'none', '10', 'stackable', 'none', '-1', '1200', '0', 'true', 'true', 'true', 'true', 'maraku_wolfmen_totem', 'none', 'icon.etc_totem_green_i00');
- INSERT INTO `etcitem` VALUES ('1502', 'Grandma\'s Pearl', 'false', 'none', '10', 'stackable', 'none', '-1', '5000', '0', 'true', 'true', 'true', 'true', 'grandmas_pearl', 'none', 'icon.etc_crystal_ball_silver_i00');
- INSERT INTO `etcitem` VALUES ('1503', 'Grandma\'s Mirror', 'false', 'none', '10', 'stackable', 'none', '-1', '500', '0', 'true', 'true', 'true', 'true', 'grandmas_mirror', 'none', 'icon.etc_mirror_i00');
- INSERT INTO `etcitem` VALUES ('1504', 'Grandma\'s Necklace', 'false', 'none', '10', 'stackable', 'none', '-1', '300', '0', 'true', 'true', 'true', 'true', 'grandmas_necklace', 'none', 'icon.accessary_aquastone_necklace_i00');
- INSERT INTO `etcitem` VALUES ('1505', 'Grandma\'s Hairpin', 'false', 'none', '10', 'stackable', 'none', '-1', '100', '0', 'true', 'true', 'true', 'true', 'grandmas_hairpin', 'none', 'icon.etc_jewel_white_i00');
- INSERT INTO `etcitem` VALUES ('1512', 'Spellbook: Confusion', 'false', 'spellbook', '120', 'normal', 'none', '-1', '1150', '0', 'true', 'true', 'true', 'true', 'sb_confusion1', 'none', 'icon.etc_spell_books_defighter_i00');
- INSERT INTO `etcitem` VALUES ('1513', 'Spellbook: Charm', 'false', 'spellbook', '120', 'normal', 'none', '-1', '800', '0', 'true', 'true', 'true', 'true', 'sb_charm11', 'none', 'icon.etc_spell_books_efighter_i00');
- INSERT INTO `etcitem` VALUES ('1514', 'Spellbook: Resurrection', 'false', 'spellbook', '120', 'normal', 'none', '-1', '800', '0', 'true', 'true', 'true', 'true', 'sb_resurrection1', 'none', 'icon.etc_spell_books_white_i00');
- INSERT INTO `etcitem` VALUES ('1515', 'Spellbook: Kiss of Eva', 'false', 'spellbook', '120', 'normal', 'none', '-1', '800', '0', 'true', 'true', 'true', 'true', 'sb_water_breathing', 'none', 'icon.etc_spell_books_assistance_i00');
- INSERT INTO `etcitem` VALUES ('1516', 'Spellbook: Corpse Life Drain', 'false', 'spellbook', '120', 'normal', 'none', '-1', '1800', '0', 'true', 'true', 'true', 'true', 'sb_corpse_life_drain1', 'none', 'icon.etc_spell_books_black_i00');
- INSERT INTO `etcitem` VALUES ('1517', 'Spellbook: Body To Mind', 'false', 'spellbook', '120', 'normal', 'none', '-1', '1250', '0', 'true', 'true', 'true', 'true', 'sb_body_to_mind1', 'none', 'icon.etc_spell_books_black_i00');
- INSERT INTO `etcitem` VALUES ('1518', 'Amulet: Flame Chant', 'false', 'spellbook', '120', 'normal', 'none', '-1', '1800', '0', 'true', 'true', 'true', 'true', 'sb_pure_inspiration1', 'none', 'icon.etc_orcish_talisman_i00');
- INSERT INTO `etcitem` VALUES ('1519', 'Amulet: Pa\'agrio\'s Gift', 'false', 'spellbook', '120', 'normal', 'none', '-1', '1800', '0', 'true', 'true', 'true', 'true', 'sb_power_of_paagrio1', 'none', 'icon.etc_orcish_talisman_i00');
- INSERT INTO `etcitem` VALUES ('1520', 'Amulet: Pa\'agrio\'s Blessing', 'false', 'spellbook', '120', 'normal', 'none', '-1', '2450', '0', 'true', 'true', 'true', 'true', 'sb_blessing_of_paagrio1', 'none', 'icon.etc_orcish_talisman_i00');
- INSERT INTO `etcitem` VALUES ('1521', 'Amulet: Chant of Fire', 'false', 'spellbook', '120', 'normal', 'none', '-1', '800', '0', 'true', 'true', 'true', 'true', 'sb_burning_spirit1', 'none', 'icon.etc_orcish_talisman_i00');
- INSERT INTO `etcitem` VALUES ('1522', 'Amulet: Chant of Battle', 'false', 'spellbook', '120', 'normal', 'none', '-1', '750', '0', 'true', 'true', 'true', 'true', 'sb_mass_frenzy1', 'none', 'icon.etc_orcish_talisman_i00');
- INSERT INTO `etcitem` VALUES ('1523', 'Amulet: Chant of Shielding', 'false', 'spellbook', '120', 'normal', 'none', '-1', '800', '0', 'true', 'true', 'true', 'true', 'sb_devotioin_of_soul1', 'none', 'icon.etc_orcish_talisman_i00');
- INSERT INTO `etcitem` VALUES ('1524', 'Amulet: Soul Shield', 'false', 'spellbook', '120', 'normal', 'none', '-1', '100', '0', 'true', 'true', 'true', 'true', 'sb_devotioin_of_shine1', 'none', 'icon.etc_orcish_talisman_i00');
- INSERT INTO `etcitem` VALUES ('1525', 'Amulet: Life Drain', 'false', 'spellbook', '120', 'normal', 'none', '-1', '100', '0', 'true', 'true', 'true', 'true', 'sb_blood_lust1', 'none', 'icon.etc_orcish_talisman_i00');
- INSERT INTO `etcitem` VALUES ('1526', 'Amulet: Fear', 'false', 'spellbook', '120', 'normal', 'none', '-1', '400', '0', 'true', 'true', 'true', 'true', 'sb_external_fear1', 'none', 'icon.etc_orcish_talisman_i00');
- INSERT INTO `etcitem` VALUES ('1527', 'Amulet: Venom', 'false', 'spellbook', '120', 'normal', 'none', '-1', '100', '0', 'true', 'true', 'true', 'true', 'sb_pain_thorn1', 'none', 'icon.etc_orcish_talisman_i00');
- INSERT INTO `etcitem` VALUES ('1528', 'Amulet: Seal of Chaos', 'false', 'spellbook', '120', 'normal', 'none', '-1', '1800', '0', 'true', 'true', 'true', 'true', 'sb_engrave_seal_of_timid1', 'none', 'icon.etc_orcish_talisman_i00');
- INSERT INTO `etcitem` VALUES ('1529', 'Amulet: Dreaming Spirit', 'false', 'spellbook', '120', 'normal', 'none', '-1', '100', '0', 'true', 'true', 'true', 'true', 'sb_night_murmur1', 'none', 'icon.etc_orcish_talisman_i00');
- INSERT INTO `etcitem` VALUES ('1530', 'Amulet: Seal of Slow', 'false', 'spellbook', '120', 'normal', 'none', '-1', '2450', '0', 'true', 'true', 'true', 'true', 'sb_engrave_seal_of_lazy1', 'none', 'icon.etc_orcish_talisman_i00');
- INSERT INTO `etcitem` VALUES ('1531', 'Amulet: Chill Flame', 'false', 'spellbook', '120', 'normal', 'none', '-1', '100', '0', 'true', 'true', 'true', 'true', 'sb_chill_flame1', 'none', 'icon.etc_orcish_talisman_i00');
- INSERT INTO `etcitem` VALUES ('1532', 'Amulet: Blaze Quake', 'false', 'spellbook', '120', 'normal', 'none', '-1', '1250', '0', 'true', 'true', 'true', 'true', 'sb_eternal_flame1', 'none', 'icon.etc_orcish_talisman_i00');
- INSERT INTO `etcitem` VALUES ('1533', 'Amulet: Aura Sink', 'false', 'spellbook', '120', 'normal', 'none', '-1', '1250', '0', 'true', 'true', 'true', 'true', 'sb_aura_sway1', 'none', 'icon.etc_orcish_talisman_i00');
- INSERT INTO `etcitem` VALUES ('1534', 'Amulet: Madness', 'false', 'spellbook', '120', 'normal', 'none', '-1', '800', '0', 'true', 'true', 'true', 'true', 'sb_entice_madness1', 'none', 'icon.etc_orcish_talisman_i00');
- INSERT INTO `etcitem` VALUES ('1535', 'Amulet: Frost Flame', 'false', 'spellbook', '120', 'normal', 'none', '-1', '800', '0', 'true', 'true', 'true', 'true', 'sb_blaze_quake1', 'none', 'icon.etc_orcish_talisman_i00');
- INSERT INTO `etcitem` VALUES ('1536', 'Amulet: Seal of Binding', 'false', 'spellbook', '120', 'normal', 'none', '-1', '1250', '0', 'true', 'true', 'true', 'true', 'sb_bind_will1', 'none', 'icon.etc_orcish_talisman_i00');
- INSERT INTO `etcitem` VALUES ('1537', 'Amulet: Seal of Poison', 'false', 'spellbook', '120', 'normal', 'none', '-1', '800', '0', 'true', 'true', 'true', 'true', 'sb_pain_edge1', 'none', 'icon.etc_orcish_talisman_i00');
- INSERT INTO `etcitem` VALUES ('1538', 'Blessed Scroll of Escape', 'false', 'scroll', '120', 'stackable', 'none', '-1', '150000', '0', 'true', 'true', 'true', 'true', 'blessed_scroll_of_escape', 'scroll', 'icon.etc_scroll_of_return_i01');
- INSERT INTO `etcitem` VALUES ('1539', 'Greater Healing Potion', 'false', 'potion', '5', 'stackable', 'none', '-1', '1080', '0', 'true', 'true', 'true', 'true', 'greater_healing_potion', 'potion', 'icon.etc_reagent_white_i00');
- INSERT INTO `etcitem` VALUES ('1540', 'Quick Healing Potion', 'false', 'potion', '180', 'stackable', 'none', '-1', '10000', '0', 'true', 'true', 'true', 'true', 'quick_healing_potion', 'potion', 'icon.etc_potion_gold_i00');
- INSERT INTO `etcitem` VALUES ('1541', 'Honey Khandar', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'honey_khandar', 'none', 'icon.etc_potion_gold_i00');
- INSERT INTO `etcitem` VALUES ('1542', 'Bear Fur Cloak', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'bear_fur_cloak', 'none', 'icon.etc_piece_of_cloth_black_i00');
- INSERT INTO `etcitem` VALUES ('1543', 'Bloody Axe', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'bloody_axe', 'none', 'icon.weapon_tomahawk_i00');
- INSERT INTO `etcitem` VALUES ('1544', 'Ancestor Skull', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'ancestor_skull', 'none', 'icon.etc_skull_black_i00');
- INSERT INTO `etcitem` VALUES ('1545', 'Spider Dust', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'spider_dust', 'none', 'icon.etc_powder_white_i00');
- INSERT INTO `etcitem` VALUES ('1546', 'Deep Sea Orb', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'deep_sea_orb', 'none', 'icon.etc_crystal_ball_silver_i00');
- INSERT INTO `etcitem` VALUES ('1547', 'Bolter\'s List', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'bolters_list', 'none', 'icon.etc_piece_of_paper_white_i00');
- INSERT INTO `etcitem` VALUES ('1548', 'Mining Boots', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'mining_boots', 'none', 'icon.armor_apprentices_shoes_i00');
- INSERT INTO `etcitem` VALUES ('1549', 'Miner\'s Pick', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'miners_pick', 'none', 'icon.weapon_guard_spear_i00');
- INSERT INTO `etcitem` VALUES ('1550', 'Boomboom Powder', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'boomboom_powder', 'none', 'icon.etc_powder_black_i00');
- INSERT INTO `etcitem` VALUES ('1551', 'Redstone Beer', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'redstone_beer', 'none', 'icon.etc_potion_scarlet_i00');
- INSERT INTO `etcitem` VALUES ('1552', 'Bolter\'s Smelly Socks', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'bolters_smelly_socks', 'none', 'icon.armor_cotton_shoes_i00');
- INSERT INTO `etcitem` VALUES ('1553', 'Hatos\'s 1st Order', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'hatoss_order1', 'none', 'icon.etc_piece_of_paper_white_i00');
- INSERT INTO `etcitem` VALUES ('1554', 'Hatos\'s 2nd Order', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'hatoss_order2', 'none', 'icon.etc_piece_of_paper_gray_i00');
- INSERT INTO `etcitem` VALUES ('1555', 'Hatos\'s 3rd Order', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'hatoss_order3', 'none', 'icon.etc_piece_of_paper_black_i00');
- INSERT INTO `etcitem` VALUES ('1556', 'Letter to Dark Elf', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'letter_to_darkelf1', 'none', 'icon.etc_letter_red_i00');
- INSERT INTO `etcitem` VALUES ('1557', 'Letter to Human', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'letter_to_human', 'none', 'icon.etc_letter_white_i00');
- INSERT INTO `etcitem` VALUES ('1558', 'Letter to Elf', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'letter_to_elf1', 'none', 'icon.etc_letter_blue_i00');
- INSERT INTO `etcitem` VALUES ('1559', 'Gouph\'s Contract', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'gouphs_contract', 'none', 'icon.etc_letter_blue_i00');
- INSERT INTO `etcitem` VALUES ('1560', 'Reep\'s Contract', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'reeps_contract', 'none', 'icon.etc_letter_red_i00');
- INSERT INTO `etcitem` VALUES ('1561', 'Elven Wine', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'elven_wine', 'none', 'icon.etc_lesser_potion_purple_i00');
- INSERT INTO `etcitem` VALUES ('1562', 'Brunon\'s Dice', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'bronps_dice', 'none', 'icon.etc_squares_silver_i00');
- INSERT INTO `etcitem` VALUES ('1563', 'Brunon\'s Contract', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'bronps_contract', 'none', 'icon.etc_letter_white_i00');
- INSERT INTO `etcitem` VALUES ('1564', 'Aquamarine', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'aquamarine', 'none', 'icon.etc_jewel_green_i00');
- INSERT INTO `etcitem` VALUES ('1565', 'Chrysoberyl', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'chrysoberyl', 'none', 'icon.etc_jewel_blue_i00');
- INSERT INTO `etcitem` VALUES ('1566', 'Gem Box', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'gem_box1', 'none', 'icon.etc_jewel_box_i00');
- INSERT INTO `etcitem` VALUES ('1567', 'Coal Piece', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'coal_piece', 'none', 'icon.etc_plate_black_i00');
- INSERT INTO `etcitem` VALUES ('1568', 'Brunon\'s Letter', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'bronps_letter', 'none', 'icon.etc_scroll_white_i00');
- INSERT INTO `etcitem` VALUES ('1569', 'Berry Tart', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'berry_tart', 'none', 'icon.etc_pouch_brown_i00');
- INSERT INTO `etcitem` VALUES ('1570', 'Bat Diagram', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'bat_diagram', 'none', 'icon.etc_recipe_red_i00');
- INSERT INTO `etcitem` VALUES ('1571', 'Star Diamond', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'star_diamond', 'none', 'icon.etc_jewel_silver_i00');
- INSERT INTO `etcitem` VALUES ('1572', 'Starstone', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'starstone1', 'none', 'icon.etc_crystal_blue_i00');
- INSERT INTO `etcitem` VALUES ('1573', 'Starstone', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'starstone2', 'none', 'icon.etc_crystal_blue_i00');
- INSERT INTO `etcitem` VALUES ('1574', 'Mirien\'s Review', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'miriens_review2', 'none', 'icon.etc_letter_red_i00');
- INSERT INTO `etcitem` VALUES ('1575', 'Mirien\'s Review', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'miriens_review3', 'none', 'icon.etc_letter_red_i00');
- INSERT INTO `etcitem` VALUES ('1576', 'Mirien\'s Review', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'miriens_review4', 'none', 'icon.etc_letter_red_i00');
- INSERT INTO `etcitem` VALUES ('1577', 'Mirien\'s Review', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'miriens_review5', 'none', 'icon.etc_letter_red_i00');
- INSERT INTO `etcitem` VALUES ('1578', 'Green Blood', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'green_blood', 'none', 'icon.etc_reagent_green_i00');
- INSERT INTO `etcitem` VALUES ('1579', 'Goblin Dwelling Map', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'goblin_dwelling_map', 'none', 'icon.etc_recipe_blue_i00');
- INSERT INTO `etcitem` VALUES ('1580', 'Kuruka Ratman Tooth', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'kuruka_ratman_tooth', 'none', 'icon.etc_claw_i00');
- INSERT INTO `etcitem` VALUES ('1581', 'Betrayer\'s Report', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'betrayer_sue_report', 'none', 'icon.etc_piece_of_paper_white_i00');
- INSERT INTO `etcitem` VALUES ('1582', 'Betrayer\'s Report', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'betrayer_wanuk_report', 'none', 'icon.etc_piece_of_paper_white_i00');
- INSERT INTO `etcitem` VALUES ('1583', 'Betrayer\'s Report', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'betrayer_chewba_report', 'none', 'icon.etc_piece_of_paper_white_i00');
- INSERT INTO `etcitem` VALUES ('1584', 'Betrayer\'s Report', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'betrayer_heitafu_report', 'none', 'icon.etc_piece_of_paper_white_i00');
- INSERT INTO `etcitem` VALUES ('1585', 'Betrayer\'s Report', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'betrayer_picubo_report', 'none', 'icon.etc_piece_of_paper_white_i00');
- INSERT INTO `etcitem` VALUES ('1586', 'Betrayer\'s Report', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'betrayer_bumbum_report', 'none', 'icon.etc_piece_of_paper_white_i00');
- INSERT INTO `etcitem` VALUES ('1587', 'Betrayer\'s Report', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'betrayer_minsku_report', 'none', 'icon.etc_piece_of_paper_white_i00');
- INSERT INTO `etcitem` VALUES ('1588', 'Betrayer\'s Report', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'betrayer_chuchu_report', 'none', 'icon.etc_piece_of_paper_white_i00');
- INSERT INTO `etcitem` VALUES ('1589', 'Betrayer\'s Report', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'betrayer_umbar_report', 'none', 'icon.etc_piece_of_paper_white_i00');
- INSERT INTO `etcitem` VALUES ('1590', 'Betrayer\'s Report', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'betrayer_zakan_report', 'none', 'icon.etc_piece_of_paper_white_i00');
- INSERT INTO `etcitem` VALUES ('1591', 'Head of Betrayer', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'head_of_betrayer', 'none', 'icon.etc_skull_red_i00');
- INSERT INTO `etcitem` VALUES ('1592', 'Mark of Raider', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'mark_of_raider', 'none', 'icon.accessary_earing_of_black_ore_i00');
- INSERT INTO `etcitem` VALUES ('1593', 'Pomegranate', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'pomegranate', 'none', 'icon.etc_fruit_red_i00');
- INSERT INTO `etcitem` VALUES ('1594', '1st Leather Pouch', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'leather_pouch1', 'none', 'icon.etc_pouch_gray_i00');
- INSERT INTO `etcitem` VALUES ('1595', '2nd Leather Pouch', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'leather_pouch2', 'none', 'icon.etc_pouch_gray_i00');
- INSERT INTO `etcitem` VALUES ('1596', '3rd Leather Pouch', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'leather_pouch3', 'none', 'icon.etc_pouch_gray_i00');
- INSERT INTO `etcitem` VALUES ('1597', '1st Leather Pouch (Full)', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'leather_pouch1full', 'none', 'icon.etc_pouch_yellow_i00');
- INSERT INTO `etcitem` VALUES ('1598', '2nd Leather Pouch (Full)', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'leather_pouch2full', 'none', 'icon.etc_pouch_yellow_i00');
- INSERT INTO `etcitem` VALUES ('1599', '3rd Leather Pouch (Full)', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'leather_pouch3full', 'none', 'icon.etc_pouch_yellow_i00');
- INSERT INTO `etcitem` VALUES ('1600', 'Kasha Bear Claw', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'kasha_bear_claw', 'none', 'icon.etc_claw_i00');
- INSERT INTO `etcitem` VALUES ('1601', 'Kasha Blade Spider Talon', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'kasha_bspider_talon', 'none', 'icon.etc_horn_i00');
- INSERT INTO `etcitem` VALUES ('1602', 'Scarlet Salamander Scale', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 's_salamander_scale', 'none', 'icon.etc_jewel_red_i00');
- INSERT INTO `etcitem` VALUES ('1603', 'Fiery Spirit Scroll', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'scroll_fiery_spirit', 'none', 'icon.etc_scroll_gray_i00');
- INSERT INTO `etcitem` VALUES ('1604', 'Rosheek\'s Letter', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'rosheeks_letter', 'none', 'icon.etc_piece_of_paper_gray_i00');
- INSERT INTO `etcitem` VALUES ('1605', 'Gantaki\'s Letter of Recommendation', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'gantakis_letter', 'none', 'icon.etc_letter_red_i00');
- INSERT INTO `etcitem` VALUES ('1606', 'Fig', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'fig', 'none', 'icon.etc_fruit_yellow_i00');
- INSERT INTO `etcitem` VALUES ('1607', '4th Leather Pouch', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'leather_purse4', 'none', 'icon.etc_pouch_gray_i00');
- INSERT INTO `etcitem` VALUES ('1608', '4th Leather Pouch (Full)', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'leather_pouch4full', 'none', 'icon.etc_pouch_yellow_i00');
- INSERT INTO `etcitem` VALUES ('1609', 'Vuku Orc Tusk', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'vuku_tusk', 'none', 'icon.etc_molar_white_i00');
- INSERT INTO `etcitem` VALUES ('1610', 'Ratman Fang', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'ratman_fang', 'none', 'icon.etc_claw_i00');
- INSERT INTO `etcitem` VALUES ('1611', 'Langk Lizardman Tooth', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'langk_tooth', 'none', 'icon.etc_horn_i00');
- INSERT INTO `etcitem` VALUES ('1612', 'Felim Lizardman Tooth', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'felim_tooth', 'none', 'icon.etc_horn_i00');
- INSERT INTO `etcitem` VALUES ('1613', 'Iron Will Scroll', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'scroll_iron_will', 'none', 'icon.etc_scroll_gray_i00');
- INSERT INTO `etcitem` VALUES ('1614', 'Toruku\'s Letter', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'torukus_letter', 'none', 'icon.etc_piece_of_paper_gray_i00');
- INSERT INTO `etcitem` VALUES ('1615', 'Khavatari Totem', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'khavatari_totem', 'none', 'icon.etc_orcish_talisman_i00');
- INSERT INTO `etcitem` VALUES ('1616', 'Fire Charm', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'fire_charm', 'none', 'icon.etc_letter_red_i00');
- INSERT INTO `etcitem` VALUES ('1617', 'Kasha Bear Pelt', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'kasha_bear_pelt', 'none', 'icon.etc_leather_brown_i00');
- INSERT INTO `etcitem` VALUES ('1618', 'Kasha Blade Spider Husk', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'kasha_bspider_husk', 'none', 'icon.etc_leather_gray_i00');
- INSERT INTO `etcitem` VALUES ('1619', '1st Fiery Egg', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'fiery_egg1', 'none', 'icon.etc_crystal_ball_red_i00');
- INSERT INTO `etcitem` VALUES ('1620', 'Hestui Mask', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'hestui_mask', 'none', 'icon.etc_orcish_talisman_i00');
- INSERT INTO `etcitem` VALUES ('1621', '2nd Fiery Egg', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'fiery_egg2', 'none', 'icon.etc_crystal_ball_red_i00');
- INSERT INTO `etcitem` VALUES ('1622', 'Totem Spirit Claw', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'totem_spirit_claw', 'none', 'icon.etc_claw_i00');
- INSERT INTO `etcitem` VALUES ('1623', 'Tataru\'s Letter of Recommendation', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'tatarus_letter', 'none', 'icon.etc_letter_white_i00');
- INSERT INTO `etcitem` VALUES ('1624', 'Flame Charm', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'flame_charm', 'none', 'icon.etc_letter_red_i00');
- INSERT INTO `etcitem` VALUES ('1625', 'Grizzly Blood', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'grizzly_blood', 'none', 'icon.etc_reagent_red_i00');
- INSERT INTO `etcitem` VALUES ('1626', 'Blood Cauldron', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'blood_cauldron', 'none', 'icon.etc_oil_pot_black_i00');
- INSERT INTO `etcitem` VALUES ('1627', 'Spirit Net', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'spirit_net', 'none', 'icon.etc_piece_of_cloth_white_i00');
- INSERT INTO `etcitem` VALUES ('1628', 'Bound Durka Spirit', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'bound_durka_spirit', 'none', 'icon.etc_crystal_ball_silver_i00');
- INSERT INTO `etcitem` VALUES ('1629', 'Durka Parasite', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'durka_parasite', 'none', 'icon.etc_totem_red_i00');
- INSERT INTO `etcitem` VALUES ('1630', 'Totem Spirit Blood', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'totem_spirit_blood', 'none', 'icon.etc_potion_red_i00');
- INSERT INTO `etcitem` VALUES ('1631', 'Mask of Medium', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'mask_of_medium', 'none', 'icon.etc_skull_red_i00');
- INSERT INTO `etcitem` VALUES ('1632', 'Silvera\'s Ring', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'silverys_ring', 'none', 'icon.accessary_ring_of_assistance_i00');
- INSERT INTO `etcitem` VALUES ('1633', '1st Pass Certificate', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'pass_1st', 'none', 'icon.etc_letter_white_i00');
- INSERT INTO `etcitem` VALUES ('1634', '2nd Pass Certificate', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'pass_2nd', 'none', 'icon.etc_letter_red_i00');
- INSERT INTO `etcitem` VALUES ('1635', 'Final Pass Certificate', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'pass_final', 'none', 'icon.etc_letter_blue_i00');
- INSERT INTO `etcitem` VALUES ('1636', 'Boogle Ratman Tooth', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'ratman_tooth', 'none', 'icon.etc_claw_i00');
- INSERT INTO `etcitem` VALUES ('1637', 'Boogle Ratman Leader\'s Tooth', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'big_ratman_tooth', 'none', 'icon.etc_horn_i00');
- INSERT INTO `etcitem` VALUES ('1638', 'Kluto\'s Letter', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'klutos_letter', 'none', 'icon.etc_scroll_gray_i00');
- INSERT INTO `etcitem` VALUES ('1639', 'Footprint of Thief', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'footprint', 'none', 'icon.etc_leather_brown_i00');
- INSERT INTO `etcitem` VALUES ('1640', 'Stolen Secret Box', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'secret_box1', 'none', 'icon.etc_jewel_box_i00');
- INSERT INTO `etcitem` VALUES ('1641', 'Secret Box', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'secret_box2', 'none', 'icon.etc_jewel_box_i00');
- INSERT INTO `etcitem` VALUES ('1642', 'Ring of Raven', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'ring_of_raven', 'none', 'icon.accessary_ring_of_raccoon_i00');
- INSERT INTO `etcitem` VALUES ('1643', 'Pippi\'s Letter of Recommendation', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'pipis_letter', 'none', 'icon.etc_letter_white_i00');
- INSERT INTO `etcitem` VALUES ('1644', 'Raut\'s Teleport Scroll', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'routs_tp_scroll', 'none', 'icon.etc_scroll_of_return_i00');
- INSERT INTO `etcitem` VALUES ('1645', 'Succubus Undies', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'succubus_undies', 'none', 'icon.etc_piece_of_cloth_black_i00');
- INSERT INTO `etcitem` VALUES ('1646', 'Mion\'s Letter', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'mions_letter', 'none', 'icon.etc_scroll_gray_i00');
- INSERT INTO `etcitem` VALUES ('1647', 'Bronk\'s Ingot', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'bronks_ingot', 'none', 'icon.etc_plate_glay_i00');
- INSERT INTO `etcitem` VALUES ('1648', 'Shari\'s Axe', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'chalis_axe', 'none', 'icon.weapon_tomahawk_i00');
- INSERT INTO `etcitem` VALUES ('1649', 'Zimenf\'s Potion', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'zimenfs_potion', 'none', 'icon.etc_potion_blue_i00');
- INSERT INTO `etcitem` VALUES ('1650', 'Bronk\'s Pay', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'bronks_pay', 'none', 'icon.etc_coins_gold_i00');
- INSERT INTO `etcitem` VALUES ('1651', 'Shari\'s Pay', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'chalis_pay', 'none', 'icon.etc_coins_gold_i00');
- INSERT INTO `etcitem` VALUES ('1652', 'Zimenf\'s Pay', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'zimenfs_pay', 'none', 'icon.etc_coins_gold_i00');
- INSERT INTO `etcitem` VALUES ('1653', 'Bear Picture', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'bear_pic', 'none', 'icon.etc_recipe_blue_i00');
- INSERT INTO `etcitem` VALUES ('1654', 'Tarantula Picture', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'tarantula_pic', 'none', 'icon.etc_recipe_red_i00');
- INSERT INTO `etcitem` VALUES ('1655', 'Honey Jar', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'honey_jar', 'none', 'icon.etc_potion_gold_i00');
- INSERT INTO `etcitem` VALUES ('1656', 'Bead', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'bead', 'none', 'icon.etc_crystal_ball_blue_i00');
- INSERT INTO `etcitem` VALUES ('1657', 'Bead Parcel', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'bead_parcel', 'none', 'icon.accessary_mage_earing_i00');
- INSERT INTO `etcitem` VALUES ('1658', 'Gatekeeper Charm', 'false', 'none', '10', 'stackable', 'none', '-1', '0', '0', 'true', 'true', 'true', 'true', 'gatekeeper_charm', 'none', 'icon.etc_totem_red_i00');
- INSERT INTO `etcitem` VALUES ('1659', 'Gatekeeper Token', 'false', 'none', '10', 'stackable', 'none', '-1', '0', '0', 'true', 'true', 'true', 'true', 'gatekeeper_token', 'none', 'icon.etc_coins_silver_i00');
- INSERT INTO `etcitem` VALUES ('1661', 'Thief Key', 'false', 'none', '10', 'stackable', 'none', '-1', '1000', '0', 'true', 'true', 'true', 'true', 'key_of_thief', 'none', 'icon.etc_key_i00');
- INSERT INTO `etcitem` VALUES ('1662', 'Wood', 'false', 'none', '2', 'stackable', 'none', '-1', '20', '0', 'true', 'true', 'true', 'true', '__wood', 'none', 'icon.etc_squares_wood_i00');
- INSERT INTO `etcitem` VALUES ('1663', '(Not used) Trunk', 'false', 'none', '2', 'stackable', 'none', '-1', '20', '0', 'true', 'true', 'true', 'true', '__stem', 'none', 'icon.etc_branch_gold_i00');
- INSERT INTO `etcitem` VALUES ('1664', 'Steel Powder', 'false', 'none', '2', 'stackable', 'none', '-1', '80', '0', 'true', 'true', 'true', 'true', '__steel_powder', 'none', 'icon.etc_powder_gray_i00');
- INSERT INTO `etcitem` VALUES ('1665', 'World Map', 'false', 'none', '0', 'normal', 'none', '-1', '500', '0', 'true', 'true', 'true', 'true', 'world_map', 'none', 'icon.etc_letter_red_i00');
- INSERT INTO `etcitem` VALUES ('1666', 'Recipe: Wooden Arrow', 'false', 'recipe', '30', 'stackable', 'none', '-1', '600', '0', 'true', 'true', 'true', 'true', 'rp_wooden_arrow', 'recipe', 'icon.etc_recipe_white_i00');
- INSERT INTO `etcitem` VALUES ('1667', 'Spellbook: Summon Shadow', 'false', 'spellbook', '120', 'normal', 'none', '-1', '800', '0', 'true', 'true', 'true', 'true', 'sb_summon_shadow1', 'none', 'icon.etc_spell_books_summon_i00');
- INSERT INTO `etcitem` VALUES ('1668', 'Spellbook: Summon Mew the Cat', 'false', 'spellbook', '120', 'normal', 'none', '-1', '1250', '0', 'true', 'true', 'true', 'true', 'sb_summon_cuti_cat1', 'none', 'icon.etc_spell_books_summon_i00');
- INSERT INTO `etcitem` VALUES ('1669', 'Spellbook: Summon Boxer the Unicorn', 'false', 'spellbook', '120', 'normal', 'none', '-1', '800', '0', 'true', 'true', 'true', 'true', 'sb_summon_unicorn_boxer1', 'none', 'icon.etc_spell_books_summon_i00');
- INSERT INTO `etcitem` VALUES ('1670', 'Spellbook: Summon Mirage the Unicorn', 'false', 'spellbook', '120', 'normal', 'none', '-1', '1250', '0', 'true', 'true', 'true', 'true', 'sb_summon_unicorn_mirage1', 'none', 'icon.etc_spell_books_summon_i00');
- INSERT INTO `etcitem` VALUES ('1671', 'Spellbook: Summon Silhouette', 'false', 'spellbook', '120', 'normal', 'none', '-1', '800', '0', 'true', 'true', 'true', 'true', 'sb_summon_silhouette1', 'none', 'icon.etc_spell_books_summon_i00');
- INSERT INTO `etcitem` VALUES ('1672', '__', 'false', 'none', '40', 'normal', 'none', '-1', '800', '0', 'true', 'true', 'true', 'true', '__1', 'none', 'icon.item_normal06');
- INSERT INTO `etcitem` VALUES ('1673', '__', 'false', 'none', '40', 'normal', 'none', '-1', '800', '0', 'true', 'true', 'true', 'true', '__2', 'none', 'icon.item_normal06');
- INSERT INTO `etcitem` VALUES ('1674', 'Twig of Treant', 'false', 'material', '2', 'stackable', 'none', '-1', '80', '0', 'true', 'true', 'true', 'true', '__twig_of_ent', 'material', 'icon.etc_branch_gold_i00');
- INSERT INTO `etcitem` VALUES ('1675', 'Beast Blood', 'false', 'material', '2', 'stackable', 'none', '-1', '40', '0', 'true', 'true', 'true', 'true', '__beast_blood', 'material', 'icon.etc_reagent_red_i00');
- INSERT INTO `etcitem` VALUES ('1676', 'Beast Bone', 'false', 'material', '2', 'stackable', 'none', '-1', '20', '0', 'true', 'true', 'true', 'true', '__beast_bone', 'material', 'icon.etc_piece_bone_white_i00');
- INSERT INTO `etcitem` VALUES ('1677', 'Hot Oil', 'false', 'material', '2', 'stackable', 'none', '-1', '40', '0', 'true', 'true', 'true', 'true', '__hot_oil', 'material', 'icon.etc_oil_pot_black_i00');
- INSERT INTO `etcitem` VALUES ('1678', '(Not used) Thread', 'false', 'material', '2', 'stackable', 'none', '-1', '10', '0', 'true', 'true', 'true', 'true', '__thread', 'material', 'icon.etc_skein_white_i00');
- INSERT INTO `etcitem` VALUES ('1679', 'Bronze', 'false', 'material', '2', 'stackable', 'none', '-1', '150', '0', 'true', 'true', 'true', 'true', '__bronze', 'material', 'icon.etc_lump_gray_i00');
- INSERT INTO `etcitem` VALUES ('1680', 'Fur', 'false', 'material', '2', 'stackable', 'none', '-1', '40', '0', 'true', 'true', 'true', 'true', '__fur', 'material', 'icon.etc_leather_brown_i00');
- INSERT INTO `etcitem` VALUES ('1681', 'Elf Stone', 'false', 'material', '2', 'stackable', 'none', '-1', '1500', '0', 'true', 'true', 'true', 'true', '__elf_stone', 'material', 'icon.etc_crystal_ball_green_i00');
- INSERT INTO `etcitem` VALUES ('1682', 'Tear of Holy Spirit', 'false', 'material', '2', 'stackable', 'none', '-1', '1000', '0', 'true', 'true', 'true', 'true', '__tear_of_holyspirit', 'material', 'icon.etc_lesser_potion_clear_i00');
- INSERT INTO `etcitem` VALUES ('1683', 'Mithril', 'false', 'material', '2', 'stackable', 'none', '-1', '400', '0', 'true', 'true', 'true', 'true', '__mythril', 'material', 'icon.etc_squares_silver_i00');
- INSERT INTO `etcitem` VALUES ('1684', 'Durable Stem', 'false', 'material', '2', 'stackable', 'none', '-1', '220', '0', 'true', 'true', 'true', 'true', '__durable_stem', 'material', 'icon.etc_herb_green_i00');
- INSERT INTO `etcitem` VALUES ('1685', 'Wooden Frame', 'false', 'material', '2', 'stackable', 'none', '-1', '2000', '0', 'true', 'true', 'true', 'true', '__wooden_frame', 'material', 'icon.etc_squares_wood_i00');
- INSERT INTO `etcitem` VALUES ('1686', 'Bark of Treant', 'false', 'material', '2', 'stackable', 'none', '-1', '480', '0', 'true', 'true', 'true', 'true', '__bark_of_ent', 'material', 'icon.etc_branch_gold_i00');
- INSERT INTO `etcitem` VALUES ('1687', '(Not used) Coarse Bone Powder', 'false', 'material', '2', 'stackable', 'none', '-1', '80', '0', 'true', 'true', 'true', 'true', '__rough_bone_powder', 'material', 'icon.etc_powder_white_i00');
- INSERT INTO `etcitem` VALUES ('1688', 'Refined Steel', 'false', 'material', '2', 'stackable', 'none', '-1', '480', '0', 'true', 'true', 'true', 'true', '__refined_steel', 'material', 'icon.etc_plate_black_i00');
- INSERT INTO `etcitem` VALUES ('1689', '(Not used) Leather', 'false', 'material', '2', 'stackable', 'none', '-1', '300', '0', 'true', 'true', 'true', 'true', '__leather', 'material', 'icon.etc_leather_brown_i00');
- INSERT INTO `etcitem` VALUES ('1690', 'Bowstring', 'false', 'material', '2', 'stackable', 'none', '-1', '300', '0', 'true', 'true', 'true', 'true', '__bowstring', 'material', 'icon.etc_skein_white_i00');
- INSERT INTO `etcitem` VALUES ('1691', 'Steel Frame', 'false', 'material', '2', 'stackable', 'none', '-1', '4400', '0', 'true', 'true', 'true', 'true', '__steel_frame', 'material', 'icon.etc_mold_i00');
- INSERT INTO `etcitem` VALUES ('1692', '(Not used) Cord', 'false', 'material', '2', 'stackable', 'none', '-1', '45', '0', 'true', 'true', 'true', 'true', '__cord', 'material', 'icon.etc_skein_gray_i00');
- INSERT INTO `etcitem` VALUES ('1693', 'Refined Bronze', 'false', 'material', '2', 'stackable', 'none', '-1', '890', '0', 'true', 'true', 'true', 'true', '__refined_bronze', 'material', 'icon.etc_plate_blue_i00');
- INSERT INTO `etcitem` VALUES ('1694', 'Treant Potion', 'false', 'material', '2', 'stackable', 'none', '-1', '800', '0', 'true', 'true', 'true', 'true', '__ent_potion', 'material', 'icon.etc_potion_green_i00');
- INSERT INTO `etcitem` VALUES ('1695', 'Spell Paper', 'false', 'material', '2', 'stackable', 'none', '-1', '580', '0', 'true', 'true', 'true', 'true', '__spell_paper', 'material', 'icon.etc_piece_of_paper_white_i00');
- INSERT INTO `etcitem` VALUES ('1696', 'Flaming Oil', 'false', 'material', '2', 'stackable', 'none', '-1', '500', '0', 'true', 'true', 'true', 'true', '__flaming_oil', 'material', 'icon.etc_oil_pot_black_i00');
- INSERT INTO `etcitem` VALUES ('1697', 'Magic Powder', 'false', 'material', '2', 'stackable', 'none', '-1', '3080', '0', 'true', 'true', 'true', 'true', '__magic_powder', 'material', 'icon.etc_powder_gray_i00');
- INSERT INTO `etcitem` VALUES ('1698', 'Refined Mithril', 'false', 'material', '2', 'stackable', 'none', '-1', '2100', '0', 'true', 'true', 'true', 'true', '__refined_mythril', 'material', 'icon.etc_plate_white_i00');
- INSERT INTO `etcitem` VALUES ('1699', 'Fortified Steel', 'false', 'material', '2', 'stackable', 'none', '-1', '1860', '0', 'true', 'true', 'true', 'true', '__fortified_steel', 'material', 'icon.etc_squares_silver_i00');
- INSERT INTO `etcitem` VALUES ('1700', '(Not used) Oriharukon', 'false', 'material', '2', 'stackable', 'none', '-1', '6300', '0', 'true', 'true', 'true', 'true', '__oriharukon', 'material', 'icon.etc_squares_wood_i00');
- INSERT INTO `etcitem` VALUES ('1701', 'Spell Solution', 'false', 'material', '2', 'stackable', 'none', '-1', '8160', '0', 'true', 'true', 'true', 'true', '__spell_solution', 'material', 'icon.etc_potion_gold_i00');
- INSERT INTO `etcitem` VALUES ('1702', 'Metal Frame', 'false', 'material', '2', 'stackable', 'none', '-1', '12500', '0', 'true', 'true', 'true', 'true', '__metal_frame', 'material', 'icon.etc_mold_i00');
- INSERT INTO `etcitem` VALUES ('1703', 'Steel of The Highest Grade', 'false', 'material', '2', 'stackable', 'none', '-1', '3720', '0', 'true', 'true', 'true', 'true', '__steel_of_highestgrade', 'material', 'icon.etc_squares_gray_i00');
- INSERT INTO `etcitem` VALUES ('1704', 'Stone of Anguish', 'false', 'material', '60', 'stackable', 'none', '-1', '157', '0', 'true', 'true', 'true', 'true', '__stone_of_anguish', 'material', 'icon.etc_bead_red_i00');
- INSERT INTO `etcitem` VALUES ('1705', 'Sprig of Wisdom', 'false', 'material', '60', 'stackable', 'none', '-1', '258', '0', 'true', 'true', 'true', 'true', '__sprig_of_wisdom', 'material', 'icon.etc_leaf_gold_i00');
- INSERT INTO `etcitem` VALUES ('1706', 'Blue Diamond Fragment', 'false', 'material', '60', 'stackable', 'none', '-1', '471', '0', 'true', 'true', 'true', 'true', '__blue_diamond_fragment', 'material', 'icon.etc_crystal_ball_blue_i00');
- INSERT INTO `etcitem` VALUES ('1707', 'Saint\'s Molar', 'false', 'material', '60', 'stackable', 'none', '-1', '568', '0', 'true', 'true', 'true', 'true', '__saint\'s_molar', 'material', 'icon.etc_molar_white_i00');
- INSERT INTO `etcitem` VALUES ('1708', 'Smoky Quartz', 'false', 'material', '60', 'stackable', 'none', '-1', '1136', '0', 'true', 'true', 'true', 'true', '__smoky_quartz', 'material', 'icon.etc_bead_white_i00');
- INSERT INTO `etcitem` VALUES ('1709', 'Blood of Manticore', 'false', 'material', '60', 'stackable', 'none', '-1', '568', '0', 'true', 'true', 'true', 'true', '__blood_of_manticor', 'material', 'icon.etc_reagent_gold_i00');
- INSERT INTO `etcitem` VALUES ('1710', 'Tiger\'s Eye Crystal', 'false', 'material', '60', 'stackable', 'none', '-1', '3215', '0', 'true', 'true', 'true', 'true', '__tiger\'seye_crystal', 'material', 'icon.etc_crystal_ball_gold_i00');
- INSERT INTO `etcitem` VALUES ('1711', 'Claw of Leopard', 'false', 'material', '60', 'stackable', 'none', '-1', '402', '0', 'true', 'true', 'true', 'true', '__claw_of_leopard', 'material', 'icon.etc_claw_i00');
- INSERT INTO `etcitem` VALUES ('1712', 'Leather Shoes Material', 'false', 'material', '60', 'stackable', 'none', '-1', '87', '0', 'true', 'true', 'true', 'true', '__leather_shoes_material', 'material', 'icon.etc_piece_of_cloth_white_i00');
- INSERT INTO `etcitem` VALUES ('1713', 'Leather Tunic Material', 'false', 'material', '60', 'stackable', 'none', '-1', '261', '0', 'true', 'true', 'true', 'true', '__leather_tunic_material', 'material', 'icon.etc_piece_of_cloth_white_i00');
- INSERT INTO `etcitem` VALUES ('1714', 'Leather Stockings Material', 'false', 'material', '60', 'stackable', 'none', '-1', '129', '0', 'true', 'true', 'true', 'true', '__leather_hose_material', 'material', 'icon.etc_piece_of_cloth_white_i00');
- INSERT INTO `etcitem` VALUES ('1715', 'Leather Helmet Material', 'false', 'material', '60', 'stackable', 'none', '-1', '240', '0', 'true', 'true', 'true', 'true', '__leather_helmet_material', 'material', 'icon.etc_piece_of_cloth_white_i00');
- INSERT INTO `etcitem` VALUES ('1716', 'Leather Gloves Texture', 'false', 'material', '60', 'stackable', 'none', '-1', '226', '0', 'true', 'true', 'true', 'true', '__leather_gloves_texture', 'material', 'icon.etc_piece_of_cloth_black_i00');
- INSERT INTO `etcitem` VALUES ('1717', 'Leather Gloves Lining', 'false', 'material', '60', 'stackable', 'none', '-1', '113', '0', 'true', 'true', 'true', 'true', '__leather_gloves_lining', 'material', 'icon.etc_piece_of_cloth_green_i00');
- INSERT INTO `etcitem` VALUES ('1718', 'Black Bone Fragment', 'false', 'material', '60', 'stackable', 'none', '-1', '693', '0', 'true', 'true', 'true', 'true', '__black_bone_fragment', 'material', 'icon.etc_piece_bone_black_i00');
- INSERT INTO `etcitem` VALUES ('1719', 'Hard Leather Shirt Material', 'false', 'material', '60', 'stackable', 'none', '-1', '963', '0', 'true', 'true', 'true', 'true', '__hard_leather_shirt_material', 'material', 'icon.etc_piece_of_cloth_white_i00');
- INSERT INTO `etcitem` VALUES ('1720', 'Blue-Black Bone Fragment', 'false', 'material', '60', 'stackable', 'none', '-1', '1493', '0', 'true', 'true', 'true', 'true', '__blue-black_bone_fragment', 'material', 'icon.etc_piece_bone_black_i00');
- INSERT INTO `etcitem` VALUES ('1721', 'Hard Leather Gaiter Material', 'false', 'material', '60', 'stackable', 'none', '-1', '500', '0', 'true', 'true', 'true', 'true', '__hard_leather_gaiters_material', 'material', 'icon.etc_piece_of_cloth_blue_i00');
- INSERT INTO `etcitem` VALUES ('1722', 'Boots Material', 'false', 'material', '60', 'stackable', 'none', '-1', '271', '0', 'true', 'true', 'true', 'true', '__boots_material', 'material', 'icon.etc_leather_brown_i00');
- INSERT INTO `etcitem` VALUES ('1723', 'Leather Boots Material', 'false', 'material', '60', 'stackable', 'none', '-1', '364', '0', 'true', 'true', 'true', 'true', '__leather_boots_material', 'material', 'icon.etc_piece_of_cloth_white_i00');
- INSERT INTO `etcitem` VALUES ('1724', 'Skull Fragment', 'false', 'material', '60', 'stackable', 'none', '-1', '512', '0', 'true', 'true', 'true', 'true', '__skull_fragment', 'material', 'icon.etc_skull_black_i00');
- INSERT INTO `etcitem` VALUES ('1725', 'Dark Stockings Material', 'false', 'material', '60', 'stackable', 'none', '-1', '632', '0', 'true', 'true', 'true', 'true', '__dark_hose_material', 'material', 'icon.etc_leather_gray_i00');
- INSERT INTO `etcitem` VALUES ('1726', 'Crafted Leather Gloves Lining', 'false', 'material', '60', 'stackable', 'none', '-1', '523', '0', 'true', 'true', 'true', 'true', '__excellence_leather_gloves_lining', 'material', 'icon.etc_piece_of_cloth_blue_i00');
- INSERT INTO `etcitem` VALUES ('1727', 'Crafted Leather Gloves Texture', 'false', 'material', '60', 'stackable', 'none', '-1', '261', '0', 'true', 'true', 'true', 'true', '__excellence_leather_gloves_texture', 'material', 'icon.etc_piece_of_cloth_black_i00');
- INSERT INTO `etcitem` VALUES ('1728', 'Steel Scale', 'false', 'material', '60', 'stackable', 'none', '-1', '1790', '0', 'true', 'true', 'true', 'true', '__steel_scale', 'material', 'icon.etc_plate_glay_i00');
- INSERT INTO `etcitem` VALUES ('1729', 'Pure White Cloth', 'false', 'material', '60', 'stackable', 'none', '-1', '833', '0', 'true', 'true', 'true', 'true', '__purewhite_cloth', 'material', 'icon.etc_piece_of_cloth_white_i00');
- INSERT INTO `etcitem` VALUES ('1730', 'Purifying Potion', 'false', 'material', '60', 'stackable', 'none', '-1', '3330', '0', 'true', 'true', 'true', 'true', '__purifying_potion', 'material', 'icon.etc_potion_clear_i00');
- INSERT INTO `etcitem` VALUES ('1731', 'Steel Scale Gaiters', 'false', 'material', '60', 'stackable', 'none', '-1', '1148', '0', 'true', 'true', 'true', 'true', '__gaiters_steel_scale', 'material', 'icon.etc_plate_blue_i00');
- INSERT INTO `etcitem` VALUES ('1732', 'Leather Fittings', 'false', 'material', '60', 'stackable', 'none', '-1', '1520', '0', 'true', 'true', 'true', 'true', '__leather_fittings', 'material', 'icon.etc_leather_gray_i00');
- INSERT INTO `etcitem` VALUES ('1733', 'Large Sheet Iron', 'false', 'material', '60', 'stackable', 'none', '-1', '1900', '0', 'true', 'true', 'true', 'true', '__large_sheet_iron', 'material', 'icon.etc_plate_black_i00');
- INSERT INTO `etcitem` VALUES ('1734', 'Small Leather Fittings', 'false', 'material', '60', 'stackable', 'none', '-1', '952', '0', 'true', 'true', 'true', 'true', '__small_leather_fittings', 'material', 'icon.etc_leather_brown_i00');
- INSERT INTO `etcitem` VALUES ('1735', 'Small Sheet Iron', 'false', 'material', '60', 'stackable', 'none', '-1', '1190', '0', 'true', 'true', 'true', 'true', '__small_sheet_iron', 'material', 'icon.etc_plate_glay_i00');
- INSERT INTO `etcitem` VALUES ('1736', 'Iron Boots Binding', 'false', 'material', '60', 'stackable', 'none', '-1', '635', '0', 'true', 'true', 'true', 'true', '__iron_boots_binding', 'material', 'icon.etc_squares_gray_i00');
- INSERT INTO `etcitem` VALUES ('1737', 'Iron Boots Frame', 'false', 'material', '60', 'stackable', 'none', '-1', '508', '0', 'true', 'true', 'true', 'true', '__iron_boots_frame', 'material', 'icon.etc_mold_i00');
- INSERT INTO `etcitem` VALUES ('1738', 'Wide Blade', 'false', 'material', '60', 'stackable', 'none', '-1', '625', '0', 'true', 'true', 'true', 'true', '__wide_blade', 'material', 'icon.etc_sword_body_i00');
- INSERT INTO `etcitem` VALUES ('1739', 'Broadsword Mold', 'false', 'material', '60', 'stackable', 'none', '-1', '1250', '0', 'true', 'true', 'true', 'true', '__broad_sword_mold', 'material', 'icon.etc_mold_i00');
- INSERT INTO `etcitem` VALUES ('1740', 'Crafted Willow Branch', 'false', 'material', '60', 'stackable', 'none', '-1', '833', '0', 'true', 'true', 'true', 'true', '__crafted_willow_branch', 'material', 'icon.etc_branch_blue_i00');
- INSERT INTO `etcitem` VALUES ('1741', 'Stave', 'false', 'material', '60', 'stackable', 'none', '-1', '900', '0', 'true', 'true', 'true', 'true', '__stave', 'material', 'icon.etc_branch_gold_i00');
- INSERT INTO `etcitem` VALUES ('1742', 'Red Cedar Branch', 'false', 'material', '60', 'stackable', 'none', '-1', '1797', '0', 'true', 'true', 'true', 'true', '__red_cedar_branch', 'material', 'icon.etc_branch_gold_i00');
- INSERT INTO `etcitem` VALUES ('1743', 'Dirk Blade', 'false', 'material', '60', 'stackable', 'none', '-1', '1082', '0', 'true', 'true', 'true', 'true', '__dirk_blade', 'material', 'icon.etc_sword_body_i00');
- INSERT INTO `etcitem` VALUES ('1744', 'Dirk Mold', 'false', 'material', '60', 'stackable', 'none', '-1', '5410', '0', 'true', 'true', 'true', 'true', '__dirk_mold', 'material', 'icon.etc_mold_i00');
- INSERT INTO `etcitem` VALUES ('1745', 'Brandish Blade', 'false', 'material', '60', 'stackable', 'none', '-1', '1880', '0', 'true', 'true', 'true', 'true', '__brandish_blade', 'material', 'icon.etc_sword_body_i00');
- INSERT INTO `etcitem` VALUES ('1746', 'Short Spear Blade', 'false', 'material', '60', 'stackable', 'none', '-1', '3000', '0', 'true', 'true', 'true', 'true', '__short_spear_blade', 'material', 'icon.etc_sword_body_i00');
- INSERT INTO `etcitem` VALUES ('1747', 'Shining Blade', 'false', 'material', '60', 'stackable', 'none', '-1', '1700', '0', 'true', 'true', 'true', 'true', '__shining_blade', 'material', 'icon.etc_sword_body_i00');
- INSERT INTO `etcitem` VALUES ('1748', 'Sword of Reflection Mold', 'false', 'material', '60', 'stackable', 'none', '-1', '13600', '0', 'true', 'true', 'true', 'true', '__sword_of_reflexion_mold', 'material', 'icon.etc_mold_i00');
- INSERT INTO `etcitem` VALUES ('1749', 'Branch of The Mother Tree', 'false', 'material', '60', 'stackable', 'none', '-1', '4533', '0', 'true', 'true', 'true', 'true', '__branch_of_the_mothertree', 'material', 'icon.etc_branch_green_i00');
- INSERT INTO `etcitem` VALUES ('1750', 'Dark Forest Leaf', 'false', 'material', '60', 'stackable', 'none', '-1', '2267', '0', 'true', 'true', 'true', 'true', '__darkforest_leaf', 'material', 'icon.etc_herb_blue_i00');
- INSERT INTO `etcitem` VALUES ('1751', 'Lump of Iron', 'false', 'material', '60', 'stackable', 'none', '-1', '5278', '0', 'true', 'true', 'true', 'true', '__lump_of_iron', 'material', 'icon.etc_bead_silver_i00');
- INSERT INTO `etcitem` VALUES ('1752', 'Piece of Sword Breaker', 'false', 'material', '60', 'stackable', 'none', '-1', '3050', '0', 'true', 'true', 'true', 'true', '__piece_of_sword_breaker', 'material', 'icon.etc_bark_gold_i00');
- INSERT INTO `etcitem` VALUES ('1753', 'Sword Breaker Mold', 'false', 'material', '60', 'stackable', 'none', '-1', '24400', '0', 'true', 'true', 'true', 'true', '__sword_breaker_mold', 'material', 'icon.etc_mold_i00');
- INSERT INTO `etcitem` VALUES ('1754', 'Steel Bow Mold', 'false', 'material', '60', 'stackable', 'none', '-1', '4067', '0', 'true', 'true', 'true', 'true', '__steel_bow_mold', 'material', 'icon.etc_mold_i00');
- INSERT INTO `etcitem` VALUES ('1755', 'Metal Stave', 'false', 'material', '60', 'stackable', 'none', '-1', '8133', '0', 'true', 'true', 'true', 'true', '__metal_stave', 'material', 'icon.etc_branch_gold_i00');
- INSERT INTO `etcitem` VALUES ('1756', 'Spirit of The Saber Smith', 'false', 'material', '60', 'stackable', 'none', '-1', '4544', '0', 'true', 'true', 'true', 'true', '__spirit_of_the_saber_smith', 'material', 'icon.etc_skull_black_i00');
- INSERT INTO `etcitem` VALUES ('1757', 'Saber Blade', 'false', 'material', '60', 'stackable', 'none', '-1', '5453', '0', 'true', 'true', 'true', 'true', '__saber_blade', 'material', 'icon.etc_sword_body_i00');
- INSERT INTO `etcitem` VALUES ('1758', 'Saber Mold', 'false', 'material', '60', 'stackable', 'none', '-1', '13633', '0', 'true', 'true', 'true', 'true', '__saber_mold', 'material', 'icon.etc_mold_i00');
- INSERT INTO `etcitem` VALUES ('1759', 'Blood of Assassin', 'false', 'material', '60', 'stackable', 'none', '-1', '4544', '0', 'true', 'true', 'true', 'true', '__blood_of_the_assassin', 'material', 'icon.etc_reagent_red_i00');
- INSERT INTO `etcitem` VALUES ('1760', 'Assassin Blade', 'false', 'material', '60', 'stackable', 'none', '-1', '5453', '0', 'true', 'true', 'true', 'true', '__assassin_blade', 'material', 'icon.etc_sword_body_i00');
- INSERT INTO `etcitem` VALUES ('1761', 'Assassin Mold', 'false', 'material', '60', 'stackable', 'none', '-1', '27267', '0', 'true', 'true', 'true', 'true', '__assassin_mold', 'material', 'icon.etc_mold_i00');
- INSERT INTO `etcitem` VALUES ('1762', 'Piece of Trident', 'false', 'material', '60', 'stackable', 'none', '-1', '6850', '0', 'true', 'true', 'true', 'true', '__piece_of_trident', 'material', 'icon.etc_bark_blue_i00');
- INSERT INTO `etcitem` VALUES ('1763', 'Ruby Fragment', 'false', 'material', '60', 'stackable', 'none', '-1', '5113', '0', 'true', 'true', 'true', 'true', '__ruby_fragment', 'material', 'icon.etc_powder_red_i00');
- INSERT INTO `etcitem` VALUES ('1764', 'Deep Sea Water', 'false', 'material', '60', 'stackable', 'none', '-1', '10225', '0', 'true', 'true', 'true', 'true', '__deepsea_water', 'material', 'icon.etc_potion_blue_i00');
- INSERT INTO `etcitem` VALUES ('1765', 'Spinebone Fragment', 'false', 'material', '60', 'stackable', 'none', '-1', '6440', '0', 'true', 'true', 'true', 'true', '__spinebone_fragment', 'material', 'icon.etc_piece_bone_white_i00');
- INSERT INTO `etcitem` VALUES ('1766', 'Spinebone Pattern', 'false', 'material', '60', 'stackable', 'none', '-1', '12880', '0', 'true', 'true', 'true', 'true', '__spinebone_pattern', 'material', 'icon.etc_mold_i00');
- INSERT INTO `etcitem` VALUES ('1767', 'Piece of Mace of Judgment', 'false', 'material', '60', 'stackable', 'none', '-1', '7156', '0', 'true', 'true', 'true', 'true', '__piece_of_mage_of_judgement', 'material', 'icon.etc_bark_gold_i00');
- INSERT INTO `etcitem` VALUES ('1768', 'Pattern of Judgment', 'false', 'material', '60', 'stackable', 'none', '-1', '10733', '0', 'true', 'true', 'true', 'true', '__pattern_of_judgement', 'material', 'icon.etc_mold_i00');
- INSERT INTO `etcitem` VALUES ('1769', 'Piece of Conjuror\'s Staff', 'false', 'material', '60', 'stackable', 'none', '-1', '6440', '0', 'true', 'true', 'true', 'true', '__piece_of_conjure_staff', 'material', 'icon.etc_bark_blue_i00');
- INSERT INTO `etcitem` VALUES ('1770', 'Magic Flute', 'false', 'material', '60', 'stackable', 'none', '-1', '12880', '0', 'true', 'true', 'true', 'true', '__magic_flute', 'material', 'icon.etc_flute_i00');
- INSERT INTO `etcitem` VALUES ('1771', 'Elven Stave', 'false', 'material', '60', 'stackable', 'none', '-1', '21467', '0', 'true', 'true', 'true', 'true', '__elven_stave', 'material', 'icon.etc_branch_green_i00');
- INSERT INTO `etcitem` VALUES ('1772', 'Leaf of the Mother Tree', 'false', 'material', '60', 'stackable', 'none', '-1', '5367', '0', 'true', 'true', 'true', 'true', '__leaf_of_the_mothertree', 'material', 'icon.etc_herb_green_i00');
- INSERT INTO `etcitem` VALUES ('1773', 'Piece of Dwarven Trident', 'false', 'material', '60', 'stackable', 'none', '-1', '8613', '0', 'true', 'true', 'true', 'true', '__piece_of_dwarven_trident', 'material', 'icon.etc_bark_green_i00');
- INSERT INTO `etcitem` VALUES ('1774', 'Piece of Two-Handed Sword', 'false', 'material', '60', 'stackable', 'none', '-1', '5688', '0', 'true', 'true', 'true', 'true', '__piece_of_two-handed_sword', 'material', 'icon.etc_sword_body_i00');
- INSERT INTO `etcitem` VALUES ('1775', 'Two-Handed Sword Mold', 'false', 'material', '60', 'stackable', 'none', '-1', '96700', '0', 'true', 'true', 'true', 'true', '__two-handed_sword_mold', 'material', 'icon.etc_mold_i00');
- INSERT INTO `etcitem` VALUES ('1776', 'Piece of Spiked Club', 'false', 'material', '60', 'stackable', 'none', '-1', '32233', '0', 'true', 'true', 'true', 'true', '__piece_of_spike_club', 'material', 'icon.etc_bark_blue_i00');
- INSERT INTO `etcitem` VALUES ('1777', 'Steel Piece of Club', 'false', 'material', '60', 'stackable', 'none', '-1', '6447', '0', 'true', 'true', 'true', 'true', '__steel_piece_of_club', 'material', 'icon.etc_plate_glay_i00');
- INSERT INTO `etcitem` VALUES ('1778', 'Shilen Bone', 'false', 'material', '60', 'stackable', 'none', '-1', '6447', '0', 'true', 'true', 'true', 'true', '__bone_of_silenus', 'material', 'icon.etc_piece_bone_white_i00');
- INSERT INTO `etcitem` VALUES ('1779', 'Shilen Mane', 'false', 'material', '60', 'stackable', 'none', '-1', '64467', '0', 'true', 'true', 'true', 'true', '__mane_of_silenus', 'material', 'icon.etc_mane_i00');
- INSERT INTO `etcitem` VALUES ('1780', 'Purity Bronze', 'false', 'material', '60', 'stackable', 'none', '-1', '9210', '0', 'true', 'true', 'true', 'true', '__purity_bronze', 'material', 'icon.etc_plate_blue_i00');
- INSERT INTO `etcitem` VALUES ('1781', 'Gastraphetes Stave', 'false', 'material', '60', 'stackable', 'none', '-1', '32233', '0', 'true', 'true', 'true', 'true', '__gastraphetes_stave', 'material', 'icon.weapon_short_bow_i00');
- INSERT INTO `etcitem` VALUES ('1782', 'Gastraphetes Addendum', 'false', 'material', '60', 'stackable', 'none', '-1', '6447', '0', 'true', 'true', 'true', 'true', '__gastraphetes_addendum', 'material', 'icon.etc_orcish_talisman_i00');
- INSERT INTO `etcitem` VALUES ('1783', 'Blood of Fiend', 'false', 'material', '60', 'stackable', 'none', '-1', '10744', '0', 'true', 'true', 'true', 'true', '__blood_of_fiend', 'material', 'icon.etc_reagent_gold_i00');
- INSERT INTO `etcitem` VALUES ('1784', 'Cursed Leather', 'false', 'material', '60', 'stackable', 'none', '-1', '10744', '0', 'true', 'true', 'true', 'true', '__cursed_leather', 'material', 'icon.etc_leather_gray_i00');
- INSERT INTO `etcitem` VALUES ('1785', 'Soul Ore', 'false', 'material', '10', 'stackable', 'none', '-1', '250', '0', 'true', 'true', 'true', 'true', 'soul_ore', 'material', 'icon.etc_crystal_white_i00');
- INSERT INTO `etcitem` VALUES ('1786', 'Recipe: Broad Sword', 'false', 'recipe', '30', 'stackable', 'none', '-1', '250', '0', 'true', 'true', 'true', 'true', 'rp_broad_sword', 'recipe', 'icon.etc_recipe_white_i00');
- INSERT INTO `etcitem` VALUES ('1787', 'Recipe: Willow Staff', 'false', 'recipe', '30', 'stackable', 'none', '-1', '250', '0', 'true', 'true', 'true', 'true', 'rp_willow_staff', 'recipe', 'icon.etc_recipe_white_i00');
- INSERT INTO `etcitem` VALUES ('1788', 'Recipe: Bow', 'false', 'recipe', '30', 'stackable', 'none', '-1', '250', '0', 'true', 'true', 'true', 'true', 'rp_bow', 'recipe', 'icon.etc_recipe_white_i00');
- INSERT INTO `etcitem` VALUES ('1789', 'Recipe: Cedar Staff', 'false', 'recipe', '30', 'stackable', 'none', '-1', '1082', '0', 'true', 'true', 'true', 'true', 'rp_cedar_staff', 'recipe', 'icon.etc_recipe_white_i00');
- INSERT INTO `etcitem` VALUES ('1790', 'Recipe: Dirk', 'false', 'recipe', '30', 'stackable', 'none', '-1', '1082', '0', 'true', 'true', 'true', 'true', 'rp_dirk', 'recipe', 'icon.etc_recipe_white_i00');
- INSERT INTO `etcitem` VALUES ('1791', 'Recipe: Brandish', 'false', 'recipe', '30', 'stackable', 'none', '-1', '1082', '0', 'true', 'true', 'true', 'true', 'rp_brandish', 'recipe', 'icon.etc_recipe_white_i00');
- INSERT INTO `etcitem` VALUES ('1792', 'Recipe: Short Spear', 'false', 'recipe', '30', 'stackable', 'none', '-1', '2720', '0', 'true', 'true', 'true', 'true', 'rp_short_spear', 'recipe', 'icon.etc_recipe_white_i00');
- INSERT INTO `etcitem` VALUES ('1793', 'Recipe: Sword of Reflection', 'false', 'recipe', '30', 'stackable', 'none', '-1', '2720', '0', 'true', 'true', 'true', 'true', 'rp_sword_of_reflexion', 'recipe', 'icon.etc_recipe_white_i00');
- INSERT INTO `etcitem` VALUES ('1794', 'Recipe: Forest Bow', 'false', 'recipe', '30', 'stackable', 'none', '-1', '2720', '0', 'true', 'true', 'true', 'true', 'rp_bow_of_forest', 'recipe', 'icon.etc_recipe_white_i00');
- INSERT INTO `etcitem` VALUES ('1795', 'Recipe:Leather Shoes', 'false', 'recipe', '30', 'stackable', 'none', '-1', '53', '0', 'true', 'true', 'true', 'true', 'rp_leather_shoes', 'recipe', 'icon.etc_recipe_white_i00');
- INSERT INTO `etcitem` VALUES ('1796', 'Recipe: Leather Tunic', 'false', 'recipe', '30', 'stackable', 'none', '-1', '159', '0', 'true', 'true', 'true', 'true', 'rp_leather_tunic', 'recipe', 'icon.etc_recipe_white_i00');
- INSERT INTO `etcitem` VALUES ('1797', 'Recipe: Leather Stockings', 'false', 'recipe', '30', 'stackable', 'none', '-1', '99', '0', 'true', 'true', 'true', 'true', 'rp_leather_hose', 'recipe', 'icon.etc_recipe_white_i00');
- INSERT INTO `etcitem` VALUES ('1798', 'Recipe: Leather Helmet', 'false', 'recipe', '30', 'stackable', 'none', '-1', '204', '0', 'true', 'true', 'true', 'true', 'rp_leather_helmet', 'recipe', 'icon.etc_recipe_white_i00');
- INSERT INTO `etcitem` VALUES ('1799', 'Recipe: Leather Gloves', 'false', 'recipe', '30', 'stackable', 'none', '-1', '135', '0', 'true', 'true', 'true', 'true', 'rp_leather_gloves', 'recipe', 'icon.etc_recipe_white_i00');
- INSERT INTO `etcitem` VALUES ('1800', 'Recipe: Piece Bone Breastplate', 'false', 'recipe', '30', 'stackable', 'none', '-1', '636', '0', 'true', 'true', 'true', 'true', 'rp_piece_bone_breastplate', 'recipe', 'icon.etc_recipe_white_i00');
- INSERT INTO `etcitem` VALUES ('1801', 'Recipe: Piece Bone Gaiters', 'false', 'recipe', '30', 'stackable', 'none', '-1', '397', '0', 'true', 'true', 'true', 'true', 'rp_piece_bone_gaiters', 'recipe', 'icon.etc_recipe_white_i00');
- INSERT INTO `etcitem` VALUES ('1802', 'Recipe: Necklace of Anguish', 'false', 'recipe', '30', 'stackable', 'none', '-1', '93', '0', 'true', 'true', 'true', 'true', 'rp_necklace_of_anguish', 'recipe', 'icon.etc_recipe_white_i00');
- INSERT INTO `etcitem` VALUES ('1803', 'Recipe: Necklace of Wisdom', 'false', 'recipe', '30', 'stackable', 'none', '-1', '238', '0', 'true', 'true', 'true', 'true', 'rp_necklace_of_wisdom', 'recipe', 'icon.etc_recipe_white_i00');
- INSERT INTO `etcitem` VALUES ('1804', 'Recipe: Soulshot: D-Grade', 'false', 'recipe', '30', 'stackable', 'none', '-1', '5000', '0', 'true', 'true', 'true', 'true', 'rp_soulshot_d', 'recipe', 'icon.etc_recipe_blue_i00');
- INSERT INTO `etcitem` VALUES ('1805', 'Recipe: Soulshot: C-Grade', 'false', 'recipe', '30', 'stackable', 'none', '-1', '60000', '0', 'true', 'true', 'true', 'true', 'rp_soulshot_c', 'recipe', 'icon.etc_recipe_yellow_i00');
- INSERT INTO `etcitem` VALUES ('1806', 'Recipe: Soulshot: B-Grade', 'false', 'recipe', '30', 'stackable', 'none', '-1', '100000', '0', 'true', 'true', 'true', 'true', 'rp_soulshot_b', 'recipe', 'icon.etc_recipe_red_i00');
- INSERT INTO `etcitem` VALUES ('1807', 'Recipe: Soulshot: A-Grade', 'false', 'recipe', '30', 'stackable', 'none', '-1', '150000', '0', 'true', 'true', 'true', 'true', 'rp_soulshot_a', 'recipe', 'icon.etc_recipe_violet_i00');
- INSERT INTO `etcitem` VALUES ('1808', 'Recipe: Soulshot: S Grade', 'false', 'recipe', '30', 'stackable', 'none', '-1', '450000', '0', 'true', 'true', 'true', 'true', 'rp_soulshot_s', 'recipe', 'icon.etc_recipe_black_i00');
- INSERT INTO `etcitem` VALUES ('1809', 'Recipe: Durable Stem', 'false', 'recipe', '30', 'stackable', 'none', '-1', '100', '0', 'true', 'true', 'true', 'true', '__rp_durable_stem', 'recipe', 'icon.etc_recipe_white_i00');
- INSERT INTO `etcitem` VALUES ('1810', 'Recipe: Wooden Frame', 'false', 'recipe', '30', 'stackable', 'none', '-1', '100', '0', 'true', 'true', 'true', 'true', '__rp_wooden_frame', 'recipe', 'icon.etc_recipe_white_i00');
- INSERT INTO `etcitem` VALUES ('1811', 'Recipe: Bark of Treant', 'false', 'recipe', '30', 'stackable', 'none', '-1', '100', '0', 'true', 'true', 'true', 'true', '__rp_bark_of_ent', 'recipe', 'icon.etc_recipe_white_i00');
- INSERT INTO `etcitem` VALUES ('1812', 'Recipe: Coarse Bone Powder', 'false', 'recipe', '30', 'stackable', 'none', '-1', '100', '0', 'true', 'true', 'true', 'true', '__rp_rough_bone_powder', 'recipe', 'icon.etc_recipe_white_i00');
- INSERT INTO `etcitem` VALUES ('1813', 'Recipe: Refined Steel', 'false', 'recipe', '30', 'stackable', 'none', '-1', '100', '0', 'true', 'true', 'true', 'true', '__rp_refined_steel', 'recipe', 'icon.etc_recipe_white_i00');
- INSERT INTO `etcitem` VALUES ('1814', 'Recipe: Leather', 'false', 'recipe', '30', 'stackable', 'none', '-1', '380', '0', 'true', 'true', 'true', 'true', 'rp_leather', 'recipe', 'icon.etc_recipe_white_i00');
- INSERT INTO `etcitem` VALUES ('1815', 'Recipe: Bowstring', 'false', 'recipe', '30', 'stackable', 'none', '-1', '100', '0', 'true', 'true', 'true', 'true', '__rp_bowstring', 'recipe', 'icon.etc_recipe_white_i00');
- INSERT INTO `etcitem` VALUES ('1816', 'Recipe: Steel Frame', 'false', 'recipe', '30', 'stackable', 'none', '-1', '500', '0', 'true', 'true', 'true', 'true', '__rp_steel_frame', 'recipe', 'icon.etc_recipe_white_i00');
- INSERT INTO `etcitem` VALUES ('1817', 'Recipe: Cord', 'false', 'recipe', '30', 'stackable', 'none', '-1', '1000', '0', 'true', 'true', 'true', 'true', 'rp_cord', 'recipe', 'icon.etc_recipe_white_i00');
- INSERT INTO `etcitem` VALUES ('1818', 'Recipe: Refined Bronze', 'false', 'recipe', '30', 'stackable', 'none', '-1', '500', '0', 'true', 'true', 'true', 'true', '__rp_refined_bronze', 'recipe', 'icon.etc_recipe_white_i00');
- INSERT INTO `etcitem` VALUES ('1819', 'Recipe: Treant Potion', 'false', 'recipe', '30', 'stackable', 'none', '-1', '500', '0', 'true', 'true', 'true', 'true', '__rp_ent_potion', 'recipe', 'icon.etc_recipe_white_i00');
- INSERT INTO `etcitem` VALUES ('1820', 'Recipe: Spell Paper', 'false', 'recipe', '30', 'stackable', 'none', '-1', '500', '0', 'true', 'true', 'true', 'true', '__rp_spell_paper', 'recipe', 'icon.etc_recipe_white_i00');
- INSERT INTO `etcitem` VALUES ('1821', 'Recipe: Flaming Oil', 'false', 'recipe', '30', 'stackable', 'none', '-1', '500', '0', 'true', 'true', 'true', 'true', '__rp_flaming_oil', 'recipe', 'icon.etc_recipe_white_i00');
- INSERT INTO `etcitem` VALUES ('1822', 'Recipe: Magic Powder', 'false', 'recipe', '30', 'stackable', 'none', '-1', '1000', '0', 'true', 'true', 'true', 'true', '__rp_magic_powder', 'recipe', 'icon.etc_recipe_blue_i00');
- INSERT INTO `etcitem` VALUES ('1823', 'Recipe: Refined Mythril', 'false', 'recipe', '30', 'stackable', 'none', '-1', '1000', '0', 'true', 'true', 'true', 'true', '__rp_refined_mythril', 'recipe', 'icon.etc_recipe_blue_i00');
- INSERT INTO `etcitem` VALUES ('1824', 'Recipe: Fortified Steel', 'false', 'recipe', '30', 'stackable', 'none', '-1', '1000', '0', 'true', 'true', 'true', 'true', '__rp_fortified_steel', 'recipe', 'icon.etc_recipe_blue_i00');
- INSERT INTO `etcitem` VALUES ('1825', 'Recipe: Oriharukon', 'false', 'recipe', '30', 'stackable', 'none', '-1', '2800', '0', 'true', 'true', 'true', 'true', 'rp_oriharukon', 'recipe', 'icon.etc_recipe_blue_i00');
- INSERT INTO `etcitem` VALUES ('1826', 'Recipe: Spell Solution', 'false', 'recipe', '30', 'stackable', 'none', '-1', '1000', '0', 'true', 'true', 'true', 'true', '__rp_spell_solution', 'recipe', 'icon.etc_recipe_blue_i00');
- INSERT INTO `etcitem` VALUES ('1827', 'Recipe: Metal Frame', 'false', 'recipe', '30', 'stackable', 'none', '-1', '1000', '0', 'true', 'true', 'true', 'true', '__rp_metal_frame', 'recipe', 'icon.etc_recipe_blue_i00');
- INSERT INTO `etcitem` VALUES ('1828', 'Recipe: Steel of Highest Grade', 'false', 'recipe', '30', 'stackable', 'none', '-1', '1000', '0', 'true', 'true', 'true', 'true', '__rp_steel_of_highestgrade', 'recipe', 'icon.etc_recipe_blue_i00');
- INSERT INTO `etcitem` VALUES ('1829', 'Scroll of Escape: Clan Hall', 'false', 'scroll', '120', 'stackable', 'none', '-1', '500', '0', 'true', 'true', 'true', 'true', 'scroll_of_escape_to_agit', 'scroll', 'icon.etc_scroll_of_return_agit_i00');
- INSERT INTO `etcitem` VALUES ('1830', 'Scroll of Escape: Castle', 'false', 'scroll', '120', 'stackable', 'none', '-1', '500', '0', 'true', 'true', 'true', 'true', 'scroll_of_escape_to_castle', 'scroll', 'icon.etc_scroll_of_return_castle_i00');
- INSERT INTO `etcitem` VALUES ('1831', 'Antidote', 'false', 'potion', '20', 'stackable', 'none', '-1', '75', '0', 'true', 'true', 'true', 'true', 'antidote', 'potion', 'icon.etc_herb_green_i00');
- INSERT INTO `etcitem` VALUES ('1832', 'Greater Antidote', 'false', 'potion', '20', 'stackable', 'none', '-1', '180', '0', 'true', 'true', 'true', 'true', 'advanced_antidote', 'potion', 'icon.etc_reagent_green_i00');
- INSERT INTO `etcitem` VALUES ('1833', 'Bandage', 'false', 'potion', '20', 'stackable', 'none', '-1', '75', '0', 'true', 'true', 'true', 'true', 'bandage', 'potion', 'icon.etc_piece_of_cloth_white_i00');
- INSERT INTO `etcitem` VALUES ('1834', 'Emergency Dressing', 'false', 'potion', '20', 'stackable', 'none', '-1', '180', '0', 'true', 'true', 'true', 'true', 'emergency_dressing', 'potion', 'icon.etc_piece_of_cloth_white_i00');
- INSERT INTO `etcitem` VALUES ('1835', 'Soulshot: No Grade', 'false', 'shot', '4', 'stackable', 'none', '-1', '7', '0', 'true', 'true', 'true', 'true', 'soulshot_none', 'none', 'icon.etc_spirit_bullet_white_i00');
- INSERT INTO `etcitem` VALUES ('1836', 'Kendell\'s 1st Order', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'kendnells_order1', 'none', 'icon.etc_recipe_blue_i00');
- INSERT INTO `etcitem` VALUES ('1837', 'Kendell\'s 2nd Order', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'kendnells_order2', 'none', 'icon.etc_recipe_blue_i00');
- INSERT INTO `etcitem` VALUES ('1838', 'Kendell\'s 3rd Order', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'kendnells_order3', 'none', 'icon.etc_recipe_blue_i00');
- INSERT INTO `etcitem` VALUES ('1839', 'Kendell\'s 4th Order', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'kendnells_order4', 'none', 'icon.etc_recipe_blue_i00');
- INSERT INTO `etcitem` VALUES ('1840', 'Kendell\'s 5th Order', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'kendnells_order5', 'none', 'icon.etc_recipe_red_i00');
- INSERT INTO `etcitem` VALUES ('1841', 'Kendell\'s 6th Order', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'kendnells_order6', 'none', 'icon.etc_recipe_red_i00');
- INSERT INTO `etcitem` VALUES ('1842', 'Kendell\'s 7th Order', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'kendnells_order7', 'none', 'icon.etc_recipe_red_i00');
- INSERT INTO `etcitem` VALUES ('1843', 'Kendell\'s 8th Order', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'kendnells_order8', 'none', 'icon.etc_recipe_red_i00');
- INSERT INTO `etcitem` VALUES ('1844', 'Kaboo Chief\'s 1st Torque', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'kaboo_chief_torc1', 'none', 'icon.accessary_necklace_of_black_ore_i00');
- INSERT INTO `etcitem` VALUES ('1845', 'Kaboo Chief\'s 2nd Torque', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'kaboo_chief_torc2', 'none', 'icon.accessary_necklace_of_black_ore_i00');
- INSERT INTO `etcitem` VALUES ('1846', 'Turek Dog Tag', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'turek_dogtag', 'none', 'icon.etc_totem_necklace_black_i00');
- INSERT INTO `etcitem` VALUES ('1847', 'Turek Medallion', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'turek_medallion', 'none', 'icon.etc_totem_necklace_green_i00');
- INSERT INTO `etcitem` VALUES ('1848', 'Clay Urn Fragment', 'false', 'none', '10', 'stackable', 'none', '-1', '200', '0', 'true', 'true', 'true', 'true', 'clay_urn_fragment', 'none', 'icon.etc_broken_crystal_white_i00');
- INSERT INTO `etcitem` VALUES ('1849', 'Brass Trinket Piece', 'false', 'none', '10', 'stackable', 'none', '-1', '240', '0', 'true', 'true', 'true', 'true', 'brass_trinket_piece', 'none', 'icon.etc_broken_crystal_gold_i00');
- INSERT INTO `etcitem` VALUES ('1850', 'Bronze Mirror Piece', 'false', 'none', '10', 'stackable', 'none', '-1', '240', '0', 'true', 'true', 'true', 'true', 'bronze_mirror_piece', 'none', 'icon.etc_broken_crystal_silver_i00');
- INSERT INTO `etcitem` VALUES ('1851', 'Jade Necklace Bead', 'false', 'none', '10', 'stackable', 'none', '-1', '280', '0', 'true', 'true', 'true', 'true', 'jade_necklace_bead', 'none', 'icon.etc_debris_i00');
- INSERT INTO `etcitem` VALUES ('1852', 'Ancient Clay Urn', 'false', 'none', '10', 'stackable', 'none', '-1', '1200', '0', 'true', 'true', 'true', 'true', 'ancient_clay_urn', 'none', 'icon.etc_oil_pot_white_i00');
- INSERT INTO `etcitem` VALUES ('1853', 'Ancient Brass Tiara', 'false', 'none', '10', 'stackable', 'none', '-1', '1400', '0', 'true', 'true', 'true', 'true', 'ancient_brass_tiara', 'none', 'icon.etc_ancient_crown_i03');
- INSERT INTO `etcitem` VALUES ('1854', 'Ancient Bronze Mirror', 'false', 'none', '10', 'stackable', 'none', '-1', '1400', '0', 'true', 'true', 'true', 'true', 'ancient_bronze_mirror', 'none', 'icon.etc_mirror_i00');
- INSERT INTO `etcitem` VALUES ('1855', 'Ancient Jade Necklace', 'false', 'none', '10', 'stackable', 'none', '-1', '1700', '0', 'true', 'true', 'true', 'true', 'ancient_jade_necklace', 'none', 'icon.etc_leash_i00');
- INSERT INTO `etcitem` VALUES ('1856', 'Amulet: Chant of Life', 'false', 'spellbook', '120', 'normal', 'none', '-1', '1600', '0', 'true', 'true', 'true', 'true', 'sb_inspire_life_force1', 'none', 'icon.etc_orcish_talisman_i00');
- INSERT INTO `etcitem` VALUES ('1857', 'Keltir Fang', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'fox_fang1', 'none', 'icon.etc_claw_i00');
- INSERT INTO `etcitem` VALUES ('1858', 'Keltir Fang', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'fox_fang2', 'none', 'icon.etc_claw_i00');
- INSERT INTO `etcitem` VALUES ('1859', 'Keltir Fang', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'fox_fang3', 'none', 'icon.etc_claw_i00');
- INSERT INTO `etcitem` VALUES ('1860', 'Keltir Fang', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'fox_fang4', 'none', 'icon.etc_claw_i00');
- INSERT INTO `etcitem` VALUES ('1861', 'Keltir Fang', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'fox_fang5', 'none', 'icon.etc_claw_i00');
- INSERT INTO `etcitem` VALUES ('1862', 'Keltir Fang', 'false', 'quest', '0', 'stackable', 'none', '-1', '0', '0', 'false', 'false', 'true', 'false', 'fox_fang6', 'none', 'icon.etc_claw_i00');
- INSERT INTO `etcitem` VALUES ('1863', 'Map: Elmore', 'false', 'none', '0', 'normal', 'none', '-1', '500', '0', 'true', 'true', 'true', 'true', 'world_map_2', 'none', 'icon.etc_letter_red_i00');
- INSERT INTO `etcitem` VALUES ('1864', 'Stem', 'false', 'material', '2', 'stackable', 'none', '-1', '100', '0', 'true', 'true', 'true', 'true', 'stem', 'material', 'icon.etc_branch_gold_i00');
- INSERT INTO `etcitem` VALUES ('1865', 'Varnish', 'false', 'material', '2', 'stackable', 'none', '-1', '200', '0', 'true', 'true', 'true', 'true', 'varnish', 'material', 'icon.etc_pouch_yellow_i00');
- INSERT INTO `etcitem` VALUES ('1866', 'Suede', 'false', 'material', '2', 'stackable', 'none', '-1', '300', '0', 'true', 'true', 'true', 'true', 'suede', 'material', 'icon.etc_suede_i00');
- INSERT INTO `etcitem` VALUES ('1867', 'Animal Skin', 'false', 'material', '2', 'stackable', 'none', '-1', '150', '0', 'true', 'true', 'true', 'true', 'animal_skin', 'material', 'icon.etc_leather_brown_i00');
- INSERT INTO `etcitem` VALUES ('1868', 'Thread', 'false', 'material', '2', 'stackable', 'none', '-1', '100', '0', 'true', 'true', 'true', 'true', 'thread', 'material', 'icon.etc_skein_white_i00');
- INSERT INTO `etcitem` VALUES ('1869', 'Iron Ore', 'false', 'material', '2', 'stackable', 'none', '-1', '200', '0', 'true', 'true', 'true', 'true', 'iron_ore', 'material', 'icon.etc_lump_gray_i00');
- INSERT INTO `etcitem` VALUES ('1870', 'Coal', 'false', 'material', '2', 'stackable', 'none', '-1', '200', '0', 'true', 'true', 'true', 'true', 'coal', 'material', 'icon.etc_coal_i00');
- INSERT INTO `etcitem` VALUES ('1871', 'Charcoal', 'false', 'material', '2', 'stackable', 'none', '-1', '200', '0', 'true', 'true', 'true', 'true', 'charcoal', 'material', 'icon.etc_charcoal_i00');
- INSERT INTO `etcitem` VALUES ('1872', 'Animal Bone', 'false', 'material', '2', 'stackable', 'none', '-1', '150', '0', 'true', 'true', 'true', 'true', 'animal_bone', 'material', 'icon.etc_piece_bone_white_i00');
- INSERT INTO `etcitem` VALUES ('1873', 'Silver Nugget', 'false', 'material', '2', 'stackable', 'none', '-1', '500', '0', 'true', 'true', 'true', 'true', 'silver_nugget', 'material', 'icon.etc_silver_i00');
- INSERT INTO `etcitem` VALUES ('1874', 'Oriharukon Ore', 'false', 'material', '2', 'stackable', 'none', '-1', '3000', '0', 'true', 'true', 'true', 'true', 'oriharukon_ore', 'material', 'icon.etc_oriharukon_ore_i00');
- INSERT INTO `etcitem` VALUES ('1875', 'Stone of Purity', 'false', 'material', '2', 'stackable', 'none', '-1', '3000', '0', 'true', 'true', 'true', 'true', 'stone_of_purity', 'material', 'icon.etc_crystal_ball_white_i00');
- INSERT INTO `etcitem` VALUES ('1876', 'Mithril Ore', 'false', 'material', '2', 'stackable', 'none', '-1', '1000', '0', 'true', 'true', 'true', 'true', 'mithril_ore', 'material', 'icon.etc_mithril_ore_i00');
- INSERT INTO `etcitem` VALUES ('1877', 'Adamantite Nugget', 'false', 'material', '2', 'stackable', 'none', '-1', '5000', '0', 'true', 'true', 'true', 'true', 'admantite_nugget', 'material', 'icon.etc_adamantite_i00');
- INSERT INTO `etcitem` VALUES ('1878', 'Braided Hemp', 'false', 'material', '2', 'stackable', 'none', '-1', '500', '0', 'true', 'true', 'true', 'true', 'braided_hemp', 'material', 'icon.etc_braided_hemp_i00');
- INSERT INTO `etcitem` VALUES ('1879', 'Cokes', 'false', 'material', '2', 'stackable', 'none', '-1', '1200', '0', 'true', 'true', 'true', 'true', 'cokes', 'material', 'icon.etc_oil_pot_black_i00');
- INSERT INTO `etcitem` VALUES ('1880', 'Steel', 'false', 'material', '2', 'stackable', 'none', '-1', '2000', '0', 'true', 'true', 'true', 'true', 'steel', 'material', 'icon.etc_lump_black_i00');
- INSERT INTO `etcitem` VALUES ('1881', 'Coarse Bone Powder', 'false', 'material', '2', 'stackable', 'none', '-1', '1500', '0', 'true', 'true', 'true', 'true', 'coarse_bone_powder', 'material', 'icon.etc_powder_white_i00');
- INSERT INTO `etcitem` VALUES ('1882', 'Leather', 'false', 'material', '2', 'stackable', 'none', '-1', '900', '0', 'true', 'true', 'true', 'true', 'leather', 'material', 'icon.etc_leather_i00');
- INSERT INTO `etcitem` VALUES ('1883', 'Steel Mold', 'false', 'material', '2', 'stackable', 'none', '-1', '4500', '0', 'true', 'true', 'true', 'true', 'steel_mold', 'material', 'icon.etc_mold_i00');
- INSERT INTO `etcitem` VALUES ('1884', 'Cord', 'false', 'material', '2', 'stackable', 'none', '-1', '325', '0', 'true', 'true', 'true', 'true', 'cord', 'material', 'icon.etc_skein_gray_i00');
- INSERT INTO `etcitem` VALUES ('1885', 'High Grade Suede', 'false', 'material', '2', 'stackable', 'none', '-1', '2400', '0', 'true', 'true', 'true', 'true', 'high_grade_suede', 'material', 'icon.etc_pouch_yellow_i00');
- INSERT INTO `etcitem` VALUES ('1886', 'Silver Mold', 'false', 'material', '2', 'stackable', 'none', '-1', '13500', '0', 'true', 'true', 'true', 'true', 'silver_mold', 'material', 'icon.etc_silver_mold_i00');
- INSERT INTO `etcitem` VALUES ('1887', 'Varnish of Purity', 'false', 'material', '2', 'stackable', 'none', '-1', '8100', '0', 'true', 'true', 'true', 'true', 'varnish_of_purity', 'material', 'icon.etc_potion_clear_i00');
- INSERT INTO `etcitem` VALUES ('1888', 'Synthetic Cokes', 'false', 'material', '2', 'stackable', 'none', '-1', '6600', '0', 'true', 'true', 'true', 'true', 'synthesis_cokes', 'material', 'icon.etc_synthetic_cokes_i00');
- INSERT INTO `etcitem` VALUES ('1889', 'Compound Braid', 'false', 'material', '2', 'stackable', 'none', '-1', '3000', '0', 'true', 'true', 'true', 'true', 'compound_braid', 'material', 'icon.etc_compound_braid_i00');
- INSERT INTO `etcitem` VALUES ('1890', 'Mithril Alloy', 'false', 'material', '2', 'stackable', 'none', '-1', '13100', '0', 'true', 'true', 'true', 'true', 'mithirl_alloy', 'material', 'icon.etc_lump_white_i00');
- INSERT INTO `etcitem` VALUES ('1891', 'Artisan\'s Frame', 'false', 'material', '2', 'stackable', 'none', '-1', '95000', '0', 'true', 'true', 'true', 'true', 'artisan\'s_frame', 'material', 'icon.etc_artisans_frame_i00');
- INSERT INTO `etcitem` VALUES ('1892', 'Blacksmith\'s Frame', 'false', 'material', '2', 'stackable', 'none', '-1', '64000', '0', 'true', 'true', 'true', 'true', 'blacksmith\'s_frame', 'material', 'icon.etc_blacksmiths_frame_i00');
- INSERT INTO `etcitem` VALUES ('1893', 'Oriharukon', 'false', 'material', '2', 'stackable', 'none', '-1', '24600', '0', 'true', 'true', 'true', 'true', 'oriharukon', 'material', 'icon.etc_oriharukon_i00');
- INSERT INTO `etcitem` VALUES ('1894', 'Crafted Leather', 'false', 'material', '2', 'stackable', 'none', '-1', '5700', '0', 'true', 'true', 'true', 'true', 'crafted_leather', 'material', 'icon.etc_crafted_leather_i00');
- INSERT INTO `etcitem` VALUES ('1895', 'Metallic Fiber', 'false', 'material', '2', 'stackable', 'none', '-1', '700', '0', 'true', 'true', 'true', 'true', 'metallic_fiber', 'material', 'icon.etc_metallic_fiber_i00');
- INSERT INTO `etcitem` VALUES ('1896', 'Necklace of Anguish Chain', 'false', 'material', '60', 'stackable', 'none', '-1', '472', '0', 'true', 'true', 'true', 'true', 'necklace_of_anguish_chain', 'material', 'icon.etc_jewel_box_i00');
- INSERT INTO `etcitem` VALUES ('1897', 'Necklace of Wisdom Chain', 'false', 'material', '60', 'stackable', 'none', '-1', '840', '0', 'true', 'true', 'true', 'true', 'necklace_of_wisdom_chain', 'material', 'icon.etc_jewel_box_i00');
- INSERT INTO `etcitem` VALUES ('1898', 'Blue Diamond Necklace Gem', 'false', 'material', '60', 'stackable', 'none', '-1', '1947', '0', 'true', 'true', 'true', 'true', 'blue_diamond_necklace_gem', 'material', 'icon.etc_gem_blue_i00');
- INSERT INTO `etcitem` VALUES ('1899', 'Necklace of Devotion Chain', 'false', 'material', '60', 'stackable', 'none', '-1', '1280', '0', 'true', 'true', 'true', 'true', 'necklace_of_devotion_chain', 'material', 'icon.etc_jewel_box_i00');
- INSERT INTO `etcitem` VALUES ('1900', 'Enchanted Necklace Chain', 'false', 'material', '60', 'stackable', 'none', '-1', '1828', '0', 'true', 'true', 'true', 'true', 'enchanted_necklace_chain', 'material', 'icon.etc_jewel_box_i00');
- INSERT INTO `etcitem` VALUES ('1901', 'Tiger\'s Eye Earring Stone', 'false', 'material', '60', 'stackable', 'none', '-1', '1448', '0', 'true', 'true', 'true', 'true', 'tiger\'seye_earing_stone', 'material', 'icon.etc_jewel_gold_i00');
- INSERT INTO `etcitem` VALUES ('1902', 'Elven Earring Beads', 'false', 'material', '60', 'stackable', 'none', '-1', '1974', '0', 'true', 'true', 'true', 'true', 'elven_earing_beads', 'material', 'icon.etc_crystal_ball_green_i00');
- INSERT INTO `etcitem` VALUES ('1903', 'Elven Ring Piece', 'false', 'material', '60', 'stackable', 'none', '-1', '1199', '0', 'true', 'true', 'true', 'true', 'elven_ring_piece', 'material', 'icon.etc_jewel_box_i00');
- INSERT INTO `etcitem` VALUES ('1904', 'Elven Necklace Beads', 'false', 'material', '60', 'stackable', 'none', '-1', '2143', '0', 'true', 'true', 'true', 'true', 'elven_necklace_beads', 'material', 'icon.etc_crystal_ball_green_i00');
- INSERT INTO `etcitem` VALUES ('1905', 'Omen Beast\'s Eye Earring Gemstone', 'false', 'material', '60', 'stackable', 'none', '-1', '2056', '0', 'true', 'true', 'true', 'true', 'onyxbeast\'seye_earing_gemstone', 'material', 'icon.etc_bead_silver_i00');
- INSERT INTO `etcitem` VALUES ('1906', 'Mithril Ring Wire', 'false', 'material', '60', 'stackable', 'none', '-1', '1455', '0', 'true', 'true', 'true', 'true', 'mithril_ring_wire', 'material', 'icon.etc_jewel_box_i00');
- INSERT INTO `etcitem` VALUES ('1907', 'Necklace of Darkness Gem', 'false', 'material', '60', 'stackable', 'none', '-1', '2875', '0', 'true', 'true', 'true', 'true', 'necklace_of_darkness_gem', 'material', 'icon.etc_gem_black_i00');
- INSERT INTO `etcitem` VALUES ('1908', 'Moonstone Earring Wire', 'false', 'material', '60', 'stackable', 'none', '-1', '2112', '0', 'true', 'true', 'true', 'true', 'moonstone_earing_wire', 'material', 'icon.etc_jewel_box_i00');
- INSERT INTO `etcitem` VALUES ('1909', 'Aquastone Ring Wire', 'false', 'material', '60', 'stackable', 'none', '-1', '1481', '0', 'true', 'true', 'true', 'true', 'aquastone_ring_wire', 'material', 'icon.etc_jewel_box_i00');
- INSERT INTO `etcitem` VALUES ('1910', 'Aquastone Necklace Chain', 'false', 'material', '60', 'stackable', 'none', '-1', '2656', '0', 'true', 'true', 'true', 'true', 'aquastone_necklace_chain', 'material', 'icon.etc_jewel_box_i00');
- INSERT INTO `etcitem` VALUES ('1911', 'Earring of Protection Gemstone', 'false', 'material', '60', 'stackable', 'none', '-1', '2689', '0', 'true', 'true', 'true', 'true', 'earing_of_protection_gemstone', 'material', 'icon.etc_gem_yellow_i00');
- INSERT INTO `etcitem` VALUES ('1912', 'Ring of Protection Gemstone', 'false', 'material', '60', 'stackable', 'none', '-1', '1856', '0', 'true', 'true', 'true', 'true', 'ring_of_protection_gemstone', 'material', 'icon.etc_gem_yellow_i00');
- INSERT INTO `etcitem` VALUES ('1913', 'Necklace of Protection Gemstone', 'false', 'material', '60', 'stackable', 'none', '-1', '3289', '0', 'true', 'true', 'true', 'true', 'necklace_of_protection_gemstone', 'material', 'icon.etc_gem_yellow_i00');
- INSERT INTO `etcitem` VALUES ('1914', 'Earring of Binding Gemstone', 'false', 'material', '60', 'stackable', 'none', '-1', '3560', '0', 'true', 'true', 'true', 'true', 'earing_of_binding_gemstone', 'material', 'icon.etc_gem_clear_i00');
- INSERT INTO `etcitem` VALUES ('1915', 'Ring of Ages Gemstone', 'false', 'material', '60', 'stackable', 'none', '-1', '2270', '0', 'true', 'true', 'true', 'true', 'ring_of_ages_gemstone', 'material', 'icon.etc_gem_clear_i00');
- INSERT INTO `etcitem` VALUES ('1916', 'Necklace of Mermaid Teardrop', 'false', 'material', '60', 'stackable', 'none', '-1', '4700', '0', 'true', 'true', 'true', 'true', 'necklace_of_mermaid_teardrop', 'material', 'icon.etc_reagent_white_i00');
- INSERT INTO `etcitem` VALUES ('1917', 'Sage\'s Necklace Chain', 'false', 'material', '60', 'stackable', 'none', '-1', '5845', '0', 'true', 'true', 'true', 'true', 'sage\'s_necklace_chain', 'material', 'icon.etc_jewel_box_i00');
- INSERT INTO `etcitem` VALUES ('1918', 'Nassen\'s Earring Gemstone', 'false', 'material', '60', 'stackable', 'none', '-1', '4618', '0', 'true', 'true', 'true', 'true', 'nassen\'s_earing_gemstone', 'material', 'icon.etc_gem_red_i00');
- INSERT INTO `etcitem` VALUES ('1919', 'Ring of Sage Gemstone', 'false', 'material', '60', 'stackable', 'none', '-1', '3482', '0', 'true', 'true', 'true', 'true', 'ring_of_sage_gemstone', 'material', 'icon.etc_bead_silver_i00');
- INSERT INTO `etcitem` VALUES ('1920', 'Necklace of Binding Chain', 'false', 'material', '60', 'stackable', 'none', '-1', '5845', '0', 'true', 'true', 'true', 'true', 'necklace_of_binding_chain', 'material', 'icon.etc_jewel_box_i00');
- INSERT INTO `etcitem` VALUES ('1921', 'Leather Shoes Texture', 'false', 'material', '60', 'stackable', 'none', '-1', '310', '0', 'true', 'true', 'true', 'true', 'leather_shoes_texture', 'material', 'icon.etc_leather_yellow_i00');
- INSERT INTO `etcitem` VALUES ('1922', 'Leather Tunic Pattern', 'false', 'material', '60', 'stackable', 'none', '-1', '784', '0', 'true', 'true', 'true', 'true', 'leather_tunic_pattern', 'material', 'icon.etc_letter_red_i00');
- INSERT INTO `etcitem` VALUES ('1923', 'Leather Stocking Pattern', 'false', 'material', '60', 'stackable', 'none', '-1', '488', '0', 'true', 'true', 'true', 'true', 'leather_hose_pattern', 'material', 'icon.etc_letter_red_i00');
- INSERT INTO `etcitem` VALUES ('1924', 'Leather Helmet Design', 'false', 'material', '60', 'stackable', 'none', '-1', '620', '0', 'true', 'true', 'true', 'true', 'leather_helmet_design', 'material', 'icon.etc_pouch_brown_i00');
- INSERT INTO `etcitem` VALUES ('1925', 'Leather Gloves Lining', 'false', 'material', '60', 'stackable', 'none', '-1', '305', '0', 'true', 'true', 'true', 'true', 'leather_gloves_lining', 'material', 'icon.etc_leather_gray_i00');
- INSERT INTO `etcitem` VALUES ('1926', 'Piece Bone Breastplate Fragment', 'false', 'material', '60', 'stackable', 'none', '-1', '1980', '0', 'true', 'true', 'true', 'true', 'piece_bone_breastplate_fragment', 'material', 'icon.etc_piece_bone_black_i00');
- INSERT INTO `etcitem` VALUES ('1927', 'Hard Leather Shirt Pattern', 'false', 'material', '60', 'stackable', 'none', '-1', '2507', '0', 'true', 'true', 'true', 'true', 'hard_leather_shirt_pattern', 'material', 'icon.etc_letter_red_i00');
- INSERT INTO `etcitem` VALUES ('1928', 'Piece Bone Gaiters Fragment', 'false', 'material', '60', 'stackable', 'none', '-1', '1373', '0', 'true', 'true', 'true', 'true', 'piece_bone_gaiters_fragment', 'material', 'icon.etc_piece_bone_black_i00');
- INSERT INTO `etcitem` VALUES ('1929', 'Hard Leather Gaiters Material', 'false', 'material', '60', 'stackable', 'none', '-1', '1550', '0', 'true', 'true', 'true', 'true', 'hard_leather_gaiters_material', 'material', 'icon.etc_leather_gray_i00');
- INSERT INTO `etcitem` VALUES ('1930', 'Boot Lining', 'false', 'material', '60', 'stackable', 'none', '-1', '780', '0', 'true', 'true', 'true', 'true', 'boots_lining', 'material', 'icon.etc_leather_gray_i00');
- INSERT INTO `etcitem` VALUES ('1931', 'Leather Boot Lining', 'false', 'material', '60', 'stackable', 'none', '-1', '1530', '0', 'true', 'true', 'true', 'true', 'leather_boots_lining', 'material', 'icon.etc_leather_gray_i00');
- INSERT INTO `etcitem` VALUES ('1932', 'Bone Helmet Design', 'false', 'material', '60', 'stackable', 'none', '-1', '1260', '0', 'true', 'true', 'true', 'true', 'bone_helmet_design', 'material', 'icon.etc_pouch_brown_i00');
- INSERT INTO `etcitem` VALUES ('1933', 'Dark Stocking Fabric', 'false', 'material', '60', 'stackable', 'none', '-1', '1700', '0', 'true', 'true', 'true', 'true', 'dark_hose_fabric', 'material', 'icon.etc_piece_of_cloth_white_i00');
- INSERT INTO `etcitem` VALUES ('1934', 'Crafted Leather Gloves Lining', 'false', 'material', '60', 'stackable', 'none', '-1', '1530', '0', 'true', 'true', 'true', 'true', 'excellence_leather_gloves_lining', 'material', 'icon.etc_leather_gray_i00');
- INSERT INTO `etcitem` VALUES ('1935', 'Scale Mail Fragment', 'false', 'material', '60', 'stackable', 'none', '-1', '3580', '0', 'true', 'true', 'true', 'true', 'scale_mail_fragment', 'material', 'icon.etc_plate_silver_i00');
- INSERT INTO `etcitem` VALUES ('1936', 'White Tunic Pattern', 'false', 'material', '60', 'stackable', 'none', '-1', '2444', '0', 'true', 'true', 'true', 'true', 'white_tunic_pattern', 'material', 'icon.etc_letter_red_i00');
- INSERT INTO `etcitem` VALUES ('1937', 'Scale Gaiters Fragment', 'false', 'material', '60', 'stackable', 'none', '-1', '2328', '0', 'true', 'true', 'true', 'true', 'scale_gaiters_fragment', 'material', 'icon.etc_plate_silver_i00');
- INSERT INTO `etcitem` VALUES ('1938', 'Mithril Banded Mail Material', 'false', 'material', '60', 'stackable', 'none', '-1', '2975', '0', 'true', 'true', 'true', 'true', 'mithril_banded_mail_material', 'material', 'icon.etc_leather_gray_i00');
- INSERT INTO `etcitem` VALUES ('1939', 'Mithril Banded Gaiters Material', 'false', 'material', '60', 'stackable', 'none', '-1', '2277', '0', 'true', 'true', 'true', 'true', 'mithril_banded_gaiters_material', 'material', 'icon.etc_leather_gray_i00');
- INSERT INTO `etcitem` VALUES ('1940', 'Iron Boots Design', 'false', 'material', '60', 'stackable', 'none', '-1', '1340', '0', 'true', 'true', 'true', 'true', 'iron_boots_design', 'material', 'icon.etc_pouch_brown_i00');
- INSERT INTO `etcitem` VALUES ('1941', 'Brigandine Temper', 'false', 'material', '60', 'stackable', 'none', '-1', '5029', '0', 'true', 'true', 'true', 'true', 'brigandine_temper', 'material', 'icon.etc_plate_glay_i00');
- INSERT INTO `etcitem` VALUES ('1942', 'Manticore Skin Shirt Texture', 'false', 'material', '60', 'stackable', 'none', '-1', '3921', '0', 'true', 'true', 'true', 'true', 'manticor_skin_shirt_texture', 'material', 'icon.etc_leather_gray_i00');
- INSERT INTO `etcitem` VALUES ('1943', 'Manticore Skin Gaiters Pattern', 'false', 'material', '60', 'stackable', 'none', '-1', '2518', '0', 'true', 'true', 'true', 'true', 'manticor_skin_gaiters_pattern', 'material', 'icon.etc_pouch_brown_i00');
- INSERT INTO `etcitem` VALUES ('1944', 'Mithril Tunic Fabric', 'false', 'material', '60', 'stackable', 'none', '-1', '3921', '0', 'true', 'true', 'true', 'true', 'mithril_tunic_fabric', 'material', 'icon.etc_piece_of_cloth_white_i00');
- INSERT INTO `etcitem` VALUES ('1945', 'Mithril Stocking Design', 'false', 'material', '60', 'stackable', 'none', '-1', '2518', '0', 'true', 'true', 'true', 'true', 'mithril_hose_design', 'material', 'icon.etc_leather_gray_i00');
- INSERT INTO `etcitem` VALUES ('1946', 'Rip Gauntlets Pattern', 'false', 'material', '60', 'stackable', 'none', '-1', '1480', '0', 'true', 'true', 'true', 'true', 'gauntlet_of_repose_of_the_soul_pattern', 'material', 'icon.etc_letter_red_i00');
- INSERT INTO `etcitem` VALUES ('1947', 'Kite Shield Fragment', 'false', 'material', '60', 'stackable', 'none', '-1', '1389', '0', 'true', 'true', 'true', 'true', 'kite_shield_fragment', 'material', 'icon.etc_plate_silver_i00');
- INSERT INTO `etcitem` VALUES ('1948', 'Boots of Power Pattern', 'false', 'material', '60', 'stackable', 'none', '-1', '1480', '0', 'true', 'true', 'true', 'true', 'boots_of_power_pattern', 'material', 'icon.etc_letter_red_i00');
- INSERT INTO `etcitem` VALUES ('1949', 'Mithril Gloves Design', 'false', 'material', '60', 'stackable', 'none', '-1', '1792', '0', 'true', 'true', 'true', 'true', 'mithril_glove_design', 'material', 'icon.etc_pouch_brown_i00');
- INSERT INTO `etcitem` VALUES ('1950', 'Half Plate Temper', 'false', 'material', '60', 'stackable', 'none', '-1', '6162', '0', 'true', 'true', 'true', 'true', 'half_plate_temper', 'material', 'icon.etc_plate_glay_i00');
- INSERT INTO `etcitem` VALUES ('1951', 'Plate Gaiters Part', 'false', 'material', '60', 'stackable', 'none', '-1', '3962', '0', 'true', 'true', 'true', 'true', 'plate_gaiters_part', 'material', 'icon.etc_plate_silver_i00');
- INSERT INTO `etcitem` VALUES ('1952', 'Salamander Skin Mail Texture', 'false', 'material', '60', 'stackable', 'none', '-1', '6244', '0', 'true', 'true', 'true', 'true', 'slamander_skin_mail_texture', 'material', 'icon.etc_leather_gray_i00');
- INSERT INTO `etcitem` VALUES ('1953', 'Sage\'s Rag Lining', 'false', 'material', '60', 'stackable', 'none', '-1', '6244', '0', 'true', 'true', 'true', 'true', 'sage\'s_rag_lining', 'material', 'icon.etc_leather_gray_i00');
- INSERT INTO `etcitem` VALUES ('1954', 'Karmian Stocking Design', 'false', 'material', '60', 'stackable', 'none', '-1', '3762', '0', 'true', 'true', 'true', 'true', 'karmian_hose_pattern', 'material', 'icon.etc_letter_red_i00');
- INSERT INTO `etcitem` VALUES ('1955', 'Chain Helmet Design', 'false', 'material', '60', 'stackable', 'none', '-1', '2481', '0', 'true', 'true', 'true', 'true', 'chain_helmet_design', 'material', 'icon.etc_pouch_brown_i00');
- INSERT INTO `etcitem` VALUES ('1956', 'Square Shield Fragment', 'false', 'material', '60', 'stackable', 'none', '-1', '1762', '0', 'true', 'true', 'true', 'true', 'square_shield_fragment', 'material', 'icon.etc_plate_silver_i00');
- INSERT INTO `etcitem` VALUES ('1957', 'Assault Boots Part', 'false', 'material', '60', 'stackable', 'none', '-1', '1792', '0', 'true', 'true', 'true', 'true', 'assault_boots_part', 'material', 'icon.etc_plate_silver_i00');
- INSERT INTO `etcitem` VALUES ('1958', 'Mithril Boots Design', 'false', 'material', '60', 'stackable', 'none', '-1', '1120', '0', 'true', 'true', 'true', 'true', 'mithril_boots_design', 'material', 'icon.etc_pouch_brown_i00');
- INSERT INTO `etcitem` VALUES ('1959', 'Chain Mail Shirt Material', 'false', 'material', '60', 'stackable', 'none', '-1', '7425', '0', 'true', 'true', 'true', 'true', 'chain_mail_shirt_material', 'material', 'icon.etc_leather_gray_i00');
- INSERT INTO `etcitem` VALUES ('1960', 'Chain Gaiters Part', 'false', 'material', '60', 'stackable', 'none', '-1', '3650', '0', 'true', 'true', 'true', 'true', 'chain_gaiters_part', 'material', 'icon.etc_plate_silver_i00');
- INSERT INTO `etcitem` VALUES ('1961', 'Mithril Shirt Fabric', 'false', 'material', '60', 'stackable', 'none', '-1', '6250', '0', 'true', 'true', 'true', 'true', 'tempered_mithril_shirt_fabric', 'material', 'icon.etc_piece_of_cloth_white_i00');
- INSERT INTO `etcitem` VALUES ('1962', 'Karmian Tunic Pattern', 'false', 'material', '60', 'stackable', 'none', '-1', '6250', '0', 'true', 'true', 'true', 'true', 'karmian_tunic_pattern', 'material', 'icon.etc_letter_red_i00');
- INSERT INTO `etcitem` VALUES ('1963', 'Ogre Power Gauntlets Part', 'false', 'material', '60', 'stackable', 'none', '-1', '1792', '0', 'true', 'true', 'true', 'true', 'ogre_power_gauntlet_part', 'material', 'icon.etc_plate_silver_i00');
- INSERT INTO `etcitem` VALUES ('1964', 'Eldarake Temper', 'false', 'material', '60', 'stackable', 'none', '-1', '2475', '0', 'true', 'true', 'true', 'true', 'eldarake_temper', 'material', 'icon.etc_plate_glay_i00');
- INSERT INTO `etcitem` VALUES ('1965', 'Metal Plate Helmet Material', 'false', 'material', '60', 'stackable', 'none', '-1', '2967', '0', 'true', 'true', 'true', 'true', 'metal_plate_helmet_material', 'material', 'icon.etc_leather_gray_i00');
- INSERT INTO `etcitem` VALUES ('1966', 'Plated Leather Fragment', 'false', 'material', '60', 'stackable', 'none', '-1', '5478', '0', 'true', 'true', 'true', 'true', 'plate_leather_fragment', 'material', 'icon.etc_plate_silver_i00');
- INSERT INTO `etcitem` VALUES ('1967', 'Plated Leather Gaiters Material', 'false', 'material', '60', 'stackable', 'none', '-1', '3667', '0', 'true', 'true', 'true', 'true', 'plate_leather_gaiters_material', 'material', 'icon.etc_leather_gray_i00');
- INSERT INTO `etcitem` VALUES ('1968', 'Dwarven Chain Mail Shirt Material', 'false', 'material', '60', 'stackable', 'none', '-1', '8300', '0', 'true', 'true', 'true', 'true', 'dwarven_chain_mail_shirt_material', 'material', 'icon.etc_leather_gray_i00');
- INSERT INTO `etcitem` VALUES ('1969', 'Dwarven Chain Gaiters Material', 'false', 'material', '60', 'stackable', 'none', '-1', '5233', '0', 'true', 'true', 'true', 'true', 'dwarven_chain_gaiters_material', 'material', 'icon.etc_leather_gray_i00');
- INSERT INTO `etcitem` VALUES ('1970', 'Robe of Seal Fabric', 'false', 'material', '60', 'stackable', 'none', '-1', '8956', '0', 'true', 'true', 'true', 'true', 'robe_of_seal_fabric', 'material', 'icon.etc_piece_of_cloth_white_i00');
- INSERT INTO `etcitem` VALUES ('1971', 'Great Helmet Material', 'false', 'material', '60', 'stackable', 'none', '-1', '3267', '0', 'true', 'true', 'true', 'true', 'great_helmet_material', 'material', 'icon.etc_leather_gray_i00');
- INSERT INTO `etcitem` VALUES ('1972', 'Knight\'s Shield Fragment', 'false', 'material', '60', 'stackable', 'none', '-1', '2500', '0', 'true', 'true', 'true', 'true', 'knight_shield_fragment', 'material', 'icon.etc_plate_silver_i00');
- INSERT INTO `etcitem` VALUES ('1973', 'Pa\'agrian Hand Design', 'false', 'material', '60', 'stackable', 'none', '-1', '2378', '0', 'true', 'true', 'true', 'true', 'paagrio_hand_design', 'material', 'icon.etc_jewel_box_i00');
- INSERT INTO `etcitem` VALUES ('1974', 'Crimson Boot Fabric', 'false', 'material', '60', 'stackable', 'none', '-1', '2378', '0', 'true', 'true', 'true', 'true', 'crimson_boots_fabric', 'material', 'icon.etc_piece_of_cloth_red_i00');
- INSERT INTO `etcitem` VALUES ('1975', 'Rind Leather Armor Design', 'false', 'material', '60', 'stackable', 'none', '-1', '6089', '0', 'true', 'true', 'true', 'true', 'rind_leather_mail_design', 'material', 'icon.etc_pouch_brown_i00');
- INSERT INTO `etcitem` VALUES ('1976', 'Rind Leather Gaiters Material', 'false', 'material', '60', 'stackable', 'none', '-1', '3289', '0', 'true', 'true', 'true', 'true', 'rind_leather_gaiters_material', 'material', 'icon.etc_leather_gray_i00');
- INSERT INTO `etcitem` VALUES ('1977', 'Composite Armor Temper', 'false', 'material', '60', 'stackable', 'none', '-1', '13520', '0', 'true', 'true', 'true', 'true', 'composite_armor_temper', 'material', 'icon.etc_plate_glay_i00');
- INSERT INTO `etcitem` VALUES ('1978', 'Tower Shield Fragment', 'false', 'material', '60', 'stackable', 'none', '-1', '3120', '0', 'true', 'true', 'true', 'true', 'tower_shield_fragment', 'material', 'icon.etc_plate_glay_i00');
- INSERT INTO `etcitem` VALUES ('1979', 'Demon\'s Tunic Fabric', 'false', 'material', '60', 'stackable', 'none', '-1', '8240', '0', 'true', 'true', 'true', 'true', 'demon\'s_tunic_fabric', 'material', 'icon.etc_piece_of_cloth_white_i00');
- INSERT INTO `etcitem` VALUES ('1980', 'Demon\'s Stocking Pattern', 'false', 'material', '60', 'stackable', 'none', '-1', '4700', '0', 'true', 'true', 'true', 'true', 'demon\'s_hose_pattern', 'material', 'icon.etc_letter_red_i00');
- INSERT INTO `etcitem` VALUES ('1981', 'Mithril Gauntlets Design', 'false', 'material', '60', 'stackable', 'none', '-1', '3400', '0', 'true', 'true', 'true', 'true', 'mithril_gauntlet_design', 'material', 'icon.etc_pouch_brown_i00');
- INSERT INTO `etcitem` VALUES ('1982', 'Forgotten Boots Pattern', 'false', 'material', '60', 'stackable', 'none', '-1', '3400', '0', 'true', 'true', 'true', 'true', 'forgotten_boots_pattern', 'material', 'icon.etc_letter_red_i00');
- INSERT INTO `etcitem` VALUES ('1983', 'Shining Circlet Pattern', 'false', 'material', '60', 'stackable', 'none', '-1', '4560', '0', 'true', 'true', 'true', 'true', 'shining_circlet_pattern', 'material', 'icon.etc_letter_red_i00');
- INSERT INTO `etcitem` VALUES ('1984', 'Theca Leather Armor Pattern', 'false', 'material', '60', 'stackable', 'none', '-1', '9330', '0', 'true', 'true', 'true', 'true', 'theca_leather_mail_pattern', 'material', 'icon.etc_letter_red_i00');
- INSERT INTO `etcitem` VALUES ('1985', 'Theca Leather Gaiters Pattern', 'false', 'material', '60', 'stackable', 'none', '-1', '5800', '0', 'true', 'true', 'true', 'true', 'theca_leather_gaiters_pattern', 'material', 'icon.etc_leather_gray_i00');
- INSERT INTO `etcitem` VALUES ('1986', 'Full Plate Armor Temper', 'false', 'material', '60', 'stackable', 'none', '-1', '18927', '0', 'true', 'true', 'true', 'true', 'full_plate_armor_temper', 'material', 'icon.etc_plate_silver_i00');
- INSERT INTO `etcitem` VALUES ('1987', 'Drake Leather Armor Texture', 'false', 'material', '60', 'stackable', 'none', '-1', '13109', '0', 'true', 'true', 'true', 'true', 'drake_leather_mail_texture', 'material', 'icon.etc_leather_gray_i00');
- INSERT INTO `etcitem` VALUES ('1988', 'Divine Tunic Fabric', 'false', 'material', '60', 'stackable', 'none', '-1', '10409', '0', 'true', 'true', 'true', 'true', 'divine_tunic_fabric', 'material', 'icon.etc_piece_of_cloth_white_i00');
- INSERT INTO `etcitem` VALUES ('1989', 'Divine Stocking Pattern', 'false', 'material', '60', 'stackable', 'none', '-1', '6636', '0', 'true', 'true', 'true', 'true', 'divine_hose_pattern', 'material', 'icon.etc_letter_red_i00');
- INSERT INTO `etcitem` VALUES ('1990', 'Mithril Helmet Design', 'false', 'material', '60', 'stackable', 'none', '-1', '5782', '0', 'true', 'true', 'true', 'true', 'mithril_helmet_design', 'material', 'icon.etc_letter_red_i00');
- INSERT INTO `etcitem` VALUES ('1991', 'Cap of Mana Pattern', 'false', 'material', '60', 'stackable', 'none', '-1', '5782', '0', 'true', 'true', 'true', 'true', 'cap_of_mana_pattern', 'material', 'icon.etc_letter_red_i00');
- INSERT INTO `etcitem` VALUES ('1992', 'Paradia Hood Material', 'false', 'material', '60', 'stackable', 'none', '-1', '5782', '0', 'true', 'true', 'true', 'true', 'paradia_hood_material', 'material', 'icon.etc_plate_silver_i00');
- INSERT INTO `etcitem` VALUES ('1993', 'Hood of Solar Eclipse Texture', 'false', 'material', '60', 'stackable', 'none', '-1', '5782', '0', 'true', 'true', 'true', 'true', 'hood_of_sola_eclipse_texture', 'material', 'icon.etc_leather_gray_i00');
- INSERT INTO `etcitem` VALUES ('1994', 'Hood of Summoning Texture', 'false', 'material', '60', 'stackable', 'none', '-1', '5782', '0', 'true', 'true', 'true', 'true', 'hood_of_summons_texture', 'material', 'icon.etc_leather_gray_i00');
- INSERT INTO `etcitem` VALUES ('1995', 'Elemental Hood Material', 'false', 'material', '60', 'stackable', 'none', '-1', '5782', '0', 'true', 'true', 'true', 'true', 'elemental_hood_material', 'material', 'icon.etc_plate_silver_i00');
- INSERT INTO `etcitem` VALUES ('1996', 'Hood of Grace Texture', 'false', 'material', '60', 'stackable', 'none', '-1', '5782', '0', 'true', 'true', 'true', 'true', 'hood_of_grace_texture', 'material', 'icon.etc_leather_gray_i00');
- INSERT INTO `etcitem` VALUES ('1997', 'Phoenix Hood Material', 'false', 'material', '60', 'stackable', 'none', '-1', '5782', '0', 'true', 'true', 'true', 'true', 'phoenix\'s_hood_material', 'material', 'icon.etc_plate_silver_i00');
- INSERT INTO `etcitem` VALUES ('1998', 'Hood of Aid Material', 'false', 'material', '60', 'stackable', 'none', '-1', '5782', '0', 'true', 'true', 'true', 'true', 'hood_of_assistance_material', 'material', 'icon.etc_plate_silver_i00');
- INSERT INTO `etcitem` VALUES ('1999', 'Flame Helm Design', 'false', 'material', '60', 'stackable', 'none', '-1', '5782', '0', 'true', 'true', 'true', 'true', 'flame_bonnet_design', 'material', 'icon.etc_pouch_yellow_i00');
- INSERT INTO `etcitem` VALUES ('2000', 'Tallum Helm Design', 'false', 'material', '60', 'stackable', 'none', '-1', '5782', '0', 'true', 'true', 'true', 'true', 'tallum_bonnet_design', 'material', 'icon.etc_pouch_yellow_i00');
- INSERT INTO `etcitem` VALUES ('2001', 'Helm of Avadon Design', 'false', 'material', '60', 'stackable', 'none', '-1', '5782', '0', 'true', 'true', 'true', 'true', 'bonnet_o\'_avadon_design', 'material', 'icon.etc_pouch_yellow_i00');
- INSERT INTO `etcitem` VALUES ('2002', 'Helmet of Pledge Pattern', 'false', 'material', '60', 'stackable', 'none', '-1', '5782', '0', 'true', 'true', 'true', 'true', 'helmet_of_pledge_pattern', 'material', 'icon.etc_letter_red_i00');
- INSERT INTO `etcitem` VALUES ('2003', 'Gauntlets of Ghost Pattern', 'false', 'material', '60', 'stackable', 'none', '-1', '3673', '0', 'true', 'true', 'true', 'true', 'gauntlet_of_ghost_pattern', 'material', 'icon.etc_letter_red_i00');
- INSERT INTO `etcitem` VALUES ('2004', 'Adamantite Boots Design', 'false', 'material', '60', 'stackable', 'none', '-1', '3673', '0', 'true', 'true', 'true', 'true', 'adamantite_boots_design', 'material', 'icon.etc_pouch_yellow_i00');
- INSERT INTO `etcitem` VALUES ('2005', 'Broadsword Blade', 'false', 'material', '60', 'stackable', 'none', '-1', '2800', '0', 'true', 'true', 'true', 'true', 'broad_sword_blade', 'material', 'icon.etc_sword_body_i00');
- INSERT INTO `etcitem` VALUES ('2006', 'Willow Staff Head', 'false', 'material', '60', 'stackable', 'none', '-1', '2800', '0', 'true', 'true', 'true', 'true', 'willow_staff_head', 'material', 'icon.etc_squares_gray_i00');
- INSERT INTO `etcitem` VALUES ('2007', 'Bow Shaft', 'false', 'material', '60', 'stackable', 'none', '-1', '2800', '0', 'true', 'true', 'true', 'true', 'bow_shaft', 'material', 'icon.etc_branch_gold_i00');
- INSERT INTO `etcitem` VALUES ('2008', 'Cedar Staff Head', 'false', 'material', '60', 'stackable', 'none', '-1', '5140', '0', 'true', 'true', 'true', 'true', 'cedar_staff_head', 'material', 'icon.etc_squares_gray_i00');
- INSERT INTO `etcitem` VALUES ('2009', 'Dirk Blade', 'false', 'material', '60', 'stackable', 'none', '-1', '5640', '0', 'true', 'true', 'true', 'true', 'dirk_blade', 'material', 'icon.etc_sword_body_i00');
- INSERT INTO `etcitem` VALUES ('2010', 'Brandish Blade', 'false', 'material', '60', 'stackable', 'none', '-1', '5140', '0', 'true', 'true', 'true', 'true', 'brandish_blade', 'material', 'icon.etc_sword_body_i00');
- INSERT INTO `etcitem` VALUES ('2011', 'Short Spear Edge', 'false', 'material', '60', 'stackable', 'none', '-1', '8767', '0', 'true', 'true', 'true', 'true', 'short_spear_edge', 'material', 'icon.etc_sword_body_i00');
- INSERT INTO `etcitem` VALUES ('2012', 'Sword of Reflection Blade', 'false', 'material', '60', 'stackable', 'none', '-1', '9600', '0', 'true', 'true', 'true', 'true', 'sword_of_reflexion_blade', 'material', 'icon.etc_sword_body_i00');
- INSERT INTO `etcitem` VALUES ('2013', 'Forest Bow Shaft', 'false', 'material', '60', 'stackable', 'none', '-1', '9267', '0', 'true', 'true', 'true', 'true', 'bow_of_forest_shaft', 'material', 'icon.etc_branch_gold_i00');
- INSERT INTO `etcitem` VALUES ('2014', 'Iron Hammer Head', 'false', 'material', '60', 'stackable', 'none', '-1', '17400', '0', 'true', 'true', 'true', 'true', 'iron_hammer_head', 'material', 'icon.etc_squares_silver_i00');
- INSERT INTO `etcitem` VALUES ('2015', 'Sword Breaker Edge', 'false', 'material', '60', 'stackable', 'none', '-1', '16400', '0', 'true', 'true', 'true', 'true', 'sword_breaker_edge', 'material', 'icon.etc_sword_body_i00');
- INSERT INTO `etcitem` VALUES ('2016', 'Composition Bow Shaft', 'false', 'material', '60', 'stackable', 'none', '-1', '17067', '0', 'true', 'true', 'true', 'true', 'composition_bow_shaft', 'material', 'icon.etc_branch_gold_i00');
- INSERT INTO `etcitem` VALUES ('2017', 'Saber Blade', 'false', 'material', '60', 'stackable', 'none', '-1', '15050', '0', 'true', 'true', 'true', 'true', 'saber_blade', 'material', 'icon.etc_sword_body_i00');
- INSERT INTO `etcitem` VALUES ('2018', 'Assassin Knife Edge', 'false', 'material', '60', 'stackable', 'none', '-1', '15050', '0', 'true', 'true', 'true', 'true', 'assassin_knife_edge', 'material', 'icon.etc_sword_body_i00');
- INSERT INTO `etcitem` VALUES ('2019', 'Trident Edge', 'false', 'material', '60', 'stackable', 'none', '-1', '9300', '0', 'true', 'true', 'true', 'true', 'trident_edge', 'material', 'icon.etc_sword_body_i00');
- INSERT INTO `etcitem` VALUES ('2020', 'Temptation of Abyss Piece', 'false', 'material', '60', 'stackable', 'none', '-1', '11425', '0', 'true', 'true', 'true', 'true', 'temptation_of_abyss_piece', 'material', 'icon.etc_oriharukon_ore_i00');
- INSERT INTO `etcitem` VALUES ('2021', 'Spinebone Sword Blade', 'false', 'material', '60', 'stackable', 'none', '-1', '15840', '0', 'true', 'true', 'true', 'true', 'spinebone_sword_blade', 'material', 'icon.etc_sword_body_i00');
- INSERT INTO `etcitem` VALUES ('2022', 'Mace of Judgment Head', 'false', 'material', '60', 'stackable', 'none', '-1', '12840', '0', 'true', 'true', 'true', 'true', 'mace_of_judgment_head', 'material', 'icon.etc_squares_silver_i00');
- INSERT INTO `etcitem` VALUES ('2023', 'Conjuror\'s Staff Head', 'false', 'material', '60', 'stackable', 'none', '-1', '16140', '0', 'true', 'true', 'true', 'true', 'conjure_staff_head', 'material', 'icon.etc_squares_gray_i00');
- INSERT INTO `etcitem` VALUES ('2024', 'Elven Bow Shaft', 'false', 'material', '60', 'stackable', 'none', '-1', '14040', '0', 'true', 'true', 'true', 'true', 'elven_bow_shaft', 'material', 'icon.etc_branch_gold_i00');
- INSERT INTO `etcitem` VALUES ('2025', 'Dwarven Trident Edge', 'false', 'material', '60', 'stackable', 'none', '-1', '14440', '0', 'true', 'true', 'true', 'true', 'dwarven_trident_edge', 'material', 'icon.etc_sword_body_i00');
- INSERT INTO `etcitem` VALUES ('2026', 'Two-Handed Sword Edge', 'false', 'material', '60', 'stackable', 'none', '-1', '16617', '0', 'true', 'true', 'true', 'true', 'two-handed_sword_edge', 'material', 'icon.etc_sword_body_i00');
- INSERT INTO `etcitem` VALUES ('2027', 'Spiked Club Head', 'false', 'material', '60', 'stackable', 'none', '-1', '15267', '0', 'true', 'true', 'true', 'true', 'spike_club_head', 'material', 'icon.etc_squares_gray_i00');
- INSERT INTO `etcitem` VALUES ('2028', 'Shilen Knife Edge', 'false', 'material', '60', 'stackable', 'none', '-1', '16833', '0', 'true', 'true', 'true', 'true', 'knife_o\'_silenus_edge', 'material', 'icon.etc_sword_body_i00');
- INSERT INTO `etcitem` VALUES ('2029', 'Gastraphetes Shaft', 'false', 'material', '60', 'stackable', 'none', '-1', '16767', '0', 'true', 'true', 'true', 'true', 'gastraphetes_shaft', 'material', 'icon.etc_branch_gold_i00');
- INSERT INTO `etcitem` VALUES ('2030', 'Tome of Blood Page', 'false', 'material', '60', 'stackable', 'none', '-1', '17100', '0', 'true', 'true', 'true', 'true', 'tome_of_blood_page', 'material', 'icon.etc_piece_of_paper_gray_i00');
- INSERT INTO `etcitem` VALUES ('2031', 'Morning Star Head', 'false', 'material', '60', 'stackable', 'none', '-1', '19757', '0', 'true', 'true', 'true', 'true', 'morning_star_head', 'material', 'icon.etc_squares_gray_i00');
- INSERT INTO `etcitem` VALUES ('2032', 'Goat Head Staff Head', 'false', 'material', '60', 'stackable', 'none', '-1', '21643', '0', 'true', 'true', 'true', 'true', 'goathead_staff_head', 'material', 'icon.etc_squares_gray_i00');
- INSERT INTO `etcitem` VALUES ('2033', 'Winged Spear Blade', 'false', 'material', '60', 'stackable', 'none', '-1', '17929', '0', 'true', 'true', 'true', 'true', 'winged_spear_blade', 'material', 'icon.etc_sword_body_i00');
- INSERT INTO `etcitem` VALUES ('2034', 'Sword of Revolution Blade', 'false', 'material', '60', 'stackable', 'none', '-1', '18929', '0', 'true', 'true', 'true', 'true', 'sword_of_revolution_blade', 'material', 'icon.etc_sword_body_i00');
- INSERT INTO `etcitem` VALUES ('2035', 'Tarbar Head', 'false', 'material', '60', 'stackable', 'none', '-1', '19757', '0', 'true', 'true', 'true', 'true', 'tarbar_head', 'material', 'icon.etc_squares_gray_i00');
- INSERT INTO `etcitem` VALUES ('2036', 'Skull Breaker Head', 'false', 'material', '60', 'stackable', 'none', '-1', '19757', '0', 'true', 'true', 'true', 'true', 'skull_breaker_head', 'material', 'icon.etc_squares_gray_i00');
- INSERT INTO `etcitem` VALUES ('2037', 'Heavy Bone Club Head', 'false', 'material', '60', 'stackable', 'none', '-1', '19757', '0', 'true', 'true', 'true', 'true', 'heavy_bone_club_head', 'material', 'icon.etc_squares_gray_i00');
- INSERT INTO `etcitem` VALUES ('2038', 'Maingauche Edge', 'false', 'material', '60', 'stackable', 'none', '-1', '18929', '0', 'true', 'true', 'true', 'true', 'maingauche_edge', 'material', 'icon.etc_sword_body_i00');
- INSERT INTO `etcitem` VALUES ('2039', 'Bich\'Hwa Edge', 'false', 'material', '60', 'stackable', 'none', '-1', '19757', '0', 'true', 'true', 'true', 'true', 'bich\'hwa_edge', 'material', 'icon.etc_sword_body_i00');
- INSERT INTO `etcitem` VALUES ('2040', 'Strengthened Long Bow Shaft', 'false', 'material', '60', 'stackable', 'none', '-1', '17286', '0', 'true', 'true', 'true', 'true', 'strengthening_long_bow_shaft', 'material', 'icon.etc_branch_gold_i00');
- INSERT INTO `etcitem` VALUES ('2041', 'War Pick Head', 'false', 'material', '60', 'stackable', 'none', '-1', '17929', '0', 'true', 'true', 'true', 'true', 'hammer_in_flames_head', 'material', 'icon.etc_squares_gray_i00');
- INSERT INTO `etcitem` VALUES ('2042', 'Crucifix of Blood Piece', 'false', 'material', '60', 'stackable', 'none', '-1', '21643', '0', 'true', 'true', 'true', 'true', 'crucifix_of_blood_piece', 'material', 'icon.etc_squares_gray_i00');
- INSERT INTO `etcitem` VALUES ('2043', 'Eye of Infinity Stone', 'false', 'material', '60', 'stackable', 'none', '-1', '21643', '0', 'true', 'true', 'true', 'true', 'eye_of_infinity_stone', 'material', 'icon.etc_crystal_ball_gold_i00');
- INSERT INTO `etcitem` VALUES ('2044', 'Cursed Maingauche Edge', 'false', 'material', '60', 'stackable', 'none', '-1', '18929', '0', 'true', 'true', 'true', 'true', 'cursed_maingauche_edge', 'material', 'icon.etc_sword_body_i00');
- INSERT INTO `etcitem` VALUES ('2045', 'Blue Crystal Skull Part', 'false', 'material', '60', 'stackable', 'none', '-1', '21786', '0', 'true', 'true', 'true', 'true', 'blue_crystal_skull_part', 'material', 'icon.etc_skull_red_i00');
- INSERT INTO `etcitem` VALUES ('2046', 'Demon Fangs Part', 'false', 'material', '60', 'stackable', 'none', '-1', '21786', '0', 'true', 'true', 'true', 'true', 'demon_fangs_part', 'material', 'icon.etc_horn_i00');
- INSERT INTO `etcitem` VALUES ('2047', 'Claymore Blade', 'false', 'material', '60', 'stackable', 'none', '-1', '22750', '0', 'true', 'true', 'true', 'true', 'claymore_blade', 'material', 'icon.etc_sword_body_i00');
- INSERT INTO `etcitem` VALUES ('2048', 'Bonebreaker Head', 'false', 'material', '60', 'stackable', 'none', '-1', '24188', '0', 'true', 'true', 'true', 'true', 'bonebreaker_head', 'material', 'icon.etc_squares_gray_i00');
- INSERT INTO `etcitem` VALUES ('2049', 'Atuba Hammer Head', 'false', 'material', '60', 'stackable', 'none', '-1', '24188', '0', 'true', 'true', 'true', 'true', 'atuba_hammer_head', 'material', 'icon.etc_squares_gray_i00');
- INSERT INTO `etcitem` VALUES ('2050', 'Ghost Staff Head', 'false', 'material', '60', 'stackable', 'none', '-1', '22812', '0', 'true', 'true', 'true', 'true', 'ghost_staff_head', 'material', 'icon.etc_squares_gray_i00');
- INSERT INTO `etcitem` VALUES ('2051', 'Staff of Life Shaft', 'false', 'material', '60', 'stackable', 'none', '-1', '22812', '0', 'true', 'true', 'true', 'true', 'life_stick_shaft', 'material', 'icon.etc_branch_gold_i00');
- INSERT INTO `etcitem` VALUES ('2052', 'Mithril Dagger Blade', 'false', 'material', '60', 'stackable', 'none', '-1', '23062', '0', 'true', 'true', 'true', 'true', 'mithril_dagger_blade', 'material', 'icon.etc_sword_body_i00');
- INSERT INTO `etcitem` VALUES ('2053', 'Scallop Jamadhr Edge', 'false', 'material', '60', 'stackable', 'none', '-1', '24188', '0', 'true', 'true', 'true', 'true', 'scallop_jamadhr_edge', 'material', 'icon.etc_sword_body_i00');
- INSERT INTO `etcitem` VALUES ('2054', 'Light Crossbow Shaft', 'false', 'material', '60', 'stackable', 'none', '-1', '23500', '0', 'true', 'true', 'true', 'true', 'cyclone_bow_shaft', 'material', 'icon.etc_branch_gold_i00');
- INSERT INTO `etcitem` VALUES ('2055', 'Glaive Edge', 'false', 'material', '60', 'stackable', 'none', '-1', '24188', '0', 'true', 'true', 'true', 'true', 'glaive_edge', 'material', 'icon.etc_sword_body_i00');
- INSERT INTO `etcitem` VALUES ('2056', 'Vajra Wand Frame', 'false', 'material', '60', 'stackable', 'none', '-1', '22812', '0', 'true', 'true', 'true', 'true', 'vajra_wands_frame', 'material', 'icon.etc_mold_i00');
- INSERT INTO `etcitem` VALUES ('2057', 'Ancient Reagent Remnant', 'false', 'material', '60', 'stackable', 'none', '-1', '22812', '0', 'true', 'true', 'true', 'true', 'ancient_reagent_remnant', 'material', 'icon.etc_potion_clear_i00');
- INSERT INTO `etcitem` VALUES ('2058', 'Atuba Mace Head', 'false', 'material', '60', 'stackable', 'none', '-1', '24188', '0', 'true', 'true', 'true', 'true', 'atuba_mace_head', 'material', 'icon.etc_squares_gray_i00');
- INSERT INTO `etcitem` VALUES ('2059', 'Flamberge Blade', 'false', 'material', '60', 'stackable', 'none', '-1', '24125', '0', 'true', 'true', 'true', 'true', 'flamberge_blade', 'material', 'icon.etc_sword_body_i00');
- INSERT INTO `etcitem` VALUES ('2060', 'Stormbringer Blade', 'false', 'material', '60', 'stackable', 'none', '-1', '24425', '0', 'true', 'true', 'true', 'true', 'stormbringer_blade', 'material', 'icon.etc_sword_body_i00');
- INSERT INTO `etcitem` VALUES ('2061', 'Big Hammer Head', 'false', 'material', '60', 'stackable', 'none', '-1', '26800', '0', 'true', 'true', 'true', 'true', 'big_hammer_head', 'material', 'icon.etc_squares_gray_i00');
- INSERT INTO `etcitem` VALUES ('2062', 'Scythe Edge', 'false', 'material', '60', 'stackable', 'none', '-1', '22750', '0', 'true', 'true', 'true', 'true', 'scythe_edge', 'material', 'icon.etc_sword_body_i00');
- INSERT INTO `etcitem` VALUES ('2063', 'Battle Axe Head', 'false', 'material', '60', 'stackable', 'none', '-1', '26800', '0', 'true', 'true', 'true', 'true', 'battle_axe_head', 'material', 'icon.etc_squares_gray_i00');
- INSERT INTO `etcitem` VALUES ('2064', 'Silver Axe Head', 'false', 'material', '60', 'stackable', 'none', '-1', '26800', '0', 'true', 'true', 'true', 'true', 'war_pick_head', 'material', 'icon.etc_squares_gray_i00');
- INSERT INTO `etcitem` VALUES ('2065', 'Skull Graver Head', 'false', 'material', '60', 'stackable', 'none', '-1', '26800', '0', 'true', 'true', 'true', 'true', 'skull_graver_head', 'material', 'icon.etc_squares_gray_i00');
- INSERT INTO `etcitem` VALUES ('2066', 'Heavy Doom Hammer Head', 'false', 'material', '60', 'stackable', 'none', '-1', '22750', '0', 'true', 'true', 'true', 'true', 'heavy_doom_hammer_head', 'material', 'icon.etc_squares_gray_i00');
- INSERT INTO `etcitem` VALUES ('2067', 'Crystal Staff Head', 'false', 'material', '60', 'stackable', 'none', '-1', '27000', '0', 'true', 'true', 'true', 'true', 'crystal_staff_head', 'material', 'icon.etc_squares_gray_i00');
- INSERT INTO `etcitem` VALUES ('2068', 'Stick of Faith Shaft', 'false', 'material', '60', 'stackable', 'none', '-1', '27000', '0', 'true', 'true', 'true', 'true', 'stick_of_faith_shaft', 'material', 'icon.etc_branch_gold_i00');
- INSERT INTO `etcitem` VALUES ('2069', 'Heavy Doom Axe Blade', 'false', 'material', '60', 'stackable', 'none', '-1', '22750', '0', 'true', 'true', 'true', 'true', 'heavy_doom_axe_blade', 'material', 'icon.etc_sword_body_i00');
- INSERT INTO `etcitem` VALUES ('2070', 'Cursed Dagger Blade', 'false', 'material', '60', 'stackable', 'none', '-1', '24425', '0', 'true', 'true', 'true', 'true', 'cursed_dagger_blade', 'material', 'icon.etc_sword_body_i00');
- INSERT INTO `etcitem` VALUES ('2071', 'Wolverine Needle Edge', 'false', 'material', '60', 'stackable', 'none', '-1', '24425', '0', 'true', 'true', 'true', 'true', 'needle_wolverine_edge', 'material', 'icon.etc_sword_body_i00');
- INSERT INTO `etcitem` VALUES ('2072', 'Dark Elven Dagger Edge', 'false', 'material', '60', 'stackable', 'none', '-1', '24425', '0', 'true', 'true', 'true', 'true', 'darkelven_dagger_edge', 'material', 'icon.etc_sword_body_i00');
- INSERT INTO `etcitem` VALUES ('2073', 'Chakram Edge', 'false', 'material', '60', 'stackable', 'none', '-1', '26800', '0', 'true', 'true', 'true', 'true', 'chakram_edge', 'material', 'icon.etc_sword_body_i00');
- INSERT INTO `etcitem` VALUES ('2074', 'Crystallized Ice Bow Shaft', 'false', 'material', '60', 'stackable', 'none', '-1', '26538', '0', 'true', 'true', 'true', 'true', 'crystallized_ice_bow_shaft', 'material', 'icon.etc_branch_gold_i00');
- INSERT INTO `etcitem` VALUES ('2075', 'Orcish Glaive Blade', 'false', 'material', '60', 'stackable', 'none', '-1', '22750', '0', 'true', 'true', 'true', 'true', 'orcish_glaive_blade', 'material', 'icon.etc_sword_body_i00');
- INSERT INTO `etcitem` VALUES ('2076', 'Body Slasher Blade', 'false', 'material', '60', 'stackable', 'none', '-1', '22750', '0', 'true', 'true', 'true', 'true', 'body_slasher_blade', 'material', 'icon.etc_sword_body_i00');
- INSERT INTO `etcitem` VALUES ('2077', 'Shamshir Blade', 'false', 'material', '60', 'stackable', 'none', '-1', '29556', '0', 'true', 'true', 'true', 'true', 'shamshir_blade', 'material', 'icon.etc_sword_body_i00');
- INSERT INTO `etcitem` VALUES ('2078', 'Katana Blade', 'false', 'material', '60', 'stackable', 'none', '-1', '29556', '0', 'true', 'true', 'true', 'true', 'katana_blade', 'material', 'icon.etc_sword_body_i00');
- INSERT INTO `etcitem` VALUES ('2079', 'Bec De Corbin Blade', 'false', 'material', '60', 'stackable', 'none', '-1', '31667', '0', 'true', 'true', 'true', 'true', 'bech_de_corbin_blade', 'material', 'icon.etc_sword_body_i00');
- INSERT INTO `etcitem` VALUES ('2080', 'Spirit Sword Blade', 'false', 'material', '60', 'stackable', 'none', '-1', '29556', '0', 'true', 'true', 'true', 'true', 'spirits_sword_blade', 'material', 'icon.etc_sword_body_i00');
- INSERT INTO `etcitem` VALUES ('2081', 'Raid Sword Blade', 'false', 'material', '60', 'stackable', 'none', '-1', '29556', '0', 'true', 'true', 'true', 'true', 'raid_sword_blade', 'material', 'icon.etc_sword_body_i00');
- INSERT INTO `etcitem` VALUES ('2082', 'Cursed Staff Head', 'false', 'material', '60', 'stackable', 'none', '-1', '30911', '0', 'true', 'true', 'true', 'true', 'cursed_staff_head', 'material', 'icon.etc_squares_gray_i00');
- INSERT INTO `etcitem` VALUES ('2083', 'Stiletto Edge', 'false', 'material', '60', 'stackable', 'none', '-1', '29556', '0', 'true', 'true', 'true', 'true', 'stiletto_edge', 'material', 'icon.etc_sword_body_i00');
- INSERT INTO `etcitem` VALUES ('2084', 'Soulfire Dirk Blade', 'false', 'material', '60', 'stackable', 'none', '-1', '29556', '0', 'true', 'true', 'true', 'true', 'dagger_of_magicflame_blade', 'material', 'icon.etc_sword_body_i00');
- INSERT INTO `etcitem` VALUES ('2085', 'Crossbow Shaft', 'false', 'material', '60', 'stackable', 'none', '-1', '26189', '0', 'true', 'true', 'true', 'true', 'elemental_bow_shaft', 'material', 'icon.etc_branch_gold_i00');
- INSERT INTO `etcitem` VALUES ('2086', 'Elven Bow of Nobility Shaft', 'false', 'material', '60', 'stackable', 'none', '-1', '26189', '0', 'true', 'true', 'true', 'true', 'noble_elven_bow_shaft', 'material', 'icon.etc_branch_gold_i00');
- INSERT INTO `etcitem` VALUES ('2087', 'Tears of Fairy Drop', 'false', 'material', '60', 'stackable', 'none', '-1', '30911', '0', 'true', 'true', 'true', 'true', 'tears_of_fairy_drop', 'material', 'icon.etc_lesser_potion_clear_i00');
- INSERT INTO `etcitem` VALUES ('2088', 'Horn of Glory Fragment', 'false', 'material', '60', 'stackable', 'none', '-1', '30911', '0', 'true', 'true', 'true', 'true', 'horn_of_glory_fragment', 'material', 'icon.etc_claw_i00');
- INSERT INTO `etcitem` VALUES ('2089', 'Caliburs Edge', 'false', 'material', '60', 'stackable', 'none', '-1', '37450', '0', 'true', 'true', 'true', 'true', 'caliburs_edge', 'material', 'icon.etc_sword_body_i00');
- INSERT INTO `etcitem` VALUES ('2090', 'Delusional Blade', 'false', 'material', '60', 'stackable', 'none', '-1', '37450', '0', 'true', 'true', 'true', 'true', 'sword_of_delusion_blade', 'material', 'icon.etc_sword_body_i00');
- INSERT INTO `etcitem` VALUES ('2091', 'Tsurugi Blade', 'false', 'material', '60', 'stackable', 'none', '-1', '37450', '0', 'true', 'true', 'true', 'true', 'tsurugi_blade', 'material', 'icon.etc_sword_body_i00');
- INSERT INTO `etcitem` VALUES ('2092', 'Homunkulus\'s Sword Blade', 'false', 'material', '60', 'stackable', 'none', '-1', '37450', '0', 'true', 'true', 'true', 'true', 'homunkulus\'s_sword_blade', 'material', 'icon.etc_sword_body_i00');
- INSERT INTO `etcitem` VALUES ('2093', 'Poleaxe Blade', 'false', 'material', '60', 'stackable', 'none', '-1', '34200', '0', 'true', 'true', 'true', 'true', 'poleaxe_blade', 'material', 'icon.etc_sword_body_i00');
- INSERT INTO `etcitem` VALUES ('2094', 'Sword of Limit Blade', 'false', 'material', '60', 'stackable', 'none', '-1', '37450', '0', 'true', 'true', 'true', 'true', 'sword_of_limit_blade', 'material', 'icon.etc_sword_body_i00');
- INSERT INTO `etcitem` VALUES ('2095', 'Sword of Nightmare Blade', 'false', 'material', '60', 'stackable', 'none', '-1', '37450', '0', 'true', 'true', 'true', 'true', 'sword_of_nightmare_blade', 'material', 'icon.etc_sword_body_i00');
- INSERT INTO `etcitem` VALUES ('2096', 'Sword of Whispering Death Blade', 'false', 'material', '60', 'stackable', 'none', '-1', '37450', '0', 'true', 'true', 'true', 'true', 'deathbreath_sword_blade', 'material', 'icon.etc_sword_body_i00');
- INSERT INTO `etcitem` VALUES ('2097', 'War Axe Blade', 'false', 'material', '60', 'stackable', 'none', '-1', '37000', '0', 'true', 'true', 'true', 'true', 'war_axe_blade', 'material', 'icon.etc_sword_body_i00');
- INSERT INTO `etcitem` VALUES ('2098', 'Nirvana Axe Blade', 'false', 'material', '60', 'stackable', 'none', '-1', '37000', '0', 'true', 'true', 'true', 'true', 'nirvana_axe_blade', 'material', 'icon.etc_sword_body_i00');
- INSERT INTO `etcitem` VALUES ('2099', 'Stick of Eternity Shaft', 'false', 'material', '60', 'stackable', 'none', '-1', '35900', '0', 'true', 'true', 'true', 'true', 'stick_of_eternity_shaft', 'material', 'icon.etc_branch_gold_i00');
- INSERT INTO `etcitem` VALUES ('2100', 'Paradia Staff Head', 'false', 'material', '60', 'stackable', 'none', '-1', '35900', '0', 'true', 'true', 'true', 'true', 'paradia_staff_head', 'material', 'icon.etc_squares_gray_i00');
- INSERT INTO `etcitem` VALUES ('2101', 'Inferno Staff Head', 'false', 'material', '60', 'stackable', 'none', '-1', '35900', '0', 'true', 'true', 'true', 'true', 'inferno_staff_head', 'material', 'icon.etc_squares_gray_i00');
- INSERT INTO `etcitem` VALUES ('2102', 'Pa\'agrian Hammer Head', 'false', 'material', '60', 'stackable', 'none', '-1', '34200', '0', 'true', 'true', 'true', 'true', 'paagrio_hammer_head', 'material', 'icon.etc_squares_gray_i00');
- INSERT INTO `etcitem` VALUES ('2103', 'Sage\'s Staff Head', 'false', 'material', '60', 'stackable', 'none', '-1', '35900', '0', 'true', 'true', 'true', 'true', 'sage\'s_staff_head', 'material', 'icon.etc_squares_gray_i00');
- INSERT INTO `etcitem` VALUES ('2104', 'Club of Nature Head', 'false', 'material', '60', 'stackable', 'none', '-1', '35900', '0', 'true', 'true', 'true', 'true', 'club_of_nature_head', 'material', 'icon.etc_squares_gray_i00');
- INSERT INTO `etcitem` VALUES ('2105', 'Mace of The Underworld Head', 'false', 'material', '60', 'stackable', 'none', '-1', '37000', '0', 'true', 'true', 'true', 'true', 'mace_of_underworld_head', 'material', 'icon.etc_squares_gray_i00');
- INSERT INTO `etcitem` VALUES ('2106', 'Grace Dagger Edge', 'false', 'material', '60', 'stackable', 'none', '-1', '37450', '0', 'true', 'true', 'true', 'true', 'grace_dagger_edge', 'material', 'icon.etc_sword_body_i00');
- INSERT INTO `etcitem` VALUES ('2107', 'Dark Screamer Edge', 'false', 'material', '60', 'stackable', 'none', '-1', '37450', '0', 'true', 'true', 'true', 'true', 'dark_screamer_edge', 'material', 'icon.etc_sword_body_i00');
- INSERT INTO `etcitem` VALUES ('2108', 'Fisted Blade Piece', 'false', 'material', '60', 'stackable', 'none', '-1', '37000', '0', 'true', 'true', 'true', 'true', 'fist_blade_piece', 'material', 'icon.etc_sword_body_i00');
- INSERT INTO `etcitem` VALUES ('2109', 'Akat Longbow Shaft', 'false', 'material', '60', 'stackable', 'none', '-1', '41130', '0', 'true', 'true', 'true', 'true', 'akat_long_bow_shaft', 'material', 'icon.etc_branch_gold_i00');
- INSERT INTO `etcitem` VALUES ('2110', 'Heathen\'s Book Page', 'false', 'material', '60', 'stackable', 'none', '-1', '35900', '0', 'true', 'true', 'true', 'true', 'heathen\'s_book_page', 'material', 'icon.etc_piece_of_paper_white_i00');
- INSERT INTO `etcitem` VALUES ('2111', 'Hex Doll Fragment', 'false', 'material', '60', 'stackable', 'none', '-1', '35900', '0', 'true', 'true', 'true', 'true', 'hex_doll_fragment', 'material', 'icon.etc_bark_gold_i00');
- INSERT INTO `etcitem` VALUES ('2112', 'Pa\'agrian Axe Blade', 'false', 'material', '60', 'stackable', 'none', '-1', '39900', '0', 'true', 'true', 'true', 'true', 'paagrio_axe_blade', 'material', 'icon.etc_sword_body_i00');
- INSERT INTO `etcitem` VALUES ('2113', 'Scorpion Blade', 'false', 'material', '60', 'stackable', 'none', '-1', '39900', '0', 'true', 'true', 'true', 'true', 'scorpion_blade', 'material', 'icon.etc_sword_body_i00');
- INSERT INTO `etcitem` VALUES ('2114', 'Widowmaker Head', 'false', 'material', '60', 'stackable', 'none', '-1', '39900', '0', 'true', 'true', 'true', 'true', 'widow_maker_head', 'material', 'icon.etc_squares_gray_i00');
- INSERT INTO `etcitem` VALUES ('2115', 'Samurai Longsword Blade', 'false', 'material', '60', 'stackable', 'none', '-1', '46636', '0', 'true', 'true', 'true', 'true', 'samurai_longsword_blade', 'material', 'icon.etc_sword_body_i00');
- INSERT INTO `etcitem` VALUES ('2116', 'Deadman\'s Staff Head', 'false', 'material', '60', 'stackable', 'none', '-1', '43818', '0', 'true', 'true', 'true', 'true', 'deadman\'s_staff_head', 'material', 'icon.etc_squares_gray_i00');
- INSERT INTO `etcitem` VALUES ('2117', 'Ghoul\'s Staff Head', 'false', 'material', '60', 'stackable', 'none', '-1', '43818', '0', 'true', 'true', 'true', 'true', 'ghoul\'s_staff_head', 'material', 'icon.etc_squares_gray_i00');
- INSERT INTO `etcitem` VALUES ('2118', 'Demon\'s Staff Head', 'false', 'material', '60', 'stackable', 'none', '-1', '43818', '0', 'true', 'true', 'true', 'true', 'demon\'s_staff_head', 'material', 'icon.etc_squares_gray_i00');
- INSERT INTO `etcitem` VALUES ('2119', 'Crystal Dagger Blade', 'false', 'material', '60', 'stackable', 'none', '-1', '43136', '0', 'true', 'true', 'true', 'true', 'crystal_dagger_blade', 'material', 'icon.etc_sword_body_i00');
- INSERT INTO `etcitem` VALUES ('2120', 'Great Pata Blade', 'false', 'material', '60', 'stackable', 'none', '-1', '45964', '0', 'true', 'true', 'true', 'true', 'great_pata_blade', 'material', 'icon.etc_sword_body_i00');
- INSERT INTO `etcitem` VALUES ('2121', 'Eminence Bow Shaft', 'false', 'material', '60', 'stackable', 'none', '-1', '47218', '0', 'true', 'true', 'true', 'true', 'eminence_bow_shaft', 'material', 'icon.etc_branch_gold_i00');
- INSERT INTO `etcitem` VALUES ('2122', 'Orcish Poleaxe Blade', 'false', 'material', '60', 'stackable', 'none', '-1', '43818', '0', 'true', 'true', 'true', 'true', 'orcish_poleaxe_blade', 'material', 'icon.etc_sword_body_i00');
- INSERT INTO `etcitem` VALUES ('2123', 'Candle of Wisdom Model', 'false', 'material', '60', 'stackable', 'none', '-1', '43818', '0', 'true', 'true', 'true', 'true', 'candle_of_wisdom_model', 'material', 'icon.etc_mold_i00');
- INSERT INTO `etcitem` VALUES ('2124', 'Blessed Branch Splinter', 'false', 'material', '60', 'stackable', 'none', '-1', '43818', '0', 'true', 'true', 'true', 'true', 'blessed_branch_splinter', 'material', 'icon.etc_branch_blue_i00');
- INSERT INTO `etcitem` VALUES ('2125', 'Phoenix Feather Piece', 'false', 'material', '60', 'stackable', 'none', '-1', '43818', '0', 'true', 'true', 'true', 'true', 'phoenix\'s_feather_piece', 'material', 'icon.etc_feather_gold_i00');
- INSERT INTO `etcitem` VALUES ('2126', 'Cerberus Eye Fragment', 'false', 'material', '60', 'stackable', 'none', '-1', '43818', '0', 'true', 'true', 'true', 'true', 'cerberus\'s_eye_fragment', 'material', 'icon.etc_eyeball_i00');
- INSERT INTO `etcitem` VALUES ('2127', 'Scroll of Destruction Page', 'false', 'material', '60', 'stackable', 'none', '-1', '43818', '0', 'true', 'true', 'true', 'true', 'scroll_of_destruction_page', 'material', 'icon.etc_scroll_gray_i00');
- INSERT INTO `etcitem` VALUES ('2128', 'Claws of Black Dragon Piece', 'false', 'material', '60', 'stackable', 'none', '-1', '43818', '0', 'true', 'true', 'true', 'true', 'claws_of_blackdragon_piece', 'material', 'icon.etc_claw_i00');
- INSERT INTO `etcitem` VALUES ('2129', 'Three Eyed Crow\'s Feather Piece', 'false', 'material', '60', 'stackable', 'none', '-1', '43818', '0', 'true', 'true', 'true', 'true', 'three_eye_crow\'s_feather_piece', 'material', 'icon.etc_feather_black_i00');
- INSERT INTO `etcitem` VALUES ('2130', 'Gemstone D', 'false', 'material', '2', 'stackable', 'none', '-1', '1000', '0', 'true', 'true', 'true', 'true', 'gemstone_d', 'material', 'icon.etc_crystal_ball_silver_i00');
- INSERT INTO `etcitem` VALUES ('2131', 'Gemstone C', 'false', 'material', '2', 'stackable', 'none', '-1', '3000', '0', 'true', 'true', 'true', 'true', 'gemstone_c', 'material', 'icon.etc_crystal_ball_green_i00');
- INSERT INTO `etcitem` VALUES ('2132', 'Gemstone B', 'false', 'material', '2', 'stackable', 'none', '-1', '10000', '0', 'true', 'true', 'true', 'true', 'gemstone_b', 'material', 'icon.etc_bead_green_i00');
- INSERT INTO `etcitem` VALUES ('2133', 'Gemstone A', 'false', 'material', '2', 'stackable', 'none', '-1', '30000', '0', 'true', 'true', 'true', 'true', 'gemstone_a', 'material', 'icon.etc_bead_red_i00');
- INSERT INTO `etcitem` VALUES ('2134', 'Gemstone S', 'false', 'material', '2', 'stackable', 'none', '-1', '100000', '0', 'true', 'true', 'true', 'true', 'gemstone_s', 'material', 'icon.etc_bead_silver_i00');
- INSERT INTO `etcitem` VALUES ('2135', 'Recipe: Braided Hemp', 'false', 'recipe', '30', 'stackable', 'none', '-1', '680', '0', 'true', 'true', 'true', 'true', 'rp_braided_hemp', 'recipe', 'icon.etc_recipe_white_i00');
- INSERT INTO `etcitem` VALUES ('2136', 'Recipe: Cokes', 'false', 'recipe', '30', 'stackable', 'none', '-1', '680', '0', 'true', 'true', 'true', 'true', 'rp_cokes', 'recipe', 'icon.etc_recipe_white_i00');
- INSERT INTO `etcitem` VALUES ('2137', 'Recipe: Steel', 'false', 'recipe', '30', 'stackable', 'none', '-1', '680', '0', 'true', 'true', 'true', 'true', 'rp_steel', 'recipe', 'icon.etc_recipe_white_i00');
- INSERT INTO `etcitem` VALUES ('2138', 'Recipe: Coarse Bone Powder (100%)', 'false', 'recipe', '30', 'stackable', 'none', '-1', '680', '0', 'true', 'true', 'true', 'true', 'rp_coarse_bone_powder', 'recipe', 'icon.etc_recipe_white_i00');
- INSERT INTO `etcitem` VALUES ('2139', 'Recipe: Steel Mold', 'false', 'recipe', '30', 'stackable', 'none', '-1', '1000', '0', 'true', 'true', 'true', 'true', 'rp_steel_mold', 'recipe', 'icon.etc_recipe_white_i00');
- INSERT INTO `etcitem` VALUES ('2140', 'Recipe: High Grade Suede', 'false', 'recipe', '30', 'stackable', 'none', '-1', '1000', '0', 'true', 'true', 'true', 'true', 'rp_high_grade_suede', 'recipe', 'icon.etc_recipe_white_i00');
- INSERT INTO `etcitem` VALUES ('2141', 'Recipe: Silver Mold', 'false', 'recipe', '30', 'stackable', 'none', '-1', '1000', '0', 'true', 'true', 'true', 'true', 'rp_silver_mold', 'recipe', 'icon.etc_recipe_white_i00');
- INSERT INTO `etcitem` VALUES ('2142', 'Recipe: Varnish of Purity', 'false', 'recipe', '30', 'stackable', 'none', '-1', '1000', '0', 'true', 'true', 'true', 'true', 'rp_varnish_of_purity', 'recipe', 'icon.etc_recipe_white_i00');
- INSERT INTO `etcitem` VALUES ('2143', 'Recipe: Synthetic Cokes', 'false', 'recipe', '30', 'stackable', 'none', '-1', '1000', '0', 'true', 'true', 'true', 'true', 'rp_synthesis_cokes', 'recipe', 'icon.etc_recipe_white_i00');
Advertisement
Add Comment
Please, Sign In to add comment