Register for your free account! | Forgot your password?

You last visited: Today at 14:20

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[help] ep rate

Discussion on [help] ep rate within the EO PServer Hosting forum part of the Eudemons Online category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: May 2010
Posts: 194
Received Thanks: 59
[help] ep rate

ok i know there are sql's on how to change ep rate but they dont seem to work on my server the sql's point to the cq action i searched it but cant find ep drop rates so i was wondering is there a way of manualy changing ep rates like form the cq monster?
seraf2 is offline  
Old 06/26/2011, 20:14   #2
 
mama12's Avatar
 
elite*gold: 0
Join Date: Jun 2007
Posts: 247
Received Thanks: 132
I havent messed around with server for a while now. But just follow the scrip

update my.cq_monstertype set drop_item_chance=30000;
update my.cq_dropitemrule set item0=723500

Look in cq_dropitemrule. Right now in the db that i set long time ago, items that were edit for me have 10,000,000 chance.

mama12 is offline  
Old 06/26/2011, 23:58   #3
 
~Sword~Stalker~.'s Avatar
 
elite*gold: 0
Join Date: Dec 2009
Posts: 1,784
Received Thanks: 1,056
that drops cards , etc . not auto ep

and since u made no id as :
Quote:
UPDATE `cq_dropitemrule` SET `item0`='...' WHERE (`id`='...')
then all the item0 part will be the same ..

same as monstertype putting the chance should be:

Quote:
UPDATE `cq_monstertype` SET `drop_item_chance`='...' WHERE (`id`='....')
for the auto eps . try ;

Code:
delete from cq_monstertype where id >= 3043 and id <= 3043;
delete from cq_monstertype where id >= 3042 and id <= 3042;
delete from cq_monstertype where id >= 3041 and id <= 3041;
delete from cq_monstertype where id >= 3040 and id <= 3040;
delete from cq_monstertype where id >= 3033 and id <= 3033;
delete from cq_monstertype where id >= 3032 and id <= 3032;
delete from cq_monstertype where id >= 3031 and id <= 3031;
delete from cq_monstertype where id >= 3030 and id <= 3030;
delete from cq_monstertype where id >= 3023 and id <= 3023;
delete from cq_monstertype where id >= 3022 and id <= 3022;
delete from cq_monstertype where id >= 3021 and id <= 3021;
delete from cq_monstertype where id >= 3020 and id <= 3020;
delete from cq_monstertype where id >= 3013 and id <= 3013;
delete from cq_monstertype where id >= 3012 and id <= 3012;
delete from cq_monstertype where id >= 3011 and id <= 3011;
delete from cq_monstertype where id >= 3010 and id <= 3010;
delete from cq_monstertype where id >= 3003 and id <= 3003;
delete from cq_monstertype where id >= 3002 and id <= 3002;
delete from cq_monstertype where id >= 3001 and id <= 3001;
delete from cq_monstertype where id >= 3000 and id <= 3000;
delete from cq_monstertype where id >= 2053 and id <= 2053;
delete from cq_monstertype where id >= 2052 and id <= 2052;
delete from cq_monstertype where id >= 2051 and id <= 2051;
delete from cq_monstertype where id >= 2050 and id <= 2050;
delete from cq_monstertype where id >= 2043 and id <= 2043;
delete from cq_monstertype where id >= 2042 and id <= 2042;
delete from cq_monstertype where id >= 2041 and id <= 2041;
delete from cq_monstertype where id >= 2040 and id <= 2040;
delete from cq_monstertype where id >= 2033 and id <= 2033;
delete from cq_monstertype where id >= 2032 and id <= 2032;
delete from cq_monstertype where id >= 2031 and id <= 2031;
delete from cq_monstertype where id >= 2030 and id <= 2030;
delete from cq_monstertype where id >= 2023 and id <= 2023;
delete from cq_monstertype where id >= 2022 and id <= 2022;
delete from cq_monstertype where id >= 2021 and id <= 2021;
delete from cq_monstertype where id >= 2020 and id <= 2020;
delete from cq_monstertype where id >= 2013 and id <= 2013;
delete from cq_monstertype where id >= 2012 and id <= 2012;
delete from cq_monstertype where id >= 2011 and id <= 2011;
delete from cq_monstertype where id >= 2010 and id <= 2010;
delete from cq_monstertype where id >= 2003 and id <= 2003;
delete from cq_monstertype where id >= 2002 and id <= 2002;
delete from cq_monstertype where id >= 2001 and id <= 2001;
delete from cq_monstertype where id >= 2000 and id <= 2000;
delete from cq_monstertype where id >= 1043 and id <= 1043;
delete from cq_monstertype where id >= 1042 and id <= 1042;
delete from cq_monstertype where id >= 1041 and id <= 1041;
delete from cq_monstertype where id >= 1040 and id <= 1040;
delete from cq_monstertype where id >= 1033 and id <= 1033;
delete from cq_monstertype where id >= 1031 and id <= 1031;
delete from cq_monstertype where id >= 1032 and id <= 1032;
delete from cq_monstertype where id >= 1030 and id <= 1030;
delete from cq_monstertype where id >= 1023 and id <= 1023;
delete from cq_monstertype where id >= 1022 and id <= 1022;
delete from cq_monstertype where id >= 1021 and id <= 1021;
delete from cq_monstertype where id >= 1020 and id <= 1020;
delete from cq_monstertype where id >= 1013 and id <= 1013;
delete from cq_monstertype where id >= 1012 and id <= 1012;
delete from cq_monstertype where id >= 1011 and id <= 1011;
delete from cq_monstertype where id >= 1010 and id <= 1010;
delete from cq_monstertype where id >= 1003 and id <= 1003;
delete from cq_monstertype where id >= 1002 and id <= 1002;
delete from cq_monstertype where id >= 1001 and id <= 1001;
delete from cq_monstertype where id >= 1000 and id <= 1000;
delete from cq_monstertype where id >= 4010 and id <= 4010;
delete from cq_monstertype where id >= 4020 and id <= 4020;
delete from cq_monstertype where id >= 4030 and id <= 4030;
delete from cq_monstertype where id >= 4040 and id <= 4040;
delete from cq_monstertype where id >= 5010 and id <= 5010;
delete from cq_monstertype where id >= 5020 and id <= 5020;
delete from cq_monstertype where id >= 5030 and id <= 5030;
delete from cq_monstertype where id >= 6010 and id <= 6010;
delete from cq_monstertype where id >= 6020 and id <= 6020;
delete from cq_monstertype where id >= 6030 and id <= 6030;
delete from cq_monstertype where id >= 6040 and id <= 6040;
delete from cq_monstertype where id >= 7010 and id <= 7010;
delete from cq_monstertype where id >= 7020 and id <= 7020;
delete from cq_monstertype where id >= 7030 and id <= 7030;
delete from cq_monstertype where id >= 7040 and id <= 7040;
delete from cq_monstertype where id >= 40001 and id <= 40001;
delete from cq_monstertype where id >= 40002 and id <= 40002;
delete from cq_monstertype where id >= 4011 and id <= 4011;
delete from cq_monstertype where id >= 4012 and id <= 4012;
delete from cq_monstertype where id >= 4013 and id <= 4013;
delete from cq_monstertype where id >= 4021 and id <= 4021;
delete from cq_monstertype where id >= 4022 and id <= 4022;
delete from cq_monstertype where id >= 4023 and id <= 4023;
delete from cq_monstertype where id >= 4031 and id <= 4031;
delete from cq_monstertype where id >= 4032 and id <= 4032;
delete from cq_monstertype where id >= 4033 and id <= 4033;
delete from cq_monstertype where id >= 4041 and id <= 4041;
delete from cq_monstertype where id >= 4042 and id <= 4042;
delete from cq_monstertype where id >= 4043 and id <= 4043;
delete from cq_monstertype where id >= 5011 and id <= 5011;
delete from cq_monstertype where id >= 5012 and id <= 5012;
delete from cq_monstertype where id >= 5013 and id <= 5013;
delete from cq_monstertype where id >= 5021 and id <= 5021;
delete from cq_monstertype where id >= 5022 and id <= 5022;
delete from cq_monstertype where id >= 5023 and id <= 5023;
delete from cq_monstertype where id >= 5031 and id <= 5031;
delete from cq_monstertype where id >= 5032 and id <= 5032;
delete from cq_monstertype where id >= 5033 and id <= 5033;
delete from cq_monstertype where id >= 6011 and id <= 6011;
delete from cq_monstertype where id >= 6012 and id <= 6012;
delete from cq_monstertype where id >= 6013 and id <= 6013;
delete from cq_monstertype where id >= 6021 and id <= 6021;
delete from cq_monstertype where id >= 6022 and id <= 6022;
delete from cq_monstertype where id >= 6023 and id <= 6023;
delete from cq_monstertype where id >= 6031 and id <= 6031;
delete from cq_monstertype where id >= 6032 and id <= 6032;
delete from cq_monstertype where id >= 6033 and id <= 6033;
delete from cq_monstertype where id >= 7011 and id <= 7011;
delete from cq_monstertype where id >= 7012 and id <= 7012;
delete from cq_monstertype where id >= 7013 and id <= 7013;
delete from cq_monstertype where id >= 7021 and id <= 7021;
delete from cq_monstertype where id >= 7022 and id <= 7022;
delete from cq_monstertype where id >= 7023 and id <= 7023;
delete from cq_monstertype where id >= 7031 and id <= 7031;
delete from cq_monstertype where id >= 7032 and id <= 7032;
delete from cq_monstertype where id >= 7033 and id <= 7033;
delete from cq_monstertype where id >= 7041 and id <= 7041;
delete from cq_monstertype where id >= 7042 and id <= 7042;
delete from cq_monstertype where id >= 7043 and id <= 7043;
delete from cq_monstertype where id >= 5500 and id <= 5500;
delete from cq_monstertype where id >= 5510 and id <= 5510;
delete from cq_monstertype where id >= 5520 and id <= 5520;
delete from cq_monstertype where id >= 5400 and id <= 5400;
delete from cq_monstertype where id >= 5410 and id <= 5410;
delete from cq_monstertype where id >= 5420 and id <= 5420;

