You last visited: Today at 19:04
Advertisement
CoFuture's Conquer 1.0 source Problem
Discussion on CoFuture's Conquer 1.0 source Problem within the CO2 Private Server forum part of the Conquer Online 2 category.
12/10/2013, 01:08
#1
elite*gold: 0
Join Date: Mar 2013
Posts: 44
Received Thanks: 2
CoFuture's Conquer 1.0 source Problem
Hello there!
is the source my question is about
:
I am having some issues trying to set up this source..
Navicat setup:
Database setup:
First of all, when i am executing the SQL file, i get 601 errors:
Code:
[Err] 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'USING BTREE
) ENGINE=MyISAM DEFAULT CHARSET=latin1' at line 8
[Err] CREATE TABLE `stats` (
`Profession` varchar(7) NOT NULL,
`Level` int(10) unsigned NOT NULL,
`Strength` int(10) unsigned NOT NULL,
`Vitality` int(10) unsigned NOT NULL,
`Agility` int(10) unsigned NOT NULL,
`Spirit` int(10) unsigned NOT NULL,
PRIMARY KEY (`Profession`,`Level`) USING BTREE
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Archer', '1', '2', '1', '7', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Archer', '2', '3', '1', '9', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Archer', '3', '4', '1', '11', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Archer', '4', '4', '2', '13', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Archer', '5', '5', '2', '15', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Archer', '6', '5', '2', '18', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Archer', '7', '6', '2', '20', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Archer', '8', '7', '3', '21', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Archer', '9', '8', '3', '23', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Archer', '10', '8', '3', '26', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Archer', '11', '8', '4', '28', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Archer', '12', '9', '4', '30', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Archer', '13', '10', '4', '32', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Archer', '14', '10', '5', '34', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Archer', '15', '12', '5', '36', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Archer', '16', '12', '5', '38', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Archer', '17', '12', '6', '40', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Archer', '18', '13', '6', '42', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Archer', '19', '13', '6', '45', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Archer', '20', '14', '7', '46', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Archer', '21', '14', '7', '49', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Archer', '22', '15', '7', '51', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Archer', '23', '16', '7', '53', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Archer', '24', '16', '8', '55', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Archer', '25', '17', '8', '57', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Archer', '26', '17', '9', '59', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Archer', '27', '17', '9', '61', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Archer', '28', '19', '9', '63', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Archer', '29', '19', '10', '65', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Archer', '30', '20', '10', '67', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Archer', '31', '20', '10', '70', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Archer', '32', '21', '10', '72', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Archer', '33', '22', '10', '74', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Archer', '34', '22', '11', '76', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Archer', '35', '23', '11', '78', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Archer', '36', '23', '12', '80', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Archer', '37', '24', '12', '82', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Archer', '38', '24', '12', '85', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Archer', '39', '25', '12', '87', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Archer', '40', '25', '12', '90', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Archer', '41', '26', '12', '92', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Archer', '42', '27', '12', '94', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Archer', '43', '28', '12', '96', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Archer', '44', '29', '12', '97', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Archer', '45', '29', '14', '99', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Archer', '46', '30', '14', '101', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Archer', '47', '30', '15', '103', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Archer', '48', '31', '15', '106', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Archer', '49', '31', '16', '108', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Archer', '50', '32', '16', '110', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Archer', '51', '32', '16', '112', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Archer', '52', '33', '17', '114', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Archer', '53', '33', '17', '116', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Archer', '54', '34', '17', '118', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Archer', '55', '34', '18', '120', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Archer', '56', '35', '18', '122', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Archer', '57', '36', '18', '124', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Archer', '58', '36', '19', '126', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Archer', '59', '37', '19', '128', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Archer', '60', '38', '19', '130', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Archer', '61', '38', '19', '132', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Archer', '62', '39', '20', '135', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Archer', '63', '40', '20', '137', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Archer', '64', '40', '20', '139', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Archer', '65', '41', '20', '141', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Archer', '66', '41', '21', '143', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Archer', '67', '42', '21', '145', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Archer', '68', '43', '21', '147', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Archer', '69', '43', '22', '149', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Archer', '70', '45', '22', '150', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Archer', '71', '45', '22', '153', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Archer', '72', '46', '22', '155', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Archer', '73', '46', '23', '157', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Archer', '74', '47', '23', '160', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Archer', '75', '47', '23', '162', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Archer', '76', '48', '24', '164', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Archer', '77', '48', '24', '166', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Archer', '78', '49', '24', '168', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Archer', '79', '49', '25', '170', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Archer', '80', '50', '25', '172', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Archer', '81', '51', '25', '174', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Archer', '82', '51', '25', '177', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Archer', '83', '51', '26', '179', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Archer', '84', '52', '26', '171', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Archer', '85', '53', '26', '173', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Archer', '86', '54', '26', '185', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Archer', '87', '54', '27', '187', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Archer', '88', '55', '27', '189', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Archer', '89', '55', '28', '191', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Archer', '90', '56', '28', '193', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Archer', '91', '57', '28', '195', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Archer', '92', '57', '28', '198', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Archer', '93', '58', '28', '200', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Archer', '94', '59', '29', '202', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Archer', '95', '59', '29', '204', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Archer', '96', '59', '29', '206', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Archer', '97', '60', '30', '208', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Archer', '98', '60', '30', '210', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Archer', '99', '60', '31', '213', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Archer', '100', '60', '32', '215', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Archer', '101', '61', '32', '217', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Archer', '102', '62', '32', '219', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Archer', '103', '63', '32', '221', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Archer', '104', '64', '32', '223', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Archer', '105', '65', '32', '225', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Archer', '106', '66', '32', '227', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Archer', '107', '66', '33', '229', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Archer', '108', '67', '33', '231', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Archer', '109', '67', '33', '233', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Archer', '110', '68', '34', '235', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Archer', '111', '69', '34', '237', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Archer', '112', '69', '34', '240', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Archer', '113', '70', '34', '242', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Archer', '114', '70', '34', '244', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Archer', '115', '71', '35', '246', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Archer', '116', '71', '35', '249', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Archer', '117', '72', '36', '250', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Archer', '118', '73', '36', '252', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Archer', '119', '73', '37', '254', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Archer', '120', '74', '37', '256', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Ninja', '1', '1', '1', '8', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Ninja', '2', '1', '1', '10', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Ninja', '3', '1', '2', '12', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Ninja', '4', '2', '2', '15', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Ninja', '5', '2', '3', '17', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Ninja', '6', '2', '3', '19', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Ninja', '7', '3', '4', '22', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Ninja', '8', '3', '4', '24', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Ninja', '9', '3', '5', '26', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Ninja', '10', '3', '5', '29', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Ninja', '11', '4', '5', '31', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Ninja', '12', '4', '6', '33', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Ninja', '13', '4', '6', '36', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Ninja', '14', '5', '7', '38', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Ninja', '15', '5', '7', '40', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Ninja', '16', '5', '8', '43', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Ninja', '17', '7', '8', '45', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Ninja', '18', '7', '9', '47', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Ninja', '19', '7', '9', '50', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Ninja', '20', '7', '10', '52', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Ninja', '21', '8', '10', '54', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Ninja', '22', '8', '11', '57', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Ninja', '23', '8', '11', '59', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Ninja', '24', '9', '11', '61', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Ninja', '25', '9', '12', '64', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Ninja', '26', '9', '12', '66', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Ninja', '27', '10', '13', '68', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Ninja', '28', '10', '13', '71', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Ninja', '29', '10', '14', '73', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Ninja', '30', '10', '14', '75', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Ninja', '31', '11', '15', '78', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Ninja', '32', '11', '15', '80', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Ninja', '33', '11', '15', '82', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Ninja', '34', '12', '16', '85', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Ninja', '35', '12', '16', '87', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Ninja', '36', '12', '17', '89', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Ninja', '37', '13', '17', '92', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Ninja', '38', '13', '18', '94', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Ninja', '39', '13', '18', '96', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Ninja', '40', '13', '19', '99', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Ninja', '41', '13', '19', '101', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Ninja', '42', '13', '20', '103', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Ninja', '43', '14', '20', '106', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Ninja', '44', '14', '20', '108', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Ninja', '45', '14', '21', '110', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Ninja', '46', '14', '21', '110', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Ninja', '47', '15', '22', '111', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Ninja', '48', '15', '22', '114', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Ninja', '49', '15', '23', '116', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Ninja', '50', '16', '23', '118', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Ninja', '51', '16', '24', '120', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Ninja', '52', '16', '24', '123', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Ninja', '53', '17', '25', '124', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Ninja', '54', '17', '25', '127', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Ninja', '55', '17', '26', '129', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Ninja', '56', '17', '26', '132', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Ninja', '57', '18', '26', '134', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Ninja', '58', '18', '27', '136', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Ninja', '59', '18', '27', '139', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Ninja', '60', '19', '28', '140', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Ninja', '61', '19', '28', '143', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Ninja', '62', '19', '29', '145', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Ninja', '63', '20', '29', '147', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Ninja', '64', '20', '30', '149', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Ninja', '65', '20', '30', '152', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Ninja', '66', '21', '31', '156', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Ninja', '67', '21', '31', '156', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Ninja', '68', '21', '31', '159', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Ninja', '69', '21', '32', '161', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Ninja', '70', '22', '32', '163', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Ninja', '71', '22', '33', '165', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Ninja', '72', '22', '33', '168', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Ninja', '73', '23', '34', '169', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Ninja', '74', '23', '34', '172', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Ninja', '75', '24', '35', '174', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Ninja', '76', '24', '35', '176', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Ninja', '77', '25', '26', '180', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Ninja', '78', '24', '36', '181', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Ninja', '79', '24', '36', '184', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Ninja', '80', '25', '37', '185', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Ninja', '81', '25', '37', '188', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Ninja', '82', '25', '38', '190', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Ninja', '83', '26', '38', '192', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Ninja', '84', '26', '39', '194', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Ninja', '85', '26', '39', '197', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Ninja', '86', '27', '39', '199', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Ninja', '87', '27', '40', '201', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Ninja', '88', '27', '40', '204', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Ninja', '89', '27', '41', '206', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Ninja', '90', '28', '42', '208', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Ninja', '91', '28', '42', '210', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Ninja', '92', '28', '42', '213', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Ninja', '93', '29', '43', '214', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Ninja', '94', '29', '43', '217', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Ninja', '95', '29', '44', '219', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Ninja', '96', '30', '44', '221', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Ninja', '97', '30', '44', '224', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Ninja', '98', '30', '45', '226', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Ninja', '99', '30', '45', '229', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Ninja', '100', '30', '46', '231', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Ninja', '101', '30', '46', '234', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Ninja', '102', '31', '47', '235', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Ninja', '103', '31', '47', '238', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Ninja', '104', '32', '47', '239', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Ninja', '105', '32', '48', '242', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Ninja', '106', '33', '48', '244', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Ninja', '107', '33', '48', '246', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Ninja', '108', '33', '49', '249', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Ninja', '109', '33', '49', '251', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Ninja', '110', '34', '50', '253', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Ninja', '111', '34', '51', '255', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Ninja', '112', '34', '51', '258', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Ninja', '113', '35', '52', '259', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Ninja', '114', '35', '52', '262', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Ninja', '115', '35', '53', '264', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Ninja', '116', '35', '53', '267', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Ninja', '117', '36', '53', '269', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Ninja', '118', '36', '54', '271', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Ninja', '119', '36', '54', '274', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Ninja', '120', '37', '55', '275', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Taoist', '1', '0', '3', '2', '5');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Taoist', '2', '0', '4', '3', '6');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Taoist', '3', '0', '5', '3', '8');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Taoist', '4', '0', '6', '4', '9');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Taoist', '5', '0', '7', '4', '11');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Taoist', '6', '0', '8', '5', '12');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Taoist', '7', '0', '8', '6', '14');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Taoist', '8', '0', '9', '6', '16');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Taoist', '9', '0', '10', '7', '17');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Taoist', '10', '0', '11', '7', '19');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Taoist', '11', '0', '12', '8', '20');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Taoist', '12', '0', '13', '9', '21');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Taoist', '13', '0', '14', '9', '23');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Taoist', '14', '0', '15', '10', '24');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Taoist', '15', '0', '17', '10', '25');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Taoist', '16', '0', '17', '11', '27');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Taoist', '17', '0', '17', '12', '29');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Taoist', '18', '0', '17', '12', '32');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Taoist', '19', '0', '17', '13', '34');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Taoist', '20', '0', '17', '14', '36');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Taoist', '21', '0', '18', '14', '38');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Taoist', '22', '0', '18', '15', '40');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Taoist', '23', '0', '18', '15', '43');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Taoist', '24', '0', '19', '16', '44');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Taoist', '25', '0', '19', '16', '47');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Taoist', '26', '0', '19', '17', '49');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Taoist', '27', '0', '19', '18', '51');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Taoist', '28', '0', '20', '18', '53');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Taoist', '29', '0', '20', '19', '55');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Taoist', '30', '0', '20', '20', '57');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Taoist', '31', '0', '21', '20', '59');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Taoist', '32', '0', '21', '21', '61');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Taoist', '33', '0', '21', '21', '64');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Taoist', '34', '0', '21', '22', '66');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Taoist', '35', '0', '22', '22', '68');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Taoist', '36', '0', '22', '23', '70');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Taoist', '37', '0', '22', '24', '72');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Taoist', '38', '0', '22', '25', '74');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Taoist', '39', '0', '22', '25', '77');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Taoist', '40', '0', '22', '25', '80');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Taoist', '41', '0', '23', '26', '81');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Taoist', '42', '0', '24', '27', '82');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Taoist', '43', '0', '24', '27', '85');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Taoist', '44', '0', '24', '28', '87');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Taoist', '45', '0', '25', '28', '89');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Taoist', '46', '0', '25', '29', '91');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Taoist', '47', '0', '25', '30', '93');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Taoist', '48', '0', '26', '30', '95');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Taoist', '49', '0', '26', '31', '97');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Taoist', '50', '0', '26', '31', '100');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Taoist', '51', '0', '26', '32', '102');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Taoist', '52', '0', '27', '32', '104');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Taoist', '53', '0', '27', '33', '106');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Taoist', '54', '0', '27', '34', '108');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Taoist', '55', '0', '28', '34', '110');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Taoist', '56', '0', '28', '35', '112');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Taoist', '57', '0', '28', '36', '114');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Taoist', '58', '0', '29', '36', '116');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Taoist', '59', '0', '29', '37', '118');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Taoist', '60', '0', '29', '38', '120');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Taoist', '61', '0', '30', '38', '122');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Taoist', '62', '0', '30', '39', '124');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Taoist', '63', '0', '30', '39', '127');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Taoist', '64', '0', '30', '40', '129');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Taoist', '65', '0', '31', '40', '131');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Taoist', '66', '0', '31', '41', '133');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Taoist', '67', '0', '31', '42', '135');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Taoist', '68', '0', '31', '43', '137');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Taoist', '69', '0', '32', '43', '139');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Taoist', '70', '0', '32', '45', '140');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Taoist', '71', '0', '32', '45', '143');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Taoist', '72', '0', '33', '45', '145');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Taoist', '73', '0', '33', '45', '148');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Taoist', '74', '0', '33', '46', '150');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Taoist', '75', '0', '34', '46', '152');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Taoist', '76', '0', '34', '47', '154');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Taoist', '77', '0', '34', '48', '156');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Taoist', '78', '0', '35', '48', '158');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Taoist', '79', '0', '35', '49', '160');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Taoist', '80', '0', '35', '50', '162');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Taoist', '81', '0', '36', '50', '164');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Taoist', '82', '0', '36', '51', '166');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Taoist', '83', '0', '36', '51', '169');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Taoist', '84', '0', '36', '52', '171');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Taoist', '85', '0', '37', '52', '173');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Taoist', '86', '0', '37', '53', '175');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Taoist', '87', '0', '37', '54', '177');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Taoist', '88', '0', '38', '54', '179');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Taoist', '89', '0', '38', '55', '181');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Taoist', '90', '0', '38', '55', '184');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Taoist', '91', '0', '38', '56', '186');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Taoist', '92', '0', '39', '56', '188');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Taoist', '93', '0', '39', '57', '190');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Taoist', '94', '0', '39', '58', '192');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Taoist', '95', '0', '40', '58', '194');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Taoist', '96', '0', '40', '59', '196');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Taoist', '97', '0', '40', '60', '198');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Taoist', '98', '0', '41', '60', '200');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Taoist', '99', '0', '41', '60', '203');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Taoist', '100', '0', '42', '60', '205');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Taoist', '101', '0', '42', '61', '207');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Taoist', '102', '0', '42', '62', '209');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Taoist', '103', '0', '42', '63', '211');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Taoist', '104', '0', '42', '64', '213');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Taoist', '105', '0', '43', '64', '215');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Taoist', '106', '0', '43', '65', '217');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Taoist', '107', '0', '44', '65', '219');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Taoist', '108', '0', '45', '65', '221');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Taoist', '109', '0', '46', '65', '223');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Taoist', '110', '0', '47', '65', '225');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Taoist', '111', '0', '47', '66', '227');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Taoist', '112', '0', '47', '67', '229');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Taoist', '113', '0', '47', '67', '232');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Taoist', '114', '0', '47', '68', '234');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Taoist', '115', '0', '47', '69', '236');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Taoist', '116', '0', '47', '70', '238');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Taoist', '117', '0', '47', '71', '240');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Taoist', '118', '0', '47', '72', '242');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Taoist', '119', '0', '47', '73', '244');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Taoist', '120', '0', '47', '75', '245');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Trojan', '1', '5', '3', '2', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Trojan', '2', '7', '4', '2', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Trojan', '3', '8', '5', '3', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Trojan', '4', '10', '5', '4', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Trojan', '5', '11', '6', '5', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Trojan', '6', '13', '7', '5', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Trojan', '7', '14', '8', '6', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Trojan', '8', '16', '9', '6', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Trojan', '9', '17', '10', '7', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Trojan', '10', '19', '11', '7', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Trojan', '11', '20', '12', '8', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Trojan', '12', '22', '13', '8', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Trojan', '13', '23', '14', '9', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Trojan', '14', '25', '14', '10', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Trojan', '15', '28', '14', '10', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Trojan', '16', '28', '16', '11', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Trojan', '17', '29', '17', '12', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Trojan', '18', '31', '18', '12', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Trojan', '19', '32', '19', '13', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Trojan', '20', '34', '20', '13', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Trojan', '21', '35', '21', '14', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Trojan', '22', '37', '22', '14', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Trojan', '23', '38', '23', '15', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Trojan', '24', '40', '24', '15', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Trojan', '25', '41', '25', '16', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Trojan', '26', '43', '25', '17', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Trojan', '27', '44', '26', '18', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Trojan', '28', '46', '27', '18', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Trojan', '29', '47', '28', '19', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Trojan', '30', '49', '29', '19', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Trojan', '31', '50', '30', '20', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Trojan', '32', '52', '31', '20', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Trojan', '33', '53', '32', '21', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Trojan', '34', '55', '33', '21', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Trojan', '35', '56', '34', '22', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Trojan', '36', '58', '34', '23', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Trojan', '37', '59', '35', '24', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Trojan', '38', '61', '36', '24', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Trojan', '39', '62', '37', '25', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Trojan', '40', '65', '37', '25', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Trojan', '41', '65', '39', '26', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Trojan', '42', '67', '40', '26', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Trojan', '43', '68', '41', '27', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Trojan', '44', '70', '42', '27', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Trojan', '45', '71', '43', '28', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Trojan', '46', '73', '43', '29', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Trojan', '47', '74', '44', '30', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Trojan', '48', '76', '45', '30', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Trojan', '49', '77', '46', '31', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Trojan', '50', '79', '47', '31', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Trojan', '51', '80', '48', '32', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Trojan', '52', '82', '49', '32', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Trojan', '53', '83', '50', '33', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Trojan', '54', '85', '51', '33', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Trojan', '55', '86', '52', '34', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Trojan', '56', '88', '52', '35', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Trojan', '57', '89', '53', '36', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Trojan', '58', '91', '54', '36', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Trojan', '59', '92', '55', '37', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Trojan', '60', '94', '56', '37', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Trojan', '61', '95', '57', '38', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Trojan', '62', '97', '58', '38', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Trojan', '63', '98', '59', '39', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Trojan', '64', '100', '60', '39', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Trojan', '65', '101', '61', '40', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Trojan', '66', '103', '61', '41', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Trojan', '67', '104', '62', '42', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Trojan', '68', '106', '63', '42', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Trojan', '69', '108', '64', '42', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Trojan', '70', '110', '65', '42', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Trojan', '71', '110', '66', '44', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Trojan', '72', '112', '67', '44', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Trojan', '73', '113', '68', '45', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Trojan', '74', '115', '69', '45', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Trojan', '75', '116', '70', '46', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Trojan', '76', '118', '70', '47', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Trojan', '77', '119', '71', '48', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Trojan', '78', '121', '72', '48', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Trojan', '79', '122', '73', '49', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Trojan', '80', '124', '74', '49', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Trojan', '81', '125', '75', '50', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Trojan', '82', '127', '76', '50', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Trojan', '83', '128', '77', '51', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Trojan', '84', '130', '78', '51', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Trojan', '85', '131', '79', '52', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Trojan', '86', '133', '79', '53', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Trojan', '87', '134', '80', '54', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Trojan', '88', '136', '81', '54', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Trojan', '89', '137', '82', '55', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Trojan', '90', '139', '83', '55', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Trojan', '91', '140', '84', '56', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Trojan', '92', '142', '85', '56', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Trojan', '93', '143', '86', '57', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Trojan', '94', '145', '87', '57', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Trojan', '95', '146', '88', '58', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Trojan', '96', '148', '88', '59', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Trojan', '97', '149', '89', '60', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Trojan', '98', '151', '90', '60', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Trojan', '99', '153', '91', '60', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Trojan', '100', '155', '92', '60', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Trojan', '101', '156', '93', '61', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Trojan', '102', '157', '94', '62', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Trojan', '103', '158', '95', '63', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Trojan', '104', '160', '96', '63', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Trojan', '105', '161', '97', '64', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Trojan', '106', '163', '97', '65', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Trojan', '107', '164', '98', '66', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Trojan', '108', '166', '99', '66', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Trojan', '109', '167', '100', '67', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Trojan', '110', '170', '100', '67', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Trojan', '111', '170', '102', '68', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Trojan', '112', '172', '103', '68', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Trojan', '113', '173', '104', '69', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Trojan', '114', '175', '105', '69', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Trojan', '115', '176', '106', '70', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Trojan', '116', '178', '106', '71', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Trojan', '117', '179', '107', '72', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Trojan', '118', '181', '108', '72', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Trojan', '119', '182', '109', '73', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Trojan', '120', '185', '110', '72', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Warrior', '1', '5', '3', '2', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Warrior', '2', '7', '4', '2', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Warrior', '3', '8', '5', '3', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Warrior', '4', '10', '5', '4', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Warrior', '5', '11', '6', '5', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Warrior', '6', '13', '7', '5', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Warrior', '7', '14', '8', '6', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Warrior', '8', '16', '9', '6', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Warrior', '9', '17', '10', '7', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Warrior', '10', '19', '11', '7', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Warrior', '11', '20', '12', '8', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Warrior', '12', '22', '13', '8', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Warrior', '13', '23', '14', '9', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Warrior', '14', '25', '14', '10', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Warrior', '15', '28', '14', '10', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Warrior', '16', '28', '16', '11', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Warrior', '17', '29', '17', '12', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Warrior', '18', '32', '17', '12', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Warrior', '19', '34', '17', '13', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Warrior', '20', '36', '17', '14', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Warrior', '21', '38', '18', '14', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Warrior', '22', '40', '18', '15', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Warrior', '23', '43', '18', '15', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Warrior', '24', '44', '19', '16', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Warrior', '25', '47', '19', '16', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Warrior', '26', '49', '19', '17', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Warrior', '27', '51', '19', '18', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Warrior', '28', '53', '20', '18', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Warrior', '29', '55', '20', '19', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Warrior', '30', '57', '20', '20', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Warrior', '31', '59', '21', '20', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Warrior', '32', '61', '21', '21', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Warrior', '33', '64', '21', '21', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Warrior', '34', '66', '21', '22', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Warrior', '35', '68', '22', '22', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Warrior', '36', '70', '22', '23', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Warrior', '37', '72', '22', '24', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Warrior', '38', '74', '22', '25', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Warrior', '39', '77', '22', '25', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Warrior', '40', '80', '22', '25', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Warrior', '41', '81', '23', '26', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Warrior', '42', '82', '24', '27', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Warrior', '43', '85', '24', '27', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Warrior', '44', '87', '24', '28', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Warrior', '45', '89', '25', '28', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Warrior', '46', '91', '25', '29', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Warrior', '47', '93', '25', '30', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Warrior', '48', '95', '26', '30', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Warrior', '49', '97', '26', '31', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Warrior', '50', '100', '26', '31', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Warrior', '51', '102', '26', '32', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Warrior', '52', '104', '27', '32', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Warrior', '53', '106', '27', '33', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Warrior', '54', '108', '27', '34', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Warrior', '55', '110', '28', '34', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Warrior', '56', '112', '28', '35', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Warrior', '57', '114', '28', '36', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Warrior', '58', '116', '29', '36', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Warrior', '59', '118', '29', '37', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Warrior', '60', '120', '29', '38', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Warrior', '61', '122', '30', '38', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Warrior', '62', '124', '30', '39', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Warrior', '63', '127', '30', '39', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Warrior', '64', '129', '30', '40', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Warrior', '65', '131', '31', '40', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Warrior', '66', '133', '31', '41', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Warrior', '67', '135', '31', '42', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Warrior', '68', '137', '31', '43', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Warrior', '69', '139', '32', '43', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Warrior', '70', '140', '32', '45', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Warrior', '71', '143', '32', '45', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Warrior', '72', '145', '33', '45', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Warrior', '73', '148', '33', '45', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Warrior', '74', '150', '33', '46', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Warrior', '75', '152', '34', '46', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Warrior', '76', '154', '34', '47', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Warrior', '77', '156', '34', '48', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Warrior', '78', '158', '35', '48', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Warrior', '79', '160', '35', '49', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Warrior', '80', '162', '35', '50', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Warrior', '81', '164', '36', '50', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Warrior', '82', '166', '36', '51', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Warrior', '83', '169', '36', '51', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Warrior', '84', '171', '36', '52', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Warrior', '85', '173', '37', '52', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Warrior', '86', '175', '37', '53', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Warrior', '87', '177', '37', '54', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Warrior', '88', '179', '38', '54', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Warrior', '89', '181', '38', '55', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Warrior', '90', '184', '38', '55', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Warrior', '91', '186', '38', '56', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Warrior', '92', '188', '39', '56', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Warrior', '93', '190', '39', '57', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Warrior', '94', '192', '39', '58', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Warrior', '95', '194', '40', '58', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Warrior', '96', '196', '40', '59', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Warrior', '97', '198', '40', '60', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Warrior', '98', '200', '41', '60', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Warrior', '99', '203', '41', '60', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Warrior', '100', '205', '42', '60', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Warrior', '101', '207', '42', '61', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Warrior', '102', '209', '42', '62', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Warrior', '103', '211', '42', '63', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Warrior', '104', '213', '42', '64', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Warrior', '105', '215', '43', '64', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Warrior', '106', '217', '43', '65', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Warrior', '107', '219', '44', '65', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Warrior', '108', '221', '45', '65', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Warrior', '109', '223', '46', '65', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Warrior', '110', '225', '47', '65', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Warrior', '111', '227', '47', '66', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Warrior', '112', '229', '47', '67', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Warrior', '113', '232', '47', '67', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Warrior', '114', '234', '47', '68', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Warrior', '115', '236', '47', '69', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Warrior', '116', '238', '47', '70', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Warrior', '117', '240', '47', '71', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Warrior', '118', '242', '47', '72', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Warrior', '119', '244', '47', '73', '0');
[Err] 1146 - Table 'conquer_server.stats' doesn't exist
[Err] INSERT INTO `stats` VALUES ('Warrior', '120', '245', '47', '75', '0');
[Msg] Finished - Unsuccessfully
--------------------------------------------------
And i use "Continue on errors".
Second i go in the source project file, and edit the lines:¨
Code:
public static bool ConnectDatabase()
{
try
{
DatabaseConnection = new MySqlConnection("Server=localhost;Database='conquer_server';Username='root';Password='123456789'");
DatabaseConnection.Open();
DatabaseConnection.StateChange += new StateChangeEventHandler(DatabaseConnection_StateChange);
return true;
}
catch (MySqlException e)
{
Console.WriteLine(e);
return false;
}
}
static void DatabaseConnection_StateChange(object sender, StateChangeEventArgs e)
{
if (e.CurrentState == ConnectionState.Broken || e.CurrentState == ConnectionState.Closed)
{
DatabaseConnection = new MySqlConnection("Server=localhost;Database='conquer_server';Username='root';Password='123456789'");
DatabaseConnection.Open();
DatabaseConnection.StateChange += new StateChangeEventHandler(DatabaseConnection_StateChange);
}
}
----
When i debug it works just fine, but when i am trying to log in to a account i made in Navicat, i get error:
And i made a account with username only: test
1. In Conquer game window:
Code:
Error. Connection with the server is interrupted. Please re-login.
2. In the source debug window:
Code:
Auth Packet: Auth Request
Acc: test: Server: Eternity > IP: Invalid
Image:
I don't really know what i am doing wrong here, i would appreciate it if anyone could help me out.
12/10/2013, 01:31
#2
elite*gold: 21
Join Date: Jul 2005
Posts: 9,193
Received Thanks: 5,383
It's an old database file not compatible with newer versions of mysql.
You could make it compatible by manually editing some stuff in the sql file but you really do need to know a bit of sql syntax for it to work properly.
Key points to look at.
EngineType is MyISAM instead of INNODB and is using USING BTREE
I've run old backups by batch replacing some of the stuff in sql files before but it definitely requires significant trial and error and some half decent sql knowledge.
12/10/2013, 17:11
#3
elite*gold: 0
Join Date: May 2011
Posts: 648
Received Thanks: 413
You could also create the tables manually. Like stats. It just shows you so many errors because it cant / fails to create the tables
12/10/2013, 19:00
#4
elite*gold: 12
Join Date: Jul 2011
Posts: 8,289
Received Thanks: 4,198
Chris is right. You might need to recreate that script. You can dump a test database and use that script as a reference if you need to. Notepad++ is really nice for editing sql files (or almost any programming file you want to edit).
12/10/2013, 23:44
#5
elite*gold: 0
Join Date: Mar 2013
Posts: 44
Received Thanks: 2
Quote:
Originally Posted by
Fang
Chris is right. You might need to recreate that script. You can dump a test database and use that script as a reference if you need to. Notepad++ is really nice for editing sql files (or almost any programming file you want to edit).
So in other words, just put my project away?
This sounds more complicated than my experience can do..
EDIT: Wasn't that hard after all. I tried some stuff, then execute in Navicat: 0 errors
But i still get the same IP: Invalid error, and "Connection with server interrupted"..
12/11/2013, 00:15
#6
elite*gold: 12
Join Date: Jul 2011
Posts: 8,289
Received Thanks: 4,198
Quote:
Originally Posted by
xScylez
So in other words, just put my project away?
This sounds more complicated than my experience can do..
EDIT: Wasn't that hard after all. I tried some stuff, then execute in Navicat: 0 errors
But i still get the same IP: Invalid error, and "Connection with server interrupted"..
You need to change the ip address the client connects with to your server's ip, and the game server's ip with your server's ip in the database. Also the name of the server and what not. Configuration.
12/11/2013, 00:40
#7
elite*gold: 0
Join Date: Mar 2013
Posts: 44
Received Thanks: 2
Quote:
Originally Posted by
Fang
You need to change the ip address the client connects with to your server's ip, and the game server's ip with your server's ip in the database. Also the name of the server and what not. Configuration.
It's all set:
server.dat (this is my hamachi ip)
Code:
[Header]
GroupAmount=3
Group1=GroupPic3
Group2=GroupPic2
Group3=GroupPic1
[Group1]
ServerAmount=8
Server1=Eternity
Ip1=25.11.169.174
ServerName1=Eternity
HintWord1=
Pic1=servericon02
Server2=Dream
Ip1=25.11.169.174
ServerName2=Dream
HintWord2=
Pic2=servericon01
Server3=Glory
Ip1=25.11.169.174
ServerName3=Glory
HintWord3=
Pic3=servericon07
Server4=Faith
Ip4=25.11.169.174
ServerName4=Faith
HintWord4=
Pic4=servericon13
Server5=Freedom
Ip5=25.11.169.174
ServerName5=Freedom
HintWord5=
Pic5=servericon10
Server6=Honor
Ip6=25.11.169.174
ServerName6=Honor
HintWord6=
Pic6=servericon11
Server7=Justice
Ip7=25.11.169.174
ServerName7=Justice
HintWord7=
Pic7=servericon23
Server8=Triumph
Ip8=25.11.169.174
ServerName8=Triumph
HintWord8=
Pic8=servericon12
[Group2]
ServerAmount=6
Server1=Turquoise
Ip1=25.11.169.174
ServerName1=Turquoise
HintWord1=
Pic1=servericon16
Server2=Emerald
Ip2=25.11.169.174
ServerName2=Emerald
HintWord2=
Pic2=servericon18
Server3=Crystal
Ip3=25.11.169.174
ServerName3=Crystal
HintWord3=
Pic3=servericon23
Server4=Diamond
Ip4=25.11.169.174
ServerName4=Diamond
HintWord4=
Pic4=servericon12
Server5=Ruby
Ip5=25.11.169.174
ServerName5=Ruby
HintWord5=
Pic5=servericon15
Server6=Sapphire
Ip6=25.11.169.174
ServerName6=Sapphire
HintWord6=
Pic6=servericon19
[Group3]
ServerAmount=6
Server1=Eagle
Ip1=25.11.169.174
ServerName1=Eagle
HintWord1=
Pic1=servericon07
Server2=Lion
Ip2=25.11.169.174
ServerName2=Lion
HintWord2=
Pic2=servericon09
Server3=Tiger
Ip3=25.11.169.174
ServerName3=Tiger
HintWord3=
Pic3=servericon20
Server4=Phoenix
Ip4=25.11.169.174
ServerName4=Phoenix
HintWord4=
Pic4=servericon14
Server5=Dragon
Ip5=25.11.169.174
ServerName5=Dragon
HintWord5=
Pic5=servericon08
Server6=Kylin
Ip6=25.11.169.174
ServerName6=Kylin
HintWord6=
Pic6=servericon06
In Navicat: (table: "servers")
Code:
Servername ServerIP ServerPort
ScyleCO 25.11.169.174 9958
The database connection: (Database.cs)
Code:
DatabaseConnection = new MySqlConnection("Server=localhost;Database='conquer_server';Username='root';Password='123456789'");
All should be set up correctly, and i can't really see where it is going wrong.
12/11/2013, 02:15
#8
elite*gold: 12
Join Date: Jul 2011
Posts: 8,289
Received Thanks: 4,198
Your server.dat file is set up incorrectly. I don't see your server name in that file at all.
12/11/2013, 08:38
#9
elite*gold: 0
Join Date: Mar 2013
Posts: 44
Received Thanks: 2
Quote:
Originally Posted by
Fang
Your server.dat file is set up incorrectly. I don't see your server name in that file at all.
Hmm.. Didn't know i had to change the server name to in the server.dat...
I'll try it when i get home from work.
EDIT: Such an embarrassing error fix. Thank you Fang.
Similar Threads
[Guide]cofuture source
06/11/2011 - CO2 PServer Guides & Releases - 91 Replies
hi guys am new here and i hope stay here for long time
------------
i make this guide Couz i found alot pll cant work with cofuture source
---------------
Coder source:future <<<Thanks to hime 1st
helping me:haydeZ<<<<Thanks to hime 2nd
---------------------------------------
What we are need?
1:cofuture source>>>Download Here
2:AppServ(MySQL, Apache, and PhpMyAdmin all in one)>>>>AppServNetwork
[REQUEST] COFuture Source
09/08/2010 - CO2 Private Server - 6 Replies
Hello guys.
I am looking for CO Futures source working on client 4267 i did use the search button and searched for it but all i found was there 5017 source i want to find there 4267 one.
Could some one give me a link or PM me it thanks.
Guide/Release: Conquer Server (CoFuture) Using MySql!
07/14/2010 - CO2 PServer Guides & Releases - 1162 Replies
Hello Everyone, Im Future and im releaseing CoFuture aka CoFusion
This server was created by Korvacs & Myself (Future)
The server was created from scratch with the inspiration of CoEmu and also some help from the CoEmu source helping code & navigate through this project. The server was created in C# (C Sharp) and uses MySql.
Server Information:
- Server Name: CoFuture aka CoFusion
- Authors: Korvacs & Future
- Database Type: MySql
- Inspired By: CoEmu
[Request]Conquer Server (CoFuture) Using MySql
06/25/2008 - Conquer Online 2 - 2 Replies
hey I want to get the Conquer Server (CoFuture) Using MySql Source but all links down Can someone add it on rapidshare? or other Site?
thank you if you up it in a site
ps:sorry for my bad english :)
Need help Guide/Release: Conquer Server (CoFuture) Using MySql!
05/28/2008 - Conquer Online 2 - 1 Replies
Hello i tryed that Guide/Release: Conquer Server (CoFuture) Using MySql!
But it don't work i can't do that phpmyadmin think anyone can help me the language is german but i wanted to change it to english but idk how.
If anyone got Teamviewer or somethink like that would be nice
greetz
All times are GMT +2. The time now is 19:05 .