-- phpMyAdmin SQL Dump -- version 4.8.4 -- https://www.phpmyadmin.net/ -- -- Host: 127.0.0.1 -- Generation Time: May 29, 2020 at 03:57 AM -- Server version: 10.1.37-MariaDB -- PHP Version: 5.6.40 SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; SET AUTOCOMMIT = 0; START TRANSACTION; SET time_zone = "+00:00"; /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8mb4 */; -- -- Database: `pb` -- -- -------------------------------------------------------- -- -- Table structure for table `accounts` -- CREATE TABLE `accounts` ( `login` varchar(45) NOT NULL DEFAULT '', `password` varchar(100) DEFAULT '', `player_id` int(11) NOT NULL, `player_name` varchar(35) NOT NULL DEFAULT '', `name_color` int(8) UNSIGNED DEFAULT '0', `clan_id` int(11) NOT NULL DEFAULT '0', `rank` int(2) UNSIGNED DEFAULT '0', `gp` int(8) UNSIGNED DEFAULT '0', `exp` int(8) UNSIGNED DEFAULT '0', `pc_cafe` int(8) UNSIGNED DEFAULT '0', `fights_s` int(8) UNSIGNED DEFAULT '0', `fights_ns` int(8) UNSIGNED DEFAULT '0', `fights_win_s` int(8) UNSIGNED DEFAULT '0', `fights_win_ns` int(8) UNSIGNED DEFAULT '0', `fights_lost_s` int(8) UNSIGNED DEFAULT '0', `fights_lost_ns` int(8) UNSIGNED DEFAULT '0', `kills_count_s` int(8) UNSIGNED DEFAULT '0', `kills_count_ns` int(8) UNSIGNED DEFAULT '0', `deaths_count_s` int(8) UNSIGNED DEFAULT '0', `deaths_count_ns` int(8) UNSIGNED DEFAULT '0', `headshots_count_s` int(11) NOT NULL, `escapes_s` int(8) UNSIGNED DEFAULT '0', `escapes_ns` int(8) UNSIGNED DEFAULT '0', `access_level` tinyint(6) NOT NULL DEFAULT '0', `lastIP` varchar(15) DEFAULT '', `email` varchar(45) NOT NULL DEFAULT 'null@null', `bonus` float NOT NULL DEFAULT '1', `bonus_expire` int(11) NOT NULL DEFAULT '0', `banExpires` int(11) NOT NULL DEFAULT '0', `AllowIPs` varchar(256) NOT NULL DEFAULT '*', `money` int(6) NOT NULL DEFAULT '0', `online` tinyint(4) NOT NULL, `count_friend` tinyint(4) NOT NULL, `weapon_primary` int(11) NOT NULL, `weapon_secondary` int(11) NOT NULL, `weapon_melee` int(11) NOT NULL, `weapon_thrown_normal` int(11) NOT NULL, `weapon_thrown_special` int(11) NOT NULL, `char_red` int(10) NOT NULL, `char_blue` int(10) NOT NULL, `char_helmet` int(10) NOT NULL, `char_dino` int(10) NOT NULL, `char_beret` int(10) NOT NULL, `brooch` int(11) NOT NULL, `insignia` int(11) NOT NULL, `medal` int(11) NOT NULL, `blue_order` int(11) NOT NULL, `title_slot_count` int(11) NOT NULL, `mission_id` int(11) NOT NULL, `card_id` int(11) NOT NULL, `cupon` int(11) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=COMPACT; -- -- Dumping data for table `accounts` -- INSERT INTO `accounts` (`login`, `password`, `player_id`, `player_name`, `name_color`, `clan_id`, `rank`, `gp`, `exp`, `pc_cafe`, `fights_s`, `fights_ns`, `fights_win_s`, `fights_win_ns`, `fights_lost_s`, `fights_lost_ns`, `kills_count_s`, `kills_count_ns`, `deaths_count_s`, `deaths_count_ns`, `headshots_count_s`, `escapes_s`, `escapes_ns`, `access_level`, `lastIP`, `email`, `bonus`, `bonus_expire`, `banExpires`, `AllowIPs`, `money`, `online`, `count_friend`, `weapon_primary`, `weapon_secondary`, `weapon_melee`, `weapon_thrown_normal`, `weapon_thrown_special`, `char_red`, `char_blue`, `char_helmet`, `char_dino`, `char_beret`, `brooch`, `insignia`, `medal`, `blue_order`, `title_slot_count`, `mission_id`, `card_id`, `cupon`) VALUES ('', '', 1, 'Afandi_Pro', 4, 1, 51, 10004349, 10055295, 2, 60, 0, 59, 0, 1, 0, 2578, 0, 609, 0, 744, 87, 0, 0, '', 'evolvedpb@yahoo.com', 1, 0, 0, '*', 998749, 1, 50, 100003004, 601002003, 702001159, 803007001, 904007002, 1001001137, 1001002016, 1102003001, 1006003041, 1103003031, 0, 0, 0, 0, 3, 0, 0, 0); -- -------------------------------------------------------- -- -- Table structure for table `auth_cookies` -- CREATE TABLE `auth_cookies` ( `login` text NOT NULL, `cookies` int(20) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1 ROW_FORMAT=DYNAMIC; -- -------------------------------------------------------- -- -- Table structure for table `clan_data` -- CREATE TABLE `clan_data` ( `clan_id` int(11) NOT NULL DEFAULT '0', `clan_rank` tinyint(3) UNSIGNED NOT NULL DEFAULT '0', `clan_name` varchar(35) NOT NULL DEFAULT '', `owner_id` int(11) NOT NULL DEFAULT '0', `logo1` int(3) NOT NULL DEFAULT '255', `logo2` int(3) NOT NULL DEFAULT '255', `logo3` int(3) NOT NULL DEFAULT '255', `logo4` int(3) NOT NULL DEFAULT '255', `color` int(3) NOT NULL DEFAULT '255', `clan_info` text NOT NULL, `clan_news` text NOT NULL, `create_date` int(11) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; -- -- Dumping data for table `clan_data` -- INSERT INTO `clan_data` (`clan_id`, `clan_rank`, `clan_name`, `owner_id`, `logo1`, `logo2`, `logo3`, `logo4`, `color`, `clan_info`, `clan_news`, `create_date`) VALUES (1, 50, 'Afandi_Pro', 1, 5, 3, 7, 6, 3, 'Clan Evolved PB Offline By Smart Gaming!', 'Butuh Care Untuk Bisa Masuk Clan ini ', 2019); -- -------------------------------------------------------- -- -- Table structure for table `configs` -- CREATE TABLE `configs` ( `owner_id` int(11) NOT NULL, `owner_name` text NOT NULL, `config` int(11) NOT NULL, `blood` int(11) NOT NULL, `camera` int(11) NOT NULL, `crosshair` int(11) NOT NULL, `audio1` int(11) NOT NULL, `audio2` int(11) NOT NULL, `audio_enable` int(11) NOT NULL, `mouse_sensitif` int(11) NOT NULL, `view_angle` int(11) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1 ROW_FORMAT=DYNAMIC; -- -- Dumping data for table `configs` -- INSERT INTO `configs` (`owner_id`, `owner_name`, `config`, `blood`, `camera`, `crosshair`, `audio1`, `audio2`, `audio_enable`, `mouse_sensitif`, `view_angle`) VALUES (1, 'SMART_GAMING', 55, 1, 2, 0, 100, 60, 6, 35, 70), (2, 'P O I N T B L A N G', 55, 3, 2, 16, 11, 0, 6, 28, 80); -- -------------------------------------------------------- -- -- Table structure for table `friends` -- CREATE TABLE `friends` ( `object_id` int(11) NOT NULL, `friend_id` int(255) NOT NULL, `owner_id` int(255) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1 ROW_FORMAT=FIXED; -- -- Dumping data for table `friends` -- INSERT INTO `friends` (`object_id`, `friend_id`, `owner_id`) VALUES (16, 3, 1), (17, 2, 1), (18, 4, 1), (19, 5, 1), (20, 6, 1); -- -------------------------------------------------------- -- -- Table structure for table `ips` -- CREATE TABLE `ips` ( `ip` varchar(15) NOT NULL, `admin` text NOT NULL, `add_date` bigint(20) NOT NULL, `end_date` bigint(20) NOT NULL, `white` tinyint(4) NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=COMPACT; -- -------------------------------------------------------- -- -- Table structure for table `items` -- CREATE TABLE `items` ( `object_id` int(11) NOT NULL, `owner_id` int(10) UNSIGNED NOT NULL, `item_id` int(6) UNSIGNED NOT NULL DEFAULT '0', `item_name` text, `item_type` smallint(1) NOT NULL, `count` bigint(20) UNSIGNED NOT NULL DEFAULT '0', `loc_slot` smallint(1) NOT NULL, `equip` int(11) NOT NULL, `iditem` int(11) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=COMPACT; -- -- Dumping data for table `items` -- INSERT INTO `items` (`object_id`, `owner_id`, `item_id`, `item_name`, `item_type`, `count`, `loc_slot`, `equip`, `iditem`) VALUES (2217, 1, 100003004, 'K-2', 0, 100, 1, 0, 0), (2218, 1, 200004006, 'K-1', 0, 100, 1, 0, 0), (2219, 1, 300005003, 'SG669', 0, 100, 1, 0, 0), (2220, 1, 400006001, '870MCS', 0, 100, 1, 0, 0), (2221, 1, 601002003, 'K-5', 0, 100, 2, 0, 0), (2222, 1, 702001001, 'M7', 0, 100, 3, 0, 0), (2223, 1, 803007001, 'K-400', 0, 100, 4, 0, 0), (2224, 1, 904007002, 'Smoke', 0, 100, 5, 0, 0), (2225, 1, 1001001005, 'Red Bulls', 0, 100, 6, 0, 0), (2226, 1, 1001002006, 'Acid Pol', 0, 100, 7, 0, 0), (2227, 1, 1102003001, 'Helmet', 0, 100, 8, 0, 0), (2228, 1, 1006003041, 'Raptor', 0, 100, 9, 0, 0), (2229, 1, 1006003042, 'Sting', 0, 100, 9, 0, 0), (2230, 1, 1006003043, 'Acid', 0, 100, 9, 0, 0), (2231, 1, 1001001275, '1001001275', 0, 100, 6, 0, 0), (2232, 1, 1001001286, '1001001286', 0, 200, 6, 0, 0), (2233, 1, 1001001087, '1001001087', 0, 200, 6, 0, 0), (2234, 1, 1001001353, '1001001353', 0, 200, 6, 0, 0), (2235, 1, 1001001356, '1001001356', 0, 200, 6, 0, 0), (2236, 1, 1001001320, '1001001320', 0, 200, 6, 0, 0), (2237, 1, 1001001137, '1001001137', 0, 200, 6, 0, 0), (2238, 1, 1001001068, '1001001068', 0, 100, 6, 0, 0), (2239, 1, 1001001295, '1001001295', 0, 100, 6, 0, 0), (2240, 1, 1001001283, '1001001283', 0, 100, 6, 0, 0), (2241, 1, 1001001302, '1001001302', 0, 100, 6, 0, 0), (2242, 1, 1001001287, '1001001287', 0, 100, 6, 0, 0), (2243, 1, 1001001144, '1001001144', 0, 100, 6, 0, 0), (2244, 1, 1001001294, '1001001294', 0, 100, 6, 0, 0), (2245, 1, 1001001225, '1001001225', 0, 100, 6, 0, 0), (2246, 1, 1001001311, '1001001311', 0, 100, 6, 0, 0), (2247, 1, 1001001305, '1001001305', 0, 100, 6, 0, 0), (2248, 1, 1001001069, '1001001069', 0, 100, 6, 0, 0), (2249, 1, 1001001175, '1001001175', 0, 100, 6, 0, 0), (2250, 1, 1001001157, '1001001157', 0, 100, 6, 0, 0), (2251, 1, 1001002144, '1001002144', 0, 100, 7, 0, 0), (2252, 1, 1001002353, '1001002353', 0, 100, 7, 0, 0), (2253, 1, 1001002067, '1001002067', 0, 100, 7, 0, 0), (2254, 1, 1001002278, '1001002278', 0, 200, 7, 0, 0), (2255, 1, 1001002157, '1001002157', 0, 100, 7, 0, 0), (2256, 1, 1001002225, '1001002225', 0, 100, 7, 0, 0), (2257, 2, 100003004, 'K-2', 0, 100, 1, 0, 0), (2258, 2, 200004006, 'K-1', 0, 100, 1, 0, 0), (2259, 2, 300005003, 'SG669', 0, 100, 1, 0, 0), (2260, 2, 400006001, '870MCS', 0, 100, 1, 0, 0), (2261, 2, 601002003, 'K-5', 0, 100, 2, 0, 0), (2262, 2, 702001001, 'M7', 0, 100, 3, 0, 0), (2263, 2, 803007001, 'K-400', 0, 100, 4, 0, 0), (2264, 2, 904007002, 'Smoke', 0, 100, 5, 0, 0), (2265, 2, 1001001005, 'Red Bulls', 0, 100, 6, 0, 0), (2266, 2, 1001002006, 'Acid Pol', 0, 100, 7, 0, 0), (2267, 2, 1102003001, 'Helmet', 0, 100, 8, 0, 0), (2268, 2, 1006003041, 'Raptor', 0, 100, 9, 0, 0), (2269, 2, 1006003042, 'Sting', 0, 100, 9, 0, 0), (2270, 2, 1006003043, 'Acid', 0, 100, 9, 0, 0), (2465, 6, 100003004, 'K-2', 0, 100, 1, 0, 0), (2466, 6, 200004006, 'K-1', 0, 100, 1, 0, 0), (2467, 6, 300005003, 'SG669', 0, 100, 1, 0, 0), (2468, 6, 400006001, '870MCS', 0, 100, 1, 0, 0), (2469, 6, 601002003, 'K-5', 0, 100, 2, 0, 0), (2470, 6, 702001001, 'M7', 0, 100, 3, 0, 0), (2471, 6, 803007001, 'K-400', 0, 100, 4, 0, 0), (2472, 6, 904007002, 'Smoke', 0, 100, 5, 0, 0), (2473, 6, 1001001005, 'Red Bulls', 0, 100, 6, 0, 0), (2474, 6, 1001002006, 'Acid Pol', 0, 100, 7, 0, 0), (2475, 6, 1102003001, 'Helmet', 0, 100, 8, 0, 0), (2476, 6, 1006003041, 'Raptor', 0, 100, 9, 0, 0), (2477, 6, 1006003042, 'Sting', 0, 100, 9, 0, 0), (2478, 6, 1006003043, 'Acid', 0, 100, 9, 0, 0), (2479, 7, 100003004, 'K-2', 0, 100, 1, 0, 0), (2480, 7, 200004006, 'K-1', 0, 100, 1, 0, 0), (2481, 7, 300005003, 'SG669', 0, 100, 1, 0, 0), (2482, 7, 400006001, '870MCS', 0, 100, 1, 0, 0), (2483, 7, 601002003, 'K-5', 0, 100, 2, 0, 0), (2484, 7, 702001001, 'M7', 0, 100, 3, 0, 0), (2485, 7, 803007001, 'K-400', 0, 100, 4, 0, 0), (2486, 7, 904007002, 'Smoke', 0, 100, 5, 0, 0), (2487, 7, 1001001005, 'Red Bulls', 0, 100, 6, 0, 0), (2488, 7, 1001002006, 'Acid Pol', 0, 100, 7, 0, 0), (2489, 7, 1102003001, 'Helmet', 0, 100, 8, 0, 0), (2490, 7, 1006003041, 'Raptor', 0, 100, 9, 0, 0), (2491, 7, 1006003042, 'Sting', 0, 100, 9, 0, 0), (2492, 7, 1006003043, 'Acid', 0, 100, 9, 0, 0), (2493, 8, 100003004, 'K-2', 0, 100, 1, 0, 0), (2494, 8, 200004006, 'K-1', 0, 100, 1, 0, 0), (2495, 8, 300005003, 'SG669', 0, 100, 1, 0, 0), (2496, 8, 400006001, '870MCS', 0, 100, 1, 0, 0), (2497, 8, 601002003, 'K-5', 0, 100, 2, 0, 0), (2498, 8, 702001001, 'M7', 0, 100, 3, 0, 0), (2499, 8, 803007001, 'K-400', 0, 100, 4, 0, 0), (2500, 8, 904007002, 'Smoke', 0, 100, 5, 0, 0), (2501, 8, 1001001005, 'Red Bulls', 0, 100, 6, 0, 0), (2502, 8, 1001002006, 'Acid Pol', 0, 100, 7, 0, 0), (2503, 8, 1102003001, 'Helmet', 0, 100, 8, 0, 0), (2504, 8, 1006003041, 'Raptor', 0, 100, 9, 0, 0), (2505, 8, 1006003042, 'Sting', 0, 100, 9, 0, 0), (2506, 8, 1006003043, 'Acid', 0, 100, 9, 0, 0), (2507, 1, 1001002287, 'Admiral Hide', 0, 100, 7, 0, 0), (2508, 1, 1001002418, 'Halloween Nurse Chou', 0, 100, 7, 0, 0), (2509, 1, 1001001415, 'Halloween Nurse Rica', 0, 100, 6, 0, 0), (2510, 1, 1001002053, 'Hide Cup', 0, 100, 7, 0, 0), (2511, 1, 1001002294, 'Hide GIGN', 0, 100, 7, 0, 0), (2512, 1, 1001002056, 'Hide Recon', 0, 100, 7, 0, 0), (2513, 1, 1001002062, 'Infected Acid Pol', 0, 100, 7, 0, 0), (2514, 1, 1001002064, 'Infected Hide', 0, 100, 7, 0, 0), (2515, 1, 1001002063, 'Infected Keen Eyes', 0, 100, 7, 0, 0), (2516, 1, 1001002065, 'Infected Leopard', 0, 100, 7, 0, 0), (2517, 1, 1001002311, 'Infiltration Chou', 0, 100, 7, 0, 0), (2518, 1, 1001002156, 'Ninja Keen Eyes', 0, 100, 7, 0, 0), (2519, 1, 1001001394, 'Ninja Tarantula', 0, 100, 6, 0, 0), (2520, 1, 1001002305, 'P1000 Keen Eyes', 0, 100, 7, 0, 0), (2521, 1, 1001001268, 'Poacher Tarantula', 0, 100, 6, 0, 0), (2522, 1, 1001002413, 'Pocong Chou', 0, 100, 7, 0, 0), (2523, 1, 1001001421, 'Rangda Rica', 0, 100, 6, 0, 0), (2524, 1, 1001002270, 'SAS Keen Eyes', 0, 100, 7, 0, 0), (2525, 1, 1001002175, 'Undercover Hide', 0, 100, 7, 0, 0), (2526, 1, 1001001095, 'Viper Red Demolisher', 0, 100, 6, 0, 0), (2527, 1, 1001001055, 'Viper Shadow', 0, 100, 6, 0, 0), (2528, 1, 1001001054, 'World Tarantula', 0, 100, 6, 0, 0), (2529, 1, 1102003008, 'Super Headgear Set', 0, 100, 8, 0, 0), (2559, 1, 1103003031, 'Baret Fire Dragon', 0, 100, 10, 0, 0), (2560, 1, 1103003032, 'Baret Desert Hound', 0, 100, 10, 0, 0), (2561, 1, 1103003030, 'Baret Military', 0, 100, 10, 0, 0), (2562, 1, 1103003010, 'PBTN Champion Baret', 0, 100, 10, 0, 0), (2563, 1, 1104003305, 'Mask PBIWC2017', 0, 100, 8, 0, 0), (2564, 1, 1104003296, 'Mask Phantom', 0, 100, 8, 0, 0), (2565, 1, 1104003288, 'Mask Lebaran2017', 0, 100, 8, 0, 0), (2566, 1, 1104003291, 'Mask Infinitum', 0, 100, 8, 0, 0), (2567, 1, 1104003292, 'Mask Grafiti', 0, 100, 8, 0, 0), (2568, 1, 1104003300, 'Mask Darkness', 0, 100, 8, 0, 0), (2569, 1, 1104003299, 'Mask Brightness', 0, 100, 8, 0, 0), (2570, 1, 1104003294, 'Mask Bolt', 0, 100, 8, 0, 0), (2571, 1, 1104003287, 'Mask CNPB T5', 0, 100, 8, 0, 0), (2572, 1, 100003464, '', 0, 0, 1, 0, 0), (2573, 1, 100003276, '', 0, 0, 1, 0, 0), (2574, 1, 200004578, '', 0, 0, 1, 0, 0), (2575, 1, 200004657, '', 0, 0, 1, 0, 0), (2576, 1, 200004571, '', 0, 0, 1, 0, 0), (2577, 1, 200004621, '', 0, 0, 1, 0, 0), (2578, 1, 300005292, '', 0, 0, 1, 0, 0), (2579, 1, 300005293, '', 0, 0, 1, 0, 0), (2580, 1, 300005309, '', 0, 0, 1, 0, 0), (2581, 1, 300005287, '', 0, 0, 1, 0, 0), (2582, 1, 400006072, '', 0, 0, 1, 0, 0), (2583, 1, 400006088, '', 0, 0, 1, 0, 0), (2584, 1, 601002152, '', 0, 0, 2, 0, 0), (2585, 1, 601002150, '', 0, 0, 2, 0, 0), (2586, 1, 702015019, '', 0, 0, 3, 0, 0), (2587, 1, 702015016, '', 0, 0, 3, 0, 0), (2588, 1, 1001001465, '', 0, 0, 6, 0, 0), (2589, 1, 904007014, '', 0, 0, 5, 0, 0), (2590, 1, 100003250, 'Aug A3 Cupid', 0, 100, 1, 0, 0), (2591, 1, 200004357, 'Kriss SV GRS4', 0, 100, 1, 0, 0), (2592, 1, 300005316, 'Tactilite-T2 Lebaran 2018', 0, 100, 1, 0, 0), (2593, 1, 400006146, 'M1887 PBWC 2018', 0, 100, 1, 0, 0), (2594, 1, 601002148, 'C.Phyton PBWC 2018', 0, 100, 2, 0, 0), (2595, 1, 702001097, '', 0, 0, 3, 0, 0), (2596, 1, 200004288, '', 0, 0, 1, 0, 0), (2597, 1, 400006140, '', 0, 0, 1, 0, 0), (2598, 1, 803007041, 'K413 Cyberindo', 0, 0, 0, 0, 0), (2599, 1, 1100185000, 'AMMO UP Cyberindo', 0, 0, 0, 0, 0), (2600, 1, 200004151, NULL, 0, 0, 1, 0, 0), (2601, 1, 100003163, 'AUG A3 PC-Cafe', 0, 0, 1, 0, 0), (2602, 1, 300005089, '', 0, 0, 1, 0, 0), (2603, 1, 200004270, NULL, 0, 0, 1, 0, 0), (2604, 1, 200004223, NULL, 0, 0, 1, 0, 0), (2605, 1, 200004225, NULL, 0, 0, 1, 0, 0), (2607, 1, 200004054, NULL, 0, 0, 1, 0, 0), (2608, 1, 200004232, NULL, 0, 0, 1, 0, 0), (2609, 1, 200004263, NULL, 0, 0, 1, 0, 0), (2610, 1, 1103003005, 'Boina de Pistoleiro', 0, 10, 10, 0, 0), (2611, 1, 1103003002, 'Baret SMG', 0, 10, 10, 0, 0), (2612, 1, 1103003003, 'Boina dos Snipers', 0, 100, 10, 0, 0), (2613, 1, 1103003001, 'Baret Assault', 0, 100, 10, 0, 0), (2614, 1, 702001007, 'Mini Axe 10U', 0, 10, 3, 1, 0), (2615, 1, 1103003004, 'Boina de Shotgun', 0, 10, 10, 0, 0), (2616, 1, 1001002016, '', 0, 0, 7, 0, 0), (2617, 1, 904007043, '', 0, 0, 5, 0, 0), (2618, 1, 601014026, '', 0, 0, 2, 0, 0), (2619, 1, 702001234, '', 0, 0, 3, 0, 0), (2620, 1, 702023007, '', 0, 0, 3, 0, 0), (2621, 1, 702001194, '', 0, 0, 3, 0, 0), (2622, 1, 702001159, '', 0, 0, 3, 0, 0), (2623, 1, 803007057, '', 0, 0, 4, 0, 0), (2624, 1, 702001229, '', 0, 0, 3, 0, 0), (2625, 1, 702001209, '', 0, 0, 3, 0, 0), (2626, 1, 400006143, '', 0, 0, 1, 0, 0), (2627, 1, 400006097, '', 0, 0, 1, 0, 0); -- -------------------------------------------------------- -- -- Table structure for table `message` -- CREATE TABLE `message` ( `object_id` int(11) NOT NULL, `owner_id` int(11) NOT NULL, `recipient_name` text NOT NULL, `text` text NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1 ROW_FORMAT=DYNAMIC; -- -- Dumping data for table `message` -- INSERT INTO `message` (`object_id`, `owner_id`, `recipient_name`, `text`) VALUES (2740, 1, 'ZPTID_Johanes', 'Welcome TO Evolved PB Offline'), (2, 2, 'Smart_Gaming', ' '), (3, 4, 'Smart_Gaming', ' '), (4, 5, 'Smart_Gaming', ' '); -- -------------------------------------------------------- -- -- Table structure for table `missions` -- CREATE TABLE `missions` ( `owner_id` int(11) NOT NULL, `mission_1` int(11) NOT NULL, `mission_2` int(11) NOT NULL, `mission_3` int(11) NOT NULL, `mission_4` int(11) NOT NULL, `mission_5` int(11) NOT NULL, `mission_6` int(11) NOT NULL, `mission_7` int(11) NOT NULL, `mission_8` int(11) NOT NULL, `mission_9` int(11) NOT NULL, `mission_10` int(11) NOT NULL, `mission_11` int(11) NOT NULL, `mission_12` int(11) NOT NULL, `mission_13` int(11) NOT NULL, `mission_14` int(11) NOT NULL, `mission_15` int(11) NOT NULL, `mission_16` int(11) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1 ROW_FORMAT=FIXED; -- -------------------------------------------------------- -- -- Table structure for table `outpost` -- CREATE TABLE `outpost` ( `weapon_id` int(11) NOT NULL, `durability_d` int(11) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1 ROW_FORMAT=FIXED; -- -- Dumping data for table `outpost` -- INSERT INTO `outpost` (`weapon_id`, `durability_d`) VALUES (400006042, 30), (702001066, 30); -- -------------------------------------------------------- -- -- Table structure for table `shop` -- CREATE TABLE `shop` ( `good_id` int(11) NOT NULL, `item_id` int(11) NOT NULL, `item_name` text NOT NULL, `price_gold` int(11) NOT NULL, `price_cash` int(11) NOT NULL, `count` int(11) NOT NULL, `buy_type` int(11) NOT NULL, `buy_type2` int(11) NOT NULL, `equip` int(11) NOT NULL, `tag` int(11) NOT NULL, `title` int(11) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1 ROW_FORMAT=DYNAMIC; -- -- Dumping data for table `shop` -- INSERT INTO `shop` (`good_id`, `item_id`, `item_name`, `price_gold`, `price_cash`, `count`, `buy_type`, `buy_type2`, `equip`, `tag`, `title`) VALUES (100003433, 100003433, '', 100, 50, 100, 1, 1, 0, 1, 0), (200004564, 200004564, '', 100, 50, 100, 1, 1, 0, 1, 0), (200004566, 200004566, '', 100, 50, 100, 1, 1, 0, 1, 0), (702015023, 702015023, '', 100, 50, 100, 1, 1, 0, 1, 0), (400006139, 400006139, '', 100, 50, 100, 1, 1, 0, 1, 0), (601002140, 601002140, '', 100, 50, 100, 1, 1, 0, 1, 0), (1104003313, 1104003313, '', 100, 50, 100, 1, 1, 0, 1, 0), (100003477, 100003477, '', 100, 50, 0, 1, 1, 0, 1, 0), (100003476, 100003476, '', 100, 50, 0, 1, 1, 0, 1, 0), (100003471, 100003471, '', 100, 50, 0, 1, 1, 0, 1, 0), (100003469, 100003469, '', 100, 50, 0, 1, 1, 0, 1, 0), (100003468, 100003468, '', 100, 50, 0, 1, 1, 0, 1, 0), (100003467, 100003467, '', 100, 50, 0, 1, 1, 0, 1, 0), (100003465, 100003465, '', 100, 50, 0, 1, 1, 0, 1, 0), (100003462, 100003462, '', 100, 50, 0, 1, 1, 0, 1, 0), (100003458, 100003458, '', 100, 50, 0, 1, 1, 0, 1, 0), (100003457, 100003457, '', 100, 50, 0, 1, 1, 0, 1, 0), (100003456, 100003456, '', 100, 50, 0, 1, 1, 0, 1, 0), (100003455, 100003455, '', 100, 50, 0, 1, 1, 0, 1, 0), (100003454, 100003454, '', 100, 50, 0, 1, 1, 0, 1, 0), (100003453, 100003453, '', 100, 50, 0, 1, 1, 0, 1, 0), (100003452, 100003452, '', 100, 50, 0, 1, 1, 0, 1, 0), (100003451, 100003451, '', 100, 50, 0, 1, 1, 0, 1, 0), (100003450, 100003450, '', 100, 50, 0, 1, 1, 0, 1, 0), (100003449, 100003449, '', 100, 50, 0, 1, 1, 0, 1, 0), (100003448, 100003448, '', 100, 50, 0, 1, 1, 0, 1, 0), (100003447, 100003447, '', 100, 50, 0, 1, 1, 0, 1, 0), (100003444, 100003444, '', 100, 50, 0, 1, 1, 0, 1, 0), (100003442, 100003442, '', 100, 50, 0, 1, 1, 0, 1, 0), (100003441, 100003441, '', 100, 50, 0, 1, 1, 0, 1, 0), (100003440, 100003440, '', 100, 50, 0, 1, 1, 0, 1, 0), (100003439, 100003439, '', 100, 50, 0, 1, 1, 0, 1, 0), (100003438, 100003438, '', 100, 50, 0, 1, 1, 0, 1, 0), (100003437, 100003437, '', 100, 50, 0, 1, 1, 0, 1, 0), (100003434, 100003434, '', 100, 50, 0, 1, 1, 0, 1, 0), (100003431, 100003431, '', 100, 50, 0, 1, 1, 0, 1, 0), (100003430, 100003430, '', 100, 50, 0, 1, 1, 0, 1, 0), (100003427, 100003427, '', 100, 50, 0, 1, 1, 0, 1, 0), (100003426, 100003426, '', 100, 50, 0, 1, 1, 0, 1, 0), (100003391, 100003391, '', 100, 50, 0, 1, 1, 0, 1, 0), (100003390, 100003390, '', 100, 50, 0, 1, 1, 0, 1, 0), (100003408, 100003408, '', 100, 50, 0, 1, 1, 0, 1, 0), (100003357, 100003357, '', 100, 50, 0, 1, 1, 0, 1, 0), (100003358, 100003358, '', 100, 50, 0, 1, 1, 0, 1, 0), (100003309, 100003309, '', 100, 50, 0, 1, 1, 0, 1, 0), (200004571, 200004571, '', 100, 50, 0, 1, 1, 0, 1, 0), (200004572, 200004572, '', 100, 50, 0, 1, 1, 0, 1, 0), (200004574, 200004574, '', 100, 50, 0, 1, 1, 0, 1, 0), (200004578, 200004578, '', 100, 50, 0, 1, 1, 0, 1, 0), (200004580, 200004580, '', 100, 50, 0, 1, 1, 0, 1, 0), (200004582, 200004582, '', 100, 50, 0, 1, 1, 0, 1, 0), (200004583, 200004583, '', 100, 50, 0, 1, 1, 0, 1, 0), (200004585, 200004585, '', 100, 50, 0, 1, 1, 0, 1, 0), (200004586, 200004586, '', 100, 50, 0, 1, 1, 0, 1, 0), (200004588, 200004588, '', 100, 50, 0, 1, 1, 0, 1, 0), (200004594, 200004594, '', 100, 50, 0, 1, 1, 0, 1, 0), (200004596, 200004596, '', 100, 50, 0, 1, 1, 0, 1, 0), (200004598, 200004598, '', 100, 50, 0, 1, 1, 0, 1, 0), (200004600, 200004600, '', 100, 50, 0, 1, 1, 0, 1, 0), (200004602, 200004602, '', 100, 50, 0, 1, 1, 0, 1, 0), (200004603, 200004603, '', 100, 50, 0, 1, 1, 0, 1, 0), (200004605, 200004605, '', 100, 50, 0, 1, 1, 0, 1, 0), (200004607, 200004607, '', 100, 50, 0, 1, 1, 0, 1, 0), (200004609, 200004609, '', 100, 50, 0, 1, 1, 0, 1, 0), (200004611, 200004611, '', 100, 50, 0, 1, 1, 0, 1, 0), (200004613, 200004613, '', 100, 50, 0, 1, 1, 0, 1, 0), (200004615, 200004615, '', 100, 50, 0, 1, 1, 0, 1, 0), (200004617, 200004617, '', 100, 50, 0, 1, 1, 0, 1, 0), (200004619, 200004619, '', 100, 50, 0, 1, 1, 0, 1, 0), (200004621, 200004621, '', 100, 50, 0, 1, 1, 0, 1, 0), (200004624, 200004624, '', 100, 50, 0, 1, 1, 0, 1, 0), (200004630, 200004630, '', 100, 50, 0, 1, 1, 0, 1, 0), (200004632, 200004632, '', 100, 50, 0, 1, 1, 0, 1, 0), (200004634, 200004634, '', 100, 50, 0, 1, 1, 0, 1, 0), (200004635, 200004635, '', 100, 50, 0, 1, 1, 0, 1, 0), (200004637, 200004637, '', 100, 50, 0, 1, 1, 0, 1, 0), (200004639, 200004639, '', 100, 50, 0, 1, 1, 0, 1, 0), (200004643, 200004643, '', 100, 50, 0, 1, 1, 0, 1, 0), (200004645, 200004645, '', 100, 50, 0, 1, 1, 0, 1, 0), (200004554, 200004554, '', 100, 50, 0, 1, 1, 0, 1, 0), (200004556, 200004556, '', 100, 50, 0, 1, 1, 0, 1, 0), (200004552, 200004552, '', 100, 50, 0, 1, 1, 0, 1, 0), (200004123, 200004123, '', 100, 50, 0, 1, 1, 0, 1, 0), (200004162, 200004162, '', 100, 50, 0, 1, 1, 0, 1, 0), (200004172, 200004172, '', 100, 50, 0, 1, 1, 0, 1, 0), (200004267, 200004267, '', 100, 50, 0, 1, 1, 0, 1, 0), (200004361, 200004361, '', 100, 50, 0, 1, 1, 0, 1, 0), (200004376, 200004376, '', 100, 50, 0, 1, 1, 0, 1, 0), (200004628, 200004628, '', 100, 50, 0, 1, 1, 0, 1, 0), (200004626, 200004626, '', 100, 50, 0, 1, 1, 0, 1, 0), (200004623, 200004623, '', 100, 50, 0, 1, 1, 0, 1, 0), (200004641, 200004641, '', 100, 50, 0, 1, 1, 0, 1, 0), (200004568, 200004568, '', 100, 50, 0, 1, 1, 0, 1, 0), (200004562, 200004562, '', 100, 50, 0, 1, 1, 0, 1, 0), (100003463, 100003463, '', 100, 50, 0, 1, 1, 0, 1, 0), (100003459, 100003459, '', 100, 50, 0, 1, 1, 0, 1, 0), (100003460, 100003460, '', 100, 50, 0, 1, 1, 0, 1, 0), (100003470, 100003470, '', 100, 50, 0, 1, 1, 0, 1, 0), (100003474, 100003474, '', 100, 50, 0, 1, 1, 0, 1, 0), (100003475, 100003475, '', 100, 50, 0, 1, 1, 0, 1, 0), (100003478, 100003478, '', 100, 50, 0, 1, 1, 0, 1, 0), (100003479, 100003479, '', 100, 50, 0, 1, 1, 0, 1, 0), (100003480, 100003480, '', 100, 50, 0, 1, 1, 0, 1, 0), (200004654, 200004654, '', 100, 50, 0, 1, 1, 0, 1, 0), (200004655, 200004655, '', 100, 50, 0, 1, 1, 0, 1, 0), (200004657, 200004657, '', 100, 50, 0, 1, 1, 0, 1, 0), (200004659, 200004659, '', 100, 50, 0, 1, 1, 0, 1, 0), (200004661, 200004661, '', 100, 50, 0, 1, 1, 0, 1, 0), (0, 601002156, '', 100, 50, 0, 1, 1, 0, 1, 0), (601002156, 601002156, '', 100, 50, 0, 1, 1, 0, 1, 0), (601002155, 601002155, '', 100, 50, 0, 1, 1, 0, 1, 0), (601002154, 601002154, '', 100, 50, 0, 1, 1, 0, 1, 0), (601002152, 601002152, '', 100, 50, 0, 1, 1, 0, 1, 0), (601002151, 601002151, '', 100, 50, 0, 1, 1, 0, 1, 0), (601002150, 601002150, '', 100, 50, 0, 1, 1, 0, 1, 0), (601002149, 601002149, '', 100, 50, 0, 1, 1, 0, 1, 0), (601002148, 601002148, '', 100, 50, 0, 1, 1, 0, 1, 0), (601002147, 601002147, '', 100, 50, 0, 1, 1, 0, 1, 0), (601002144, 601002144, '', 100, 50, 0, 1, 1, 0, 1, 0), (601002143, 601002143, '', 100, 50, 0, 1, 1, 0, 1, 0), (601002141, 601002141, '', 100, 50, 0, 1, 1, 0, 1, 0), (601002138, 601002138, '', 100, 50, 0, 1, 1, 0, 1, 0), (601002137, 601002137, '', 100, 50, 0, 1, 1, 0, 1, 0), (601002136, 601002136, '', 100, 50, 0, 1, 1, 0, 1, 0), (601002135, 601002135, '', 100, 50, 0, 1, 1, 0, 1, 0), (601002134, 601002134, '', 100, 50, 0, 1, 1, 0, 1, 0), (601002133, 601002133, '', 100, 50, 0, 1, 1, 0, 1, 0), (601002132, 601002132, '', 100, 50, 0, 1, 1, 0, 1, 0), (601002131, 601002131, '', 100, 50, 0, 1, 1, 0, 1, 0), (601002130, 601002130, '', 100, 50, 0, 1, 1, 0, 1, 0), (601002129, 601002129, '', 100, 50, 0, 1, 1, 0, 1, 0), (601002128, 601002128, '', 100, 50, 0, 1, 1, 0, 1, 0), (601034001, 601034001, '', 100, 50, 0, 1, 1, 0, 1, 0), (601034002, 601034002, '', 100, 50, 0, 1, 1, 0, 1, 0), (601034003, 601034003, '', 100, 50, 0, 1, 1, 0, 1, 0), (601034004, 601034004, '', 100, 50, 0, 1, 1, 0, 1, 0), (601034005, 601034005, '', 100, 50, 0, 1, 1, 0, 1, 0), (100016002, 100016002, '', 100, 50, 0, 1, 1, 0, 1, 0), (100003150, 100003150, '', 100, 50, 0, 1, 1, 0, 1, 0), (100003272, 100003272, '', 100, 50, 0, 1, 1, 0, 1, 0), (100003254, 100003254, '', 100, 50, 0, 1, 1, 0, 1, 0), (100003361, 100003361, '', 100, 50, 0, 1, 1, 0, 1, 0), (100003362, 100003362, '', 100, 50, 0, 1, 1, 0, 1, 0), (100003363, 100003363, '', 100, 50, 0, 1, 1, 0, 1, 0), (100003365, 100003365, '', 100, 50, 0, 1, 1, 0, 1, 0), (100003373, 100003373, '', 100, 50, 0, 1, 1, 0, 1, 0), (100003146, 100003146, '', 100, 50, 0, 1, 1, 0, 1, 0), (601002026, 601002026, '', 100, 50, 0, 1, 1, 0, 1, 0), (904007043, 904007043, '', 100, 50, 0, 1, 1, 0, 1, 0), (904007051, 904007051, '', 100, 50, 0, 1, 1, 0, 1, 0), (904007032, 904007032, '', 100, 50, 0, 1, 1, 0, 1, 0), (400006047, 400006047, '', 100, 50, 0, 1, 1, 0, 1, 0), (803007020, 803007020, '', 100, 50, 0, 1, 1, 0, 1, 0), (803007023, 803007023, '', 100, 50, 0, 1, 1, 0, 1, 0), (803007024, 803007024, '', 100, 50, 0, 1, 1, 0, 1, 0), (1001002016, 1001002016, '', 100, 50, 0, 1, 1, 0, 1, 0), (1001002018, 1001002018, '', 100, 50, 0, 1, 1, 0, 1, 0), (1001002051, 1001002051, '', 100, 50, 0, 1, 1, 0, 1, 0), (1001002052, 1001002052, '', 100, 50, 0, 1, 1, 0, 1, 0), (1001002053, 1001002053, '', 100, 50, 0, 1, 1, 0, 1, 0), (1001002056, 1001002056, '', 100, 50, 0, 1, 1, 0, 1, 0), (1001002035, 1001002035, '', 100, 50, 0, 1, 1, 0, 1, 0), (1001002020, 1001002020, '', 100, 50, 0, 1, 1, 0, 1, 0), (1001002062, 1001002062, '', 100, 50, 0, 1, 1, 0, 1, 0), (1001002063, 1001002063, '', 100, 50, 0, 1, 1, 0, 1, 0), (1001002064, 1001002064, '', 100, 50, 0, 1, 1, 0, 1, 0), (1001002065, 1001002065, '', 100, 50, 0, 1, 1, 0, 1, 0), (1001002067, 1001002067, '', 100, 50, 0, 1, 1, 0, 1, 0), (1001002144, 1001002144, '', 100, 50, 0, 1, 1, 0, 1, 0), (1001002156, 1001002156, '', 100, 50, 0, 1, 1, 0, 1, 0), (1001002157, 1001002157, '', 100, 50, 0, 1, 1, 0, 1, 0), (1001001183, 1001001183, '', 100, 50, 0, 1, 1, 0, 1, 0), (1001001268, 1001001268, '', 100, 50, 0, 1, 1, 0, 1, 0), (1001001278, 1001002278, '', 100, 50, 0, 1, 1, 0, 1, 0), (1001001287, 1001002287, '', 100, 50, 0, 1, 1, 0, 1, 0), (1001001311, 1001002311, '', 100, 50, 0, 1, 1, 0, 1, 0), (1001001087, 1001001087, '', 100, 50, 0, 1, 1, 0, 1, 0), (1001001068, 1001001068, '', 100, 50, 0, 1, 1, 0, 1, 0), (803007084, 803007084, '', 100, 50, 0, 1, 1, 0, 1, 0), (803007083, 803007083, '', 100, 50, 0, 1, 1, 0, 1, 0), (803007080, 803007080, '', 100, 50, 0, 1, 1, 0, 1, 0), (803007079, 803007079, '', 100, 50, 0, 1, 1, 0, 1, 0), (803007078, 803007078, '', 100, 50, 0, 1, 1, 0, 1, 0), (803007077, 803007077, '', 100, 50, 0, 1, 1, 0, 1, 0), (803007076, 803007076, '', 100, 50, 0, 1, 1, 0, 1, 0), (803007075, 803007075, '', 100, 50, 0, 1, 1, 0, 1, 0), (803007074, 803007074, '', 100, 50, 0, 1, 1, 0, 1, 0), (803007073, 803007073, '', 100, 50, 0, 1, 1, 0, 1, 0), (803007040, 803007040, '', 100, 50, 0, 1, 1, 0, 1, 0), (803007052, 803007052, '', 100, 50, 0, 1, 1, 0, 1, 0), (803007042, 803007042, '', 100, 50, 0, 1, 1, 0, 1, 0), (803007053, 803007053, '', 100, 50, 0, 1, 1, 0, 1, 0), (803007057, 803007057, '', 100, 50, 0, 1, 1, 0, 1, 0), (803007019, 803007019, '', 100, 50, 0, 1, 1, 0, 1, 0), (904007059, 904007059, '', 100, 50, 0, 1, 1, 0, 1, 0), (904007060, 904007060, '', 100, 50, 0, 1, 1, 0, 1, 0), (904007061, 904007061, '', 100, 50, 0, 1, 1, 0, 1, 0), (904007021, 904007021, '', 100, 50, 0, 1, 1, 0, 1, 0), (904007022, 904007022, '', 100, 50, 0, 1, 1, 0, 1, 0), (904007025, 904007025, '', 100, 50, 0, 1, 1, 0, 1, 0), (803007021, 803007021, '', 100, 50, 0, 1, 1, 0, 1, 0), (904007029, 904007029, '', 100, 50, 0, 1, 1, 0, 1, 0), (702001249, 702001249, '', 100, 50, 0, 1, 1, 0, 1, 0), (702001248, 702001248, '', 100, 50, 0, 1, 1, 0, 1, 0), (702001247, 702001247, '', 100, 50, 0, 1, 1, 0, 1, 0), (702001246, 702001246, '', 100, 50, 0, 1, 1, 0, 1, 0), (702001244, 702001244, '', 100, 50, 0, 1, 1, 0, 1, 0), (702001243, 702001243, '', 100, 50, 0, 1, 1, 0, 1, 0), (702001242, 702001242, '', 100, 50, 0, 1, 1, 0, 1, 0), (702001240, 702001240, '', 100, 50, 0, 1, 1, 0, 1, 0), (702001239, 702001239, '', 100, 50, 0, 1, 1, 0, 1, 0), (702001238, 702001238, '', 100, 50, 0, 1, 1, 0, 1, 0), (702001237, 702001237, '', 100, 50, 0, 1, 1, 0, 1, 0), (702001235, 702001235, '', 100, 50, 0, 1, 1, 0, 1, 0), (702001234, 702001234, '', 100, 50, 0, 1, 1, 0, 1, 0), (702001233, 702001233, '', 100, 50, 0, 1, 1, 0, 1, 0), (702001232, 702001232, '', 100, 50, 0, 1, 1, 0, 1, 0), (702001230, 702001230, '', 100, 50, 0, 1, 1, 0, 1, 0), (702001229, 702001229, '', 100, 50, 0, 1, 1, 0, 1, 0), (702001226, 702001226, '', 100, 50, 0, 1, 1, 0, 1, 0), (702001223, 702001223, '', 100, 50, 0, 1, 1, 0, 1, 0), (702001222, 702001222, '', 100, 50, 0, 1, 1, 0, 1, 0), (702001214, 702001214, '', 100, 50, 0, 1, 1, 0, 1, 0), (702001212, 702001212, '', 100, 50, 0, 1, 1, 0, 1, 0), (702001210, 702001210, '', 100, 50, 0, 1, 1, 0, 1, 0), (702001209, 702001209, '', 100, 50, 0, 1, 1, 0, 1, 0), (702001146, 702001146, '', 100, 50, 0, 1, 1, 0, 1, 0), (702001077, 702001077, '', 100, 50, 0, 1, 1, 0, 1, 0), (702001151, 702001151, '', 100, 50, 0, 1, 1, 0, 1, 0), (702001153, 702001153, '', 100, 50, 0, 1, 1, 0, 1, 0), (702001167, 702001167, '', 100, 50, 0, 1, 1, 0, 1, 0), (702001168, 702001168, '', 100, 50, 0, 1, 1, 0, 1, 0), (702001098, 702001098, '', 100, 50, 0, 1, 1, 0, 1, 0), (702001216, 702001216, '', 100, 50, 0, 1, 1, 0, 1, 0), (400006156, 400006156, '', 100, 50, 0, 1, 1, 0, 1, 0), (400006155, 400006155, '', 100, 50, 0, 1, 1, 0, 1, 0), (400006153, 400006153, '', 100, 50, 0, 1, 1, 0, 1, 0), (400006152, 400006152, '', 100, 50, 0, 1, 1, 0, 1, 0), (400006151, 400006151, '', 100, 50, 0, 1, 1, 0, 1, 0), (400006150, 400006150, '', 100, 50, 0, 1, 1, 0, 1, 0), (400006149, 400006149, '', 100, 50, 0, 1, 1, 0, 1, 0), (400006148, 400006148, '', 100, 50, 0, 1, 1, 0, 1, 0), (400006147, 400006147, '', 100, 50, 0, 1, 1, 0, 1, 0), (400006146, 400006146, '', 100, 50, 0, 1, 1, 0, 1, 0), (400006145, 400006145, '', 100, 50, 0, 1, 1, 0, 1, 0), (400006144, 400006144, '', 100, 50, 0, 1, 1, 0, 1, 0), (400006143, 400006143, '', 100, 50, 0, 1, 1, 0, 1, 0), (400006142, 400006142, '', 100, 50, 0, 1, 1, 0, 1, 0), (400006141, 400006141, '', 100, 50, 0, 1, 1, 0, 1, 0), (400006140, 400006140, '', 100, 50, 0, 1, 1, 0, 1, 0), (400006138, 400006138, '', 100, 50, 0, 1, 1, 0, 1, 0), (400006122, 400006122, '', 100, 50, 0, 1, 1, 0, 1, 0), (400006123, 400006123, '', 100, 50, 0, 1, 1, 0, 1, 0), (400006124, 400006124, '', 100, 50, 0, 1, 1, 0, 1, 0), (400006121, 400006121, '', 100, 50, 0, 1, 1, 0, 1, 0), (400006120, 400006120, '', 100, 50, 0, 1, 1, 0, 1, 0), (400006019, 400006019, '', 100, 50, 0, 1, 1, 0, 1, 0), (400006093, 400006093, '', 100, 50, 0, 1, 1, 0, 1, 0), (400006118, 400006118, '', 100, 50, 0, 1, 1, 0, 1, 0), (400006114, 400006114, '', 100, 50, 0, 1, 1, 0, 1, 0), (400006091, 400006091, '', 100, 50, 0, 1, 1, 0, 1, 0), (400006073, 400006073, '', 100, 50, 0, 1, 1, 0, 1, 0), (400006054, 400006054, '', 100, 50, 0, 1, 1, 0, 1, 0), (1103003026, 1103003026, '', 100, 50, 0, 1, 1, 0, 1, 0), (1104003320, 1104003320, '', 100, 50, 0, 1, 1, 0, 1, 0), (1104003321, 1104003321, '', 100, 50, 0, 1, 1, 0, 1, 0), (1104003315, 1104003315, '', 100, 50, 0, 1, 1, 0, 1, 0), (1104003316, 1104003316, '', 100, 50, 0, 1, 1, 0, 1, 0), (1104003311, 1104003311, '', 100, 50, 0, 1, 1, 0, 1, 0), (1104003308, 1104003308, '', 100, 50, 0, 1, 1, 0, 1, 0), (1104003307, 1104003307, '', 100, 50, 0, 1, 1, 0, 1, 0), (1104003306, 1104003306, '', 100, 50, 0, 1, 1, 0, 1, 0), (1104003305, 1104003305, '', 100, 50, 0, 1, 1, 0, 1, 0), (1104003303, 1104003303, '', 100, 50, 0, 1, 1, 0, 1, 0), (1104003302, 1104003302, '', 100, 50, 0, 1, 1, 0, 1, 0), (1104003301, 1104003301, '', 100, 50, 0, 1, 1, 0, 1, 0), (1104003300, 1104003300, '', 100, 50, 0, 1, 1, 0, 1, 0), (1104003299, 1104003299, '', 100, 50, 0, 1, 1, 0, 1, 0), (1104003298, 1104003298, '', 100, 50, 0, 1, 1, 0, 1, 0), (1105003011, 1105003011, '', 100, 50, 0, 1, 1, 0, 1, 0), (1105003012, 1105003012, '', 100, 50, 0, 1, 1, 0, 1, 0), (1105003013, 1105003013, '', 100, 50, 0, 1, 1, 0, 1, 0), (1105003001, 1105003001, '', 100, 50, 0, 1, 1, 0, 1, 0), (1105003002, 1105003002, '', 100, 50, 0, 1, 1, 0, 1, 0), (1105003003, 1105003003, '', 100, 50, 0, 1, 1, 0, 1, 0), (1105003004, 1105003004, '', 100, 50, 0, 1, 1, 0, 1, 0), (1105003006, 1105003006, '', 100, 50, 0, 1, 1, 0, 1, 0), (1105003007, 1105003007, '', 100, 50, 0, 1, 1, 0, 1, 0), (1105003008, 1105003008, '', 100, 50, 0, 1, 1, 0, 1, 0), (1105003009, 1105003009, '', 100, 50, 0, 1, 1, 0, 1, 0), (1105003010, 1105003010, '', 100, 50, 0, 1, 1, 0, 1, 0), (1105003014, 1105003014, '', 100, 50, 0, 1, 1, 0, 1, 0), (1105003016, 1105003016, '', 100, 50, 0, 1, 1, 0, 1, 0), (1105003017, 1105003017, '', 100, 50, 0, 1, 1, 0, 1, 0), (1105003018, 1105003018, '', 100, 50, 0, 1, 1, 0, 1, 0), (1105003019, 1105003019, '', 100, 50, 0, 1, 1, 0, 1, 0), (1105003020, 1105003020, '', 100, 50, 0, 1, 1, 0, 1, 0), (1103003006, 1103003006, '', 100, 50, 0, 1, 1, 0, 1, 0), (1103003007, 1103003007, '', 100, 50, 0, 1, 1, 0, 1, 0), (1103003008, 1103003008, '', 100, 50, 0, 1, 1, 0, 1, 0), (1103003009, 1103003009, '', 100, 50, 0, 1, 1, 0, 1, 0), (1103003010, 1103003010, '', 100, 50, 0, 1, 1, 0, 1, 0), (1103003011, 1103003011, '', 100, 50, 0, 1, 1, 0, 1, 0), (1103003012, 1103003012, '', 100, 50, 0, 1, 1, 0, 1, 0), (1103003014, 1103003014, '', 100, 50, 0, 1, 1, 0, 1, 0), (1103003016, 1103003016, '', 100, 50, 0, 1, 1, 0, 1, 0), (1103003018, 1103003018, '', 100, 50, 0, 1, 1, 0, 1, 0), (1103003020, 1103003020, '', 100, 50, 0, 1, 1, 0, 1, 0), (1103003023, 1103003023, '', 100, 50, 0, 1, 1, 0, 1, 0), (1001001305, 1001001305, '', 100, 50, 0, 1, 1, 0, 1, 0), (1001001320, 1001001320, '', 100, 50, 0, 1, 1, 0, 1, 0), (1102003006, 1102003006, '', 100, 50, 0, 1, 1, 0, 1, 0), (100003333, 100003333, '', 100, 50, 0, 1, 1, 0, 1, 0), (200004436, 200004436, '', 100, 50, 0, 1, 1, 0, 1, 0), (1102003007, 1102003007, '', 100, 50, 0, 1, 1, 0, 1, 0), (1102003008, 1102003008, '', 100, 50, 0, 1, 1, 0, 1, 0), (1102003009, 1102003009, '', 100, 50, 0, 1, 1, 0, 1, 0), (100003375, 100003375, '', 100, 50, 0, 1, 1, 0, 1, 0), (100003376, 100003376, '', 100, 50, 0, 1, 1, 0, 1, 0), (100003377, 100003377, '', 100, 50, 0, 1, 1, 0, 1, 0), (100003384, 100003384, '', 100, 50, 0, 1, 1, 0, 1, 0), (100003385, 100003385, '', 100, 50, 0, 1, 1, 0, 1, 0), (100003386, 100003386, '', 100, 50, 0, 1, 1, 0, 1, 0), (100003392, 100003392, '', 100, 50, 0, 1, 1, 0, 1, 0), (100003393, 100003393, '', 100, 50, 0, 1, 1, 0, 1, 0), (1001001394, 1001001394, '', 100, 50, 0, 1, 1, 0, 1, 0), (200004479, 200004479, '', 100, 50, 0, 1, 1, 0, 1, 0), (200004476, 200004476, '', 100, 50, 0, 1, 1, 0, 1, 0), (200004478, 200004478, '', 100, 50, 0, 1, 1, 0, 1, 0), (200004522, 200004522, '', 100, 50, 0, 1, 1, 0, 1, 0), (200004521, 200004521, '', 100, 50, 0, 1, 1, 0, 1, 0), (200004519, 200004519, '', 100, 50, 0, 1, 1, 0, 1, 0), (1001001356, 1001001356, '', 100, 50, 0, 1, 1, 0, 1, 0), (1001002353, 1001002353, '', 100, 50, 0, 1, 1, 0, 1, 0), (1001001302, 1001001302, '', 100, 50, 0, 1, 1, 0, 1, 0), (1001001295, 1001001295, '', 100, 50, 0, 1, 1, 0, 1, 0), (1001002294, 1001002294, '', 100, 50, 0, 1, 1, 0, 1, 0), (1001001286, 1001001286, '', 100, 50, 0, 1, 1, 0, 1, 0), (1001001283, 1001001283, '', 100, 50, 0, 1, 1, 0, 1, 0), (1001001275, 1001001275, '', 100, 50, 0, 1, 1, 0, 1, 0), (1001002270, 1001002270, '', 100, 50, 0, 1, 1, 0, 1, 0), (1001002225, 1001002225, '', 100, 50, 0, 1, 1, 0, 1, 0), (1001002215, 1001002215, '', 100, 50, 0, 1, 1, 0, 1, 0), (1001002175, 1001002175, '', 100, 50, 0, 1, 1, 0, 1, 0), (1001001137, 1001001137, '', 100, 50, 0, 1, 1, 0, 1, 0), (1001001127, 1001001127, '', 100, 50, 0, 1, 1, 0, 1, 0), (1001001465, 1001001465, '', 100, 50, 0, 1, 1, 0, 1, 0), (1001002462, 1001002462, '', 100, 50, 0, 1, 1, 0, 1, 0), (1001002439, 1001002439, '', 100, 50, 0, 1, 1, 0, 1, 0), (1001001436, 1001001436, '', 100, 50, 0, 1, 1, 0, 1, 0), (1001001421, 1001001421, '', 100, 50, 0, 1, 1, 0, 1, 0), (1001002418, 1001002418, '', 100, 50, 0, 1, 1, 0, 1, 0), (1001001415, 1001001415, '', 100, 50, 0, 1, 1, 0, 1, 0), (1001002413, 1001002413, '', 100, 50, 0, 1, 1, 0, 1, 0), (1103003027, 1103003027, '', 100, 50, 0, 1, 1, 0, 1, 0), (1103003028, 1103003028, '', 100, 50, 0, 1, 1, 0, 1, 0), (1103003029, 1103003029, '', 100, 50, 0, 1, 1, 0, 1, 0), (1103003030, 1103003030, '', 100, 50, 0, 1, 1, 0, 1, 0), (1103003031, 1103003031, '', 100, 50, 0, 1, 1, 0, 1, 0), (1103003032, 1103003032, '', 100, 50, 0, 1, 1, 0, 1, 0), (1103003033, 1103003033, '', 100, 50, 0, 1, 1, 0, 1, 0), (1103003034, 1103003034, '', 100, 50, 0, 1, 1, 0, 1, 0), (1103003025, 1103003025, '', 100, 50, 0, 1, 1, 0, 1, 0), (1103003024, 1103003024, '', 100, 50, 0, 1, 1, 0, 1, 0), (1103003022, 1103003022, '', 100, 50, 0, 1, 1, 0, 1, 0), (1103003021, 1103003021, '', 100, 50, 0, 1, 1, 0, 1, 0), (1103003019, 1103003019, '', 100, 50, 0, 1, 1, 0, 1, 0), (1103003017, 1103003017, '', 100, 50, 0, 1, 1, 0, 1, 0), (1103003015, 1103003015, '', 100, 50, 0, 1, 1, 0, 1, 0), (1103003013, 1103003013, '', 100, 50, 0, 1, 1, 0, 1, 0), (500010015, 500010015, '', 100, 50, 0, 1, 1, 0, 1, 0), (500010013, 500010013, '', 100, 50, 0, 1, 1, 0, 1, 0), (500010009, 500010009, '', 100, 50, 0, 1, 1, 0, 1, 0), (500010005, 500010005, '', 100, 50, 0, 1, 1, 0, 1, 0), (500010006, 500010006, '', 100, 50, 0, 1, 1, 0, 1, 0), (300005321, 300005321, '', 100, 50, 0, 1, 1, 0, 1, 0), (300005320, 300005320, '', 100, 50, 0, 1, 1, 0, 1, 0), (300005319, 300005319, '', 100, 50, 0, 1, 1, 0, 1, 0), (300005323, 300005323, '', 100, 50, 0, 1, 1, 0, 1, 0), (300005324, 300005324, '', 100, 50, 0, 1, 1, 0, 1, 0), (300005325, 300005325, '', 100, 50, 0, 1, 1, 0, 1, 0), (300005326, 300005326, '', 100, 50, 0, 1, 1, 0, 1, 0), (300005327, 300005327, '', 100, 50, 0, 1, 1, 0, 1, 0), (300005328, 300005328, '', 100, 50, 0, 1, 1, 0, 1, 0), (300005329, 300005329, '', 100, 50, 0, 1, 1, 0, 1, 0), (300005330, 300005330, '', 100, 50, 0, 1, 1, 0, 1, 0), (300005331, 300005331, '', 100, 50, 0, 1, 1, 0, 1, 0), (300005318, 300005318, '', 100, 50, 0, 1, 1, 0, 1, 0), (300005316, 300005316, '', 100, 50, 0, 1, 1, 0, 1, 0), (300005315, 300005315, '', 100, 50, 0, 1, 1, 0, 1, 0), (300005314, 300005314, '', 100, 50, 0, 1, 1, 0, 1, 0), (300005313, 300005313, '', 100, 50, 0, 1, 1, 0, 1, 0), (300005311, 300005311, '', 100, 50, 0, 1, 1, 0, 1, 0), (300005310, 300005310, '', 100, 50, 0, 1, 1, 0, 1, 0), (300005309, 300005309, '', 100, 50, 0, 1, 1, 0, 1, 0), (300005308, 300005308, '', 100, 50, 0, 1, 1, 0, 1, 0), (300005307, 300005307, '', 100, 50, 0, 1, 1, 0, 1, 0), (300005306, 300005306, '', 100, 50, 0, 1, 1, 0, 1, 0), (300005305, 300005305, '', 100, 50, 0, 1, 1, 0, 1, 0), (300005304, 300005304, '', 100, 50, 0, 1, 1, 0, 1, 0), (300005303, 300005303, '', 100, 50, 0, 1, 1, 0, 1, 0), (300005302, 300005302, '', 100, 50, 0, 1, 1, 0, 1, 0), (300005301, 300005301, '', 100, 50, 0, 1, 1, 0, 1, 0), (300005300, 300005300, '', 100, 50, 0, 1, 1, 0, 1, 0), (300005299, 300005299, '', 100, 50, 0, 1, 1, 0, 1, 0), (300005298, 300005298, '', 100, 50, 0, 1, 1, 0, 1, 0), (300005297, 300005297, '', 100, 50, 0, 1, 1, 0, 1, 0), (300005294, 300005294, '', 100, 50, 0, 1, 1, 0, 1, 0), (300005293, 300005293, '', 100, 50, 0, 1, 1, 0, 1, 0), (300005292, 300005292, '', 100, 50, 0, 1, 1, 0, 1, 0), (300005291, 300005291, '', 100, 50, 0, 1, 1, 0, 1, 0), (300005254, 300005254, '', 100, 50, 0, 1, 1, 0, 1, 0), (300005255, 300005255, '', 100, 50, 0, 1, 1, 0, 1, 0), (300005232, 300005232, '', 100, 50, 0, 1, 1, 0, 1, 0), (300005116, 300005116, '', 100, 50, 0, 1, 1, 0, 1, 0), (300005078, 300005078, '', 100, 50, 0, 1, 1, 0, 1, 0), (300005077, 300005077, '', 100, 50, 0, 1, 1, 0, 1, 0), (300005076, 300005076, '', 100, 50, 0, 1, 1, 0, 1, 0), (702001049, 702001049, '', 100, 50, 0, 1, 1, 0, 1, 0), (702015005, 702015005, '', 100, 50, 0, 1, 1, 0, 1, 0), (400006036, 400006036, '', 100, 50, 0, 1, 1, 0, 1, 0), (904007014, 904007014, '', 100, 50, 0, 1, 1, 0, 1, 0), (100003178, 100003178, '', 100, 50, 0, 1, 1, 0, 1, 0), (200004170, 200004170, '', 100, 50, 0, 1, 1, 0, 1, 0), (300005099, 300005099, '', 100, 50, 0, 1, 1, 0, 1, 0), (702001024, 702001024, '', 100, 50, 0, 1, 1, 0, 1, 0), (300005075, 300005075, '', 100, 50, 0, 1, 1, 0, 1, 0), (100003114, 100003114, '', 100, 50, 0, 1, 1, 0, 1, 0), (100003119, 100003119, '', 100, 50, 0, 1, 1, 0, 1, 0), (100003120, 100003120, '', 100, 50, 0, 1, 1, 0, 1, 0), (100003121, 100003121, '', 100, 50, 0, 1, 1, 0, 1, 0), (100003122, 100003122, '', 100, 50, 0, 1, 1, 0, 1, 0), (300005247, 300005247, '', 100, 50, 0, 1, 1, 0, 1, 0), (601014023, 601014023, '', 100, 50, 0, 1, 1, 0, 1, 0), (601014025, 601014025, '', 100, 50, 0, 1, 1, 0, 1, 0), (601014028, 601014028, '', 100, 50, 0, 1, 1, 0, 1, 0), (601014024, 601014024, '', 100, 50, 0, 1, 1, 0, 1, 0), (601014026, 601014026, '', 100, 50, 0, 1, 1, 0, 1, 0), (601002111, 601002111, '', 100, 50, 0, 1, 1, 0, 1, 0), (601002115, 601002115, '', 100, 50, 0, 1, 1, 0, 1, 0), (601002096, 601002096, '', 100, 50, 0, 1, 1, 0, 1, 0), (601002036, 601002036, '', 100, 50, 0, 1, 1, 0, 1, 0), (601002077, 601002077, '', 100, 50, 0, 1, 1, 0, 1, 0), (601002085, 601002085, '', 100, 50, 0, 1, 1, 0, 1, 0), (601002086, 601002086, '', 100, 50, 0, 1, 1, 0, 1, 0), (200004481, 200004481, '', 100, 50, 0, 1, 1, 0, 1, 0), (200004482, 200004482, '', 100, 50, 0, 1, 1, 0, 1, 0), (200004491, 200004491, '', 100, 50, 0, 1, 1, 0, 1, 0), (200004493, 200004493, '', 100, 50, 0, 1, 1, 0, 1, 0), (200004495, 200004495, '', 100, 50, 0, 1, 1, 0, 1, 0), (200004497, 200004497, '', 100, 50, 0, 1, 1, 0, 1, 0), (200004461, 200004461, '', 100, 50, 0, 1, 1, 0, 1, 0), (200004463, 200004463, '', 100, 50, 0, 1, 1, 0, 1, 0), (200004464, 200004464, '', 100, 50, 0, 1, 1, 0, 1, 0), (702001174, 702001174, '', 100, 50, 0, 1, 1, 0, 1, 0), (100003406, 100003406, '', 100, 50, 0, 1, 1, 0, 1, 0), (100003407, 100003407, '', 100, 50, 0, 1, 1, 0, 1, 0), (100003226, 100003226, '', 100, 50, 0, 1, 1, 0, 1, 0), (100003250, 100003250, '', 100, 50, 0, 1, 1, 0, 1, 0), (100003241, 100003241, '', 100, 50, 0, 1, 1, 0, 1, 0), (100003255, 100003255, '', 100, 50, 0, 1, 1, 0, 1, 0), (100003263, 100003263, '', 100, 50, 0, 1, 1, 0, 1, 0), (100003264, 100003264, '', 100, 50, 0, 1, 1, 0, 1, 0), (100003271, 100003271, '', 100, 50, 0, 1, 1, 0, 1, 0), (100003274, 100003274, '', 100, 50, 0, 1, 1, 0, 1, 0), (100003275, 100003275, '', 100, 50, 0, 1, 1, 0, 1, 0), (100003276, 100003276, '', 100, 50, 0, 1, 1, 0, 1, 0), (100003295, 100003295, '', 100, 50, 0, 1, 1, 0, 1, 0), (200004281, 200004281, '', 100, 50, 0, 1, 1, 0, 1, 0), (200004257, 200004257, '', 100, 50, 0, 1, 1, 0, 1, 0), (200004271, 200004271, '', 100, 50, 0, 1, 1, 0, 1, 0), (200004282, 200004282, '', 100, 50, 0, 1, 1, 0, 1, 0), (200004287, 200004287, '', 100, 50, 0, 1, 1, 0, 1, 0), (200004288, 200004288, '', 100, 50, 0, 1, 1, 0, 1, 0), (200004289, 200004289, '', 100, 50, 0, 1, 1, 0, 1, 0), (200004291, 200004291, '', 100, 50, 0, 1, 1, 0, 1, 0), (200004357, 200004357, '', 100, 50, 0, 1, 1, 0, 1, 0), (200004359, 200004359, '', 100, 50, 0, 1, 1, 0, 1, 0), (200004364, 200004364, '', 100, 50, 0, 1, 1, 0, 1, 0), (904007031, 904007031, '', 100, 50, 0, 1, 1, 0, 1, 0), (904007036, 904007036, '', 100, 50, 0, 1, 1, 0, 1, 0), (904007045, 904007045, '', 100, 50, 0, 1, 1, 0, 1, 0), (904007082, 904007082, '', 100, 50, 0, 1, 1, 0, 1, 0), (400006065, 400006065, '', 100, 50, 0, 1, 1, 0, 1, 0), (400006090, 400006090, '', 100, 50, 0, 1, 1, 0, 1, 0), (400006092, 400006092, '', 100, 50, 0, 1, 1, 0, 1, 0), (400006094, 400006094, '', 100, 50, 0, 1, 1, 0, 1, 0), (400006096, 400006096, '', 100, 50, 0, 1, 1, 0, 1, 0), (601014021, 601014021, '', 100, 50, 0, 1, 1, 0, 1, 0), (601014020, 601014020, '', 100, 50, 0, 1, 1, 0, 1, 0), (200004037, 200004037, '', 100, 50, 0, 1, 1, 0, 1, 0), (1001001084, 1001001084, '', 100, 50, 0, 1, 1, 0, 1, 0), (1001002172, 1001002172, '', 100, 50, 0, 1, 1, 0, 1, 0), (100003328, 100003328, '', 100, 50, 0, 1, 1, 0, 1, 0), (100003330, 100003330, '', 100, 50, 0, 1, 1, 0, 1, 0), (300005205, 300005205, '', 100, 50, 0, 1, 1, 0, 1, 0), (300005206, 300005206, '', 100, 50, 0, 1, 1, 0, 1, 0), (702001175, 702001175, '', 100, 50, 0, 1, 1, 0, 1, 0), (300005161, 300005161, '', 100, 50, 0, 1, 1, 0, 1, 0), (702001135, 702001135, '', 100, 50, 0, 1, 1, 0, 1, 0), (500010002, 500010002, '', 100, 50, 0, 1, 1, 0, 1, 0), (702001090, 702001090, '', 100, 50, 0, 1, 1, 0, 1, 0), (702001091, 702001091, '', 100, 50, 0, 1, 1, 0, 1, 0), (702015014, 702015014, '', 100, 50, 0, 1, 1, 0, 1, 0), (702015017, 702015017, '', 100, 50, 0, 1, 1, 0, 1, 0), (904007069, 904007069, '', 100, 50, 0, 1, 1, 0, 1, 0), (904007048, 904007048, '', 100, 50, 0, 1, 1, 0, 1, 0), (100003051, 100003051, '', 100, 50, 0, 1, 1, 0, 1, 0), (400006097, 400006097, '', 100, 50, 0, 1, 1, 0, 1, 0), (702001178, 702001178, '', 100, 50, 0, 1, 1, 0, 1, 0), (100003303, 100003303, '', 100, 50, 0, 1, 1, 0, 1, 0), (100003304, 100003304, '', 100, 50, 0, 1, 1, 0, 1, 0), (200004334, 200004334, '', 100, 50, 0, 1, 1, 0, 1, 0), (300005191, 300005191, '', 100, 50, 0, 1, 1, 0, 1, 0), (400006085, 400006085, '', 100, 50, 0, 1, 1, 0, 1, 0), (702001164, 702001164, '', 100, 50, 0, 1, 1, 0, 1, 0), (803007030, 803007030, '', 100, 50, 0, 1, 1, 0, 1, 0), (803007038, 803007038, '', 100, 50, 0, 1, 1, 0, 1, 0), (702023007, 702023007, '', 100, 50, 0, 1, 1, 0, 1, 0), (702023006, 702023006, '', 100, 50, 0, 1, 1, 0, 1, 0), (702015016, 702015016, '', 100, 50, 0, 1, 1, 0, 1, 0), (702015012, 702015012, '', 100, 50, 0, 1, 1, 0, 1, 0), (702001148, 702001148, '', 100, 50, 0, 1, 1, 0, 1, 0), (702001144, 702001144, '', 100, 50, 0, 1, 1, 0, 1, 0), (601013002, 601013002, '', 100, 50, 0, 1, 1, 0, 1, 0), (702001069, 702001069, '', 100, 50, 0, 1, 1, 0, 1, 0), (702001085, 702001085, '', 100, 50, 0, 1, 1, 0, 1, 0), (702001103, 702001103, '', 100, 50, 0, 1, 1, 0, 1, 0), (702001105, 702001105, '', 100, 50, 0, 1, 1, 0, 1, 0), (702001120, 702001120, '', 100, 50, 0, 1, 1, 0, 1, 0), (803007033, 803007033, '', 100, 50, 0, 1, 1, 0, 1, 0), (803007066, 803007066, '', 100, 50, 0, 1, 1, 0, 1, 0), (702001181, 702001181, '', 100, 50, 0, 1, 1, 0, 1, 0), (601002117, 601002117, '', 100, 50, 0, 1, 1, 0, 1, 0), (400006101, 400006101, '', 100, 50, 0, 1, 1, 0, 1, 0), (300005215, 300005215, '', 100, 50, 0, 1, 1, 0, 1, 0), (200004396, 200004396, '', 100, 50, 0, 1, 1, 0, 1, 0), (100003346, 100003346, '', 100, 50, 0, 1, 1, 0, 1, 0), (100003345, 100003345, '', 100, 50, 0, 1, 1, 0, 1, 0), (200004021, 200004021, '', 100, 50, 0, 1, 1, 0, 1, 0), (200004431, 200004431, '', 100, 50, 0, 1, 1, 0, 1, 0), (200004433, 200004433, '', 100, 50, 0, 1, 1, 0, 1, 0), (300005230, 300005230, '', 100, 50, 0, 1, 1, 0, 1, 0), (400006110, 400006110, '', 100, 50, 0, 1, 1, 0, 1, 0), (601002122, 601002122, '', 100, 50, 0, 1, 1, 0, 1, 0), (702001193, 702001193, '', 100, 50, 0, 1, 1, 0, 1, 0), (702001194, 702001194, '', 100, 50, 0, 1, 1, 0, 1, 0), (300005185, 300005185, '', 100, 50, 0, 1, 1, 0, 1, 0), (200004318, 200004318, '', 100, 50, 0, 1, 1, 0, 1, 0), (200004320, 200004320, '', 100, 50, 0, 1, 1, 0, 1, 0), (400006080, 400006080, '', 100, 50, 0, 1, 1, 0, 1, 0), (601002098, 601002098, '', 100, 50, 0, 1, 1, 0, 1, 0), (702001159, 702001159, '', 100, 50, 0, 1, 1, 0, 1, 0), (100003062, 100003062, '', 100, 50, 0, 1, 1, 0, 1, 0), (100003063, 100003063, '', 100, 50, 0, 1, 1, 0, 1, 0), (100003315, 100003315, '', 100, 50, 0, 1, 1, 0, 1, 0), (100003316, 100003316, '', 100, 50, 0, 1, 1, 0, 1, 0), (200004342, 200004342, '', 100, 50, 0, 1, 1, 0, 1, 0), (200004344, 200004344, '', 100, 50, 0, 1, 1, 0, 1, 0), (300005194, 300005194, '', 100, 50, 0, 1, 1, 0, 1, 0), (400006088, 400006088, '', 100, 50, 0, 1, 1, 0, 1, 0), (601002106, 601002106, '', 100, 50, 0, 1, 1, 0, 1, 0), (803007070, 803007070, '', 100, 50, 0, 1, 1, 0, 1, 0), (300005290, 300005290, '', 100, 50, 0, 1, 1, 0, 1, 0), (100003472, 100003472, '', 100, 50, 0, 1, 1, 0, 1, 0), (100003473, 100003473, '', 100, 50, 0, 1, 1, 0, 1, 0), (100003464, 100003464, '', 100, 50, 0, 1, 1, 0, 1, 0), (702001225, 702001225, '', 100, 50, 0, 1, 1, 0, 1, 0), (200004167, 200004167, '', 100, 50, 0, 1, 1, 0, 1, 0), (400006095, 400006095, '', 100, 50, 0, 1, 1, 0, 1, 0), (601014022, 601014022, '', 100, 50, 0, 1, 1, 0, 1, 0), (601014018, 601014018, '', 100, 50, 0, 1, 1, 0, 1, 0), (200004198, 200004198, '', 100, 50, 0, 1, 1, 0, 1, 0), (100003194, 100003194, '', 100, 50, 0, 1, 1, 0, 1, 0), (300005289, 300005289, '', 100, 50, 0, 1, 1, 0, 1, 0), (300005287, 300005287, '', 100, 50, 0, 1, 1, 0, 1, 0), (100003371, 100003371, '', 100, 50, 0, 1, 1, 0, 1, 0), (100003372, 100003372, '', 100, 50, 0, 1, 1, 0, 1, 0), (300005119, 300005119, '', 100, 50, 0, 1, 1, 0, 1, 0), (200004383, 200004383, '', 100, 50, 0, 1, 1, 0, 1, 0); -- -------------------------------------------------------- -- -- Table structure for table `titles` -- CREATE TABLE `titles` ( `owner_id` int(11) NOT NULL, `TitleEquiped1` int(11) NOT NULL, `TitleEquiped2` int(11) NOT NULL, `TitleEquiped3` int(11) NOT NULL, `titlePos1` int(11) NOT NULL, `titlePos2` int(11) NOT NULL, `titlePos3` int(11) NOT NULL, `titlePos4` int(11) NOT NULL, `titlePos5` int(11) NOT NULL, `titlePos6` int(11) NOT NULL, `title1` int(11) NOT NULL, `title2` int(11) NOT NULL, `title3` int(11) NOT NULL, `title4` int(11) NOT NULL, `title5` int(11) NOT NULL, `title6` int(11) NOT NULL, `title7` int(11) NOT NULL, `title8` int(11) NOT NULL, `title9` int(11) NOT NULL, `title10` int(11) NOT NULL, `title11` int(11) NOT NULL, `title12` int(11) NOT NULL, `title13` int(11) NOT NULL, `title14` int(11) NOT NULL, `title15` int(11) NOT NULL, `title16` int(11) NOT NULL, `title17` int(11) NOT NULL, `title18` int(11) NOT NULL, `title19` int(11) NOT NULL, `title20` int(11) NOT NULL, `title21` int(11) NOT NULL, `title22` int(11) NOT NULL, `title23` int(11) NOT NULL, `title24` int(11) NOT NULL, `title25` int(11) NOT NULL, `title26` int(11) NOT NULL, `title27` int(11) NOT NULL, `title28` int(11) NOT NULL, `title29` int(11) NOT NULL, `title30` int(11) NOT NULL, `title31` int(11) NOT NULL, `title32` int(11) NOT NULL, `title33` int(11) NOT NULL, `title34` int(11) NOT NULL, `title35` int(11) NOT NULL, `title36` int(11) NOT NULL, `title37` int(11) NOT NULL, `title38` int(11) NOT NULL, `title39` int(11) NOT NULL, `title40` int(11) NOT NULL, `title41` int(11) NOT NULL, `title42` int(11) NOT NULL, `title43` int(11) NOT NULL, `title44` int(11) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1 ROW_FORMAT=FIXED; -- -- Dumping data for table `titles` -- INSERT INTO `titles` (`owner_id`, `TitleEquiped1`, `TitleEquiped2`, `TitleEquiped3`, `titlePos1`, `titlePos2`, `titlePos3`, `titlePos4`, `titlePos5`, `titlePos6`, `title1`, `title2`, `title3`, `title4`, `title5`, `title6`, `title7`, `title8`, `title9`, `title10`, `title11`, `title12`, `title13`, `title14`, `title15`, `title16`, `title17`, `title18`, `title19`, `title20`, `title21`, `title22`, `title23`, `title24`, `title25`, `title26`, `title27`, `title28`, `title29`, `title30`, `title31`, `title32`, `title33`, `title34`, `title35`, `title36`, `title37`, `title38`, `title39`, `title40`, `title41`, `title42`, `title43`, `title44`) VALUES (1, 13, 4, 43, 2160, 1786, 1538, 1564, 1662, 234, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1), (2, 4, 0, 0, 30, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); -- -- Indexes for dumped tables -- -- -- Indexes for table `accounts` -- ALTER TABLE `accounts` ADD PRIMARY KEY (`login`) USING BTREE, ADD UNIQUE KEY `player_id` (`player_id`) USING BTREE, ADD KEY `bonus` (`bonus`) USING BTREE, ADD KEY `access_level` (`access_level`) USING BTREE; -- -- Indexes for table `clan_data` -- ALTER TABLE `clan_data` ADD PRIMARY KEY (`clan_id`) USING BTREE; -- -- Indexes for table `configs` -- ALTER TABLE `configs` ADD UNIQUE KEY `owner_id` (`owner_id`) USING BTREE; -- -- Indexes for table `friends` -- ALTER TABLE `friends` ADD UNIQUE KEY `unico` (`object_id`) USING BTREE; -- -- Indexes for table `ips` -- ALTER TABLE `ips` ADD PRIMARY KEY (`ip`) USING BTREE; -- -- Indexes for table `items` -- ALTER TABLE `items` ADD PRIMARY KEY (`object_id`) USING BTREE, ADD KEY `key_owner_id` (`owner_id`) USING BTREE, ADD KEY `key_loc` (`loc_slot`) USING BTREE, ADD KEY `key_item_id` (`item_id`) USING BTREE; -- -- Indexes for table `missions` -- ALTER TABLE `missions` ADD UNIQUE KEY `owner_id` (`owner_id`) USING BTREE; -- -- Indexes for table `shop` -- ALTER TABLE `shop` ADD UNIQUE KEY `unico` (`good_id`) USING BTREE; -- -- Indexes for table `titles` -- ALTER TABLE `titles` ADD PRIMARY KEY (`owner_id`) USING BTREE, ADD UNIQUE KEY `owner_id` (`owner_id`) USING BTREE; -- -- AUTO_INCREMENT for dumped tables -- -- -- AUTO_INCREMENT for table `accounts` -- ALTER TABLE `accounts` MODIFY `player_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; -- -- AUTO_INCREMENT for table `friends` -- ALTER TABLE `friends` MODIFY `object_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=21; -- -- AUTO_INCREMENT for table `items` -- ALTER TABLE `items` MODIFY `object_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2628; -- -- AUTO_INCREMENT for table `titles` -- ALTER TABLE `titles` MODIFY `owner_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4456; COMMIT; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
Stars
1
Forks
0
Watchers
1
Open Issues
0
Overall repository health assessment
No language data available
No package.json found
This might not be a Node.js project
3
commits