delete from cq_action where id >= 0001 and id <= 0078;

INSERT INTO `cq_monstertype` VALUES ('3043', 'WyvernLvl55', '0064', '0441', '0', '0', '65535', '00', '0976', '0883', '0000', '0000', '0072', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '1000', '0000', '0055', '32771', '13925', '15675', '0003', '0031', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0027', '0000', '0200', '0500', '1000', '1500', '3043', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('3042', 'WyvernLvl54', '0063', '0441', '0', '0', '65535', '00', '0854', '0773', '0000', '0000', '0072', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '1000', '0000', '0054', '32771', '8355', '9405', '0003', '0031', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0027', '0000', '0300', '0500', '1000', '1500', '3042', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('3041', 'WyvernLvl53', '0062', '0441', '0', '0', '56475', '00', '0732', '0663', '0000', '0000', '0072', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '1000', '0000', '0053', '32771', '2785', '3135', '0003', '0031', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0027', '0000', '0500', '0500', '1000', '1500', '3041', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('3040', 'Wyvern', '0061', '0441', '0', '0', '28238', '00', '0610', '0552', '0000', '0000', '0072', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '2000', '0000', '0052', '32771', '0400', '0450', '0003', '0031', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0027', '0000', '10000', '0010', '0030', '0060', '3040', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('3033', 'GhostKnightLv53', '0060', '0425', '0', '0', '65535', '00', '0973', '0880', '0000', '0000', '0072', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '1000', '0000', '0053', '32771', '13000', '14500', '0003', '0029', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0027', '0000', '0200', '5000', '1000', '1500', '3033', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('3032', 'GhostKnightLv52', '0059', '0425', '0', '0', '65250', '00', '0851', '0770', '0000', '0000', '0072', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '1000', '0000', '0052', '32771', '7800', '8700', '0003', '0029', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0027', '0000', '0300', '0500', '1000', '1500', '3032', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('3031', 'GhostKnightLv51', '0058', '0425', '0', '0', '52200', '00', '0730', '0660', '0000', '0000', '0072', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '1000', '0000', '0051', '32771', '2600', '2900', '0003', '0029', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0027', '0000', '0500', '0500', '1000', '1500', '3031', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('3030', 'GhostKnight', '0057', '0425', '0', '0', '26100', '00', '0608', '0550', '0000', '0000', '0072', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '2000', '0000', '0050', '32771', '0390', '0430', '0003', '0029', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0027', '0000', '10000', '0010', '0030', '0060', '3030', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('3023', 'LizardLvl48', '0056', '0432', '0', '0', '65535', '00', '0905', '0819', '0000', '0000', '0067', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '1000', '0000', '0048', '32771', '9275', '10525', '0003', '0027', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0022', '0000', '0200', '0500', '1000', '1500', '3023', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('3022', 'LizardLvl47', '0055', '0432', '0', '0', '63844', '00', '0792', '0717', '0000', '0000', '0067', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '1000', '0000', '0047', '32771', '5565', '6315', '0003', '0027', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0022', '0000', '0300', '0500', '1000', '1500', '3022', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('3021', 'LizardLvl46', '0054', '0432', '0', '0', '51075', '00', '0679', '0614', '0000', '0000', '0067', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '1000', '0000', '0046', '32771', '1855', '2105', '0003', '0027', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0022', '0000', '0500', '0500', '1000', '1500', '3021', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('3020', 'Lizard', '0053', '0432', '0', '0', '25538', '00', '0566', '0512', '0000', '0000', '0067', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '2000', '0000', '0045', '32771', '0370', '0410', '0003', '0027', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0022', '0000', '10000', '0010', '0030', '0060', '3020', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('3013', 'GolemLvl43', '0052', '0436', '0', '0', '64013', '00', '0732', '0663', '0000', '0000', '0063', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '1000', '0000', '0043', '32771', '6300', '7300', '0003', '0025', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0018', '0000', '0200', '0500', '1000', '1500', '3013', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('3012', 'GolemLvl42', '0051', '0436', '0', '0', '53344', '00', '0641', '0580', '0000', '0000', '0063', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '1000', '0000', '0042', '32771', '3780', '4380', '0003', '0025', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0018', '0000', '0300', '0500', '1000', '1500', '3012', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('3011', 'GolemLvl41', '0050', '0436', '0', '0', '42675', '00', '0549', '0497', '0000', '0000', '0063', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '1000', '0000', '0041', '32771', '1260', '1460', '0003', '0025', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0018', '0000', '0500', '0500', '1000', '1500', '3011', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('3010', 'Golem', '0049', '0436', '0', '0', '21338', '00', '0458', '0414', '0000', '0000', '0063', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '2000', '0000', '0040', '32771', '0350', '0390', '0003', '0025', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0018', '0000', '10000', '0010', '0030', '0060', '3010', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('3003', 'BigFangLvl38', '0048', '0428', '0', '0', '44100', '00', '0673', '0609', '0000', '0000', '0061', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '1000', '0000', '0038', '32771', '4100', '5100', '0003', '0023', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0016', '0000', '0200', '5000', '1000', '1500', '3003', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('3002', 'BigFangLvl37', '0047', '0428', '0', '0', '36750', '00', '0589', '0533', '0000', '0000', '0061', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '1000', '0000', '0037', '32771', '2460', '3060', '0003', '0023', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0016', '0000', '0300', '0500', '1000', '1500', '3002', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('3001', 'BigFangLvl36', '0046', '0428', '0', '0', '29400', '00', '0505', '0457', '0000', '0000', '0061', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '1000', '0000', '0036', '32771', '0820', '1020', '0003', '0023', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0016', '0000', '0500', '0500', '1000', '1500', '3001', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('3000', 'BigFang', '0045', '0428', '0', '0', '14700', '00', '0421', '0381', '0000', '0000', '0061', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '2000', '0000', '0035', '32771', '0328', '0360', '0003', '0023', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0016', '0000', '10000', '0010', '0030', '0060', '3000', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('2053', 'OrcLvl35', '0044', '0413', '0', '0', '40770', '00', '0574', '0520', '0000', '0000', '0057', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '1000', '0000', '0035', '32771', '3100', '3850', '0003', '0021', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0012', '0000', '0200', '0500', '1000', '1500', '2053', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('2052', 'OrcLvl34', '0043', '0413', '0', '0', '33975', '00', '0502', '0455', '0000', '0000', '0057', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '1000', '0000', '0034', '32771', '1860', '2310', '0003', '0021', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0012', '0000', '0300', '0500', '1000', '1500', '2052', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('2051', 'OrcLvl33', '0042', '0413', '0', '0', '27180', '00', '0431', '0390', '0000', '0000', '0057', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '1000', '0000', '0033', '32771', '0620', '0770', '0003', '0021', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0012', '0000', '0500', '0500', '1000', '1500', '2051', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('2050', 'Orc', '0041', '0413', '0', '0', '13590', '00', '0359', '0325', '0000', '0000', '0057', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '2000', '0000', '0032', '32771', '0280', '0310', '0003', '0021', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0012', '0000', '10000', '0010', '0030', '0060', '2050', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('2043', 'OgreLvl33', '0040', '0424', '0', '0', '35640', '00', '0556', '0503', '0000', '0000', '0057', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '1000', '0000', '0033', '32771', '2250', '2950', '0003', '0019', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0012', '0000', '0200', '0500', '1000', '1500', '2043', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('2042', 'OgreLvl32', '0039', '0424', '0', '0', '29700', '00', '0487', '0440', '0000', '0000', '0057', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '1000', '0000', '0032', '32771', '1350', '1770', '0003', '0019', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0012', '0000', '0300', '0500', '1000', '1500', '2042', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('2041', 'OgreLvl31', '0038', '0424', '0', '0', '23760', '00', '0417', '0378', '0000', '0000', '0057', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '1000', '0000', '0031', '32771', '0450', '0590', '0003', '0019', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0012', '0000', '0500', '0500', '1000', '1500', '2041', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('2040', 'Ogre', '0037', '0424', '0', '0', '11880', '00', '0348', '0315', '0000', '0000', '0057', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '2000', '0000', '0030', '32771', '0250', '0280', '0003', '0019', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0012', '0000', '10000', '0010', '0030', '0060', '2040', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('2033', 'SatyrLvl30', '0036', '0420', '0', '0', '37152', '00', '0494', '0447', '0000', '0000', '0046', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '1000', '0000', '0030', '32771', '1625', '1900', '0003', '0017', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0001', '0000', '0200', '0500', '1000', '1500', '2033', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('2032', 'SatyrLvl29', '0035', '0420', '0', '0', '30960', '00', '0432', '0391', '0000', '0000', '0046', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '1000', '0000', '0029', '32771', '0975', '1140', '0003', '0017', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0001', '0000', '0300', '0500', '1000', '1500', '2032', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('2031', 'SatyrLvl28', '0034', '0420', '0', '0', '24768', '00', '0371', '0335', '0000', '0000', '0046', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '1000', '0000', '0028', '32771', '0325', '0380', '0003', '0017', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0001', '0000', '0500', '0500', '1000', '1500', '2031', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('2030', 'Satyr', '0033', '0420', '0', '0', '12384', '00', '0309', '0279', '0000', '0000', '0046', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '2000', '0000', '0027', '32771', '0220', '0250', '0003', '0017', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0001', '0000', '10000', '0010', '0030', '0060', '2030', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('2023', 'BansheeLvl28', '0032', '0426', '0', '0', '36576', '00', '0491', '0444', '0000', '0000', '0042', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '1000', '0000', '0028', '32771', '1500', '1850', '0003', '0015', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0000', '0000', '0200', '0500', '1000', '1500', '2023', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('2022', 'BansheeLvl27', '0031', '0426', '0', '0', '30480', '00', '0430', '0389', '0000', '0000', '0042', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '1000', '0000', '0027', '32771', '0900', '1110', '0003', '0015', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0000', '0000', '0300', '0500', '1000', '1500', '2022', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('2021', 'BansheeLvl26', '0030', '0426', '0', '0', '24384', '00', '0368', '0333', '0000', '0000', '0042', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '1000', '0000', '0026', '32771', '0300', '0370', '0003', '0015', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0000', '0000', '0500', '0500', '1000', '1500', '2021', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('2020', 'Banshee', '0029', '0426', '0', '0', '12192', '00', '0307', '0150', '0000', '0000', '0042', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '2000', '0000', '0025', '32771', '0200', '0230', '0003', '0015', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0000', '0000', '10000', '0010', '0030', '0060', '2020', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('2013', 'EyeballLvl23', '0028', '0405', '0', '0', '26304', '00', '0360', '0326', '0000', '0000', '0038', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '1000', '0000', '0023', '32771', '1250', '1500', '0003', '0013', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0000', '0000', '0200', '0500', '1000', '1500', '2013', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('2012', 'EyeballLvl22', '0027', '0405', '0', '0', '21920', '00', '0315', '0285', '0000', '0000', '0038', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '1000', '0000', '0022', '32771', '0750', '0900', '0003', '0013', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0000', '0000', '0300', '0500', '1000', '1500', '2012', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('2011', 'EyeballLvl21', '0026', '0405', '0', '0', '17536', '00', '0270', '0245', '0000', '0000', '0038', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '1000', '0000', '0021', '32771', '0250', '0300', '0003', '0013', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0000', '0000', '0500', '0500', '1000', '1500', '2011', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('2010', 'Eyeball', '0025', '0405', '0', '0', '8768', '00', '0225', '0100', '0000', '0000', '0038', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '2000', '0000', '0020', '32771', '0180', '0200', '0003', '0013', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0000', '0000', '10000', '0010', '0030', '0060', '2010', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('2003', 'GreenDevilLvl18', '0024', '0408', '0', '0', '12720', '00', '0278', '0252', '0000', '0000', '0033', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '1000', '0000', '0018', '32771', '1000', '1350', '0003', '0011', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0000', '0000', '0200', '0500', '1000', '1500', '2003', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('2002', 'GreenDevilLvl17', '0023', '0408', '0', '0', '10600', '00', '0244', '0220', '0000', '0000', '0033', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '1000', '0000', '0017', '32771', '0600', '0810', '0003', '0011', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0000', '0000', '0300', '0500', '1000', '1500', '2002', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('2001', 'GreenDevilLvl16', '0022', '0408', '0', '0', '8480', '00', '0209', '0189', '0000', '0000', '0033', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '1000', '0000', '0016', '32771', '0200', '0270', '0003', '0011', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0000', '0000', '0500', '0500', '1000', '1500', '2001', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('2000', 'GreenDevil', '0021', '0408', '0', '0', '4240', '00', '0174', '0080', '0000', '0000', '0033', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '2000', '0000', '0015', '32771', '0150', '0170', '0003', '0011', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0000', '0000', '10000', '0010', '0030', '0060', '2000', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('1043', 'DragonkinLvl16', '0020', '0438', '0', '0', '9840', '00', '0171', '0155', '0000', '0000', '0032', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '1000', '0000', '0016', '32771', '0875', '1225', '0003', '0009', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0000', '0000', '0200', '0500', '1000', '1500', '1043', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('1042', 'DragonkinLvl15', '0019', '0438', '0', '0', '8200', '00', '0150', '0135', '0000', '0000', '0032', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '1000', '0000', '0015', '32771', '0525', '0735', '0003', '0009', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0000', '0000', '0300', '0500', '1000', '1500', '1042', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('1041', 'DragonkinLvl14', '0018', '0438', '0', '0', '6560', '00', '0128', '0116', '0000', '0000', '0032', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '1000', '0000', '0014', '32771', '0175', '0245', '0003', '0009', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0000', '0000', '0500', '0500', '1000', '1500', '1041', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('1040', 'Dragonkin', '0017', '0438', '0', '0', '3280', '00', '0107', '0040', '0000', '0000', '0032', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '2000', '0000', '0013', '32771', '0110', '0130', '0003', '0009', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0000', '0000', '10000', '0010', '0030', '0060', '1040', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('1033', 'GnomeLvl14', '0016', '0407', '0', '0', '4680', '00', '0110', '0100', '0000', '0000', '0027', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '1000', '0000', '0014', '32771', '0875', '1225', '0003', '0007', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0000', '0000', '0200', '0500', '1000', '1500', '1033', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('1032', 'GnomeLvl13', '0015', '0407', '0', '0', '3900', '00', '0096', '0087', '0000', '0000', '0027', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '1000', '0000', '0013', '32771', '0525', '0735', '0003', '0007', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0000', '0000', '0300', '0500', '1000', '1500', '1032', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('1031', 'GnomeLvl12', '0014', '0407', '0', '0', '3120', '00', '0083', '0075', '0000', '0000', '0027', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '1000', '0000', '0012', '32771', '0175', '0245', '0003', '0007', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0000', '0000', '0500', '5000', '1000', '1500', '1031', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('1030', 'Gnome', '0013', '0407', '0', '0', '1560', '00', '0069', '0030', '0000', '0000', '0027', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '2000', '0000', '0009', '32771', '0090', '0110', '0003', '0007', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0000', '0000', '10000', '0010', '0030', '0060', '1030', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('1023', 'BullywugLvl10', '0012', '0434', '0', '0', '2100', '00', '0032', '0018', '0000', '0000', '0023', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '1000', '0000', '0010', '32771', '0450', '0650', '0003', '0005', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0000', '0000', '0200', '0500', '1000', '1500', '1023', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('1022', 'BullywugLvl9', '0011', '0434', '0', '0', '1750', '00', '0028', '0016', '0000', '0000', '0023', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '1000', '0000', '0009', '32771', '0270', '0390', '0003', '0005', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0000', '0000', '0300', '0500', '1000', '1500', '1022', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('1021', 'BullywugLvl8', '0010', '0434', '0', '0', '1400', '00', '0024', '0014', '0000', '0000', '0023', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '1000', '0000', '0008', '32771', '0090', '0130', '0003', '0005', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0000', '0000', '0500', '0500', '1000', '1500', '1021', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('1020', 'Bullywug', '0009', '0434', '0', '0', '984', '00', '0067', '0030', '0000', '0000', '0023', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '2000', '0000', '0007', '32771', '0070', '0090', '0003', '0005', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0000', '0000', '10000', '0010', '0030', '0060', '1020', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('1013', 'GreenGiantLvl7', '0008', '0452', '0', '0', '1500', '00', '0018', '0010', '0000', '0000', '0022', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '1000', '0000', '0007', '32771', '0375', '0575', '0003', '0003', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0000', '0000', '0200', '0500', '1000', '1500', '1013', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('1012', 'GreenGiantLvl6', '0007', '0452', '0', '0', '1250', '00', '0016', '0009', '0000', '0000', '0022', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '1000', '0000', '0006', '32771', '0225', '0345', '0003', '0003', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0000', '0000', '0300', '0500', '1000', '1500', '1012', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('1011', 'GreenGiantLvl5', '0006', '0452', '0', '0', '1000', '00', '0014', '0008', '0000', '0000', '0022', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '1000', '0000', '0005', '32771', '0075', '0115', '0003', '0003', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0000', '0000', '0500', '0500', '1000', '1500', '1011', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('1010', 'GreenGiant', '0005', '0452', '0', '0', '636', '00', '0049', '0020', '0000', '0000', '0022', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '2000', '0000', '0005', '32771', '0050', '0060', '0003', '0003', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0000', '0000', '10000', '0010', '0030', '0060', '1010', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('1003', 'MadBullLvl4', '0004', '0400', '0', '0', '540', '00', '0004', '0002', '0000', '0000', '0021', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '1000', '0000', '0004', '32771', '0375', '0575', '0003', '0001', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0000', '0000', '0200', '0500', '1000', '1500', '1003', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('1002', 'MadBullLvl3', '0003', '0400', '0', '0', '450', '00', '0003', '0002', '0000', '0000', '0021', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '1000', '0000', '0003', '32771', '0225', '0345', '0003', '0001', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0000', '0000', '0300', '0500', '1000', '1500', '1002', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('1001', 'MadBullLvl2', '0002', '0400', '0', '0', '360', '00', '0003', '0002', '0000', '0000', '0021', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '1000', '0000', '0002', '32771', '0075', '0115', '0003', '0001', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0000', '0000', '0500', '0500', '1000', '1500', '1001', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('1000', 'MadBull', '0001', '0400', '0', '0', '48', '00', '0002', '0001', '0000', '0000', '0021', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '2000', '0000', '0001', '32771', '0030', '0040', '0003', '0001', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0000', '0000', '10000', '0010', '0030', '0060', '1000', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('4010', 'DwarfApe', '0081', '0422', '0', '0', '55419', '00', '0944', '0854', '0000', '0000', '0098', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '1000', '0000', '0075', '32771', '0650', '0850', '0003', '0047', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0053', '0000', '10000', '0010', '0030', '0060', '4010', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('4020', 'IceDemon', '0085', '0416', '0', '0', '59748', '00', '1006', '0910', '0000', '0000', '0108', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '1000', '0000', '0080', '32771', '0800', '1000', '0003', '0049', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0058', '0000', '10000', '0010', '0030', '0060', '4020', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('4030', 'Yeti', '0089', '0421', '0', '0', '65535', '00', '1165', '1054', '0000', '0000', '0112', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '1000', '0000', '0085', '32771', '1100', '1300', '0003', '0051', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0062', '0000', '10000', '0010', '0030', '0060', '4030', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('4040', 'Orc', '0093', '0443', '0', '0', '65535', '00', '1207', '1092', '0000', '0000', '0114', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '1000', '0000', '0090', '32771', '1100', '1400', '0003', '0053', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0064', '0000', '10000', '0010', '0030', '0060', '4040', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('5010', 'FishDemon', '0097', '0418', '0', '0', '49931', '00', '0877', '0794', '0000', '0000', '0094', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '1000', '0000', '0070', '32771', '0600', '0750', '0003', '0041', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0049', '0000', '10000', '0010', '0030', '0060', '5010', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('5020', 'Dinothere', '0101', '0401', '0', '0', '55419', '00', '0944', '0854', '0000', '0000', '0098', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '1000', '0000', '0075', '32771', '0650', '0850', '0003', '0043', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0053', '0000', '10000', '0010', '0030', '0060', '5020', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('5030', 'AxDemon', '0105', '0419', '0', '0', '59748', '00', '1006', '0910', '0000', '0000', '0108', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '1000', '0000', '0080', '32771', '0800', '1000', '0003', '0045', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0058', '0000', '10000', '0010', '0030', '0060', '5030', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('6010', 'Worman', '0109', '0404', '0', '0', '65535', '00', '1165', '1054', '0000', '0000', '0112', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '1000', '0000', '0085', '32771', '1100', '1300', '0003', '0055', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0062', '0000', '10000', '0010', '0030', '0060', '6010', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('6020', 'FourTeeth', '0113', '0448', '0', '0', '65535', '00', '1207', '1092', '0000', '0000', '0114', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '1000', '0000', '0090', '32771', '1100', '1400', '0003', '0057', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0064', '0000', '10000', '0010', '0030', '0060', '6020', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('6030', 'FireGenasi', '0117', '0446', '0', '0', '65535', '00', '1320', '1194', '0000', '0000', '0118', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '1000', '0000', '0095', '32771', '1200', '1500', '0003', '0059', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0068', '0000', '10000', '0010', '0030', '0060', '6030', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('6040', 'Scorpion', '0121', '0433', '0', '0', '65535', '00', '1334', '1207', '0000', '0000', '0125', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '1000', '0000', '0100', '32771', '1300', '1600', '0003', '0061', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0070', '0000', '10000', '0010', '0030', '0060', '6040', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('7010', 'Troglodyte', '0065', '0430', '0', '0', '29775', '00', '0685', '0620', '0000', '0000', '0073', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '1000', '0000', '0055', '32771', '0420', '0500', '0003', '0033', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0028', '0000', '10000', '0010', '0030', '0060', '7010', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('7020', 'Ghost', '0069', '0420', '0', '0', '38052', '00', '0742', '0671', '0000', '0000', '0083', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '1000', '0000', '0060', '32771', '0440', '0530', '0003', '0035', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0043', '0000', '10000', '0010', '0030', '0060', '7020', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('7030', 'DeadKnight', '0073', '0429', '0', '0', '38682', '00', '0796', '0720', '0000', '0000', '0087', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '1000', '0000', '0065', '32771', '0470', '0580', '0003', '0037', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0047', '0000', '10000', '0010', '0030', '0060', '7030', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('7040', 'Warlock', '0077', '0442', '0', '0', '49931', '00', '0877', '0794', '0000', '0000', '0094', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '1000', '0000', '0070', '32771', '0600', '0750', '0003', '0039', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0049', '0000', '10000', '0010', '0030', '0060', '7040', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('40001', 'SpiderQueen', '0141', '0412', '0', '0', '65535', '00', '1006', '0910', '0000', '0000', '0073', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '1000', '0000', '0080', '32771', '13925', '15675', '0003', '0077', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0070', '0000', '0200', '0100', '0300', '0600', '3010', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('40002', 'Spider', '0140', '0412', '0', '0', '26100', '00', '0608', '0550', '0000', '0000', '0072', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '2000', '0000', '0050', '32771', '2600', '2900', '0003', '0075', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0070', '0000', '0500', '0100', '0300', '0600', '3010', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('4011', 'DwarfApeLvl76', '0082', '0422', '0', '0', '65535', '00', '1133', '1025', '0000', '0000', '0098', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '1000', '0000', '0076', '32771', '0975', '1275', '0003', '0047', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0053', '0000', '0500', '0500', '1000', '1500', '4011', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('4012', 'DwarfApeLvl77', '0083', '0422', '0', '0', '65535', '00', '1322', '1196', '0000', '0000', '0098', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '1000', '0000', '0077', '32771', '1300', '1700', '0003', '0047', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0053', '0000', '0300', '0500', '1000', '1500', '4012', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('4013', 'DwarfApeLvl78', '0084', '0422', '0', '0', '65535', '00', '1510', '1366', '0000', '0000', '0098', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '1000', '0000', '0078', '32771', '1625', '2125', '0003', '0047', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0053', '0000', '0200', '5000', '1000', '1500', '4013', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('4021', 'IceDemonLvl81', '0086', '0416', '0', '0', '65535', '00', '1207', '1092', '0000', '0000', '0108', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '1000', '0000', '0081', '32771', '1200', '1500', '0003', '0049', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0058', '0000', '0500', '0500', '1000', '1500', '4021', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('4022', 'IceDemonLvl82', '0087', '0416', '0', '0', '65535', '00', '1408', '1274', '0000', '0000', '0108', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '1000', '0000', '0082', '32771', '1600', '2000', '0003', '0049', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0058', '0000', '0300', '0500', '1000', '1500', '4022', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('4023', 'IceDemonLvl83', '0088', '0416', '0', '0', '65535', '00', '1609', '1456', '0000', '0000', '0108', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '1000', '0000', '0083', '32771', '2000', '2500', '0003', '0049', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0058', '0000', '0200', '0500', '1000', '1500', '4023', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('4031', 'YetiLvl86', '0090', '0421', '0', '0', '65535', '00', '1397', '1264', '0000', '0000', '0112', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '1000', '0000', '0086', '32771', '1650', '1950', '0003', '0051', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0062', '0000', '0500', '0500', '1000', '1500', '4031', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('4032', 'YetiLvl87', '0091', '0421', '0', '0', '65535', '00', '1630', '1475', '0000', '0000', '0112', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '1000', '0000', '0087', '32771', '2200', '2600', '0003', '0051', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0062', '0000', '0300', '0500', '1000', '1500', '4032', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('4033', 'YetiLvl88', '0092', '0421', '0', '0', '65535', '00', '1863', '1686', '0000', '0000', '0112', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '1000', '0000', '0088', '32771', '2750', '3250', '0003', '0051', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0062', '0000', '0200', '0500', '1000', '1500', '4033', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('4041', 'OrcLvl91', '0094', '0443', '0', '0', '65535', '00', '1448', '1310', '0000', '0000', '0114', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '1000', '0000', '0091', '32771', '1650', '2100', '0003', '0053', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0064', '0000', '0500', '0500', '1000', '1500', '4041', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('4042', 'OrcLvl92', '0095', '0443', '0', '0', '65535', '00', '1689', '1528', '0000', '0000', '0114', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '1000', '0000', '0092', '32771', '2200', '2800', '0003', '0053', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0064', '0000', '0300', '0500', '1000', '1500', '4042', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('4043', 'OrcLvl93', '0096', '0443', '0', '0', '65535', '00', '1931', '1747', '0000', '0000', '0114', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '1000', '0000', '0093', '32771', '2750', '3500', '0003', '0053', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0064', '0000', '0200', '5000', '1000', '1500', '4043', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('5011', 'FishDemonLvl71', '0098', '0418', '0', '0', '65535', '00', '1053', '0952', '0000', '0000', '0094', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '1000', '0000', '0071', '32771', '0900', '1125', '0003', '0041', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0049', '0000', '0500', '0500', '1000', '1500', '5011', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('5012', 'FishDemonLvl72', '0099', '0418', '0', '0', '65535', '00', '1228', '1111', '0000', '0000', '0094', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '1000', '0000', '0072', '32771', '1200', '1500', '0003', '0041', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0049', '0000', '0300', '0500', '1000', '1500', '5012', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('5013', 'FishDemonLvl73', '0100', '0418', '0', '0', '65535', '00', '1404', '1270', '0000', '0000', '0094', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '1000', '0000', '0073', '32771', '1500', '1875', '0003', '0041', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0049', '0000', '0200', '0500', '1000', '1500', '5013', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('5021', 'DinothereLvl76', '0102', '0401', '0', '0', '65535', '00', '1133', '1025', '0000', '0000', '0098', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '1000', '0000', '0076', '32771', '0975', '1275', '0003', '0043', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0053', '0000', '0500', '0500', '1000', '1500', '5021', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('5022', 'DinothereLvl77', '0103', '0401', '0', '0', '65535', '00', '1322', '1196', '0000', '0000', '0098', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '1000', '0000', '0077', '32771', '1300', '1700', '0003', '0043', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0053', '0000', '0300', '0500', '1000', '1500', '5022', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('5023', 'DinothereLvl78', '0104', '0401', '0', '0', '65535', '00', '1510', '1366', '0000', '0000', '0098', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '1000', '0000', '0078', '32771', '1625', '2125', '0003', '0043', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0053', '0000', '0200', '0500', '1000', '1500', '5023', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('5031', 'AxDemonLvl81', '0106', '0419', '0', '0', '65535', '00', '1207', '1092', '0000', '0000', '0108', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '1000', '0000', '0081', '32771', '1200', '1500', '0003', '0045', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0058', '0000', '0500', '0500', '1000', '1500', '5031', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('5032', 'AxDemonLvl82', '0107', '0419', '0', '0', '65535', '00', '1408', '1274', '0000', '0000', '0108', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '1000', '0000', '0082', '32771', '1600', '2000', '0003', '0045', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0058', '0000', '0300', '0500', '1000', '1500', '5032', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('5033', 'AxDemonLvl83', '0108', '0419', '0', '0', '65535', '00', '1609', '1456', '0000', '0000', '0108', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '1000', '0000', '0083', '32771', '2000', '2500', '0003', '0045', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0058', '0000', '0200', '0500', '1000', '1500', '5033', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('6011', 'WormanLvl86', '0110', '0404', '0', '0', '65535', '00', '1397', '1264', '0000', '0000', '0112', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '1000', '0000', '0086', '32771', '1650', '1950', '0003', '0055', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0062', '0000', '0500', '0500', '1000', '1500', '6011', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('6012', 'WormanLvl87', '0111', '0404', '0', '0', '65535', '00', '1630', '1475', '0000', '0000', '0112', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '1000', '0000', '0087', '32771', '2200', '2600', '0003', '0055', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0062', '0000', '0300', '0500', '1000', '1500', '6012', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('6013', 'WormanLvl88', '0112', '0404', '0', '0', '65535', '00', '1863', '1686', '0000', '0000', '0112', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '1000', '0000', '0088', '32771', '2750', '3250', '0003', '0055', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0062', '0000', '0200', '0500', '1000', '1500', '6013', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('6021', 'FourTeethLvl91', '0114', '0448', '0', '0', '65535', '00', '1448', '1310', '0000', '0000', '0114', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '1000', '0000', '0091', '32771', '1650', '2100', '0003', '0057', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0064', '0000', '0500', '0500', '1000', '1500', '6021', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('6022', 'FourTeethLvl92', '0115', '0448', '0', '0', '65535', '00', '1689', '1528', '0000', '0000', '0114', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '1000', '0000', '0092', '32771', '2200', '2800', '0003', '0057', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0064', '0000', '0300', '0500', '1000', '1500', '6022', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('6023', 'FourTeethLvl93', '0116', '0448', '0', '0', '65535', '00', '1931', '1747', '0000', '0000', '0114', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '1000', '0000', '0093', '32771', '2750', '3500', '0003', '0057', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0064', '0000', '0200', '0500', '1000', '1500', '6023', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('6031', 'FireGenasiLvl96', '0118', '0446', '0', '0', '65535', '00', '1584', '1433', '0000', '0000', '0118', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '1000', '0000', '0096', '32771', '1800', '2250', '0003', '0059', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0068', '0000', '0500', '0500', '1000', '1500', '6031', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('6032', 'FireGenasiLvl97', '0119', '0446', '0', '0', '65535', '00', '1848', '1672', '0000', '0000', '0118', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '1000', '0000', '0097', '32771', '2400', '3000', '0003', '0059', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0068', '0000', '0300', '0500', '1000', '1500', '6032', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('6033', 'FireGenasiLvl98', '0120', '0446', '0', '0', '65535', '00', '2112', '1911', '0000', '0000', '0118', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '1000', '0000', '0098', '32771', '3000', '3750', '0003', '0059', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0068', '0000', '0200', '5000', '1000', '1500', '6033', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('7011', 'TroglodyteLvl56', '0066', '0430', '0', '0', '59550', '00', '0822', '0744', '0000', '0000', '0073', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '1000', '0000', '0056', '32771', '2510', '4665', '0003', '0033', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0028', '0000', '0500', '0500', '1000', '1500', '7011', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('7012', 'TroglodyteLvl57', '0067', '0430', '0', '0', '65535', '00', '0959', '0868', '0000', '0000', '0073', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '1000', '0000', '0057', '32771', '7530', '13995', '0003', '0033', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0028', '0000', '0300', '0500', '1000', '1500', '7012', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('7013', 'TroglodyteLvl58', '0068', '0430', '0', '0', '65535', '00', '1096', '0991', '0000', '0000', '0073', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '1000', '0000', '0058', '32771', '12550', '23325', '0003', '0033', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0028', '0000', '0200', '0500', '1000', '1500', '7013', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('7021', 'GhostLvl61', '0070', '0420', '0', '0', '65535', '00', '0890', '0805', '0000', '0000', '0083', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '1000', '0000', '0061', '32771', '1950', '2400', '0003', '0035', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0043', '0000', '0500', '0500', '1000', '1500', '7021', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('7022', 'GhostLvl62', '0071', '0420', '0', '0', '65535', '00', '1039', '0940', '0000', '0000', '0083', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '1000', '0000', '0062', '32771', '2600', '3200', '0003', '0035', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0043', '0000', '0300', '0500', '1000', '1500', '7022', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('7023', 'GhostLvl63', '0072', '0420', '0', '0', '65535', '00', '1187', '1074', '0000', '0000', '0083', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '1000', '0000', '0063', '32771', '3250', '4000', '0003', '0035', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0043', '0000', '0200', '5000', '1000', '1500', '7023', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('7031', 'DeadKnightLvl66', '0074', '0429', '0', '0', '65535', '00', '0955', '0864', '0000', '0000', '0087', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '1000', '0000', '0066', '32771', '0705', '0870', '0003', '0037', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0047', '0000', '0500', '0500', '1000', '1500', '7031', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('7032', 'DeadKnightLvl67', '0075', '0429', '0', '0', '65535', '00', '1115', '1008', '0000', '0000', '0087', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '1000', '0000', '0067', '32771', '0940', '1160', '0003', '0037', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0047', '0000', '0300', '0500', '1000', '1500', '7032', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('7033', 'DeadKnightLvl68', '0076', '0429', '0', '0', '65535', '00', '1274', '1152', '0000', '0000', '0087', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '1000', '0000', '0068', '32771', '1175', '1450', '0003', '0037', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0047', '0000', '0200', '0500', '1000', '1500', '7033', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('7041', 'WarlockLvl71', '0078', '0442', '0', '0', '65535', '00', '1053', '0952', '0000', '0000', '0094', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '1000', '0000', '0071', '32771', '0900', '1125', '0003', '0039', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0049', '0000', '0500', '0500', '1000', '1500', '7041', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('7042', 'WarlockLvl72', '0079', '0442', '0', '0', '65535', '00', '1228', '1111', '0000', '0000', '0094', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '1000', '0000', '0072', '32771', '1200', '1500', '0003', '0039', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0049', '0000', '0300', '0500', '1000', '1500', '7042', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('7043', 'WarlockLvl73', '0080', '0442', '0', '0', '65535', '00', '1404', '1270', '0000', '0000', '0094', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '1000', '0000', '0073', '32771', '1500', '1875', '0003', '0039', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0049', '0000', '0200', '0500', '1000', '1500', '7043', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('5500', 'LostSiren', '0122', '0467', '0', '0', '65535', '00', '1399', '1272', '0000', '0000', '0130', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '1000', '0000', '0130', '32771', '0400', '1200', '0003', '0063', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0072', '0000', '10000', '0010', '0030', '0060', '6040', '000', '0000000000', '0000000000', '0000000000', '0000000000', '12', '500', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('5510', 'Berserker', '0123', '0466', '0', '0', '65535', '00', '1434', '1304', '0000', '0000', '0130', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '1000', '0000', '0135', '32771', '0400', '1200', '0003', '0065', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0072', '0000', '10000', '0010', '0030', '0060', '6040', '000', '0000000000', '0000000000', '0000000000', '0000000000', '12', '500', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('5520', 'SilentKnight', '0124', '0529', '0', '0', '65535', '00', '1454', '1322', '0000', '0000', '0130', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '1000', '0000', '0140', '32771', '0400', '1200', '0003', '0067', '0000', '099', '099', '099', '099', '099', '099', '099', '50000', '100000', '0000', '0000', '0000', '0072', '0000', '10000', '0010', '0030', '0060', '6040', '000', '0000000000', '0000000000', '0000000000', '0000000000', '12', '500', '0', '0', '0', '0', '0', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('5410', 'IceLord', '0147', '0482', '0', '0', '65535', '00', '8400', '7600', '0000', '0000', '0130', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '1000', '0000', '0800', '163843', '0000', '0000', '0003', '0071', '0000', '000', '000', '000', '000', '000', '000', '000', '50000', '100000', '0000', '2000', '0000', '0072', '0000', '10000', '1000', '0100', '0100', '1023', '000', '0000000000', '0000000000', '0000000000', '0000000000', '12', '500', '20000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('5400', 'HimalayanYeti', '0146', '0483', '0', '0', '65535', '00', '8400', '7600', '0000', '0000', '0130', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '1000', '0000', '0700', '163843', '0000', '0000', '0003', '0069', '0000', '000', '000', '000', '000', '000', '000', '000', '50000', '100000', '0000', '0000', '0000', '0072', '0000', '10000', '0666', '0066', '0666', '1023', '000', '0000000000', '0000000000', '0000000000', '0000000000', '12', '500', '10000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `cq_monstertype` VALUES ('5420', 'IceSwordman', '0484', '0472', '0', '0', '65535', '00', '52500', '47500', '0000', '0000', '0130', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '1000', '0000', '1000', '163843', '0000', '0000', '0003', '0073', '0000', '000', '000', '000', '000', '000', '000', '000', '50000', '100000', '0000', '2000', '0000', '0072', '0000', '10000', '1000', '0100', '0100', '1023', '000', '0000000000', '0000000000', '0000000000', '0000000000', '12', '500', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');

delete from cq_action where id >= 0001 and id <= 078;

INSERT INTO `cq_action` VALUES ('1', '2', '0000', '1001', '0', 'e_money += 0');
INSERT INTO `cq_action` VALUES ('2', '0', '0000', '1010', '2005', 'You found 0 EudemonPoints from a MadBull!');
INSERT INTO `cq_action` VALUES ('3', '4', '0000', '1001', '0', 'e_money += 0');
INSERT INTO `cq_action` VALUES ('4', '0', '0000', '1010', '2005', 'You found 0 EudemonPoints from a GreenGiant!');
INSERT INTO `cq_action` VALUES ('5', '6', '0000', '1001', '0', 'e_money += 3');
INSERT INTO `cq_action` VALUES ('6', '0', '0000', '1010', '2005', 'You found 3 EudemonPoints from a BullyWug!');
INSERT INTO `cq_action` VALUES ('7', '8', '0000', '1001', '0', 'e_money += 3');
INSERT INTO `cq_action` VALUES ('8', '0', '0000', '1010', '2005', 'You found 3 EudemonPoints from a Gnome!');
INSERT INTO `cq_action` VALUES ('9', '10', '0000', '1001', '0', 'e_money += 4');
INSERT INTO `cq_action` VALUES ('10', '0', '0000', '1010', '2005', 'You found 4 EudemonPoints from a Dragonkin!');
INSERT INTO `cq_action` VALUES ('11', '12', '0000', '1001', '0', 'e_money += 4');
INSERT INTO `cq_action` VALUES ('12', '0', '0000', '1010', '2005', 'You found 5 EudemonPoints from a GreenDevil!');
INSERT INTO `cq_action` VALUES ('13', '14', '0000', '1001', '0', 'e_money += 5');
INSERT INTO `cq_action` VALUES ('14', '0', '0000', '1010', '2005', 'You found 5 EudemonPoints from a Eyeball!');
INSERT INTO `cq_action` VALUES ('15', '16', '0000', '1001', '0', 'e_money += 8');
INSERT INTO `cq_action` VALUES ('16', '0', '0000', '1010', '2005', 'You found 8 EudemonPoints from a Banshee!');
INSERT INTO `cq_action` VALUES ('17', '18', '0000', '1001', '0', 'e_money += 8');
INSERT INTO `cq_action` VALUES ('18', '0', '0000', '1010', '2005', 'You found 8 EudemonPoints from a Satyr!');
INSERT INTO `cq_action` VALUES ('19', '20', '0000', '1001', '0', 'e_money += 10');
INSERT INTO `cq_action` VALUES ('20', '0', '0000', '1010', '2005', 'You found 10 EudemonPoints from a Ogre!');
INSERT INTO `cq_action` VALUES ('21', '22', '0000', '1001', '0', 'e_money += 10');
INSERT INTO `cq_action` VALUES ('22', '0', '0000', '1010', '2005', 'You found 10 EudemonPoints from a Orc!');
INSERT INTO `cq_action` VALUES ('23', '24', '0000', '1001', '0', 'e_money += 10');
INSERT INTO `cq_action` VALUES ('24', '0', '0000', '1010', '2005', 'You found 10 EudemonPoints from a BigFang!');
INSERT INTO `cq_action` VALUES ('25', '26', '0000', '1001', '0', 'e_money += 10');
INSERT INTO `cq_action` VALUES ('26', '0', '0000', '1010', '2005', 'You found 10 EudemonPoints from a Golem!');
INSERT INTO `cq_action` VALUES ('27', '28', '0000', '1001', '0', 'e_money += 10');
INSERT INTO `cq_action` VALUES ('28', '0', '0000', '1010', '2005', 'You found 10 EudemonPoints from a Lizard!');
INSERT INTO `cq_action` VALUES ('29', '30', '0000', '1001', '0', 'e_money += 10');
INSERT INTO `cq_action` VALUES ('30', '0', '0000', '1010', '2005', 'You found 10 EudemonPoints from a GhostKnight!');
INSERT INTO `cq_action` VALUES ('31', '32', '0000', '1001', '0', 'e_money += 10');
INSERT INTO `cq_action` VALUES ('32', '0', '0000', '1010', '2005', 'You found 10 EudemonPoints from a Wyverm!');
INSERT INTO `cq_action` VALUES ('33', '34', '0000', '1001', '0', 'e_money += 10);
INSERT INTO `cq_action` VALUES ('34', '0', '0000', '1010', '2005', 'You found 40 EudemonPoints from a Troglodyte!');
INSERT INTO `cq_action` VALUES ('35', '36', '0000', '1001', '0', 'e_money += 40');
INSERT INTO `cq_action` VALUES ('36', '0', '0000', '1010', '2005', 'You found 40 EudemonPoints from a Ghost!');
INSERT INTO `cq_action` VALUES ('37', '38', '0000', '1001', '0', 'e_money += 40');
INSERT INTO `cq_action` VALUES ('38', '0', '0000', '1010', '2005', 'You found 40 EudemonPoints from a DeadKnight!');
INSERT INTO `cq_action` VALUES ('39', '40', '0000', '1001', '0', 'e_money += 40');
INSERT INTO `cq_action` VALUES ('40', '0', '0000', '1010', '2005', 'You found 0 EudemonPoints from a Warlock!');
INSERT INTO `cq_action` VALUES ('41', '42', '0000', '1001', '0', 'e_money += 40');
INSERT INTO `cq_action` VALUES ('42', '0', '0000', '1010', '2005', 'You found 40 EudemonPoints from a FishDemon!');
INSERT INTO `cq_action` VALUES ('43', '44', '0000', '1001', '0', 'e_money += 40');
INSERT INTO `cq_action` VALUES ('44', '0', '0000', '1010', '2005', 'You found 40 EudemonPoints from a Dinothere!');
INSERT INTO `cq_action` VALUES ('45', '46', '0000', '1001', '0', 'e_money += 40');
INSERT INTO `cq_action` VALUES ('46', '0', '0000', '1010', '2005', 'You found 3 EudemonPoints from a AxDemon!');
INSERT INTO `cq_action` VALUES ('47', '48', '0000', '1001', '0', 'e_money += 3');
INSERT INTO `cq_action` VALUES ('48', '0', '0000', '1010', '2005', 'You found 3 EudemonPoints from a DwarfApe!');
INSERT INTO `cq_action` VALUES ('49', '50', '0000', '1001', '0', 'e_money += 3');
INSERT INTO `cq_action` VALUES ('50', '0', '0000', '1010', '2005', 'You found 3 EudemonPoints from a IceDemon!');
INSERT INTO `cq_action` VALUES ('51', '52', '0000', '1001', '0', 'e_money += 3');
INSERT INTO `cq_action` VALUES ('52', '0', '0000', '1010', '2005', 'You found 20 EudemonPoints from a Yeti!');
INSERT INTO `cq_action` VALUES ('53', '54', '0000', '1001', '0', 'e_money += 20');
INSERT INTO `cq_action` VALUES ('54', '0', '0000', '1010', '2005', 'You found 5 EudemonPoints from a Orc!');
INSERT INTO `cq_action` VALUES ('55', '56', '0000', '1001', '0', 'e_money += 5');
INSERT INTO `cq_action` VALUES ('56', '0', '0000', '1010', '2005', 'You found 1 EudemonPoints from a Worman!');
INSERT INTO `cq_action` VALUES ('57', '58', '0000', '1001', '0', 'e_money += 1');
INSERT INTO `cq_action` VALUES ('58', '0', '0000', '1010', '2005', 'You found 1 EudemonPoints from a FourTeeth!');
NSERT INTO `cq_action` VALUES ('59', '60', '0000', '1001', '0', 'e_money += 20');
INSERT INTO `cq_action` VALUES ('60', '0', '0000', '1010', '2005', 'You found 20 EudemonPoints from a FireGenasi!');
INSERT INTO `cq_action` VALUES ('61', '62', '0000', '1001', '0', 'e_money += 100');
INSERT INTO `cq_action` VALUES ('62', '0', '0000', '1010', '2005', 'You found 100 EudemonPoints from a Scorpion!');
INSERT INTO `cq_action` VALUES ('63', '64', '0000', '1001', '0', 'e_money += 50');
INSERT INTO `cq_action` VALUES ('64', '0', '0000', '1010', '2005', 'You found 50 EudemonPoints from a LostSiren!');
INSERT INTO `cq_action` VALUES ('65', '66', '0000', '1001', '0', 'e_money += 50');
INSERT INTO `cq_action` VALUES ('66', '0', '0000', '1010', '2005', 'You found 50 EudemonPoints from a Berserker!');
INSERT INTO `cq_action` VALUES ('67', '68', '0000', '1001', '0', 'e_money += 50');
INSERT INTO `cq_action` VALUES ('68', '0', '0000', '1010', '2005', 'You found 50 EudemonPoints from a SilentKnight!');
INSERT INTO `cq_action` VALUES ('69', '70', '0000', '1001', '0', 'e_money += 50');
INSERT INTO `cq_action` VALUES ('70', '0', '0000', '1010', '2005', 'You found 100 EudemonPoints from a HimalayanYeti!');
INSERT INTO `cq_action` VALUES ('71', '72', '0000', '1001', '0', 'e_money += 100');
INSERT INTO `cq_action` VALUES ('72', '0', '0000', '1010', '2005', 'You found 100 EudemonPoints from a IceLord!');
INSERT INTO `cq_action` VALUES ('73', '74', '0000', '1001', '0', 'e_money += 150');
INSERT INTO `cq_action` VALUES ('74', '0', '0000', '1010', '2005', 'You found 150 EudemonPoints from a IceSwordman!');
INSERT INTO `cq_action` VALUES ('75', '76', '0000', '1001', '0', 'e_money += 500');
INSERT INTO `cq_action` VALUES ('76', '0', '0000', '1010', '2005', 'You found 500 EudemonPoints from a Spider!');
INSERT INTO `cq_action` VALUES ('77', '78', '0000', '1001', '0', 'e_money += 800');
INSERT INTO `cq_action` VALUES ('78', '0', '0000', '1010', '2005', 'You found 800 EudemonPoints from a SpiderQueen!');

if it didnt work , then ur id's are different than the query . so just change the ones in the query .
~Sword~Stalker~. is offline  
Old 06/27/2011, 13:36   #4
 
elite*gold: 0
Join Date: May 2010
Posts: 194
Received Thanks: 59
sword that from murtah's eps?? cuz i have that it works but theres some eudemons that i added for other maps custom made ones that i would like to add auto eps to also vip maps drop rates are not on there
seraf2 is offline  
Old 06/27/2011, 15:38   #5
 
~Sword~Stalker~.'s Avatar
 
elite*gold: 0
Join Date: Dec 2009
Posts: 1,784
Received Thanks: 1,056
ull need to use this one as a sample . then try to make ur own .
~Sword~Stalker~. is offline  
Thanks
1 User
Old 06/27/2011, 23:31   #6
 
elite*gold: 0
Join Date: May 2010
Posts: 194
Received Thanks: 59
ok bro thanks
seraf2 is offline  
Reply


Similar Threads Similar Threads
Exp rate,Penya rate, dropp rate
05/08/2009 - Flyff Private Server - 2 Replies
Hab ma ne farge wie änder ich auf meinem pserver die : Penya Rate , Exp Rate,Dropp rate ! Und bei anderen p servern haben die cs sachen bei den npc wie mach ich das? Und suche gute serverfiles! Hab mir son p-server gemacht im tut von mcdragon1 ! Aber da laufen keine mosnter rum das gibst es nix no items niiiiiiixx!
Hitsu Gunz 24/7 No Lag 50x exp rate 75x bounty 100x quest rate
12/13/2008 - GunZ - 10 Replies
http://hitsums.com/hitsugunz.JPG Website : hitsugunz.tk Download Client : http://hitsums.com/HitsuGunz.exe Register Page : Gunz Come Join HitsuGunz Today =] 45x Exp rate 75x bounty 45x Quest Rates



All times are GMT +1. The time now is 14:21.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2026 elitepvpers All Rights Reserved.