Quote:
CREATE TABLE IF NOT EXISTS `ingameshop` (
`object_id` int(11) NOT NULL AUTO_INCREMENT,
`item_id` int(11) NOT NULL,
`item_count` bigint(13) NOT NULL DEFAULT '0',
`item_price` bigint(13) NOT NULL DEFAULT '0',
`category` tinyint(1) NOT NULL DEFAULT '0',
`sub_category` tinyint(1) NOT NULL DEFAULT '0',
`list` int(11) NOT NULL DEFAULT '0',
`sales_ranking` int(11) NOT NULL DEFAULT '0',
`item_type` tinyint(1) NOT NULL DEFAULT '0',
`gift` tinyint(1) NOT NULL DEFAULT '0',
`title_description` varchar(60) NOT NULL DEFAULT 'Item',
`description` varchar(30) DEFAULT NULL,
PRIMARY KEY (`object_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=10008 ;
--
-- Дамп данных таблицы `ingameshop`
--
INSERT INTO `ingameshop` (`object_id`, `item_id`, `item_count`, `item_price`, `category`, `sub_category`, `list`, `sales_ranking`, `item_type`, `gift`, `title_description`, `description`) VALUES
(1, 169650000, 1, 1000, 0, 3, 1, 0, 0, 0, 'Plastic Surgery', NULL),
(2, 169660000, 1, 1000, 0, 3, 1, 0, 0, 0, 'Gender Switch Ticket', NULL),
(3, 169680000, 1, 1000, 0, 3, 1, 0, 0, 0, 'Legion Name Change Ticket', NULL),
(4, 169670000, 1, 1000, 0, 3, 1, 0, 0, 0, 'Name Change Ticket', NULL),
(5, 169650000, 1, 1000, 0, 3, 1, 0, 0, 0, 'Plastic Surgery Ticket', NULL),
(6, 169630000, 1, 1000, 0, 3, 1, 0, 0, 0, 'Expand Cube Ticket', NULL),
(7, 169640000, 1, 1000, 0, 3, 1, 0, 0, 0, 'Expand Warehouse Ticket', NULL),
(101, 110501279, 1, 2500, 0, 4, 1, 0, 0, 0, 'Padmarashka''s Raging Hauberk', NULL),
(102, 111501238, 1, 2500, 0, 4, 1, 0, 0, 0, 'Padmarashka''s Raging Handguards', NULL),
(103, 112501183, 1, 2500, 0, 4, 1, 0, 0, 0, 'Padmarashka''s Raging Spaulders', NULL),
(104, 113501255, 1, 2500, 0, 4, 1, 0, 0, 0, 'Padmarashka''s Raging Chausses', NULL),
(105, 114501259, 1, 2500, 0, 4, 1, 0, 0, 0, 'Padmarashka''s Raging Brogans', NULL),
(106, 110101374, 1, 2500, 0, 4, 1, 0, 0, 0, 'Padmarashka''s Raging Tunic', NULL),
(107, 111101249, 1, 2500, 0, 4, 1, 0, 0, 0, 'Padmarashka''s Raging Gloves', NULL),
(108, 112101207, 1, 2500, 0, 4, 1, 0, 0, 0, 'Padmarashka''s Raging Pauldrons', NULL),
(109, 113101268, 1, 2500, 0, 4, 1, 0, 0, 0, 'Padmarashka''s Raging Leggings', NULL),
(110, 114101295, 1, 2500, 0, 4, 1, 0, 0, 0, 'Padmarashka''s Raging Shoes', NULL),
(111, 110301301, 1, 2500, 0, 4, 1, 0, 0, 0, 'Padmarashka''s Raging Jerkin', NULL),
(112, 111301244, 1, 2500, 0, 4, 1, 0, 0, 0, 'Padmarashka''s Raging Vambrace', NULL),
(113, 112301190, 1, 2500, 0, 4, 1, 0, 0, 0, 'Padmarashka''s Raging Shoulderguards', NULL),
(114, 113301270, 1, 2500, 0, 4, 1, 0, 0, 0, 'Padmarashka''s Raging Breeches', NULL),
(115, 114301301, 1, 2500, 0, 4, 1, 0, 0, 0, 'Padmarashka''s Raging Boots', NULL),
(116, 110601252, 1, 2500, 0, 4, 1, 0, 0, 0, 'Padmarashka''s Raging Breastplate', NULL),
(117, 111601217, 1, 2500, 0, 4, 1, 0, 0, 0, 'Padmarashka''s Raging Gauntlets', NULL),
(118, 112601195, 1, 2500, 0, 4, 1, 0, 0, 0, 'Padmarashka''s Raging Shoulderplates', NULL),
(119, 113601208, 1, 2500, 0, 4, 1, 0, 0, 0, 'Padmarashka''s Raging Greaves', NULL),
(120, 114601201, 1, 2500, 0, 4, 1, 0, 0, 0, 'Padmarashka''s Raging Sabatons', NULL),
(121, 110500988, 1, 2500, 0, 4, 1, 0, 0, 0, 'Stormwing''s Hauberk', NULL),
(122, 113500960, 1, 2500, 0, 4, 1, 0, 0, 0, 'Stormwing''s Chausses', NULL),
(123, 112500907, 1, 2500, 0, 4, 1, 0, 0, 0, 'Stormwing''s Spaulders', NULL),
(124, 111500955, 1, 2500, 0, 4, 1, 0, 0, 0, 'Stormwing''s Handguards', NULL),
(125, 114500967, 1, 2500, 0, 4, 1, 0, 0, 0, 'Stormwing''s Brogans', NULL),
(126, 110101071, 1, 2500, 0, 4, 1, 0, 0, 0, 'Stormwing''s Tunic', NULL),
(127, 113100977, 1, 2500, 0, 4, 1, 0, 0, 0, 'Stormwing''s Leggings', NULL),
(128, 112100922, 1, 2500, 0, 4, 1, 0, 0, 0, 'Stormwing''s Pauldrons', NULL),
(129, 111100964, 1, 2500, 0, 4, 1, 0, 0, 0, 'Stormwing''s Gloves', NULL),
(130, 114101003, 1, 2500, 0, 4, 1, 0, 0, 0, 'Stormwing''s Shoes', NULL),
(131, 110301020, 1, 2500, 0, 4, 1, 0, 0, 0, 'Stormwing''s Jerkin', NULL),
(132, 113300990, 1, 2500, 0, 4, 1, 0, 0, 0, 'Stormwing''s Breeches', NULL),
(133, 112300920, 1, 2500, 0, 4, 1, 0, 0, 0, 'Stormwing''s Shoulderguards', NULL),
(134, 111300969, 1, 2500, 0, 4, 1, 0, 0, 0, 'Stormwing''s Vambrace', NULL),
(135, 114301024, 1, 2500, 0, 4, 1, 0, 0, 0, 'Stormwing''s Boots', NULL),
(136, 110600968, 1, 2500, 0, 4, 1, 0, 0, 0, 'Stormwing''s Breastplate', NULL),
(137, 113600931, 1, 2500, 0, 4, 1, 0, 0, 0, 'Stormwing''s Greaves', NULL),
(138, 112600922, 1, 2500, 0, 4, 1, 0, 0, 0, 'Stormwing''s Shoulderplates', NULL),
(139, 111600947, 1, 2500, 0, 4, 1, 0, 0, 0, 'Stormwing''s Gauntlets', NULL),
(140, 114600926, 1, 2500, 0, 4, 1, 0, 0, 0, 'Stormwing''s Sabatons', NULL),
(141, 110500903, 1, 1500, 0, 4, 1, 0, 0, 0, 'Elite Guardian Tribunus''s Hauberk', NULL),
(142, 113500877, 1, 1500, 0, 4, 1, 0, 0, 0, 'Elite Guardian Tribunus''s Chausses', NULL),
(143, 112500823, 1, 1500, 0, 4, 1, 0, 0, 0, 'Elite Guardian Tribunus''s Spaulders', NULL),
(144, 111500872, 1, 1500, 0, 4, 1, 0, 0, 0, 'Elite Guardian Tribunus''s Handguards', NULL),
(145, 114500884, 1, 1500, 0, 4, 1, 0, 0, 0, 'Elite Guardian Tribunus''s Brogans', NULL),
(146, 110100986, 1, 1500, 0, 4, 1, 0, 0, 0, 'Elite Guardian Tribunus''s Tunic', NULL),
(147, 113100894, 1, 1500, 0, 4, 1, 0, 0, 0, 'Elite Guardian Tribunus''s Leggings', NULL),
(148, 112100838, 1, 1500, 0, 4, 1, 0, 0, 0, 'Elite Guardian Tribunus''s Pauldrons', NULL),
(149, 111100881, 1, 1500, 0, 4, 1, 0, 0, 0, 'Elite Guardian Tribunus''s Gloves', NULL),
(150, 114100920, 1, 1500, 0, 4, 1, 0, 0, 0, 'Elite Guardian Tribunus''s Shoes', NULL),
(151, 110300935, 1, 1500, 0, 4, 1, 0, 0, 0, 'Elite Guardian Tribunus''s Jerkin', NULL),
(152, 113300907, 1, 1500, 0, 4, 1, 0, 0, 0, 'Elite Guardian Tribunus''s Breeches', NULL),
(153, 112300836, 1, 1500, 0, 4, 1, 0, 0, 0, 'Elite Guardian Tribunus''s Shoulderguards', NULL),
(154, 111300886, 1, 1500, 0, 4, 1, 0, 0, 0, 'Elite Guardian Tribunus''s Vambrace', NULL),
(155, 114300941, 1, 1500, 0, 4, 1, 0, 0, 0, 'Elite Guardian Tribunus''s Boots', NULL),
(156, 110600883, 1, 1500, 0, 4, 1, 0, 0, 0, 'Elite Guardian Tribunus''s Breastplate', NULL),
(157, 113600848, 1, 1500, 0, 4, 1, 0, 0, 0, 'Elite Guardian Tribunus''s Greaves', NULL),
(158, 112600838, 1, 1500, 0, 4, 1, 0, 0, 0, 'Elite Guardian Tribunus''s Shoulderplates', NULL),
(159, 111600864, 1, 1500, 0, 4, 1, 0, 0, 0, 'Elite Guardian Tribunus''s Gauntlets', NULL),
(160, 114600843, 1, 1500, 0, 4, 1, 0, 0, 0, 'Elite Guardian Tribunus''s Sabatons', NULL),
(161, 110101099, 1, 2000, 0, 4, 1, 0, 0, 0, 'Archon Brigade General''s Tunic', NULL),
(162, 111100999, 1, 2000, 0, 4, 1, 0, 0, 0, 'Archon Brigade General''s Gloves', NULL),
(163, 112100955, 1, 2000, 0, 4, 1, 0, 0, 0, 'Archon Brigade General''s Pauldrons', NULL),
(164, 113101011, 1, 2000, 0, 4, 1, 0, 0, 0, 'Archon Brigade General''s Leggings', NULL),
(165, 114101040, 1, 2000, 0, 4, 1, 0, 0, 0, 'Archon Brigade General''s Shoes', NULL),
(166, 110301048, 1, 2000, 0, 4, 1, 0, 0, 0, 'Archon Brigade General''s Jerkin', NULL),
(167, 111301004, 1, 2000, 0, 4, 1, 0, 0, 0, 'Archon Brigade General''s Vambrace', NULL),
(168, 112300953, 1, 2000, 0, 4, 1, 0, 0, 0, 'Archon Brigade General''s Shoulderguards', NULL),
(169, 113301024, 1, 2000, 0, 4, 1, 0, 0, 0, 'Archon Brigade General''s Breeches', NULL),
(170, 114301060, 1, 2000, 0, 4, 1, 0, 0, 0, 'Archon Brigade General''s Boots', NULL),
(171, 110501016, 1, 2000, 0, 4, 1, 0, 0, 0, 'Archon Brigade General''s Hauberk', NULL),
(172, 111500991, 1, 2000, 0, 4, 1, 0, 0, 0, 'Archon Brigade General''s Handguards', NULL),
(173, 112500940, 1, 2000, 0, 4, 1, 0, 0, 0, 'Archon Brigade General''s Spaulders', NULL),
(174, 113500994, 1, 2000, 0, 4, 1, 0, 0, 0, 'Archon Brigade General''s Chausses', NULL),
(175, 114501003, 1, 2000, 0, 4, 1, 0, 0, 0, 'Archon Brigade General''s Brogans', NULL),
(176, 110600996, 1, 2000, 0, 4, 1, 0, 0, 0, 'Archon Brigade General''s Breastplate', NULL),
(177, 111600982, 1, 2000, 0, 4, 1, 0, 0, 0, 'Archon Brigade General''s Gauntlets', NULL),
(178, 112600955, 1, 2000, 0, 4, 1, 0, 0, 0, 'Archon Brigade General''s Shoulderplates', NULL),
(179, 113600965, 1, 2000, 0, 4, 1, 0, 0, 0, 'Archon Brigade General''s Greaves', NULL),
(180, 114600962, 1, 2000, 0, 4, 1, 0, 0, 0, 'Archon Brigade General''s Sabatons', NULL),
(181, 114301047, 1, 2000, 0, 4, 1, 0, 0, 0, 'Enraged Mastarius''s Boots', NULL),
(182, 113301290, 1, 2000, 0, 4, 1, 0, 0, 0, 'Enraged Mastarius''s Breeches', NULL),
(183, 110301040, 1, 2000, 0, 4, 1, 0, 0, 0, 'Enraged Mastarius''s Jerkin', NULL),
(184, 112301210, 1, 2000, 0, 4, 1, 0, 0, 0, 'Enraged Mastarius''s Shoulderguards', NULL),
(185, 111300991, 1, 2000, 0, 4, 1, 0, 0, 0, 'Enraged Mastarius''s Vambrace', NULL),
(186, 111100986, 1, 2000, 0, 4, 1, 0, 0, 0, 'Enraged Mastarius''s Gloves', NULL),
(187, 113101289, 1, 2000, 0, 4, 1, 0, 0, 0, 'Enraged Mastarius''s Leggings', NULL),
(188, 112100942, 1, 2000, 0, 4, 1, 0, 0, 0, 'Enraged Mastarius''s Pauldrons', NULL),
(189, 114101318, 1, 2000, 0, 4, 1, 0, 0, 0, 'Enraged Mastarius''s Shoes', NULL),
(190, 110101091, 1, 2000, 0, 4, 1, 0, 0, 0, 'Enraged Mastarius''s Tunic', NULL),
(191, 114500990, 1, 2000, 0, 4, 1, 0, 0, 0, 'Enraged Mastarius''s Brogans', NULL),
(192, 113501275, 1, 2000, 0, 4, 1, 0, 0, 0, 'Enraged Mastarius''s Chausses', NULL),
(193, 111500978, 1, 2000, 0, 4, 1, 0, 0, 0, 'Enraged Mastarius''s Handguards', NULL),
(194, 110501299, 1, 2000, 0, 4, 1, 0, 0, 0, 'Enraged Mastarius''s Hauberk', NULL),
(195, 112500927, 1, 2000, 0, 4, 1, 0, 0, 0, 'Enraged Mastarius''s Spaulders', NULL),
(196, 110600988, 1, 2000, 0, 4, 1, 0, 0, 0, 'Enraged Mastarius''s Breastplate', NULL),
(197, 111601240, 1, 2000, 0, 4, 1, 0, 0, 0, 'Enraged Mastarius''s Gauntlets', NULL),
(198, 113600952, 1, 2000, 0, 4, 1, 0, 0, 0, 'Enraged Mastarius''s Greaves', NULL),
(199, 114601224, 1, 2000, 0, 4, 1, 0, 0, 0, 'Enraged Mastarius''s Sabatons', NULL),
(200, 112600942, 1, 2000, 0, 4, 1, 0, 0, 0, 'Enraged Mastarius''s Shoulderplates', NULL),
(201, 111100994, 1, 1700, 0, 4, 1, 0, 0, 0, 'Guardian Primus Pilus''s Gloves', NULL),
(202, 113101006, 1, 1700, 0, 4, 1, 0, 0, 0, 'Guardian Primus Pilus''s Leggings', NULL),
(203, 112100950, 1, 1700, 0, 4, 1, 0, 0, 0, 'Guardian Primus Pilus''s Pauldrons', NULL),
(204, 114101035, 1, 1700, 0, 4, 1, 0, 0, 0, 'Guardian Primus Pilus''s Shoes', NULL),
(205, 110101094, 1, 1700, 0, 4, 1, 0, 0, 0, 'Guardian Primus Pilus''s Tunic', NULL),
(206, 114301055, 1, 1700, 0, 4, 1, 0, 0, 0, 'Guardian Primus Pilus''s Boots', NULL),
(207, 113301019, 1, 1700, 0, 4, 1, 0, 0, 0, 'Guardian Primus Pilus''s Breeches', NULL),
(208, 110301043, 1, 1700, 0, 4, 1, 0, 0, 0, 'Guardian Primus Pilus''s Jerkin', NULL),
(209, 112300948, 1, 1700, 0, 4, 1, 0, 0, 0, 'Guardian Primus Pilus''s Shoulderguards', NULL),
(210, 111300999, 1, 1700, 0, 4, 1, 0, 0, 0, 'Guardian Primus Pilus''s Vambrace', NULL),
(211, 114500998, 1, 1700, 0, 4, 1, 0, 0, 0, 'Guardian Primus Pilus''s Brogans', NULL),
(212, 113500989, 1, 1700, 0, 4, 1, 0, 0, 0, 'Guardian Primus Pilus''s Chausses', NULL),
(213, 111500986, 1, 1700, 0, 4, 1, 0, 0, 0, 'Guardian Primus Pilus''s Handguards', NULL),
(214, 110501011, 1, 1700, 0, 4, 1, 0, 0, 0, 'Guardian Primus Pilus''s Hauberk', NULL),
(215, 112500935, 1, 1700, 0, 4, 1, 0, 0, 0, 'Guardian Primus Pilus''s Spaulders', NULL),
(216, 110600991, 1, 1700, 0, 4, 1, 0, 0, 0, 'Guardian Primus Pilus''s Breastplate', NULL),
(217, 111600977, 1, 1700, 0, 4, 1, 0, 0, 0, 'Guardian Primus Pilus''s Gauntlets', NULL),
(218, 113600960, 1, 1700, 0, 4, 1, 0, 0, 0, 'Guardian Primus Pilus''s Greaves', NULL),
(219, 114600957, 1, 1700, 0, 4, 1, 0, 0, 0, 'Guardian Primus Pilus''s Sabatons', NULL),
(220, 112600950, 1, 1700, 0, 4, 1, 0, 0, 0, 'Guardian Primus Pilus''s Shoulderplates', NULL),
(221, 111101252, 1, 3000, 0, 4, 1, 1, 0, 0, 'Divine Coliseum Champion''s Gloves', NULL),
(222, 113101272, 1, 3000, 0, 4, 1, 1, 0, 0, 'Divine Coliseum Champion''s Leggings', NULL),
(223, 112101210, 1, 3000, 0, 4, 1, 1, 0, 0, 'Divine Coliseum Champion''s Pauldrons', NULL),
(224, 114101298, 1, 3000, 0, 4, 1, 1, 0, 0, 'Divine Coliseum Champion''s Shoes', NULL),
(225, 110101377, 1, 3000, 0, 4, 1, 1, 0, 0, 'Divine Coliseum Champion''s Tunic', NULL),
(226, 114301304, 1, 3000, 0, 4, 1, 0, 0, 0, 'Divine Coliseum Champion''s Boots', NULL),
(227, 113301288, 1, 3000, 0, 4, 1, 0, 0, 0, 'Divine Coliseum Champion''s Breeches', NULL),
(228, 110301305, 1, 3000, 0, 4, 1, 0, 0, 0, 'Divine Coliseum Champion''s Jerkin', NULL),
(229, 112301193, 1, 3000, 0, 4, 1, 0, 0, 0, 'Divine Coliseum Champion''s Shoulderguards', NULL),
(230, 111301247, 1, 3000, 0, 4, 1, 0, 0, 0, 'Divine Coliseum Champion''s Vambrace', NULL),
(231, 114501262, 1, 3000, 0, 4, 1, 0, 0, 0, 'Divine Coliseum Champion''s Brogans', NULL),
(232, 113501259, 1, 3000, 0, 4, 1, 0, 0, 0, 'Divine Coliseum Champion''s Chausses', NULL),
(233, 111501241, 1, 3000, 0, 4, 1, 0, 0, 0, 'Divine Coliseum Champion''s Handguards', NULL),
(234, 110501282, 1, 3000, 0, 4, 1, 0, 0, 0, 'Divine Coliseum Champion''s Hauberk', NULL),
(235, 112501187, 1, 3000, 0, 4, 1, 0, 0, 0, 'Divine Coliseum Champion''s Spaulders', NULL),
(236, 110601255, 1, 3000, 0, 4, 1, 0, 0, 0, 'Divine Coliseum Champion''s Breastplate', NULL),
(237, 111601221, 1, 3000, 0, 4, 1, 0, 0, 0, 'Divine Coliseum Champion''s Gauntlets', NULL),
(238, 113601212, 1, 3000, 0, 4, 1, 0, 0, 0, 'Divine Coliseum Champion''s Greaves', NULL),
(239, 114601204, 1, 3000, 0, 4, 1, 0, 0, 0, 'Divine Coliseum Champion''s Sabatons', NULL),
(240, 112601199, 1, 3000, 0, 4, 1, 0, 0, 0, 'Divine Coliseum Champion''s Shoulderplates', NULL),
(400, 166000190, 5, 1000, 0, 5, 1, 0, 0, 0, 'L190 Enchantment Stone', NULL),
(401, 166000180, 5, 900, 0, 5, 1, 0, 0, 0, 'L180 Enchantment Stone', NULL),
(402, 166000170, 5, 800, 0, 5, 1, 0, 0, 0, 'L170 Enchantment Stone', NULL),
(403, 166000160, 5, 700, 0, 5, 1, 0, 0, 0, 'L160 Enchantment Stone', NULL),
(404, 166000150, 5, 600, 0, 5, 1, 0, 0, 0, 'L150 Enchantment Stone', NULL),
(405, 166000140, 5, 500, 0, 5, 1, 0, 0, 0, 'L140 Enchantment Stone', NULL),
(406, 166000120, 10, 1000, 0, 5, 1, 0, 0, 0, 'L120 Enchantment Stone', NULL),
(407, 166000100, 10, 900, 0, 5, 1, 0, 0, 0, 'L100 Enchantment Stone', NULL),
(408, 166000090, 15, 800, 0, 5, 1, 0, 0, 0, 'L90 Enchantment Stone', NULL),
(500, 167000551, 10, 400, 0, 6, 1, 0, 0, 0, 'Manastone HP + 95', NULL),
(501, 167000552, 10, 400, 0, 6, 1, 0, 0, 0, 'Manastone MP +95', NULL),
(502, 167000555, 10, 400, 0, 6, 1, 0, 0, 0, 'Manastone Magic Boost +27', NULL),
(503, 167000558, 10, 400, 0, 6, 1, 0, 0, 0, 'Manastone Crit Strike +17', NULL),
(504, 167000554, 10, 400, 0, 6, 1, 0, 0, 0, 'Manastone Evasion +17', NULL),
(505, 167000557, 10, 400, 0, 6, 1, 0, 0, 0, 'Manastone: Block +27', NULL),
(506, 167000560, 10, 400, 0, 6, 1, 0, 0, 0, 'Manastone: Magical Accuracy +14', NULL),
(507, 167000556, 10, 400, 0, 6, 1, 0, 0, 0, 'Manastone: Parry +27', NULL),
(508, 167000561, 10, 400, 0, 6, 1, 0, 0, 0, 'Manastone: Resist Magic +14', NULL),
(509, 167000553, 10, 400, 0, 6, 1, 0, 0, 0, 'Manastone: Accuracy +27', NULL),
(510, 167000563, 10, 400, 0, 6, 1, 0, 0, 0, 'Manastone: Healing Boost +3', NULL),
(600, 187000037, 1, 2000, 0, 7, 1, 0, 0, 0, 'Lucky Wings', NULL),
(601, 187060007, 1, 1000, 0, 7, 1, 0, 0, 0, 'Garkbinerk''s Black Cloud Wings', NULL),
(602, 187000031, 1, 1500, 0, 7, 1, 0, 0, 0, 'Orichalcum Key Wings', NULL),
(603, 187000018, 1, 2000, 0, 7, 1, 0, 0, 0, 'Storm Wings', NULL),
(604, 187000024, 1, 1500, 0, 7, 1, 0, 0, 0, 'Noble Chief Operative''s Wings', NULL),
(605, 187000032, 1, 2000, 0, 7, 1, 0, 0, 0, 'Wings of the Circle', NULL),
(606, 187000033, 1, 2500, 0, 7, 1, 0, 0, 0, 'Conditionable Wings of the Circle', NULL),
(607, 187000007, 1, 600, 0, 7, 1, 0, 0, 0, 'Sigyn''s Wing Feather ', NULL),
(608, 187000006, 1, 600, 0, 7, 1, 0, 0, 0, 'Nestor''s Wing Feather ', NULL),
(700, 162000066, 100, 600, 0, 8, 1, 0, 0, 0, 'Recovery Crystal', NULL),
(701, 162000080, 100, 600, 0, 8, 1, 0, 0, 0, 'Fine Recovery Serum', NULL),
(702, 162000077, 100, 600, 0, 8, 1, 0, 0, 0, 'Fine Life Serum', NULL),
(703, 162000081, 100, 600, 0, 8, 1, 0, 0, 0, 'Fine Recovery Potion', NULL),
(704, 162000078, 100, 600, 0, 8, 1, 0, 0, 0, 'Fine Mana Serum', NULL),
(705, 162000069, 100, 600, 0, 8, 1, 0, 0, 0, 'Major Divine Life Serum', NULL),
(706, 162000070, 100, 600, 0, 8, 1, 0, 0, 0, 'Major Divine Mana Serum', NULL),
(707, 162000071, 100, 600, 0, 8, 1, 0, 0, 0, 'Major Divine Wind Serum', NULL),
(708, 162000080, 100, 600, 0, 8, 1, 0, 0, 0, 'Fine Recovery Serum', NULL),
(709, 162000069, 50, 600, 0, 8, 1, 0, 0, 0, 'Major Divine Life Serum', NULL),
(710, 162000070, 50, 600, 0, 8, 1, 0, 0, 0, 'Major Divine Mana Serum', NULL),
(711, 162000071, 50, 600, 0, 8, 1, 0, 0, 0, 'Major Divine Wind Serum', NULL),
(712, 162002014, 30, 2000, 0, 8, 1, 0, 0, 0, 'Infinite Bottle of Recovery Serum (30 days)', NULL),
(713, 162000064, 30, 1000, 0, 8, 1, 0, 0, 0, 'Life Crystal', NULL),
(714, 162000065, 30, 1000, 0, 8, 1, 0, 0, 0, 'Mind Crystal', NULL),
(715, 162000109, 30, 800, 0, 8, 1, 0, 0, 0, 'Soul Crystal', NULL),
(716, 164000131, 50, 200, 0, 8, 1, 0, 0, 0, 'Fine Anti-Shock Scrol', NULL),
(717, 164000122, 50, 200, 0, 8, 1, 0, 0, 0, 'Major Crit Spell Scroll', NULL),
(718, 164000118, 50, 200, 0, 8, 1, 0, 0, 0, 'Major Crit Strike Scroll', NULL),
(719, 164000130, 50, 200, 0, 8, 1, 0, 0, 0, 'Major Spell Resist Scroll', NULL),
(720, 164000126, 50, 200, 0, 8, 1, 0, 0, 0, 'Major Strike Resist Scroll', NULL),
(721, 164000070, 50, 200, 0, 8, 1, 0, 0, 0, 'Major Anti-Shock Scroll', NULL),
(722, 164000115, 50, 200, 0, 8, 1, 0, 0, 0, 'Fine Earthproof Scroll', NULL),
(723, 164000114, 50, 200, 0, 8, 1, 0, 0, 0, 'Fine Fireproof Scroll', NULL),
(724, 164000116, 50, 200, 0, 8, 1, 0, 0, 0, 'Fine Waterproof Scroll', NULL),
(725, 164000117, 50, 200, 0, 8, 1, 0, 0, 0, 'Fine Windproof Scroll', NULL),
(726, 164000134, 100, 500, 0, 8, 1, 0, 0, 0, 'Greater Awakening Scroll', NULL),
(727, 164000073, 100, 500, 0, 8, 1, 0, 0, 0, 'Greater Courage Scroll', NULL),
(728, 164000079, 100, 500, 0, 8, 1, 0, 0, 0, 'Greater Raging Wind Scroll', NULL),
(729, 164000076, 100, 500, 0, 8, 1, 0, 0, 0, 'Greater Running Scroll', NULL),
(730, 164000095, 500, 200, 0, 8, 1, 0, 0, 0, 'Seed of Detection', NULL),
(800, 100000921, 1, 2000, 0, 9, 1, 0, 0, 0, 'Enraged Mastarius''s Sword', NULL),
(801, 100100691, 1, 2000, 0, 9, 1, 0, 0, 0, 'Enraged Mastarius''s Warhammer', NULL),
(802, 100200821, 1, 2000, 0, 9, 1, 0, 0, 0, 'Enraged Mastarius''s Dagger', NULL),
(803, 100500712, 1, 2000, 0, 9, 1, 0, 0, 0, 'Enraged Mastarius''s Jewel', NULL),
(804, 100900711, 1, 2000, 0, 9, 1, 0, 0, 0, 'Enraged Mastarius''s Tome', NULL),
(805, 100900698, 1, 2000, 0, 9, 1, 0, 0, 0, 'Enraged Mastarius''s Greatsword', NULL),
(806, 101300668, 1, 2000, 0, 9, 1, 0, 0, 0, 'Enraged Mastarius''s Spear', NULL),
(807, 101700736, 1, 2000, 0, 9, 1, 0, 0, 0, 'Enraged Mastarius''s Longbow', NULL),
(808, 101500713, 1, 2000, 0, 9, 1, 0, 0, 0, 'Enraged Mastarius''s Staff', NULL),
(809, 115001018, 1, 2000, 0, 9, 1, 0, 0, 0, 'Enraged Mastarius''s Shield', NULL),
(810, 115001360, 1, 2000, 0, 9, 1, 0, 0, 0, 'Enraged Mastarius''s Scale Shield', NULL),
(811, 100000916, 1, 2000, 0, 9, 1, 0, 0, 0, 'Enraged Veille''s Sword', NULL),
(812, 100100686, 1, 2000, 0, 9, 1, 0, 0, 0, 'Enraged Veille''s Warhammer', NULL),
(813, 100200816, 1, 2000, 0, 9, 1, 0, 0, 0, 'Enraged Veille''s Dagger', NULL),
(814, 100500707, 1, 2000, 0, 9, 1, 0, 0, 0, 'Enraged Veille''s Jewel', NULL),
(815, 100600764, 1, 2000, 0, 9, 1, 0, 0, 0, 'Enraged Veille''s Tome', NULL),
(816, 100900693, 1, 2000, 0, 9, 1, 0, 0, 0, 'Enraged Veille''s Greatsword', NULL),
(817, 101300663, 1, 2000, 0, 9, 1, 0, 0, 0, 'Enraged Veille''s Spear', NULL),
(818, 101700731, 1, 2000, 0, 9, 1, 0, 0, 0, 'Enraged Veille''s Longbow', NULL),
(819, 101500707, 1, 2000, 0, 9, 1, 0, 0, 0, 'Enraged Veille''s Staff', NULL),
(820, 115001016, 1, 2000, 0, 9, 1, 0, 0, 0, 'Enraged Veille''s Shield', NULL),
(821, 115001359, 1, 2000, 0, 9, 1, 0, 0, 0, 'Enraged Veille''s Scale Shield', NULL),
(822, 100000934, 1, 2500, 0, 9, 1, 0, 0, 0, 'Archon Brigade General''s Sword', NULL),
(823, 100100704, 1, 2500, 0, 9, 1, 0, 0, 0, 'Archon Brigade General''s Warhammer', NULL),
(824, 100200834, 1, 2500, 0, 9, 1, 0, 0, 0, 'Archon Brigade General''s Dagger', NULL),
(825, 100500725, 1, 2500, 0, 9, 1, 0, 0, 0, 'Archon Brigade General''s Jewel', NULL),
(826, 100600782, 1, 2500, 0, 9, 1, 0, 0, 0, 'Archon Brigade General''s Tome', NULL),
(827, 100900711, 1, 2500, 0, 9, 1, 0, 0, 0, 'Archon Brigade General''s Greatsword', NULL),
(828, 101300681, 1, 2500, 0, 9, 1, 0, 0, 0, 'Archon Brigade General''s Spear', NULL),
(829, 101700749, 1, 2500, 0, 9, 1, 0, 0, 0, 'Archon Brigade General''s Longbow', NULL),
(830, 101500726, 1, 2500, 0, 9, 1, 0, 0, 0, 'Archon Brigade General''s Staff', NULL),
(831, 115000998, 1, 2500, 0, 9, 1, 0, 0, 0, 'Archon Brigade General''s Shield', NULL),
(832, 100201134, 1, 2500, 0, 9, 1, 0, 0, 0, 'Padmarashka''s Raging Dagger', NULL),
(833, 100201160, 1, 2500, 0, 9, 1, 0, 0, 0, 'Padmarashka''s Raging Dirk', NULL),
(834, 100900979, 1, 2500, 0, 9, 1, 0, 0, 0, 'Padmarashka''s Raging Greatsword', NULL),
(835, 100500992, 1, 2500, 0, 9, 1, 0, 0, 0, 'Padmarashka''s Raging Jewel', NULL),
(836, 101701018, 1, 2500, 0, 9, 1, 0, 0, 0, 'Padmarashka''s Raging Longbow', NULL),
(837, 100001318, 1, 2500, 0, 9, 1, 0, 0, 0, 'Padmarashka''s Raging Reversed Sword', NULL),
(838, 100001317, 1, 2500, 0, 9, 1, 0, 0, 0, 'Padmarashka''s Raging Scale Sword', NULL),
(839, 101300937, 1, 2500, 0, 9, 1, 0, 0, 0, 'Padmarashka''s Raging Spear', NULL),
(840, 101501004, 1, 2500, 0, 9, 1, 0, 0, 0, 'Padmarashka''s Raging Staff', NULL),
(841, 100001281, 1, 2500, 0, 9, 1, 0, 0, 0, 'Padmarashka''s Raging Sword', NULL),
(842, 100601046, 1, 2500, 0, 9, 1, 0, 0, 0, 'Padmarashka''s Raging Tome', NULL),
(843, 100100976, 1, 2500, 0, 9, 1, 0, 0, 0, 'Padmarashka''s Raging Warhammer', NULL),
(844, 115001332, 1, 2500, 0, 9, 1, 0, 0, 0, 'Padmarashka''s Raging Scale Shield', NULL),
(845, 115001325, 1, 2500, 0, 9, 1, 0, 0, 0, 'Padmarashka''s Raging Shield', NULL),
(846, 100200954, 1, 2000, 0, 9, 1, 0, 0, 0, 'Flarestorm''s Dagger', NULL),
(847, 100001081, 1, 2000, 0, 9, 1, 0, 0, 0, 'Flarestorm''s Sword', NULL),
(848, 100001080, 1, 2000, 0, 9, 1, 0, 0, 0, 'Stormwing Scale Sword', NULL),
(849, 100000893, 1, 2000, 0, 9, 1, 0, 0, 0, 'Stormwing''s Azure Scale Sword', NULL),
(850, 100200807, 1, 2000, 0, 9, 1, 0, 0, 0, 'Stormwing''s Dagger', NULL),
(851, 100900684, 1, 2000, 0, 9, 1, 0, 0, 0, 'Stormwing''s Greatsword', NULL),
(852, 100500698, 1, 2000, 0, 9, 1, 0, 0, 0, 'Stormwing''s Jewel', NULL),
(853, 101700722, 1, 2000, 0, 9, 1, 0, 0, 0, 'Stormwing''s Longbow', NULL),
(854, 101300655, 1, 2000, 0, 9, 1, 0, 0, 0, 'Stormwing''s Spear', NULL),
(855, 101500698, 1, 2000, 0, 9, 1, 0, 0, 0, 'Stormwing''s Staff', NULL),
(856, 100600755, 1, 2000, 0, 9, 1, 0, 0, 0, 'Stormwing''s Tome', NULL),
(857, 100100676, 1, 2000, 0, 9, 1, 0, 0, 0, 'Stormwing''s Warhammer', NULL),
(858, 115000966, 1, 2000, 0, 9, 1, 0, 0, 0, 'Stormwing''s Shield', NULL),
(859, 100200723, 1, 500, 0, 9, 1, 0, 0, 0, 'Elite Guardian Tribunus''s Dagger', NULL),
(860, 100900607, 1, 500, 0, 9, 1, 0, 0, 0, 'Elite Guardian Tribunus''s Greatsword', NULL),
(861, 100500617, 1, 500, 0, 9, 1, 0, 0, 0, 'Elite Guardian Tribunus''s Jewel', NULL),
(862, 101700641, 1, 500, 0, 9, 1, 0, 0, 0, 'Elite Guardian Tribunus''s Longbow', NULL),
(863, 101300579, 1, 500, 0, 9, 1, 0, 0, 0, 'Elite Guardian Tribunus''s Spear', NULL),
(864, 101500620, 1, 500, 0, 9, 1, 0, 0, 0, 'Elite Guardian Tribunus''s Staff', NULL),
(865, 100000794, 1, 500, 0, 9, 1, 0, 0, 0, 'Elite Guardian Tribunus''s Sword', NULL),
(866, 100600657, 1, 500, 0, 9, 1, 0, 0, 0, 'Elite Guardian Tribunus''s Tome', NULL),
(867, 100100596, 1, 500, 0, 9, 1, 0, 0, 0, 'Elite Guardian Tribunus''s Warhammer', NULL),
(868, 115000886, 1, 500, 0, 9, 1, 0, 0, 0, 'Elite Guardian Tribunus''s Shield', NULL),
(869, 100200829, 1, 1000, 0, 9, 1, 0, 0, 0, 'Guardian Primus Pilus''s Dagger', NULL),
(870, 100900706, 1, 1000, 0, 9, 1, 0, 0, 0, 'Guardian Primus Pilus''s Greatsword', NULL),
(871, 100500720, 1, 1000, 0, 9, 1, 0, 0, 0, 'Guardian Primus Pilus''s Jewel', NULL),
(872, 101700744, 1, 1000, 0, 9, 1, 0, 0, 0, 'Guardian Primus Pilus''s Longbow', NULL),
(873, 101300676, 1, 1000, 0, 9, 1, 0, 0, 0, 'Guardian Primus Pilus''s Spear', NULL),
(874, 101500721, 1, 1000, 0, 9, 1, 0, 0, 0, 'Guardian Primus Pilus''s Staff', NULL),
(875, 100000929, 1, 1000, 0, 9, 1, 0, 0, 0, 'Guardian Primus Pilus''s Sword', NULL),
(876, 100600777, 1, 1000, 0, 9, 1, 0, 0, 0, 'Guardian Primus Pilus''s Tome', NULL),
(877, 100100699, 1, 1000, 0, 9, 1, 0, 0, 0, 'Guardian Primus Pilus''s Warhammer', NULL),
(878, 115000993, 1, 1000, 0, 9, 1, 0, 0, 0, 'Guardian Primus Pilus''s Shield', NULL),
(879, 100001287, 1, 3000, 0, 9, 1, 0, 0, 0, 'Noble Coliseum Champion''s Brand', NULL),
(880, 100900985, 1, 3000, 0, 9, 1, 0, 0, 0, 'Noble Coliseum Champion''s Claymore', NULL),
(881, 100100982, 1, 3000, 0, 9, 1, 0, 0, 0, 'Noble Coliseum Champion''s Cudgel', NULL),
(882, 101701024, 1, 3000, 0, 9, 1, 0, 0, 0, 'Noble Coliseum Champion''s Flatbow', NULL),
(883, 101300942, 1, 3000, 0, 9, 1, 0, 0, 0, 'Noble Coliseum Champion''s Glaive', NULL),
(884, 100500997, 1, 3000, 0, 9, 1, 0, 0, 0, 'Noble Coliseum Champion''s Globe', NULL),
(885, 100601052, 1, 3000, 0, 9, 1, 0, 0, 0, 'Noble Coliseum Champion''s Grimoire', NULL),
(886, 100201140, 1, 3000, 0, 9, 1, 0, 0, 0, 'Noble Coliseum Champion''s Poniard', NULL),
(887, 101501010, 1, 3000, 0, 9, 1, 0, 0, 0, 'Noble Coliseum Champion''s Shakujo', NULL),
(888, 115001338, 1, 3000, 0, 9, 1, 0, 0, 0, 'Noble Coliseum Champion''s Shield', NULL),
(2000, 168000038, 1, 1500, 0, 10, 1, 0, 0, 0, 'Godstone: Bollvig''s Love', NULL),
(2001, 168000037, 1, 1500, 0, 10, 1, 0, 0, 0, 'Godstone: Khrudgelmir''s Silence', NULL),
(3001, 160002344, 50, 1000, 1, 11, 1, 0, 0, 0, 'Tasty Chersnip Herb Sandwich (asmodian only)', NULL),
(3002, 160002346, 50, 1000, 1, 11, 1, 0, 0, 0, 'Tasty Crestlich Herb Dumpling (asmodian only)', NULL),
(3003, 160002342, 50, 1000, 1, 11, 1, 0, 0, 0, 'Tasty Crestlich Herb Sausage (asmodian only)', NULL),
(3004, 160002394, 50, 1000, 1, 11, 1, 0, 0, 0, 'Tasty Horned Dragon Emperor''s Broiled Meat (asmodian only)', NULL),
(3005, 160002393, 50, 1000, 1, 11, 1, 0, 0, 0, 'Tasty Horned Dragon Emperor''s Curry (asmodian only)', NULL),
(3006, 160002391, 50, 1000, 1, 11, 1, 0, 0, 0, 'Tasty Horned Dragon Emperor''s Fried Meat (asmodian only)', NULL),
(3007, 160002391, 50, 1000, 1, 11, 1, 0, 0, 0, 'Tasty Horned Dragon Emperor''s Omelette (asmodian only)', NULL),
(3008, 160002397, 50, 1000, 1, 11, 1, 0, 0, 0, 'Tasty Horned Dragon Emperor''s Roast Meat (asmodian only)', NULL),
(3009, 160002392, 50, 1000, 1, 11, 1, 0, 0, 0, 'Tasty Horned Dragon Emperor''s Salad (asmodian only)', NULL),
(3010, 160002396, 50, 1000, 1, 11, 1, 0, 0, 0, 'Tasty Horned Dragon Emperor''s Savory Food (asmodian only)', NULL),
(3011, 160002343, 50, 1000, 1, 11, 1, 0, 0, 0, 'Tasty Nokara Herb Sushi (asmodian only)', NULL),
(3012, 160002347, 50, 1000, 1, 11, 1, 0, 0, 0, 'Tasty Poma Herb Bulgogi (asmodian only)', NULL),
(3013, 160002345, 50, 1000, 1, 11, 1, 0, 0, 0, 'Tasty Poma Wine Herb Dumpling (asmodian only)', NULL),
(3014, 160002274, 50, 500, 1, 11, 1, 0, 0, 0, 'Cippo Aether Jelly (asmodian only)', NULL),
(3015, 160001346, 50, 1000, 2, 11, 1, 0, 0, 0, 'Tasty Crestlich Herb Sandwich (elyos only)', NULL),
(3016, 160001344, 50, 1000, 2, 11, 1, 0, 0, 0, 'Tasty Crestlich Herb Sausage (elyos only)', NULL),
(3017, 160001348, 50, 1000, 2, 11, 1, 0, 0, 0, 'Tasty Entrin Herb Dumpling (elyos only)', NULL),
(3018, 160001345, 50, 1000, 2, 11, 1, 0, 0, 0, 'Tasty Feena Herb Sushi Roll (elyos only)', NULL),
(3019, 160001347, 50, 1000, 2, 11, 1, 0, 0, 0, 'Tasty Innesi Herb Dumpling (elyos only)', NULL),
(3020, 160001349, 50, 1000, 2, 11, 1, 0, 0, 0, 'Tasty Plindit Herb Bulgogi (elyos only)', NULL),
(3021, 160001396, 50, 1000, 2, 11, 1, 0, 0, 0, 'Tasty Sky Dragon Emperor''s Broiled Meat (elyos only)', NULL),
(3022, 160001395, 50, 1000, 2, 11, 1, 0, 0, 0, 'Tasty Sky Dragon Emperor''s Curry (elyos only)', NULL),
(3023, 160001393, 50, 1000, 2, 11, 1, 0, 0, 0, 'Tasty Sky Dragon Emperor''s Fried Meat (elyos only)', NULL),
(3024, 160001397, 50, 1000, 2, 11, 1, 0, 0, 0, 'Tasty Sky Dragon Emperor''s Omelette (elyos only)', NULL),
(3025, 160001399, 50, 1000, 2, 11, 1, 0, 0, 0, 'Tasty Sky Dragon Emperor''s Roast Meat (elyos only)', NULL),
(3026, 160001394, 50, 1000, 2, 11, 1, 0, 0, 0, 'Tasty Sky Dragon Emperor''s Salad (elyos only)', NULL),
(3027, 160001398, 50, 1000, 2, 11, 1, 0, 0, 0, 'Tasty Sky Dragon Emperor''s Savory Food (elyos only)', NULL),
(3028, 160001274, 50, 500, 2, 11, 1, 0, 0, 0, 'Perer Aether Jelly (elyos only)', NULL),
(4000, 110900206, 1, 200, 0, 12, 1, 0, 0, 0, 'Banded Party Outfit', NULL),
(4001, 110900205, 1, 200, 0, 12, 1, 0, 0, 0, 'Colorblock Citywear', NULL),
(4002, 110900203, 1, 200, 0, 12, 1, 0, 0, 0, 'One-shoulder Special', NULL),
(4003, 110900214, 1, 200, 0, 12, 1, 0, 0, 0, '"My Other Half" T-Shirt', NULL),
(4004, 110900136, 1, 200, 0, 12, 1, 0, 0, 0, 'Foxtail Hot Pants Outfit', NULL),
(4005, 110900215, 1, 200, 0, 12, 1, 0, 0, 0, 'Couture Clothing', NULL),
(4006, 110900139, 1, 200, 0, 12, 1, 1, 0, 0, 'Sorcerer''s Robe', NULL),
(4007, 110900201, 1, 200, 0, 12, 1, 0, 0, 0, 'Sheer Envy Outfit', NULL),
(4008, 110900198, 1, 200, 0, 12, 1, 0, 0, 0, 'Red Vine Wrapper', NULL),
(4009, 110900193, 1, 200, 0, 12, 1, 0, 0, 0, 'Long Sleeved Seduction', NULL),
(4010, 110900087, 1, 200, 0, 12, 1, 0, 0, 0, 'Cute Denim Dress', NULL),
(4011, 110900069, 1, 200, 0, 12, 1, 0, 0, 0, 'Raiments of Mastery', NULL),
(4012, 110900111, 1, 200, 0, 12, 1, 0, 0, 0, 'Beatific Outfit', NULL),
(4013, 110900050, 1, 200, 0, 12, 1, 0, 0, 0, 'Dynasty Robes', NULL),
(4014, 110900049, 1, 200, 0, 12, 1, 0, 0, 0, 'Dynasty Light Armor', NULL),
(4015, 110900048, 1, 200, 0, 12, 1, 0, 0, 0, 'Dynasty Heavy Armor', NULL),
(5000, 125002355, 1, 1500, 0, 13, 1, 0, 0, 0, 'Archon Brigade General''s Chain Hood', NULL),
(5001, 125002354, 1, 1500, 0, 13, 1, 0, 0, 0, 'Archon Brigade General''s Hat', NULL),
(5002, 125002353, 1, 1500, 0, 13, 1, 0, 0, 0, 'Archon Brigade General''s Headband', NULL),
(5003, 125002356, 1, 1500, 0, 13, 1, 0, 0, 0, 'Archon Brigade General''s Helm', NULL),
(5004, 125002962, 1, 2000, 0, 13, 1, 0, 0, 0, 'Divine Chain Coliseum Champion''s Hood', NULL),
(5005, 125002950, 1, 2000, 0, 13, 1, 0, 0, 0, 'Divine Chain Coliseum Champion''s Bandana', NULL),
(5006, 125002956, 1, 2000, 0, 13, 1, 0, 0, 0, 'Divine Chain Coliseum Champion''s Hat', NULL),
(5007, 125002971, 1, 2000, 0, 13, 1, 0, 0, 0, 'Divine Chain Coliseum Champion''s Helm', NULL),
(5008, 125002333, 1, 1000, 0, 13, 1, 0, 0, 0, 'Guardian Primus Pilus''s Bandana', NULL),
(5009, 125002335, 1, 1000, 0, 13, 1, 0, 0, 0, 'Guardian Primus Pilus''s Hood', NULL),
(5010, 125002334, 1, 1000, 0, 13, 1, 0, 0, 0, 'Guardian Primus Pilus''s Hat', NULL),
(5011, 125002336, 1, 1000, 0, 13, 1, 0, 0, 0, 'Guardian Primus Pilus''s Helm', NULL),
(5012, 125001712, 1, 500, 0, 13, 1, 0, 0, 0, 'Guardian Tribunus''s Chain Helm', NULL),
(5013, 125001711, 1, 500, 0, 13, 1, 0, 0, 0, 'Guardian Tribunus''s Hat', NULL),
(5014, 125001710, 1, 500, 0, 13, 1, 0, 0, 0, 'Guardian Tribunus''s Headband', NULL),
(5015, 125001713, 1, 500, 0, 13, 1, 0, 0, 0, 'Guardian Tribunus''s Helm', NULL),
(6000, 120001069, 1, 1700, 0, 14, 1, 0, 0, 0, 'Archon Brigade General''s Corundum Earrings', NULL),
(6001, 120001070, 1, 1700, 0, 14, 1, 0, 0, 0, 'Archon Brigade General''s Turquoise Earrings', NULL),
(6002, 122001206, 1, 1700, 0, 14, 1, 0, 0, 0, 'Archon Brigade General''s Corundum Ring', NULL),
(6003, 122001207, 1, 1700, 0, 14, 1, 0, 0, 0, 'Archon Brigade General''s Turquoise Ring', NULL),
(6004, 121000979, 1, 1700, 0, 14, 1, 0, 0, 0, 'Archon Brigade General''s Corundum Necklace', NULL),
(6005, 121000980, 1, 1700, 0, 14, 1, 0, 0, 0, 'Archon Brigade General''s Turquoise Necklace', NULL),
(6006, 123001069, 1, 1700, 0, 14, 1, 0, 0, 0, 'Archon Brigade General''s Sash', NULL),
(6007, 123001068, 1, 1700, 0, 14, 1, 0, 0, 0, 'Archon Brigade General''s Leather Belt', NULL),
(6008, 120001059, 1, 1000, 0, 14, 1, 0, 0, 0, 'Guardian Primus Pilus''s Corundum Earrings', NULL),
(6009, 121000969, 1, 1000, 0, 14, 1, 0, 0, 0, 'Guardian Primus Pilus''s Corundum Necklace', NULL),
(6010, 122001196, 1, 1000, 0, 14, 1, 0, 0, 0, 'Guardian Primus Pilus''s Corundum Ring', NULL),
(6011, 120001060, 1, 1000, 0, 14, 1, 0, 0, 0, 'Guardian Primus Pilus''s Turquoise Earrings', NULL),
(6012, 121000970, 1, 1000, 0, 14, 1, 0, 0, 0, 'Guardian Primus Pilus''s Turquoise Necklace', NULL),
(6013, 122001197, 1, 1000, 0, 14, 1, 0, 0, 0, 'Guardian Primus Pilus''s Turquoise Ring', NULL),
(6014, 123001058, 1, 1000, 0, 14, 1, 0, 0, 0, 'Guardian Primus Pilus''s Leather Belt', NULL),
(6015, 123001059, 1, 1000, 0, 14, 1, 0, 0, 0, 'Guardian Primus Pilus''s Sash', NULL),
(6016, 120000800, 1, 500, 0, 14, 1, 0, 0, 0, 'Guardian Tribunus''s Ruby Earrings', NULL),
(6017, 121000729, 1, 500, 0, 14, 1, 0, 0, 0, 'Guardian Tribunus''s Ruby Necklace', NULL),
(6018, 122000849, 1, 500, 0, 14, 1, 0, 0, 0, 'Guardian Tribunus''s Ruby Ring', NULL),
(6019, 120000801, 1, 500, 0, 14, 1, 0, 0, 0, 'Guardian Tribunus''s Sapphire Earrings', NULL),
(6020, 121000730, 1, 500, 0, 14, 1, 0, 0, 0, 'Guardian Tribunus''s Sapphire Necklace', NULL),
(6021, 122000850, 1, 500, 0, 14, 1, 0, 0, 0, 'Guardian Tribunus''s Sapphire Ring', NULL),
(6022, 123000843, 1, 500, 0, 14, 1, 0, 0, 0, 'Guardian Tribunus''s Belt', NULL),
(6023, 123000842, 1, 500, 0, 14, 1, 0, 0, 0, 'Guardian Tribunus''s Leather Belt', NULL),
(7000, 169220032, 1, 20, 0, 15, 1, 0, 0, 0, 'True Black', NULL),
(7001, 169220028, 1, 20, 0, 15, 1, 0, 0, 0, 'True White', NULL),
(7002, 169240002, 1, 20, 0, 15, 1, 0, 0, 0, 'Omblic Petal', NULL),
(7003, 169240009, 1, 20, 0, 15, 1, 0, 0, 0, 'Kirka Petal', NULL),
(7004, 169240010, 1, 20, 0, 15, 1, 0, 0, 0, 'Brommel Petal', NULL),
(8000, 190020031, 1, 1000, 0, 16, 1, 0, 0, 0, 'Aqua Griffo', NULL),
(8001, 190020012, 1, 1000, 0, 16, 1, 0, 0, 0, 'Bluehair Steren', NULL),
(8002, 190020002, 1, 1000, 0, 16, 1, 0, 0, 0, 'Bottlenose Tion', NULL),
(8003, 190020016, 1, 1000, 0, 16, 1, 0, 0, 0, 'Goldmane Trico', NULL),
(8004, 190020006, 1, 1000, 0, 16, 1, 0, 0, 0, 'Jumpy Shugo', NULL),
(8005, 190020022, 1, 1000, 0, 16, 1, 0, 0, 0, 'Mean Poroco', NULL),
(8006, 190020059, 1, 1000, 0, 16, 1, 0, 0, 0, 'Palmist Acarun', NULL),
(8007, 190020024, 1, 1000, 0, 16, 1, 0, 0, 0, 'Azure Drakie', NULL),
(8008, 190020008, 1, 1000, 0, 16, 1, 0, 0, 0, 'Golden Nyanco', NULL),
(8009, 190020049, 1, 1000, 0, 16, 1, 0, 0, 0, 'Dapper Taegeuk Shugo', NULL),
(8010, 190020064, 1, 1000, 0, 16, 1, 0, 0, 0, 'Watchful Ailu', NULL),
(9000, 125040115, 1, 200, 0, 18, 1, 0, 0, 0, 'Springwater Spirit Hat', NULL),
(9001, 125040116, 1, 200, 0, 18, 1, 0, 0, 0, 'Ember Spirit Hat', NULL),
(9002, 125040118, 1, 200, 0, 18, 1, 0, 0, 0, 'Agrint Hat', NULL),
(9003, 125040120, 1, 200, 0, 18, 1, 0, 0, 0, 'Moonflower Hat', NULL),
(9004, 125040117, 1, 200, 0, 18, 1, 0, 0, 0, 'Wind Spirit Hat', NULL),
(9005, 125040119, 1, 200, 0, 18, 1, 0, 0, 0, 'Kerubiel Hat', NULL),
(9006, 100000879, 1, 100, 0, 18, 1, 0, 0, 0, 'Aether Blade', NULL),
(9007, 100100613, 1, 100, 0, 18, 1, 0, 0, 0, 'Sartuan''s Snack', NULL),
(9008, 100200803, 1, 100, 0, 18, 1, 0, 0, 0, 'Mellin''s Treat', NULL),
(9009, 100500695, 1, 100, 0, 18, 1, 0, 0, 0, 'Siel''s Timepiece', NULL),
(9010, 100600752, 1, 100, 0, 18, 1, 0, 0, 0, 'Rosetta''s Tablet', NULL),
(9011, 100900681, 1, 100, 0, 18, 1, 0, 0, 0, 'Cataclysm''s Jaws', NULL),
(9012, 101300813, 1, 100, 0, 18, 1, 0, 0, 0, 'Seafoam''s Glow', NULL),
(9013, 101500695, 1, 100, 0, 18, 1, 0, 0, 0, 'Israphel''s Might', NULL),
(9014, 101700719, 1, 100, 0, 18, 1, 0, 0, 0, 'Artemana''s Antlers', NULL),
(9015, 115000959, 1, 100, 0, 18, 1, 0, 0, 0, 'Aquilon''s Crystal', NULL),
(10000, 160010109, 50, 200, 2, 19, 1, 0, 0, 0, 'Enamored Tiger Form Candy (elyos only)', NULL),
(10001, 160010107, 50, 200, 2, 19, 1, 0, 0, 0, 'Ever Valiant Tiger Form Candy (elyos only)', NULL),
(10002, 160010105, 50, 200, 2, 19, 1, 0, 0, 0, 'Healthy Polar Bear Form Candy (elyos only)', NULL),
(10003, 160010103, 50, 200, 2, 19, 1, 0, 0, 0, 'Kind Shugo Form Candy (elyos only)', NULL),
(10004, 160010110, 50, 200, 1, 19, 1, 0, 0, 0, 'Enamored Tiger Form Candy (asmodian only)', NULL),
(10005, 160010108, 50, 200, 1, 19, 1, 0, 0, 0, 'Ever Valiant Tiger Form Candy (asmodian only)', NULL),
(10006, 160010106, 50, 200, 1, 19, 1, 0, 0, 0, 'Healthy Polar Bear Form Candy (asmodian only)', NULL),
(10007, 160010104, 50, 200, 1, 19, 1, 0, 0, 0, 'Kind Shugo Form Candy (asmodian only)', NULL);
If not, then you have a client, something is wrong.