Você não é registrado, por favor registre-se para ter acesso ao conteúdo completo.
Caso seja registrado, efetue login.
Esqueceu sua senha? Clique aqui
Recomendamos o uso do Mozilla Firefox para uma melhor visualização.    


Início Postados Hoje Marcar Fóruns Como Lidos Álbums Banidos SE Team Medalhas
Voltar   Secret Experience > Área L2J > [L2J] Dúvidas > [L2J] Dúvidas Solucionadas
Registrar Loteria VIPStaff SERegras do fórum Membros Arcade Pesquisar Postados Hoje Marcar Fóruns Como Lidos Experience
   

Secret Experience.NET   Secret Experience Corporation - Welcome To The Real World
     Anúncios SE

Resposta
 
Ferramentas do Tópico Modos de Exibição
Antigo 01-12-2010, 03:25 PM   #1
Paquielli
Membro - Veterano
 
Avatar de Paquielli
 
Registrado em: Jan 2009
Localização: Em algum lugar nesse mundo.
Posts: 531
Agradeceu: 341
Agradecido 210 Vezes em 89 Posts
Achei Ruim:
Acharam ruim Vezes em Posts
Meu Sistema
Meu Estado:
Enviar mensagem via Windows Live Messenger para Paquielli
Nome Real: Marcelo Paquielli

Inventório de Paquielli

Padrão Problema depois de adicionar Custom no GS

Bom , Estou com um Problema , sempre depois q eu adiciono customs , começa a da problema em todas as armas , ou armors . ja utilizei teon , e agora estou usando o l2jrox 7.0 e msm assim continuar o erro... alguem pode ajudar ? :)
[Somente Usuários Registrados Podem Visualizar os Links Desta PáginaClique aqui para se Registrar]

Paquielli está offline   Responder com Citação
Links Patrocinados
Antigo 01-12-2010, 03:35 PM   #2
Setokaiba
Jesus Te Ama, Mas EU Não!
 
Avatar de Setokaiba
 
Registrado em: Oct 2008
Localização: 45º 33º 34º N | 122º 41º 41º W DESTINATION: ANYWHERE Adidas
Posts: 4,133
Agradeceu: 837
Agradecido 6,058 Vezes em 2,106 Posts
Achei Ruim:
Acharam ruim Vezes em Posts
Meu Estado:
Pontos: 20,442, Nível: 90
Pontos: 20,442, Nível: 90 Pontos: 20,442, Nível: 90 Pontos: 20,442, Nível: 90
Atividade: 99%
Atividade: 99% Atividade: 99% Atividade: 99%

Nome Real: Anderson Andrade

Inventório de Setokaiba Usuário possui 1x Lock Fan Usuário possui 1x Oakley Usuário possui 1x Apple Inc. Fan/User Usuário possui 1x Honda Usuário possui 1x Windows Seven User

Padrão

Não existe ou não costa informações relacionados ao ID da XML no banco de dados.

Por exemplo, se procurar na tabela weapons do banco de dados, não irá encontrar o item 7014, só existe a XML e a SQL não existe.
O mesmo é válido para os outros itens. Leia melhor o erro.

Setokaiba está online agora   Responder com Citação
Antigo 01-12-2010, 03:44 PM   #3
Paquielli
Membro - Veterano
 
Avatar de Paquielli
 
Registrado em: Jan 2009
Localização: Em algum lugar nesse mundo.
Posts: 531
Agradeceu: 341
Agradecido 210 Vezes em 89 Posts
Achei Ruim:
Acharam ruim Vezes em Posts
Meu Sistema
Meu Estado:
Enviar mensagem via Windows Live Messenger para Paquielli
Nome Real: Marcelo Paquielli

Inventório de Paquielli

Padrão

Mas existe sim . Pois vou posta o Dump SQL aqui.
[Somente Usuários Registrados Podem Visualizar os Links Desta PáginaClique aqui para se Registrar]

Paquielli está offline   Responder com Citação
Antigo 01-12-2010, 06:02 PM   #4
MrMonk
Membro - Capitão
 
Avatar de MrMonk
 
Registrado em: Dec 2008
Localização: Itaboraí - RJ
Posts: 129
Agradeceu: 159
Agradecido 64 Vezes em 28 Posts
Achei Ruim:
Acharam ruim Vezes em Posts
Meu Estado:
Pontos: 3,743, Nível: 38
Pontos: 3,743, Nível: 38 Pontos: 3,743, Nível: 38 Pontos: 3,743, Nível: 38
Atividade: 0%
Atividade: 0% Atividade: 0% Atividade: 0%

Nome Real: Paulo Reis

Inventório de MrMonk

Padrão

Mais facil postar o SQL escrito.. não para fazer um DL ...
fica mais mais ajudar e visualizar o problema...

MrMonk está offline   Responder com Citação
Antigo 01-12-2010, 07:02 PM   #5
Paquielli
Membro - Veterano
 
Avatar de Paquielli
 
Registrado em: Jan 2009
Localização: Em algum lugar nesse mundo.
Posts: 531
Agradeceu: 341
Agradecido 210 Vezes em 89 Posts
Achei Ruim:
Acharam ruim Vezes em Posts
Meu Sistema
Meu Estado:
Enviar mensagem via Windows Live Messenger para Paquielli
Nome Real: Marcelo Paquielli

Inventório de Paquielli

Padrão

Código: [Somente Usuários Registrados Podem Visualizar os Links Desta PáginaClique aqui para se Registrar]
/*
MySQL Data Transfer
Source Host: localhost
Source Database: l2jdb
Target Host: localhost
Target Database: l2jdb
Date: 1/12/2010 15:40:45
*/

SET FOREIGN_KEY_CHECKS=0;
-- ----------------------------
-- Table structure for weapon
-- ----------------------------
CREATE TABLE `weapon` (
  `item_id` decimal(11,0) NOT NULL default '0',
  `name` varchar(70) default NULL,
  `bodypart` varchar(15) default NULL,
  `crystallizable` varchar(5) default NULL,
  `weight` decimal(4,0) default NULL,
  `soulshots` decimal(2,0) default NULL,
  `spiritshots` decimal(1,0) default NULL,
  `material` varchar(11) default NULL,
  `crystal_type` varchar(4) default NULL,
  `p_dam` decimal(5,0) default NULL,
  `rnd_dam` decimal(2,0) default NULL,
  `weaponType` varchar(8) default NULL,
  `critical` decimal(2,0) default NULL,
  `hit_modify` decimal(6,5) default NULL,
  `avoid_modify` decimal(2,0) default NULL,
  `shield_def` decimal(3,0) default NULL,
  `shield_def_rate` decimal(2,0) default NULL,
  `atk_speed` decimal(3,0) default NULL,
  `mp_consume` decimal(2,0) default NULL,
  `m_dam` decimal(3,0) default NULL,
  `duration` decimal(3,0) default NULL,
  `price` decimal(11,0) default NULL,
  `crystal_count` int(4) default NULL,
  `sellable` varchar(5) default NULL,
  `dropable` varchar(5) default NULL,
  `destroyable` varchar(5) default NULL,
  `tradeable` varchar(5) default NULL,
  `item_skill_id` decimal(11,0) NOT NULL default '0',
  `item_skill_lvl` decimal(11,0) NOT NULL default '0',
  `enchant4_skill_id` decimal(11,0) NOT NULL default '0',
  `enchant4_skill_lvl` decimal(11,0) NOT NULL default '0',
  `onCast_skill_id` decimal(11,0) NOT NULL default '0',
  `onCast_skill_lvl` decimal(11,0) NOT NULL default '0',
  `onCast_skill_chance` decimal(11,0) NOT NULL default '0',
  `onCrit_skill_id` decimal(11,0) NOT NULL default '0',
  `onCrit_skill_lvl` decimal(11,0) NOT NULL default '0',
  `onCrit_skill_chance` decimal(11,0) NOT NULL default '0',
  PRIMARY KEY  (`item_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

-- ----------------------------
-- Records 
-- ----------------------------
INSERT INTO `weapon` VALUES ('1', 'Short Sword', 'rhand', 'false', '1600', '1', '1', 'steel', 'none', '8', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '6', '-1', '768', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2', 'Long Sword', 'rhand', 'false', '1560', '2', '2', 'fine_steel', 'none', '24', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '17', '-1', '136000', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('3', 'Broadsword', 'rhand', 'false', '1590', '1', '1', 'steel', 'none', '11', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '9', '-1', '12500', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4', 'Club', 'rhand', 'false', '1870', '1', '1', 'wood', 'none', '8', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '6', '-1', '768', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('5', 'Mace', 'rhand', 'false', '1880', '1', '1', 'steel', 'none', '11', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '9', '-1', '12500', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('6', 'Apprentice\'s Wand', 'rhand', 'false', '1350', '1', '1', 'steel', 'none', '5', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '7', '-1', '138', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('7', 'Apprentice\'s Rod', 'rhand', 'false', '1330', '1', '1', 'wood', 'none', '6', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '8', '-1', '768', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8', 'Willow Staff', 'lrhand', 'false', '1080', '1', '1', 'wood', 'none', '11', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '12', '-1', '12500', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('9', 'Cedar Staff', 'lrhand', 'false', '1090', '2', '2', 'wood', 'none', '16', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '16', '-1', '54100', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('10', 'Dagger', 'rhand', 'false', '1160', '1', '1', 'steel', 'none', '5', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '5', '-1', '138', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('11', 'Bone Dagger', 'rhand', 'false', '1150', '1', '1', 'bone', 'none', '7', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '6', '-1', '768', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('12', 'Knife', 'rhand', 'false', '1140', '1', '1', 'bronze', 'none', '10', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '9', '-1', '12500', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('13', 'Short Bow', 'lrhand', 'false', '1950', '1', '1', 'wood', 'none', '16', '5', 'bow', '12', '-3.00000', '0', '0', '0', '293', '1', '6', '-1', '768', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('14', 'Bow', 'lrhand', 'false', '1930', '1', '1', 'wood', 'none', '23', '5', 'bow', '12', '-3.00000', '0', '0', '0', '293', '1', '9', '-1', '12500', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('15', 'Short Spear', 'lrhand', 'false', '2140', '2', '2', 'steel', 'none', '24', '10', 'pole', '8', '-3.00000', '0', '0', '0', '325', '0', '17', '-1', '136000', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('16', 'Long Spear', 'lrhand', 'false', '2120', '2', '2', 'bronze', 'none', '31', '10', 'pole', '8', '-3.00000', '0', '0', '0', '325', '0', '21', '-1', '244000', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('18', 'Leather Shield', 'lhand', 'false', '1430', '0', '0', 'leather', 'none', '0', '0', 'none', '0', '0.00000', '-8', '47', '20', '0', '0', '0', '-1', '39', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('19', 'Small Shield', 'lhand', 'false', '1420', '0', '0', 'steel', 'none', '0', '0', 'none', '0', '0.00000', '-8', '56', '20', '0', '0', '0', '-1', '638', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('20', 'Buckler', 'lhand', 'false', '1410', '0', '0', 'wood', 'none', '0', '0', 'none', '0', '0.00000', '-8', '67', '20', '0', '0', '0', '-1', '2780', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('66', 'Gladius', 'rhand', 'false', '1570', '2', '2', 'steel', 'none', '17', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '12', '-1', '54100', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('67', 'Orcish Sword', 'rhand', 'false', '1570', '2', '2', 'steel', 'none', '17', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '12', '-1', '54100', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('68', 'Falchion', 'rhand', 'false', '1530', '2', '2', 'bronze', 'none', '31', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '21', '-1', '244000', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('69', 'Bastard Sword', 'rhand', 'true', '1510', '2', '2', 'fine_steel', 'd', '51', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '32', '-1', '644000', '1170', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('70', 'Claymore', 'lrhand', 'true', '2090', '3', '3', 'fine_steel', 'd', '112', '10', 'bigsword', '8', '0.00000', '0', '0', '0', '325', '0', '54', '-1', '1800000', '3272', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('71', 'Flamberge', 'lrhand', 'true', '2010', '2', '2', 'bronze', 'c', '130', '10', 'bigsword', '8', '0.00000', '0', '0', '0', '325', '0', '61', '-1', '2290000', '916', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('72', 'Stormbringer', 'rhand', 'true', '1430', '2', '2', 'fine_steel', 'c', '107', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '61', '-1', '2290000', '916', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('73', 'Shamshir', 'rhand', 'true', '1420', '2', '2', 'fine_steel', 'c', '122', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '68', '-1', '2870000', '1148', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('74', 'Katana', 'rhand', 'true', '1420', '2', '2', 'fine_steel', 'c', '122', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '68', '-1', '2870000', '1148', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('75', 'Caliburs', 'rhand', 'true', '1400', '3', '3', 'oriharukon', 'c', '139', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '76', '-1', '4300000', '1720', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('76', 'Sword of Delusion', 'rhand', 'true', '1400', '3', '3', 'mithril', 'c', '139', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '76', '-1', '4300000', '1720', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('77', 'Tsurugi', 'rhand', 'true', '1400', '3', '3', 'fine_steel', 'c', '139', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '76', '-1', '4300000', '1720', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('78', 'Great Sword', 'lrhand', 'true', '1930', '1', '1', 'steel', 'b', '213', '10', 'bigsword', '8', '0.00000', '0', '0', '0', '325', '0', '91', '-1', '8680000', '1157', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('79', 'Sword of Damascus', 'rhand', 'true', '1350', '1', '1', 'damascus', 'b', '194', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '99', '-1', '13100000', '1746', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('80', 'Tallum Blade', 'rhand', 'true', '1330', '1', '1', 'adamantaite', 'a', '213', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '107', '-1', '18300000', '1464', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('81', 'Dragon Slayer', 'lrhand', 'true', '1840', '1', '1', 'bone', 'a', '282', '10', 'bigsword', '8', '0.00000', '0', '0', '0', '325', '0', '114', '-1', '27000000', '2160', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('82', 'God\'s Blade', 'rhand', 'true', '1300', '1', '1', 'adamantaite', 's', '257', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '124', '-1', '38000000', '1900', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('83', 'Sword of Magic', 'rhand', 'true', '970', '2', '2', 'bronze', 'd', '43', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '45', '-1', '716000', '1301', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('84', 'Homunkulus\'s Sword', 'rhand', 'true', '950', '3', '3', 'blood_steel', 'c', '111', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '101', '-1', '4300000', '1720', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('85', 'Phantom Sword', 'rhand', 'true', '860', '1', '1', 'oriharukon', 'a', '170', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '143', '-1', '18300000', '1464', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('86', 'Tomahawk', 'rhand', 'true', '1780', '2', '2', 'bronze', 'd', '51', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '32', '-1', '644000', '1170', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('87', 'Iron Hammer', 'rhand', 'false', '1850', '2', '2', 'steel', 'none', '31', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '21', '-1', '244000', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('88', 'Morning Star', 'rhand', 'true', '1720', '3', '3', 'steel', 'd', '79', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '47', '-1', '1400000', '2545', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('89', 'Big Hammer', 'rhand', 'true', '1710', '2', '2', 'fine_steel', 'c', '107', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '61', '-1', '2290000', '916', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('90', 'Goat Head Staff', 'lrhand', 'true', '1000', '3', '3', 'wood', 'd', '77', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '63', '-1', '1400000', '2545', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('91', 'Heavy War Axe', 'rhand', 'true', '1620', '1', '1', 'fine_steel', 'b', '175', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '91', '-1', '8680000', '1157', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('92', 'Sprite\'s Staff', 'lrhand', 'true', '960', '1', '1', 'wood', 'b', '170', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '122', '-1', '8680000', '1157', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('93', 'Winged Spear', 'lrhand', 'true', '2060', '3', '3', 'fine_steel', 'd', '79', '10', 'pole', '8', '-3.00000', '0', '0', '0', '325', '0', '47', '-1', '1400000', '2545', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('94', 'Bec de Corbin', 'lrhand', 'true', '2020', '2', '2', 'fine_steel', 'c', '122', '10', 'pole', '8', '-3.00000', '0', '0', '0', '325', '0', '68', '-1', '2870000', '1148', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('95', 'Poleaxe', 'lrhand', 'true', '2010', '3', '3', 'bronze', 'c', '139', '10', 'pole', '8', '-3.00000', '0', '0', '0', '325', '0', '76', '-1', '4300000', '1720', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('96', 'Scythe', 'lrhand', 'true', '2040', '2', '2', 'fine_steel', 'c', '107', '10', 'pole', '8', '-3.00000', '0', '0', '0', '325', '0', '61', '-1', '2290000', '916', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('97', 'Lance', 'lrhand', 'true', '1920', '1', '1', 'blood_steel', 'b', '194', '10', 'pole', '8', '-3.00000', '0', '0', '0', '325', '0', '99', '-1', '13100000', '1746', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('98', 'Halberd', 'lrhand', 'true', '1900', '1', '1', 'oriharukon', 'a', '213', '10', 'pole', '8', '-3.00000', '0', '0', '0', '325', '0', '107', '-1', '18300000', '1464', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('99', 'Apprentice\'s Spellbook', 'rhand', 'false', '650', '1', '1', 'paper', 'none', '9', '10', 'etc', '8', '0.00000', '0', '0', '0', '379', '0', '12', '-1', '12500', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('100', 'Voodoo Doll', 'rhand', 'false', '630', '2', '2', 'wood', 'none', '25', '10', 'etc', '8', '0.00000', '0', '0', '0', '379', '0', '28', '-1', '244000', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('101', 'Scroll of Wisdom', 'rhand', 'true', '610', '2', '2', 'paper', 'd', '32', '10', 'etc', '8', '0.00000', '0', '0', '0', '379', '0', '35', '-1', '409000', '743', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('102', 'Round Shield', 'lhand', 'false', '1390', '0', '0', 'steel', 'none', '0', '0', 'none', '0', '0.00000', '-8', '79', '20', '0', '0', '0', '-1', '7110', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('103', 'Tower Shield', 'lhand', 'true', '1240', '0', '0', 'fine_steel', 'c', '0', '0', 'none', '0', '0.00000', '-8', '190', '20', '0', '0', '0', '-1', '258000', '103', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('104', 'Shield of Victory', 'lhand', 'true', '6400', '0', '0', 'oriharukon', 'b', '0', '0', 'none', '0', '0.00000', '-8', '216', '20', '0', '0', '0', '-1', '545000', '72', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('105', 'Implosion Shield', 'lhand', 'true', '4800', '0', '0', 'damascus', 'b', '0', '0', 'none', '0', '0.00000', '-8', '216', '20', '0', '0', '0', '-1', '545000', '72', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('106', 'Dark Dragon Shield', 'lhand', 'true', '4800', '0', '0', 'damascus', 'b', '0', '0', 'none', '0', '0.00000', '-8', '230', '20', '0', '0', '0', '-1', '845000', '112', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('107', 'Composite Shield', 'lhand', 'true', '1230', '0', '0', 'fine_steel', 'c', '0', '0', 'none', '0', '0.00000', '-8', '190', '20', '0', '0', '0', '-1', '258000', '103', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('108', 'Masterpiece Shield', 'lhand', 'true', '5600', '0', '0', 'oriharukon', 'b', '0', '0', 'none', '0', '0.00000', '-8', '230', '20', '0', '0', '0', '-1', '845000', '112', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('109', 'Shield of Solar Eclipse', 'lhand', 'true', '4800', '0', '0', 'blood_steel', 'b', '0', '0', 'none', '0', '0.00000', '-8', '216', '20', '0', '0', '0', '-1', '545000', '72', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('110', 'Doom Shield', 'lhand', 'true', '1200', '0', '0', 'fine_steel', 'b', '0', '0', 'none', '0', '0.00000', '-8', '230', '20', '0', '0', '0', '-1', '845000', '112', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('111', 'Shield of Pledge', 'lhand', 'true', '4800', '0', '0', 'fine_steel', 'b', '0', '0', 'none', '0', '0.00000', '-8', '216', '20', '0', '0', '0', '-1', '545000', '72', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('120', 'Sword of Reflection', 'rhand', 'false', '1550', '2', '2', 'bronze', 'none', '24', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '17', '-1', '136000', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('121', 'Sword of Watershadow', 'rhand', 'false', '1540', '2', '2', 'bronze', 'none', '24', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '17', '-1', '136000', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('122', 'Handmade Sword', 'rhand', 'false', '1570', '2', '2', 'bronze', 'none', '17', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '12', '-1', '54100', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('123', 'Saber', 'rhand', 'true', '1520', '2', '2', 'steel', 'd', '40', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '26', '-1', '409000', '743', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('124', 'Two-Handed Sword', 'lrhand', 'true', '2180', '2', '2', 'fine_steel', 'd', '78', '10', 'bigsword', '8', '0.00000', '0', '0', '0', '325', '0', '39', '-1', '967000', '1758', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('125', 'Spinebone Sword', 'rhand', 'true', '1510', '2', '2', 'bone', 'd', '51', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '32', '-1', '644000', '1170', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('126', 'Artisan\'s Sword', 'rhand', 'true', '1500', '2', '2', 'steel', 'd', '51', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '32', '-1', '644000', '1170', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('127', 'Crimson Sword', 'rhand', 'true', '1490', '2', '2', 'fine_steel', 'd', '64', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '39', '-1', '967000', '1758', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('128', 'Knight\'s Sword', 'rhand', 'true', '1500', '2', '2', 'steel', 'd', '51', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '32', '-1', '644000', '1170', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('129', 'Sword of Revolution', 'rhand', 'true', '1450', '3', '3', 'fine_steel', 'd', '79', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '47', '-1', '1400000', '2545', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('130', 'Elven Sword', 'rhand', 'true', '1470', '2', '2', 'mithril', 'd', '64', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '39', '-1', '967000', '1758', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('131', 'Spirit Sword', 'rhand', 'true', '1420', '2', '2', 'fine_steel', 'c', '122', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '68', '-1', '2870000', '1148', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('132', 'Sword of Limit', 'rhand', 'true', '1400', '3', '3', 'fine_steel', 'c', '139', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '76', '-1', '4300000', '1720', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('133', 'Raid Sword', 'rhand', 'true', '1420', '2', '2', 'fine_steel', 'c', '122', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '68', '-1', '2870000', '1148', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('134', 'Sword of Nightmare', 'rhand', 'true', '1400', '3', '3', 'blood_steel', 'c', '139', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '76', '-1', '4300000', '1720', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('135', 'Samurai Longsword', 'rhand', 'true', '1380', '3', '3', 'oriharukon', 'c', '156', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '83', '-1', '6130000', '2452', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('136', 'Blade of Serenity', 'rhand', 'true', '1370', '1', '1', 'mithril', 'b', '175', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '91', '-1', '8680000', '1157', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('137', 'Mist Sword', 'rhand', 'true', '1370', '1', '1', 'mithril', 'b', '175', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '91', '-1', '8680000', '1157', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('138', 'Sword of Desert', 'rhand', 'true', '1370', '1', '1', 'blood_steel', 'b', '175', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '91', '-1', '8680000', '1157', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('139', 'Dusk Sword', 'rhand', 'true', '1370', '1', '1', 'blood_steel', 'b', '175', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '91', '-1', '8680000', '1157', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('140', 'Eminence Sword', 'rhand', 'true', '1370', '1', '1', 'chrysolite', 'b', '175', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '91', '-1', '8680000', '1157', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('141', 'Hazard Sword', 'rhand', 'true', '1370', '1', '1', 'blood_steel', 'b', '175', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '91', '-1', '8680000', '1157', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('142', 'Keshanberk', 'rhand', 'true', '1370', '1', '1', 'oriharukon', 'b', '175', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '91', '-1', '8680000', '1157', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('143', 'Sword of Mystic', 'rhand', 'true', '980', '2', '2', 'fine_steel', 'd', '43', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '45', '-1', '716000', '1301', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('144', 'Sword of Occult', 'rhand', 'true', '970', '2', '2', 'fine_steel', 'd', '43', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '45', '-1', '716000', '1301', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('145', 'Sword of Whispering Death', 'rhand', 'true', '920', '3', '3', 'fine_steel', 'c', '111', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '101', '-1', '4300000', '1720', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('146', 'Ghoulbane', 'rhand', 'true', '910', '1', '1', 'damascus', 'b', '140', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '122', '-1', '8680000', '1157', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('147', 'Tear of Darkness', 'rhand', 'true', '830', '1', '1', 'blood_steel', 'a', '170', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '143', '-1', '18300000', '1464', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('148', 'Sword of Valhalla', 'rhand', 'true', '900', '1', '1', 'oriharukon', 'b', '140', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '122', '-1', '8680000', '1157', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('149', 'Sword of Life', 'rhand', 'true', '840', '1', '1', 'mithril', 'a', '170', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '143', '-1', '18300000', '1464', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('150', 'Elemental Sword', 'rhand', 'true', '830', '1', '1', 'mithril', 'a', '170', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '143', '-1', '18300000', '1464', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('151', 'Sword of Miracles', 'rhand', 'true', '840', '1', '1', 'adamantaite', 'a', '186', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '152', '-1', '27000000', '2160', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('152', 'Heavy Chisel', 'rhand', 'false', '1890', '1', '1', 'steel', 'none', '10', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '8', '-1', '8070', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('153', 'Sickle', 'rhand', 'false', '1850', '1', '1', 'steel', 'none', '12', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '9', '-1', '18500', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('154', 'Dwarven Mace', 'rhand', 'false', '1860', '2', '2', 'bronze', 'none', '17', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '12', '-1', '54100', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('155', 'Buzdygan', 'rhand', 'false', '1800', '2', '2', 'steel', 'none', '31', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '21', '-1', '244000', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('156', 'Hand Axe', 'rhand', 'true', '1820', '2', '2', 'steel', 'd', '40', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '26', '-1', '409000', '743', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('157', 'Spiked Club', 'rhand', 'true', '1750', '2', '2', 'steel', 'd', '64', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '39', '-1', '967000', '1758', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('158', 'Tarbar', 'rhand', 'true', '1730', '3', '3', 'fine_steel', 'd', '79', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '47', '-1', '1400000', '2545', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('159', 'Bonebreaker', 'rhand', 'true', '1720', '3', '3', 'fine_steel', 'd', '92', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '54', '-1', '1800000', '3272', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('160', 'Battle Axe', 'rhand', 'true', '1720', '2', '2', 'fine_steel', 'c', '107', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '61', '-1', '2290000', '916', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('161', 'Silver Axe', 'rhand', 'true', '1690', '2', '2', 'fine_steel', 'c', '107', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '61', '-1', '2290000', '916', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('162', 'War Axe', 'rhand', 'true', '1660', '3', '3', 'fine_steel', 'c', '139', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '76', '-1', '4300000', '1720', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('163', '_', 'rhand', 'true', '4000', '1', '1', 'mithril', 'b', '175', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '91', '-1', '8680000', '1157', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('164', 'Elysian', 'rhand', 'true', '1580', '1', '1', 'oriharukon', 'a', '232', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '114', '-1', '27000000', '2160', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('165', 'Yablonski\'s Hammer', 'rhand', 'true', '1570', '1', '1', 'adamantaite', 's', '251', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '121', '-1', '35300000', '1765', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('166', 'Heavy Mace', 'rhand', 'true', '1800', '2', '2', 'steel', 'd', '40', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '26', '-1', '409000', '743', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('167', 'Scalpel', 'rhand', 'true', '1810', '2', '2', 'steel', 'd', '40', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '26', '-1', '409000', '743', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('168', 'Work Hammer', 'rhand', 'true', '1790', '2', '2', 'steel', 'd', '40', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '26', '-1', '409000', '743', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('169', 'Skull Breaker', 'rhand', 'true', '1740', '3', '3', 'fine_steel', 'd', '79', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '47', '-1', '1400000', '2545', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('170', '_', 'rhand', 'true', '6400', '1', '1', 'fine_steel', 'a', '258', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '86', '-1', '16600000', '7', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('171', 'Deadman\'s Glory', 'rhand', 'true', '1600', '1', '1', 'bone', 'b', '194', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '99', '-1', '13100000', '1746', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('172', 'Heavy Bone Club', 'rhand', 'true', '1730', '3', '3', 'bone', 'd', '79', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '47', '-1', '1400000', '2545', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('173', 'Skull Graver', 'rhand', 'true', '1640', '2', '2', 'fine_steel', 'c', '107', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '61', '-1', '2290000', '916', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('174', 'Nirvana Axe', 'rhand', 'true', '1150', '3', '3', 'fine_steel', 'c', '111', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '101', '-1', '4300000', '1720', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('175', 'Art of Battle Axe', 'rhand', 'true', '1570', '1', '1', 'chrysolite', 'b', '194', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '99', '-1', '13100000', '1746', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('176', 'Journeyman\'s Staff', 'lrhand', 'false', '1070', '2', '2', 'wood', 'none', '23', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '22', '-1', '136000', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('177', 'Mage Staff', 'lrhand', 'false', '1050', '2', '2', 'wood', 'none', '30', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '28', '-1', '244000', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('178', 'Bone Staff', 'lrhand', 'true', '1060', '2', '2', 'bone', 'd', '39', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '35', '-1', '409000', '743', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('179', 'Mace of Prayer', 'rhand', 'true', '1300', '2', '2', 'steel', 'd', '41', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '43', '-1', '644000', '1170', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('180', 'Mace of Judgment', 'rhand', 'true', '1280', '2', '2', 'steel', 'd', '41', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '43', '-1', '644000', '1170', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('181', 'Mace of Miracle', 'rhand', 'true', '1250', '2', '2', 'steel', 'd', '41', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '43', '-1', '644000', '1170', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('182', 'Doom Hammer', 'rhand', 'true', '1200', '2', '2', 'steel', 'd', '41', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '43', '-1', '644000', '1170', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('183', 'Mystic Staff', 'lrhand', 'true', '1040', '2', '2', 'wood', 'd', '50', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '43', '-1', '644000', '1170', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('184', 'Conjuror\'s Staff', 'lrhand', 'true', '1030', '2', '2', 'oriharukon', 'd', '50', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '43', '-1', '644000', '1170', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('185', 'Staff of Mana', 'lrhand', 'true', '1040', '2', '2', 'wood', 'd', '50', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '43', '-1', '644000', '1170', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('186', 'Staff of Magic', 'lrhand', 'true', '1020', '2', '2', 'wood', 'd', '62', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '52', '-1', '967000', '1758', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('187', 'Atuba Hammer', 'lrhand', 'true', '1010', '3', '3', 'fine_steel', 'd', '90', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '72', '-1', '1800000', '3272', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('188', 'Ghost Staff', 'lrhand', 'true', '1000', '3', '3', 'wood', 'd', '90', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '72', '-1', '1800000', '3272', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('189', 'Staff of Life', 'rhand', 'true', '1180', '3', '3', 'wood', 'd', '74', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '72', '-1', '1800000', '3272', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('190', 'Atuba Mace', 'lrhand', 'true', '1010', '3', '3', 'fine_steel', 'd', '90', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '72', '-1', '1800000', '3272', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('191', 'Heavy Doom Hammer', 'lrhand', 'true', '1020', '2', '2', 'fine_steel', 'c', '103', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '81', '-1', '2290000', '916', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('192', 'Crystal Staff', 'lrhand', 'true', '1020', '2', '2', 'crystal', 'c', '103', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '81', '-1', '2290000', '916', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('193', 'Stick of Faith', 'rhand', 'true', '1160', '2', '2', 'wood', 'c', '85', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '81', '-1', '2290000', '916', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('194', 'Heavy Doom Axe', 'lrhand', 'true', '1010', '2', '2', 'fine_steel', 'c', '103', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '81', '-1', '2290000', '916', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('195', 'Cursed Staff', 'lrhand', 'true', '1000', '2', '2', 'wood', 'c', '119', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '91', '-1', '2870000', '1148', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('196', 'Stick of Eternity', 'rhand', 'true', '1130', '3', '3', 'wood', 'c', '111', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '101', '-1', '4300000', '1720', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('197', 'Paradia Staff', 'lrhand', 'true', '1010', '3', '3', 'wood', 'c', '135', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '101', '-1', '4300000', '1720', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('198', 'Inferno Staff', 'lrhand', 'true', '1000', '3', '3', 'wood', 'c', '135', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '101', '-1', '4300000', '1720', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('199', 'Pa\'agrian Hammer', 'lrhand', 'true', '1010', '3', '3', 'blood_steel', 'c', '135', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '101', '-1', '4300000', '1720', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('200', 'Sage\'s Staff', 'lrhand', 'true', '1000', '3', '3', 'wood', 'c', '135', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '101', '-1', '4300000', '1720', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('201', 'Club of Nature', 'rhand', 'true', '1100', '3', '3', 'wood', 'c', '111', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '101', '-1', '4300000', '1720', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('202', 'Mace of The Underworld', 'rhand', 'true', '1090', '3', '3', 'fine_steel', 'c', '111', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '101', '-1', '4300000', '1720', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('203', 'Pa\'agrian Axe', 'lrhand', 'true', '990', '3', '3', 'blood_steel', 'c', '141', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '104', '-1', '4780000', '1912', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('204', 'Deadman\'s Staff', 'lrhand', 'true', '1010', '3', '3', 'bone', 'c', '152', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '111', '-1', '6130000', '2452', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('205', 'Ghoul\'s Staff', 'lrhand', 'true', '1000', '3', '3', 'bone', 'c', '152', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '111', '-1', '6130000', '2452', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('206', 'Demon\'s Staff', 'lrhand', 'true', '990', '3', '3', 'wood', 'c', '152', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '111', '-1', '6130000', '2452', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('207', 'Staff of Phantom', 'lrhand', 'true', '980', '1', '1', 'oriharukon', 'b', '170', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '122', '-1', '8680000', '1157', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('208', 'Staff of Seal', 'lrhand', 'true', '970', '1', '1', 'wood', 'b', '170', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '122', '-1', '8680000', '1157', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('209', 'Divine Staff', 'lrhand', 'true', '960', '1', '1', 'wood', 'b', '189', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '132', '-1', '13100000', '1746', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('210', 'Staff of Evil Spirits', 'lrhand', 'true', '930', '1', '1', 'wood', 'b', '189', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '132', '-1', '13100000', '1746', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('211', 'Staff of Nobility', 'lrhand', 'true', '910', '1', '1', 'wood', 'b', '189', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '132', '-1', '13100000', '1746', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('212', 'Dasparion\'s Staff', 'lrhand', 'true', '920', '1', '1', 'adamantaite', 'a', '207', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '143', '-1', '18300000', '1464', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('213', 'Branch of The Mother Tree', 'lrhand', 'true', '900', '1', '1', 'wood', 'a', '226', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '152', '-1', '27000000', '2160', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('214', 'The Staff', 'lrhand', 'true', '910', '1', '1', 'wood', 's', '245', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '162', '-1', '35300000', '1765', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('215', 'Doom Dagger', 'rhand', 'false', '1130', '1', '1', 'steel', 'none', '10', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '9', '-1', '12500', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('216', 'Dirk', 'rhand', 'false', '1130', '2', '2', 'steel', 'none', '15', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '12', '-1', '54100', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('217', 'Shining Knife', 'rhand', 'false', '1120', '2', '2', 'mithril', 'none', '21', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '17', '-1', '136000', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('218', 'Throwing Knife', 'rhand', 'false', '1120', '2', '2', 'fine_steel', 'none', '21', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '17', '-1', '136000', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('219', 'Sword Breaker', 'rhand', 'false', '1110', '2', '2', 'steel', 'none', '27', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '21', '-1', '244000', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('220', 'Crafted Dagger', 'rhand', 'true', '1100', '2', '2', 'chrysolite', 'd', '35', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '26', '-1', '409000', '743', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('221', 'Assassin Knife', 'rhand', 'true', '1100', '2', '2', 'steel', 'd', '35', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '26', '-1', '409000', '743', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('222', 'Poniard Dagger', 'rhand', 'true', '1090', '2', '2', 'steel', 'd', '45', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '32', '-1', '644000', '1170', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('223', 'Kukuri', 'rhand', 'true', '1080', '2', '2', 'fine_steel', 'd', '56', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '39', '-1', '967000', '1758', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('224', 'Maingauche', 'rhand', 'true', '1070', '3', '3', 'fine_steel', 'd', '69', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '47', '-1', '1400000', '2545', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('225', 'Mithril Dagger', 'rhand', 'true', '1060', '3', '3', 'mithril', 'd', '80', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '54', '-1', '1800000', '3272', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('226', 'Cursed Dagger', 'rhand', 'true', '1040', '2', '2', 'mithril', 'c', '94', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '61', '-1', '2290000', '916', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('227', 'Stiletto', 'rhand', 'true', '1030', '2', '2', 'fine_steel', 'c', '107', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '68', '-1', '2870000', '1148', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('228', 'Crystal Dagger', 'rhand', 'true', '1000', '3', '3', 'crystal', 'c', '136', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '83', '-1', '6130000', '2452', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('229', 'Kris', 'rhand', 'true', '980', '1', '1', 'mithril', 'b', '153', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '91', '-1', '8680000', '1157', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('230', 'Wolverine Needle', 'rhand', 'true', '1040', '2', '2', 'fine_steel', 'c', '94', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '61', '-1', '2290000', '916', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('231', 'Grace Dagger', 'rhand', 'true', '1020', '3', '3', 'fine_steel', 'c', '122', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '76', '-1', '4300000', '1720', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('232', 'Dark Elven Dagger', 'rhand', 'true', '1050', '2', '2', 'fine_steel', 'c', '94', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '61', '-1', '2290000', '916', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('233', 'Dark Screamer', 'rhand', 'true', '1010', '3', '3', 'fine_steel', 'c', '122', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '76', '-1', '4300000', '1720', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('234', 'Demon Dagger', 'rhand', 'true', '970', '1', '1', 'blood_steel', 'b', '170', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '99', '-1', '13100000', '1746', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('235', 'Bloody Orchid', 'rhand', 'true', '960', '1', '1', 'blood_steel', 'a', '186', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '107', '-1', '18300000', '1464', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('236', 'Soul Separator', 'rhand', 'true', '950', '1', '1', 'oriharukon', 'a', '203', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '114', '-1', '27000000', '2160', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('237', 'Dragon\'s Tooth', 'rhand', 'true', '950', '1', '1', 'bone', 's', '220', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '121', '-1', '35300000', '1765', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('238', 'Dagger of Mana', 'rhand', 'true', '750', '2', '2', 'fine_steel', 'd', '45', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '52', '-1', '967000', '1758', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('239', 'Mystic Knife', 'rhand', 'true', '760', '2', '2', 'fine_steel', 'd', '45', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '52', '-1', '967000', '1758', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('240', 'Conjurer\'s Knife', 'rhand', 'true', '750', '2', '2', 'fine_steel', 'd', '45', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '52', '-1', '967000', '1758', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('241', 'Shilen Knife', 'rhand', 'true', '750', '2', '2', 'bronze', 'd', '45', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '52', '-1', '967000', '1758', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('242', 'Soulfire Dirk', 'rhand', 'true', '750', '2', '2', 'fine_steel', 'c', '86', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '91', '-1', '2870000', '1148', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('243', 'Hell Knife', 'rhand', 'true', '740', '1', '1', 'blood_steel', 'b', '122', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '122', '-1', '8680000', '1157', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('244', 'Elven Fighter Fist', 'rhand', 'false', '0', '0', '0', 'leather', 'none', '0', '5', 'fist', '4', '4.00000', '0', '0', '0', '325', '0', '0', '-1', '22', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('245', 'Dark Fighter Fist', 'rhand', 'false', '0', '0', '0', 'leather', 'none', '0', '5', 'fist', '4', '4.00000', '0', '0', '0', '325', '0', '0', '-1', '33', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('246', 'Human Fighter Fist', 'rhand', 'false', '0', '0', '0', 'leather', 'none', '0', '5', 'fist', '4', '4.00000', '0', '0', '0', '325', '0', '0', '-1', '44', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('247', 'Dwarven Fighter Fist', 'rhand', 'false', '0', '0', '0', 'leather', 'none', '0', '5', 'fist', '4', '4.00000', '0', '0', '0', '325', '0', '0', '-1', '56', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('248', 'Orc Fighter Fist', 'rhand', 'false', '0', '0', '0', 'leather', 'none', '0', '5', 'fist', '4', '4.00000', '0', '0', '0', '325', '0', '0', '-1', '67', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('249', 'Elven Mystic Fist', 'rhand', 'false', '0', '0', '0', 'leather', 'none', '0', '5', 'fist', '4', '4.00000', '0', '0', '0', '325', '0', '0', '-1', '11', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('250', 'Dark Mystic Fist', 'rhand', 'false', '0', '0', '0', 'leather', 'none', '0', '5', 'fist', '4', '4.00000', '0', '0', '0', '325', '0', '0', '-1', '22', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('251', 'Human Mystic Fist', 'rhand', 'false', '0', '0', '0', 'leather', 'none', '0', '5', 'fist', '4', '4.00000', '0', '0', '0', '325', '0', '0', '-1', '33', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('252', 'Orc Shaman Fist', 'rhand', 'false', '0', '0', '0', 'leather', 'none', '0', '10', 'fist', '8', '0.00000', '0', '0', '0', '379', '0', '0', '-1', '44', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('253', 'Spiked Gloves', 'lrhand', 'false', '1590', '1', '1', 'leather', 'none', '10', '5', 'dualfist', '4', '4.00000', '0', '0', '0', '325', '0', '6', '-1', '768', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('254', 'Iron Gloves', 'lrhand', 'false', '1580', '1', '1', 'steel', 'none', '13', '5', 'dualfist', '4', '4.00000', '0', '0', '0', '325', '0', '9', '-1', '12500', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('255', 'Fox Claw Gloves', 'lrhand', 'false', '1560', '2', '2', 'steel', 'none', '21', '5', 'dualfist', '4', '4.00000', '0', '0', '0', '325', '0', '12', '-1', '54100', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('256', 'Cestus', 'lrhand', 'false', '1570', '2', '2', 'steel', 'none', '29', '5', 'dualfist', '4', '4.00000', '0', '0', '0', '325', '0', '17', '-1', '136000', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('257', 'Viper\'s Fang', 'lrhand', 'false', '1560', '2', '2', 'steel', 'none', '38', '5', 'dualfist', '4', '4.00000', '0', '0', '0', '325', '0', '21', '-1', '244000', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('258', 'Bagh-Nakh', 'lrhand', 'true', '1540', '2', '2', 'steel', 'd', '49', '5', 'dualfist', '4', '4.00000', '0', '0', '0', '325', '0', '26', '-1', '409000', '743', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('259', 'Single-Edged Jamadhr', 'lrhand', 'true', '1550', '2', '2', 'steel', 'd', '62', '5', 'dualfist', '4', '4.00000', '0', '0', '0', '325', '0', '32', '-1', '644000', '1170', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('260', 'Triple-Edged Jamadhr', 'lrhand', 'true', '1540', '2', '2', 'fine_steel', 'd', '78', '5', 'dualfist', '4', '4.00000', '0', '0', '0', '325', '0', '39', '-1', '967000', '1758', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('261', 'Bich\'Hwa', 'lrhand', 'true', '1510', '3', '3', 'fine_steel', 'd', '96', '5', 'dualfist', '4', '4.00000', '0', '0', '0', '325', '0', '47', '-1', '1400000', '2545', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('262', 'Scallop Jamadhr', 'lrhand', 'true', '1520', '3', '3', 'fine_steel', 'd', '112', '5', 'dualfist', '4', '4.00000', '0', '0', '0', '325', '0', '54', '-1', '1800000', '3272', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('263', 'Chakram', 'lrhand', 'true', '1490', '2', '2', 'fine_steel', 'c', '130', '5', 'dualfist', '4', '4.00000', '0', '0', '0', '325', '0', '61', '-1', '2290000', '916', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('264', 'Pata', 'lrhand', 'true', '1440', '1', '1', 'fine_steel', 'b', '204', '5', 'dualfist', '4', '4.00000', '0', '0', '0', '325', '0', '89', '-1', '7830000', '1044', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('265', 'Fisted Blade', 'lrhand', 'true', '1480', '3', '3', 'fine_steel', 'c', '169', '5', 'dualfist', '4', '4.00000', '0', '0', '0', '325', '0', '76', '-1', '4300000', '1720', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('266', 'Great Pata', 'lrhand', 'true', '1460', '3', '3', 'chrysolite', 'c', '190', '5', 'dualfist', '4', '4.00000', '0', '0', '0', '325', '0', '83', '-1', '6130000', '2452', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('267', 'Arthro Nail', 'lrhand', 'true', '1420', '1', '1', 'blood_steel', 'b', '213', '5', 'dualfist', '4', '4.00000', '0', '0', '0', '325', '0', '91', '-1', '8680000', '1157', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('268', 'Bellion Cestus', 'lrhand', 'true', '1390', '1', '1', 'mithril', 'b', '236', '5', 'dualfist', '4', '4.00000', '0', '0', '0', '325', '0', '99', '-1', '13100000', '1746', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('269', 'Blood Tornado', 'lrhand', 'true', '1370', '1', '1', 'blood_steel', 'a', '259', '5', 'dualfist', '4', '4.00000', '0', '0', '0', '325', '0', '107', '-1', '18300000', '1464', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('270', 'Dragon Grinder', 'lrhand', 'true', '1350', '1', '1', 'adamantaite', 'a', '282', '5', 'dualfist', '4', '4.00000', '0', '0', '0', '325', '0', '114', '-1', '27000000', '2160', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('271', 'Hunting Bow', 'lrhand', 'false', '1910', '6', '2', 'wood', 'none', '34', '5', 'bow', '12', '-3.00000', '0', '0', '0', '293', '2', '12', '-1', '54100', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('272', 'Forest Bow', 'lrhand', 'false', '1900', '7', '2', 'wood', 'none', '49', '5', 'bow', '12', '-3.00000', '0', '0', '0', '293', '3', '17', '-1', '136000', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('273', 'Composition Bow', 'lrhand', 'false', '1880', '7', '2', 'steel', 'none', '64', '5', 'bow', '12', '-3.00000', '0', '0', '0', '293', '3', '21', '-1', '244000', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('274', 'Strengthened Bow', 'lrhand', 'true', '1870', '6', '2', 'steel', 'd', '82', '5', 'bow', '12', '-3.00000', '0', '0', '0', '293', '3', '26', '-1', '409000', '743', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('275', 'Long Bow', 'lrhand', 'true', '1830', '6', '2', 'steel', 'd', '114', '5', 'bow', '12', '-3.00000', '0', '0', '0', '227', '4', '35', '-1', '644000', '1170', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('276', 'Elven Bow', 'lrhand', 'true', '1850', '6', '2', 'mithril', 'd', '105', '5', 'bow', '12', '-3.00000', '0', '0', '0', '293', '4', '32', '-1', '644000', '1170', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('277', 'Dark Elven Bow', 'lrhand', 'true', '1830', '6', '2', 'steel', 'd', '105', '5', 'bow', '12', '-3.00000', '0', '0', '0', '293', '4', '32', '-1', '644000', '1170', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('278', 'Gastraphetes', 'lrhand', 'true', '1840', '8', '2', 'fine_steel', 'd', '132', '5', 'bow', '12', '-3.00000', '0', '0', '0', '293', '4', '39', '-1', '967000', '1758', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('279', 'Strengthened Long Bow', 'lrhand', 'true', '1820', '10', '3', 'fine_steel', 'd', '179', '5', 'bow', '12', '-3.00000', '0', '0', '0', '227', '5', '51', '-1', '1400000', '2545', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('280', 'Light Crossbow', 'lrhand', 'true', '1810', '10', '3', 'fine_steel', 'd', '191', '5', 'bow', '12', '-3.00000', '0', '0', '0', '293', '6', '54', '-1', '1800000', '3272', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('281', 'Crystallized Ice Bow', 'lrhand', 'true', '1790', '8', '2', 'crystal', 'c', '220', '5', 'bow', '12', '-3.00000', '0', '0', '0', '293', '6', '61', '-1', '2290000', '916', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('282', 'Elemental Bow', 'lrhand', 'true', '1770', '8', '2', 'fine_steel', 'c', '277', '5', 'bow', '12', '-3.00000', '0', '0', '0', '227', '7', '75', '-1', '2870000', '1148', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('283', 'Akat Long Bow', 'lrhand', 'true', '1740', '9', '3', 'horn', 'c', '316', '5', 'bow', '12', '-3.00000', '0', '0', '0', '227', '7', '84', '-1', '4300000', '1720', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('284', 'Dark Elven Long Bow', 'lrhand', 'true', '1720', '3', '1', 'oriharukon', 'b', '397', '5', 'bow', '12', '-3.00000', '0', '0', '0', '227', '8', '100', '-1', '8680000', '1157', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('285', 'Noble Elven Bow', 'lrhand', 'true', '1760', '8', '2', 'mithril', 'c', '252', '5', 'bow', '12', '-3.00000', '0', '0', '0', '293', '7', '68', '-1', '2870000', '1148', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('286', 'Eminence Bow', 'lrhand', 'true', '1720', '10', '3', 'chrysolite', 'c', '323', '5', 'bow', '12', '-3.00000', '0', '0', '0', '293', '8', '83', '-1', '6130000', '2452', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('287', 'Bow of Peril', 'lrhand', 'true', '1700', '3', '1', 'blood_steel', 'b', '400', '5', 'bow', '12', '-3.00000', '0', '0', '0', '293', '9', '99', '-1', '13100000', '1746', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('288', 'Carnage Bow', 'lrhand', 'true', '1670', '2', '1', 'damascus', 'a', '440', '5', 'bow', '12', '-3.00000', '0', '0', '0', '293', '9', '107', '-1', '18300000', '1464', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('289', 'Soul Bow', 'lrhand', 'true', '1660', '2', '1', 'oriharukon', 'a', '528', '5', 'bow', '12', '-3.00000', '0', '0', '0', '227', '10', '125', '-1', '27000000', '2160', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('290', 'The Bow', 'lrhand', 'true', '1650', '1', '1', 'adamantaite', 's', '519', '5', 'bow', '12', '-3.00000', '0', '0', '0', '293', '10', '121', '-1', '35300000', '1765', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('291', 'Trident', 'lrhand', 'true', '2100', '2', '2', 'bronze', 'd', '40', '10', 'pole', '8', '-3.00000', '0', '0', '0', '325', '0', '26', '-1', '409000', '743', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('292', 'Pike', 'lrhand', 'true', '2090', '2', '2', 'steel', 'd', '51', '10', 'pole', '8', '-3.00000', '0', '0', '0', '325', '0', '32', '-1', '644000', '1170', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('293', 'War Hammer', 'lrhand', 'true', '2080', '2', '2', 'fine_steel', 'd', '64', '10', 'pole', '8', '-3.00000', '0', '0', '0', '325', '0', '39', '-1', '967000', '1758', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('294', 'War Pick', 'lrhand', 'true', '2050', '3', '3', 'fine_steel', 'd', '79', '10', 'pole', '8', '-3.00000', '0', '0', '0', '325', '0', '47', '-1', '1400000', '2545', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('295', 'Dwarven Trident', 'lrhand', 'true', '2090', '2', '2', 'steel', 'd', '51', '10', 'pole', '8', '-3.00000', '0', '0', '0', '325', '0', '32', '-1', '644000', '1170', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('296', 'Dwarven Pike', 'lrhand', 'true', '2070', '2', '2', 'fine_steel', 'd', '64', '10', 'pole', '8', '-3.00000', '0', '0', '0', '325', '0', '39', '-1', '967000', '1758', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('297', 'Glaive', 'lrhand', 'true', '2050', '3', '3', 'fine_steel', 'd', '92', '10', 'pole', '8', '-3.00000', '0', '0', '0', '325', '0', '54', '-1', '1800000', '3272', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('298', 'Orcish Glaive', 'lrhand', 'true', '2030', '2', '2', 'fine_steel', 'c', '107', '10', 'pole', '8', '-3.00000', '0', '0', '0', '325', '0', '61', '-1', '2290000', '916', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('299', 'Orcish Poleaxe', 'lrhand', 'true', '1950', '3', '3', 'blood_steel', 'c', '156', '10', 'pole', '8', '-3.00000', '0', '0', '0', '325', '0', '83', '-1', '6130000', '2452', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('300', 'Great Axe', 'lrhand', 'true', '1940', '1', '1', 'damascus', 'b', '175', '10', 'pole', '8', '-3.00000', '0', '0', '0', '325', '0', '91', '-1', '8680000', '1157', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('301', 'Scorpion', 'lrhand', 'true', '1990', '3', '3', 'fine_steel', 'c', '144', '10', 'pole', '8', '-3.00000', '0', '0', '0', '325', '0', '78', '-1', '4780000', '1912', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('302', 'Body Slasher', 'lrhand', 'true', '2030', '2', '2', 'fine_steel', 'c', '107', '10', 'pole', '8', '-3.00000', '0', '0', '0', '325', '0', '61', '-1', '2290000', '916', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('303', 'Widow Maker', 'lrhand', 'true', '1980', '3', '3', 'fine_steel', 'c', '144', '10', 'pole', '8', '-3.00000', '0', '0', '0', '325', '0', '78', '-1', '4780000', '1912', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('304', 'Orcish Halberd', 'lrhand', 'true', '1880', '1', '1', 'blood_steel', 'a', '219', '10', 'pole', '8', '-3.00000', '0', '0', '0', '325', '0', '109', '-1', '21300000', '1704', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('305', 'Tallum Glaive', 'lrhand', 'true', '1840', '1', '1', 'chrysolite', 'a', '232', '10', 'pole', '8', '-3.00000', '0', '0', '0', '325', '0', '114', '-1', '27000000', '2160', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('306', 'Dragon Claw Axe', 'lrhand', 'true', '1820', '1', '1', 'bone', 's', '251', '10', 'pole', '8', '-3.00000', '0', '0', '0', '325', '0', '121', '-1', '35300000', '1765', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('307', 'Aurakyria Lance', 'lrhand', 'true', '1800', '1', '1', 'adamantaite', 's', '269', '10', 'pole', '8', '-3.00000', '0', '0', '0', '325', '0', '128', '-1', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('308', 'Buffalo\'s Horn', 'rhand', 'false', '660', '1', '1', 'steel', 'none', '6', '10', 'etc', '8', '0.00000', '0', '0', '0', '379', '0', '8', '-1', '768', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('309', 'Tears of Eva', 'rhand', 'false', '630', '2', '2', 'steel', 'none', '19', '10', 'etc', '8', '0.00000', '0', '0', '0', '379', '0', '22', '-1', '136000', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('310', 'Relic of The Saints', 'rhand', 'false', '610', '2', '2', 'steel', 'none', '19', '10', 'etc', '8', '0.00000', '0', '0', '0', '379', '0', '22', '-1', '136000', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('311', 'Crucifix of Blessing', 'rhand', 'false', '620', '2', '2', 'steel', 'none', '25', '10', 'etc', '8', '0.00000', '0', '0', '0', '379', '0', '28', '-1', '244000', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('312', 'Branch of Life', 'rhand', 'true', '620', '2', '2', 'steel', 'd', '32', '10', 'etc', '8', '0.00000', '0', '0', '0', '379', '0', '35', '-1', '409000', '743', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('313', 'Temptation of Abyss', 'rhand', 'true', '610', '2', '2', 'steel', 'd', '32', '10', 'etc', '8', '0.00000', '0', '0', '0', '379', '0', '35', '-1', '409000', '743', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('314', 'Proof of Revenge', 'rhand', 'true', '600', '2', '2', 'steel', 'd', '32', '10', 'etc', '8', '0.00000', '0', '0', '0', '379', '0', '35', '-1', '409000', '743', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('315', 'Divine Tome', 'rhand', 'true', '570', '2', '2', 'steel', 'd', '41', '10', 'etc', '8', '0.00000', '0', '0', '0', '379', '0', '43', '-1', '644000', '1170', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('316', 'Blood of Saints', 'rhand', 'true', '580', '2', '2', 'steel', 'd', '51', '10', 'etc', '8', '0.00000', '0', '0', '0', '379', '0', '52', '-1', '967000', '1758', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('317', 'Tome of Blood', 'rhand', 'true', '570', '2', '2', 'steel', 'd', '51', '10', 'etc', '8', '0.00000', '0', '0', '0', '379', '0', '52', '-1', '967000', '1758', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('318', 'Crucifix of Blood', 'rhand', 'true', '540', '3', '3', 'steel', 'd', '63', '10', 'etc', '8', '0.00000', '0', '0', '0', '379', '0', '63', '-1', '1400000', '2545', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('319', 'Eye of Infinity', 'rhand', 'true', '1600', '3', '3', 'steel', 'd', '63', '10', 'etc', '8', '0.00000', '0', '0', '0', '379', '0', '63', '-1', '1400000', '2545', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('320', 'Blue Crystal Skull', 'rhand', 'true', '1600', '3', '3', 'steel', 'd', '67', '10', 'etc', '8', '0.00000', '0', '0', '0', '379', '0', '66', '-1', '1520000', '2763', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('321', 'Demon Fangs', 'rhand', 'true', '1600', '3', '3', 'steel', 'd', '67', '10', 'etc', '8', '0.00000', '0', '0', '0', '379', '0', '66', '-1', '1520000', '2763', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('322', 'Vajra Wands', 'rhand', 'true', '1600', '3', '3', 'steel', 'd', '74', '10', 'etc', '8', '0.00000', '0', '0', '0', '379', '0', '72', '-1', '1800000', '3272', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('323', 'Ancient Reagent', 'rhand', 'true', '1600', '3', '3', 'steel', 'd', '74', '10', 'etc', '8', '0.00000', '0', '0', '0', '379', '0', '72', '-1', '1800000', '3272', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('324', 'Tears of Fairy', 'rhand', 'true', '1600', '2', '2', 'steel', 'c', '98', '10', 'etc', '8', '0.00000', '0', '0', '0', '379', '0', '91', '-1', '2870000', '1148', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('325', 'Horn of Glory', 'rhand', 'true', '540', '2', '2', 'steel', 'c', '98', '10', 'etc', '8', '0.00000', '0', '0', '0', '379', '0', '91', '-1', '2870000', '1148', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('326', 'Heathen\'s Book', 'rhand', 'true', '560', '3', '3', 'steel', 'c', '111', '10', 'etc', '8', '0.00000', '0', '0', '0', '379', '0', '101', '-1', '4300000', '1720', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('327', 'Hex Doll', 'rhand', 'true', '1600', '3', '3', 'steel', 'c', '111', '10', 'etc', '8', '0.00000', '0', '0', '0', '379', '0', '101', '-1', '4300000', '1720', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('328', 'Candle of Wisdom', 'rhand', 'true', '1600', '3', '3', 'steel', 'c', '125', '10', 'etc', '8', '0.00000', '0', '0', '0', '379', '0', '111', '-1', '6130000', '2452', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('329', 'Blessed Branch', 'rhand', 'true', '800', '3', '3', 'steel', 'c', '125', '10', 'etc', '8', '0.00000', '0', '0', '0', '379', '0', '111', '-1', '6130000', '2452', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('330', 'Phoenix Feather', 'rhand', 'true', '800', '3', '3', 'steel', 'c', '125', '10', 'etc', '8', '0.00000', '0', '0', '0', '379', '0', '111', '-1', '6130000', '2452', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('331', 'Cerberus Eye', 'rhand', 'true', '1600', '3', '3', 'steel', 'c', '125', '10', 'etc', '8', '0.00000', '0', '0', '0', '379', '0', '111', '-1', '6130000', '2452', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('332', 'Scroll of Destruction', 'rhand', 'true', '1600', '3', '3', 'steel', 'c', '125', '10', 'etc', '8', '0.00000', '0', '0', '0', '379', '0', '111', '-1', '6130000', '2452', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('333', 'Claws of Black Dragon', 'rhand', 'true', '1600', '3', '3', 'steel', 'c', '125', '10', 'etc', '8', '0.00000', '0', '0', '0', '379', '0', '111', '-1', '6130000', '2452', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('334', 'Three Eyed Crow\'s Feather', 'rhand', 'true', '1600', '3', '3', 'steel', 'c', '125', '10', 'etc', '8', '0.00000', '0', '0', '0', '379', '0', '111', '-1', '6130000', '2452', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('335', 'Soul Crystal', 'rhand', 'true', '1600', '1', '1', 'steel', 'b', '155', '10', 'etc', '8', '0.00000', '0', '0', '0', '379', '0', '132', '-1', '13100000', '1746', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('336', 'Scroll of Mana', 'rhand', 'true', '1600', '1', '1', 'steel', 'b', '170', '10', 'etc', '8', '0.00000', '0', '0', '0', '379', '0', '143', '-1', '18300000', '2440', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('337', 'Scroll of Massacre', 'rhand', 'true', '1600', '1', '1', 'steel', 'b', '170', '10', 'etc', '8', '0.00000', '0', '0', '0', '379', '0', '143', '-1', '18300000', '2440', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('338', 'Wyvern\'s Skull', 'rhand', 'true', '4800', '1', '1', 'steel', 'b', '170', '10', 'etc', '8', '0.00000', '0', '0', '0', '379', '0', '143', '-1', '18300000', '2440', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('339', 'Blood Crystal', 'rhand', 'true', '1600', '1', '1', 'steel', 'b', '170', '10', 'etc', '8', '0.00000', '0', '0', '0', '379', '0', '143', '-1', '18300000', '2440', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('340', 'Unicorn\'s Horn', 'rhand', 'true', '1600', '1', '1', 'steel', 'b', '170', '10', 'etc', '8', '0.00000', '0', '0', '0', '379', '0', '143', '-1', '18300000', '2440', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('341', 'Forgotten Tome', 'rhand', 'true', '1600', '1', '1', 'steel', 'a', '186', '10', 'etc', '8', '0.00000', '0', '0', '0', '379', '0', '152', '-1', '27000000', '2160', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('342', 'Enchanted Flute', 'rhand', 'true', '1600', '1', '1', 'steel', 'a', '186', '10', 'etc', '8', '0.00000', '0', '0', '0', '379', '0', '152', '-1', '27000000', '2160', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('343', 'Headless Arrow', 'rhand', 'true', '1600', '1', '1', 'steel', 'a', '186', '10', 'etc', '8', '0.00000', '0', '0', '0', '379', '0', '152', '-1', '27000000', '2160', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('344', 'Proof of Overlord', 'rhand', 'true', '1600', '1', '1', 'steel', 'a', '186', '10', 'etc', '8', '0.00000', '0', '0', '0', '379', '0', '152', '-1', '27000000', '2160', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('345', 'Deathbringer Sword', 'rhand', 'true', '4800', '1', '1', 'steel', 'a', '186', '10', 'etc', '8', '0.00000', '0', '0', '0', '379', '0', '152', '-1', '27000000', '2160', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('346', 'Tears of Fallen Angel', 'rhand', 'true', '1600', '1', '1', 'steel', 's', '201', '10', 'etc', '8', '0.00000', '0', '0', '0', '379', '0', '162', '-1', '35300000', '1765', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('625', 'Bone Shield', 'lhand', 'false', '1380', '0', '0', 'bone', 'none', '0', '0', 'none', '0', '0.00000', '-8', '90', '20', '0', '0', '0', '-1', '12900', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('626', 'Bronze Shield', 'lhand', 'true', '1370', '0', '0', 'bronze', 'd', '0', '0', 'none', '0', '0.00000', '-8', '101', '20', '0', '0', '0', '-1', '21900', '39', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('627', 'Aspis', 'lhand', 'true', '1350', '0', '0', 'steel', 'd', '0', '0', 'none', '0', '0.00000', '-8', '114', '20', '0', '0', '0', '-1', '35000', '63', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('628', 'Hoplon', 'lhand', 'true', '1340', '0', '0', 'fine_steel', 'd', '0', '0', 'none', '0', '0.00000', '-8', '128', '20', '0', '0', '0', '-1', '53300', '96', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('629', 'Kite Shield', 'lhand', 'true', '1320', '0', '0', 'fine_steel', 'd', '0', '0', 'none', '0', '0.00000', '-8', '142', '20', '0', '0', '0', '-1', '78400', '142', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('630', 'Square Shield', 'lhand', 'true', '1310', '0', '0', 'fine_steel', 'd', '0', '0', 'none', '0', '0.00000', '-8', '154', '20', '0', '0', '0', '-1', '103000', '187', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('631', 'Eldarake', 'lhand', 'true', '1290', '0', '0', 'fine_steel', 'c', '0', '0', 'none', '0', '0.00000', '-8', '166', '20', '0', '0', '0', '-1', '133000', '53', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('632', 'Knight\'s Shield', 'lhand', 'true', '1260', '0', '0', 'fine_steel', 'c', '0', '0', 'none', '0', '0.00000', '-8', '178', '20', '0', '0', '0', '-1', '169000', '67', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('633', 'Zubei\'s Shield', 'lhand', 'true', '1210', '0', '0', 'mithril', 'b', '0', '0', 'none', '0', '0.00000', '-8', '216', '20', '0', '0', '0', '-1', '545000', '72', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('634', 'Dragon Shield', 'lhand', 'true', '1170', '0', '0', 'bone', 's', '0', '0', 'none', '0', '0.00000', '-8', '269', '20', '0', '0', '0', '-1', '2510000', '125', 'true', 'false', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('635', 'Wolf Shield', 'lhand', 'true', '640', '0', '0', 'oriharukon', 'b', '0', '0', 'none', '0', '0.00000', '-8', '216', '20', '0', '0', '0', '-1', '545000', '72', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('636', 'Shining Dragon Shield', 'lhand', 'true', '720', '0', '0', 'mithril', 'b', '0', '0', 'none', '0', '0.00000', '-8', '230', '20', '0', '0', '0', '-1', '845000', '112', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('637', 'Shield of Valor', 'lhand', 'true', '720', '0', '0', 'blood_steel', 'b', '0', '0', 'none', '0', '0.00000', '-8', '230', '20', '0', '0', '0', '-1', '845000', '112', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('638', 'Glorious Shield', 'lhand', 'true', '800', '0', '0', 'fine_steel', 'b', '0', '0', 'none', '0', '0.00000', '-8', '216', '20', '0', '0', '0', '-1', '545000', '72', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('639', 'Red Flame Shield', 'lhand', 'true', '960', '0', '0', 'blood_steel', 'b', '0', '0', 'none', '0', '0.00000', '-8', '230', '20', '0', '0', '0', '-1', '845000', '112', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('640', 'Elven Crystal Shield', 'lhand', 'true', '720', '0', '0', 'crystal', 'b', '0', '0', 'none', '0', '0.00000', '-8', '216', '20', '0', '0', '0', '-1', '545000', '72', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('641', 'Dark Crystal Shield', 'lhand', 'true', '1190', '0', '0', 'crystal', 'a', '0', '0', 'none', '0', '0.00000', '-8', '243', '20', '0', '0', '0', '-1', '1220000', '97', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('642', 'Elven Vagian Shield', 'lhand', 'true', '560', '0', '0', 'mithril', 'b', '0', '0', 'none', '0', '0.00000', '-8', '216', '20', '0', '0', '0', '-1', '545000', '72', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('643', 'Dark Vagian Shield', 'lhand', 'true', '560', '0', '0', 'mithril', 'b', '0', '0', 'none', '0', '0.00000', '-8', '230', '20', '0', '0', '0', '-1', '845000', '112', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('644', 'Hell Shield', 'lhand', 'true', '640', '0', '0', 'blood_steel', 'b', '0', '0', 'none', '0', '0.00000', '-8', '230', '20', '0', '0', '0', '-1', '845000', '112', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('645', 'Art of Shield', 'lhand', 'true', '560', '0', '0', 'chrysolite', 'b', '0', '0', 'none', '0', '0.00000', '-8', '216', '20', '0', '0', '0', '-1', '545000', '72', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('646', 'Shield of Silence', 'lhand', 'true', '640', '0', '0', 'damascus', 'b', '0', '0', 'none', '0', '0.00000', '-8', '216', '20', '0', '0', '0', '-1', '545000', '72', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('647', 'Gust Shield', 'lhand', 'true', '720', '0', '0', 'blood_steel', 'b', '0', '0', 'none', '0', '0.00000', '-8', '230', '20', '0', '0', '0', '-1', '845000', '112', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('648', 'Prairie Shield', 'lhand', 'true', '800', '0', '0', 'chrysolite', 'b', '0', '0', 'none', '0', '0.00000', '-8', '216', '20', '0', '0', '0', '-1', '545000', '72', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('649', 'Shield of The Underworld', 'lhand', 'true', '880', '0', '0', 'damascus', 'b', '0', '0', 'none', '0', '0.00000', '-8', '230', '20', '0', '0', '0', '-1', '845000', '112', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('650', 'Shield of Concentration', 'lhand', 'true', '960', '0', '0', 'oriharukon', 'b', '0', '0', 'none', '0', '0.00000', '-8', '216', '20', '0', '0', '0', '-1', '545000', '72', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('651', 'Ace\'s Shield', 'lhand', 'true', '1040', '0', '0', 'oriharukon', 'b', '0', '0', 'none', '0', '0.00000', '-8', '230', '20', '0', '0', '0', '-1', '845000', '112', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('652', 'Guardian\'s Shield', 'lhand', 'true', '1120', '0', '0', 'mithril', 'b', '0', '0', 'none', '0', '0.00000', '-8', '216', '20', '0', '0', '0', '-1', '545000', '72', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('653', 'Marksman Shield', 'lhand', 'true', '1200', '0', '0', 'leather', 'b', '0', '0', 'none', '0', '0.00000', '-8', '230', '20', '0', '0', '0', '-1', '845000', '112', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('654', 'Shield of Mana', 'lhand', 'true', '480', '0', '0', 'mithril', 'b', '0', '0', 'none', '0', '0.00000', '-8', '216', '20', '0', '0', '0', '-1', '545000', '72', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('655', 'Sage\'s Shield', 'lhand', 'true', '560', '0', '0', 'steel', 'b', '0', '0', 'none', '0', '0.00000', '-8', '230', '20', '0', '0', '0', '-1', '845000', '112', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('656', 'Paradia Shield', 'lhand', 'true', '480', '0', '0', 'chrysolite', 'b', '0', '0', 'none', '0', '0.00000', '-8', '216', '20', '0', '0', '0', '-1', '545000', '72', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('657', 'Inferno Shield', 'lhand', 'true', '560', '0', '0', 'blood_steel', 'b', '0', '0', 'none', '0', '0.00000', '-8', '230', '20', '0', '0', '0', '-1', '845000', '112', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('658', 'Shield of Black Ore', 'lhand', 'true', '560', '0', '0', 'damascus', 'b', '0', '0', 'none', '0', '0.00000', '-8', '230', '20', '0', '0', '0', '-1', '845000', '112', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('659', 'Shield of Summoning', 'lhand', 'true', '480', '0', '0', 'leather', 'b', '0', '0', 'none', '0', '0.00000', '-8', '216', '20', '0', '0', '0', '-1', '545000', '72', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('660', 'Otherworldly Shield', 'lhand', 'true', '560', '0', '0', 'adamantaite', 'b', '0', '0', 'none', '0', '0.00000', '-8', '230', '20', '0', '0', '0', '-1', '845000', '112', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('661', 'Elemental Shield', 'lhand', 'true', '480', '0', '0', 'mithril', 'b', '0', '0', 'none', '0', '0.00000', '-8', '216', '20', '0', '0', '0', '-1', '545000', '72', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('662', 'Shield of Phantom', 'lhand', 'true', '560', '0', '0', 'oriharukon', 'b', '0', '0', 'none', '0', '0.00000', '-8', '230', '20', '0', '0', '0', '-1', '845000', '112', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('663', 'Shield of Grace', 'lhand', 'true', '480', '0', '0', 'mithril', 'b', '0', '0', 'none', '0', '0.00000', '-8', '216', '20', '0', '0', '0', '-1', '545000', '72', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('664', 'Shield of Holy Spirit', 'lhand', 'true', '560', '0', '0', 'chrysolite', 'b', '0', '0', 'none', '0', '0.00000', '-8', '230', '20', '0', '0', '0', '-1', '845000', '112', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('665', 'Phoenix Shield', 'lhand', 'true', '480', '0', '0', 'blood_steel', 'b', '0', '0', 'none', '0', '0.00000', '-8', '216', '20', '0', '0', '0', '-1', '545000', '72', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('666', 'Cerberus Shield', 'lhand', 'true', '560', '0', '0', 'damascus', 'b', '0', '0', 'none', '0', '0.00000', '-8', '230', '20', '0', '0', '0', '-1', '845000', '112', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('667', 'Shield of Aid', 'lhand', 'true', '480', '0', '0', 'fine_steel', 'b', '0', '0', 'none', '0', '0.00000', '-8', '216', '20', '0', '0', '0', '-1', '545000', '72', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('668', 'Shield of Blessing', 'lhand', 'true', '560', '0', '0', 'adamantaite', 'b', '0', '0', 'none', '0', '0.00000', '-8', '230', '20', '0', '0', '0', '-1', '845000', '112', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('669', 'Flame Shield', 'lhand', 'true', '480', '0', '0', 'blood_steel', 'b', '0', '0', 'none', '0', '0.00000', '-8', '216', '20', '0', '0', '0', '-1', '545000', '72', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('670', 'Shield of Bravery', 'lhand', 'true', '560', '0', '0', 'chrysolite', 'b', '0', '0', 'none', '0', '0.00000', '-8', '230', '20', '0', '0', '0', '-1', '845000', '112', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('671', 'Blood Shield', 'lhand', 'true', '480', '0', '0', 'blood_steel', 'b', '0', '0', 'none', '0', '0.00000', '-8', '216', '20', '0', '0', '0', '-1', '545000', '72', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('672', 'Absolute Shield', 'lhand', 'true', '560', '0', '0', 'mithril', 'b', '0', '0', 'none', '0', '0.00000', '-8', '230', '20', '0', '0', '0', '-1', '845000', '112', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('673', 'Avadon Shield', 'lhand', 'true', '1210', '0', '0', 'damascus', 'b', '0', '0', 'none', '0', '0.00000', '-8', '216', '20', '0', '0', '0', '-1', '545000', '72', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('674', 'Divine Shield', 'lhand', 'true', '560', '0', '0', 'adamantaite', 'b', '0', '0', 'none', '0', '0.00000', '-8', '230', '20', '0', '0', '0', '-1', '845000', '112', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('738', 'Sword of Solidarity', 'rhand', 'false', '1300', '1', '1', 'bronze', 'none', '12', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '9', '-1', '18500', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('743', 'Sword of Sentinel', 'rhand', 'false', '1300', '1', '1', 'steel', 'none', '14', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '11', '-1', '33600', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('744', 'Staff of Sentinel', 'lrhand', 'false', '1800', '1', '1', 'wood', 'none', '13', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '14', '-1', '33600', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('747', 'Wand of Adept', 'rhand', 'false', '1300', '1', '1', 'wood', 'none', '11', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '13', '-1', '25500', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('748', 'Gallint\'s Oak Wand', 'rhand', 'false', '1350', '1', '1', 'wood', 'none', '10', '20', 'blunt', '4', '4.00000', '0', '0', '0', '325', '0', '10', '-1', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('749', '0', 'lrhand', 'true', '100', '0', '0', 'wood', 'd', '21', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '32', '-1', '35800', '5', 'true', 'false', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('754', 'Red Sunset Staff', 'lrhand', 'false', '1700', '1', '1', 'wood', 'none', '13', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '13', '-1', '25500', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('945', 'Skeleton Buckler', 'lhand', 'false', '1400', '0', '0', 'wood', 'none', '0', '0', 'none', '0', '0.00000', '-8', '69', '20', '0', '0', '0', '-1', '3440', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('946', 'Skeleton Dagger', 'rhand', 'false', '1100', '2', '2', 'steel', 'none', '16', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '13', '-1', '66600', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('975', 'Blood Saber', 'rhand', 'false', '1450', '1', '1', 'oriharukon', 'none', '14', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '11', '-1', '33600', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('981', 'Red Sunset Sword', 'lrhand', 'false', '1300', '1', '1', 'steel', 'none', '16', '10', 'bigsword', '8', '0.00000', '0', '0', '0', '325', '0', '10', '-1', '25500', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('989', 'Eldritch Dagger', 'rhand', 'false', '1130', '1', '1', 'steel', 'none', '11', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '10', '-1', '25500', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('1142', 'Rusted Bronze Sword', 'rhand', 'false', '1400', '2', '2', 'steel', 'none', '18', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '21', '-1', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('1181', 'Neti\'s Bow', 'lrhand', 'false', '1850', '7', '2', 'wood', 'none', '45', '5', 'bow', '12', '-3.00000', '0', '0', '0', '293', '2', '16', '-1', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('1182', 'Neti\'s Dagger', 'rhand', 'false', '1000', '2', '2', 'steel', 'none', '19', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '16', '-1', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('1213', 'Guard\'s Bow', 'lrhand', 'false', '1800', '7', '2', 'steel', 'none', '49', '5', 'bow', '12', '-3.00000', '0', '0', '0', '293', '3', '17', '-1', '136000', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('1295', 'Long Sword', 'rhand', 'false', '200', '2', '2', 'fine_steel', 'none', '22', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '6', '-1', '66600', '0', 'false', 'true', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('1296', 'Gladius', 'rhand', 'false', '300', '2', '2', 'steel', 'none', '22', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '6', '-1', '66600', '0', 'false', 'true', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('1297', 'Bastard Sword', 'rhand', 'false', '400', '2', '2', 'fine_steel', 'none', '22', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '6', '-1', '66600', '0', 'false', 'true', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('1298', 'Caliburs', 'rhand', 'false', '500', '2', '2', 'oriharukon', 'none', '22', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '6', '-1', '66600', '0', 'false', 'true', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('1299', 'Great Sword', 'lrhand', 'false', '500', '3', '3', 'steel', 'none', '200', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '6', '-1', '3340000', '0', 'false', 'true', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('1300', 'Apprentice\'s Rod', 'rhand', 'false', '80', '2', '2', 'wood', 'none', '22', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '6', '-1', '66600', '0', 'false', 'true', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('1301', 'Big Hammer', 'rhand', 'false', '300', '2', '2', 'fine_steel', 'none', '22', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '6', '-1', '66600', '0', 'false', 'true', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('1302', 'Bec de Corbin', 'lrhand', 'false', '750', '2', '2', 'fine_steel', 'none', '22', '10', 'pole', '8', '-3.00000', '0', '0', '0', '325', '0', '6', '-1', '66600', '0', 'false', 'true', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('1303', 'Lance', 'lrhand', 'false', '750', '2', '2', 'fine_steel', 'none', '1', '10', 'pole', '8', '-3.00000', '0', '0', '0', '325', '0', '6', '-1', '66600', '0', 'false', 'true', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('1304', 'Conjuror\'s Staff', 'lrhand', 'false', '150', '2', '2', 'oriharukon', 'none', '15', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '17', '-1', '66600', '0', 'false', 'true', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('1305', 'Knife', 'rhand', 'false', '120', '2', '2', 'bronze', 'none', '1', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '6', '-1', '66600', '0', 'false', 'true', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('1306', 'Crafted Dagger', 'rhand', 'false', '100', '2', '2', 'chrysolite', 'none', '22', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '6', '-1', '66600', '0', 'false', 'true', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('1307', 'Bow', 'lrhand', 'false', '150', '9', '3', 'wood', 'none', '120', '5', 'bow', '12', '-3.00000', '0', '0', '0', '293', '7', '6', '-1', '3340000', '0', 'false', 'true', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('1328', 'Shield of Grace', 'lhand', 'false', '300', '0', '0', 'mithril', 'none', '0', '0', 'none', '0', '0.00000', '-8', '71', '20', '0', '0', '0', '-1', '1090000', '0', 'false', 'true', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('1329', 'Shield of Victory', 'lhand', 'false', '350', '0', '0', 'adamantaite', 'none', '0', '0', 'none', '0', '0.00000', '-8', '71', '20', '0', '0', '0', '-1', '1430000', '0', 'false', 'true', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('1330', 'Zubei\'s Shield', 'lhand', 'false', '500', '0', '0', 'mithril', 'none', '0', '0', 'none', '0', '0.00000', '-8', '71', '20', '0', '0', '0', '-1', '1850000', '0', 'false', 'true', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('1331', 'Otherworldly Shield', 'lhand', 'false', '350', '0', '0', 'adamantaite', 'none', '0', '0', 'none', '0', '0.00000', '-8', '71', '20', '0', '0', '0', '-1', '1430000', '0', 'false', 'true', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('1332', 'Knight\'s Shield', 'lhand', 'false', '500', '0', '0', 'fine_steel', 'none', '0', '0', 'none', '0', '0.00000', '-8', '71', '20', '0', '0', '0', '-1', '321000', '0', 'false', 'true', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('1333', 'Brandish', 'lrhand', 'false', '2250', '2', '2', 'steel', 'none', '21', '10', 'bigsword', '8', '0.00000', '0', '0', '0', '325', '0', '12', '-1', '54100', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('1376', 'Guard Spear', 'lrhand', 'true', '300', '2', '2', 'bronze', 'd', '50', '10', 'pole', '8', '-3.00000', '0', '0', '0', '325', '0', '26', '-1', '409000', '743', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('1471', 'Silenos Blowgun', 'rhand', 'true', '300', '2', '2', 'steel', 'd', '5', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '5', '-1', '409000', '743', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('1472', 'Dreadbane', 'lrhand', 'true', '300', '2', '2', 'bronze', 'd', '50', '10', 'pole', '8', '-3.00000', '0', '0', '0', '325', '0', '26', '-1', '409000', '743', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('1510', 'Butcher\'s Sword', 'rhand', 'false', '1450', '1', '1', 'steel', 'none', '13', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '10', '-1', '25500', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('1511', 'Silversmith Hammer', 'rhand', 'false', '1860', '1', '1', 'steel', 'none', '13', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '10', '-1', '25500', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('1660', 'Cursed Maingauche', 'rhand', 'true', '1070', '3', '3', 'fine_steel', 'd', '62', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '42', '-1', '1400000', '2545', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2368', 'Training Gloves', 'lrhand', 'false', '1580', '1', '1', 'cloth', 'none', '7', '5', 'dualfist', '4', '4.00000', '0', '0', '0', '325', '0', '5', '-1', '138', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2369', 'Squire\'s Sword', 'rhand', 'false', '1600', '1', '1', 'steel', 'none', '6', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '5', '-1', '138', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2370', 'Guild Member\'s Club', 'rhand', 'false', '1910', '1', '1', 'wood', 'none', '6', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '5', '-1', '138', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2371', 'Fist of Butcher', 'lrhand', 'false', '1400', '1', '1', 'steel', 'none', '16', '5', 'dualfist', '4', '4.00000', '0', '0', '0', '325', '0', '10', '-1', '25500', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2372', 'Dagger of Adept', 'rhand', 'false', '1050', '1', '1', 'steel', 'none', '11', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '10', '-1', '25500', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2373', 'Eldritch Staff', 'lrhand', 'false', '1050', '1', '1', 'wood', 'none', '13', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '13', '-1', '25500', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2374', 'Red Sunset Dagger', 'rhand', 'false', '1100', '1', '1', 'steel', 'none', '11', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '10', '-1', '25500', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2493', 'Brigandine Shield', 'lhand', 'true', '1320', '0', '0', 'leather', 'd', '0', '0', 'none', '0', '0.00000', '-8', '142', '20', '0', '0', '0', '-1', '78400', '142', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2494', 'Plate Shield', 'lhand', 'true', '1310', '0', '0', 'leather', 'd', '0', '0', 'none', '0', '0.00000', '-8', '154', '20', '0', '0', '0', '-1', '103000', '187', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2495', 'Chain Shield', 'lhand', 'true', '1280', '0', '0', 'leather', 'c', '0', '0', 'none', '0', '0.00000', '-8', '166', '20', '0', '0', '0', '-1', '133000', '53', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2496', 'Dwarven Chain Shield', 'lhand', 'true', '1280', '0', '0', 'leather', 'c', '0', '0', 'none', '0', '0.00000', '-8', '174', '20', '0', '0', '0', '-1', '156000', '62', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2497', 'Full Plate Shield', 'lhand', 'true', '1220', '0', '0', 'leather', 'c', '0', '0', 'none', '0', '0.00000', '-8', '203', '20', '0', '0', '0', '-1', '375000', '150', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2498', 'Shield of Nightmare', 'lhand', 'true', '1180', '0', '0', 'leather', 'a', '0', '0', 'none', '0', '0.00000', '-8', '256', '20', '0', '0', '0', '-1', '1850000', '148', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2499', 'Elven Long Sword', 'rhand', 'true', '1440', '3', '3', 'fine_steel', 'd', '92', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '54', '-1', '1800000', '3272', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2500', 'Dark Legion\'s Edge', 'rhand', 'true', '1320', '1', '1', 'fine_steel', 'a', '232', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '114', '-1', '27000000', '2160', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2501', 'Bone Club', 'rhand', 'false', '1850', '2', '2', 'fine_steel', 'none', '24', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '17', '-1', '136000', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2502', 'Dwarven War Hammer', 'rhand', 'true', '1670', '2', '2', 'fine_steel', 'c', '122', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '68', '-1', '2870000', '1148', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2503', 'Yaksa Mace', 'rhand', 'true', '1640', '3', '3', 'fine_steel', 'c', '156', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '83', '-1', '6130000', '2452', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2504', 'Meteor Shower', 'rhand', 'true', '1600', '1', '1', 'fine_steel', 'a', '213', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '107', '-1', '18300000', '1464', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2505', 'Iron Canine', 'wolf', 'false', '100', '1', '1', 'steel', 'none', '4', '10', 'pet', '8', '0.00000', '0', '0', '0', '277', '0', '5', '-1', '14000', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2507', 'Lizardspear', 'rhand', 'false', '300', '2', '2', 'steel', 'd', '5', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '5', '-1', '409000', '743', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2516', 'Saber*Saber', 'lrhand', 'true', '2530', '2', '2', 'fine_steel', 'd', '73', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '37', '-1', '877000', '1594', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2517', 'Saber*Bastard Sword', 'lrhand', 'true', '2520', '3', '3', 'fine_steel', 'd', '83', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '41', '-1', '1060000', '1927', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2518', 'Saber*Spinebone Sword', 'lrhand', 'true', '2530', '3', '3', 'fine_steel', 'd', '83', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '41', '-1', '1060000', '1927', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2519', 'Saber*Artisan\'s Sword', 'lrhand', 'true', '2520', '3', '3', 'fine_steel', 'd', '83', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '41', '-1', '1060000', '1927', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2520', 'Saber*Knight\'s Sword', 'lrhand', 'true', '2510', '3', '3', 'fine_steel', 'd', '83', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '41', '-1', '1060000', '1927', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2521', 'Saber*Crimson Sword', 'lrhand', 'true', '2530', '3', '3', 'fine_steel', 'd', '96', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '47', '-1', '1400000', '2545', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2522', 'Saber*Elven Sword', 'lrhand', 'true', '2510', '3', '3', 'fine_steel', 'd', '96', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '47', '-1', '1400000', '2545', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2523', 'Saber*Sword of Revolution', 'lrhand', 'true', '2420', '2', '2', 'fine_steel', 'c', '118', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '56', '-1', '1960000', '784', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2524', 'Saber*Elven Long Sword', 'lrhand', 'true', '2420', '2', '2', 'fine_steel', 'c', '130', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '61', '-1', '2290000', '916', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2525', 'Bastard Sword*Bastard Sword', 'lrhand', 'true', '2470', '3', '3', 'fine_steel', 'd', '96', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '47', '-1', '1400000', '2545', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2526', 'Bastard Sword*Spinebone Sword', 'lrhand', 'true', '2470', '3', '3', 'fine_steel', 'd', '96', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '47', '-1', '1400000', '2545', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2527', 'Bastard Sword*Artisan\'s Sword', 'lrhand', 'true', '2480', '3', '3', 'fine_steel', 'd', '96', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '47', '-1', '1400000', '2545', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2528', 'Bastard Sword*Knight\'s Sword', 'lrhand', 'true', '2500', '3', '3', 'fine_steel', 'd', '96', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '47', '-1', '1400000', '2545', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2529', 'Bastard Sword*Crimson Sword', 'lrhand', 'true', '2470', '3', '3', 'fine_steel', 'd', '107', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '51', '-1', '1660000', '3018', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2530', 'Bastard Sword*Elven Sword', 'lrhand', 'true', '2460', '3', '3', 'fine_steel', 'd', '107', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '51', '-1', '1660000', '3018', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2531', 'Bastard Sword*Sword of Revolution', 'lrhand', 'true', '2450', '2', '2', 'fine_steel', 'c', '124', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '58', '-1', '2120000', '848', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2532', 'Bastard Sword*Elven Long Sword', 'lrhand', 'true', '2430', '2', '2', 'fine_steel', 'c', '136', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '63', '-1', '2470000', '988', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2533', 'Spinebone Sword*Spinebone Sword', 'lrhand', 'true', '2520', '3', '3', 'fine_steel', 'd', '96', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '47', '-1', '1400000', '2545', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2534', 'Spinebone Sword*Artisan\'s Sword', 'lrhand', 'true', '2460', '3', '3', 'fine_steel', 'd', '96', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '47', '-1', '1400000', '2545', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2535', 'Spinebone Sword*Knight\'s Sword', 'lrhand', 'true', '2470', '3', '3', 'fine_steel', 'd', '96', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '47', '-1', '1400000', '2545', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2536', 'Spinebone Sword*Crimson Sword', 'lrhand', 'true', '2520', '3', '3', 'fine_steel', 'd', '107', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '51', '-1', '1660000', '3018', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2537', 'Spinebone Sword*Elven Sword', 'lrhand', 'true', '2460', '3', '3', 'fine_steel', 'd', '107', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '51', '-1', '1660000', '3018', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2538', 'Spinebone Sword*Sword of Revolution', 'lrhand', 'true', '2460', '2', '2', 'fine_steel', 'c', '124', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '58', '-1', '2120000', '848', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2539', 'Spinebone Sword*Elven Long Sword', 'lrhand', 'true', '2390', '2', '2', 'fine_steel', 'c', '136', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '63', '-1', '2470000', '988', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2540', 'Artisan\'s Sword*Artisan\'s Sword', 'lrhand', 'true', '2480', '3', '3', 'fine_steel', 'd', '96', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '47', '-1', '1400000', '2545', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2541', 'Artisan\'s Sword*Knight\'s Sword', 'lrhand', 'true', '2470', '3', '3', 'fine_steel', 'd', '96', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '47', '-1', '1400000', '2545', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2542', 'Artisan\'s Sword*Crimson Sword', 'lrhand', 'true', '2450', '3', '3', 'fine_steel', 'd', '107', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '51', '-1', '1660000', '3018', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2543', 'Artisan\'s Sword*Elven Sword', 'lrhand', 'true', '2470', '3', '3', 'fine_steel', 'd', '107', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '51', '-1', '1660000', '3018', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2544', 'Artisan\'s Sword*Sword of Revolution', 'lrhand', 'true', '2420', '2', '2', 'fine_steel', 'c', '124', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '58', '-1', '2120000', '848', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2545', 'Artisan\'s Sword*Elven Long Sword', 'lrhand', 'true', '2410', '2', '2', 'fine_steel', 'c', '136', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '63', '-1', '2470000', '988', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2546', 'Knight\'s Sword*Knight\'s Sword', 'lrhand', 'true', '2460', '3', '3', 'fine_steel', 'd', '96', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '47', '-1', '1400000', '2545', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2547', 'Knight\'s Sword*Crimson Sword', 'lrhand', 'true', '2460', '3', '3', 'fine_steel', 'd', '107', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '51', '-1', '1660000', '3018', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2548', 'Knight\'s Sword*Elven Sword', 'lrhand', 'true', '2450', '3', '3', 'fine_steel', 'd', '107', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '51', '-1', '1660000', '3018', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2549', 'Knight\'s Sword*Sword of Revolution', 'lrhand', 'true', '2430', '2', '2', 'fine_steel', 'c', '124', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '58', '-1', '2120000', '848', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2550', 'Knight\'s Sword*Elven Long Sword', 'lrhand', 'true', '2370', '2', '2', 'fine_steel', 'c', '136', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '63', '-1', '2470000', '988', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2551', 'Crimson Sword*Crimson Sword', 'lrhand', 'true', '2440', '2', '2', 'fine_steel', 'c', '118', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '56', '-1', '1960000', '784', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2552', 'Crimson Sword*Elven Sword', 'lrhand', 'true', '2450', '2', '2', 'fine_steel', 'c', '118', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '56', '-1', '1960000', '784', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2553', 'Crimson Sword*Sword of Revolution', 'lrhand', 'true', '2390', '2', '2', 'fine_steel', 'c', '136', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '63', '-1', '2470000', '988', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2554', 'Crimson Sword*Elven Long Sword', 'lrhand', 'true', '2360', '2', '2', 'fine_steel', 'c', '148', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '68', '-1', '2870000', '1148', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2555', 'Elven Sword*Elven Sword', 'lrhand', 'true', '2440', '2', '2', 'fine_steel', 'c', '118', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '56', '-1', '1960000', '784', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2556', 'Elven Sword*Sword of Revolution', 'lrhand', 'true', '2410', '2', '2', 'fine_steel', 'c', '136', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '63', '-1', '2470000', '988', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2557', 'Elven Sword*Elven Long Sword', 'lrhand', 'true', '2410', '2', '2', 'fine_steel', 'c', '148', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '68', '-1', '2870000', '1148', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2558', 'Sword of Revolution*Sword of Revolution', 'lrhand', 'true', '2360', '2', '2', 'fine_steel', 'c', '148', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '68', '-1', '2870000', '1148', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2559', 'Sword of Revolution*Elven Long Sword', 'lrhand', 'true', '2340', '3', '3', 'fine_steel', 'c', '155', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '70', '-1', '3340000', '1336', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2560', 'Elven Long Sword*Elven Long Sword', 'lrhand', 'true', '2340', '3', '3', 'fine_steel', 'c', '162', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '73', '-1', '3820000', '1528', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2561', 'Stormbringer*Stormbringer', 'lrhand', 'true', '2330', '3', '3', 'fine_steel', 'c', '175', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '78', '-1', '4780000', '1912', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2562', 'Stormbringer*Shamshir', 'lrhand', 'true', '2300', '3', '3', 'fine_steel', 'c', '183', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '81', '-1', '5280000', '2112', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2563', 'Stormbringer*Katana', 'lrhand', 'true', '2320', '3', '3', 'fine_steel', 'c', '183', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '81', '-1', '5280000', '2112', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2564', 'Stormbringer*Spirit Sword', 'lrhand', 'true', '2310', '3', '3', 'fine_steel', 'c', '183', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '81', '-1', '5280000', '2112', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2565', 'Stormbringer*Raid Sword', 'lrhand', 'true', '2340', '3', '3', 'fine_steel', 'c', '183', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '81', '-1', '5280000', '2112', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2566', 'Stormbringer*Caliburs', 'lrhand', 'true', '2260', '1', '1', 'fine_steel', 'b', '197', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '86', '-1', '6980000', '930', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2567', 'Stormbringer*Sword of Limit', 'lrhand', 'true', '2240', '1', '1', 'fine_steel', 'b', '197', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '86', '-1', '6980000', '930', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2568', 'Stormbringer*Sword of Delusion', 'lrhand', 'true', '2230', '1', '1', 'fine_steel', 'b', '197', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '86', '-1', '6980000', '930', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2569', 'Stormbringer*Sword of Nightmare', 'lrhand', 'true', '2250', '1', '1', 'fine_steel', 'b', '197', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '86', '-1', '6980000', '930', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2570', 'Stormbringer*Tsurugi', 'lrhand', 'true', '2220', '1', '1', 'fine_steel', 'b', '197', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '86', '-1', '6980000', '930', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2571', 'Stormbringer*Samurai Long sword', 'lrhand', 'true', '2150', '1', '1', 'fine_steel', 'b', '213', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '91', '-1', '8680000', '1157', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2572', 'Shamshir*Shamshir', 'lrhand', 'true', '2330', '3', '3', 'fine_steel', 'c', '190', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '83', '-1', '6130000', '2452', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2573', 'Shamshir*Katana', 'lrhand', 'true', '2310', '3', '3', 'fine_steel', 'c', '190', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '83', '-1', '6130000', '2452', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2574', 'Shamshir*Spirit Sword', 'lrhand', 'true', '2280', '3', '3', 'fine_steel', 'c', '190', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '83', '-1', '6130000', '2452', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2575', 'Shamshir*Raid Sword', 'lrhand', 'true', '2280', '3', '3', 'fine_steel', 'c', '190', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '83', '-1', '6130000', '2452', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2576', 'Shamshir*Caliburs', 'lrhand', 'true', '2230', '1', '1', 'fine_steel', 'b', '204', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '89', '-1', '7830000', '1044', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2577', 'Shamshir*Sword of Limit', 'lrhand', 'true', '2240', '1', '1', 'fine_steel', 'b', '204', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '89', '-1', '7830000', '1044', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2578', 'Shamshir*Sword of Delusion', 'lrhand', 'true', '2200', '1', '1', 'fine_steel', 'b', '204', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '89', '-1', '7830000', '1044', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2579', 'Shamshir*Sword of Nightmare', 'lrhand', 'true', '2210', '1', '1', 'fine_steel', 'b', '204', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '89', '-1', '7830000', '1044', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2580', 'Shamshir*Tsurugi', 'lrhand', 'true', '2220', '1', '1', 'fine_steel', 'b', '204', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '89', '-1', '7830000', '1044', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2581', 'Shamshir*Samurai Long Sword', 'lrhand', 'true', '2110', '1', '1', 'fine_steel', 'b', '220', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '94', '-1', '9550000', '1273', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2582', 'Katana*Katana', 'lrhand', 'true', '2270', '3', '3', 'fine_steel', 'c', '190', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '83', '-1', '6130000', '2452', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2583', 'Katana*Spirit Sword', 'lrhand', 'true', '2250', '3', '3', 'fine_steel', 'c', '190', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '83', '-1', '6130000', '2452', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2584', 'Katana*Raid Sword', 'lrhand', 'true', '2270', '3', '3', 'fine_steel', 'c', '190', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '83', '-1', '6130000', '2452', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2585', 'Katana*Caliburs', 'lrhand', 'true', '2220', '1', '1', 'fine_steel', 'b', '204', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '89', '-1', '7830000', '1044', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2586', 'Katana*Sword of Limit', 'lrhand', 'true', '2180', '1', '1', 'fine_steel', 'b', '204', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '89', '-1', '7830000', '1044', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2587', 'Katana*Sword of Delusion', 'lrhand', 'true', '2190', '1', '1', 'fine_steel', 'b', '204', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '89', '-1', '7830000', '1044', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2588', 'Katana*Sword of Nightmare', 'lrhand', 'true', '2170', '1', '1', 'fine_steel', 'b', '204', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '89', '-1', '7830000', '1044', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2589', 'Katana*Tsurugi', 'lrhand', 'true', '2210', '1', '1', 'fine_steel', 'b', '204', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '89', '-1', '7830000', '1044', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2590', 'Katana*Samurai Long Sword', 'lrhand', 'true', '2130', '1', '1', 'fine_steel', 'b', '220', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '94', '-1', '9550000', '1273', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2591', 'Spirit Sword*Spirit Sword', 'lrhand', 'true', '2240', '3', '3', 'fine_steel', 'c', '190', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '83', '-1', '6130000', '2452', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2592', 'Spirit Sword*Raid Sword', 'lrhand', 'true', '2260', '3', '3', 'fine_steel', 'c', '190', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '83', '-1', '6130000', '2452', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2593', 'Spirit Sword*Caliburs', 'lrhand', 'true', '2240', '1', '1', 'fine_steel', 'b', '204', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '89', '-1', '7830000', '1044', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2594', 'Spirit Sword*Sword of Limit', 'lrhand', 'true', '2240', '1', '1', 'fine_steel', 'b', '204', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '89', '-1', '7830000', '1044', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2595', 'Spirit Sword*Sword of Delusion', 'lrhand', 'true', '2250', '1', '1', 'fine_steel', 'b', '204', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '89', '-1', '7830000', '1044', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2596', 'Spirit Sword*Sword of Nightmare', 'lrhand', 'true', '2250', '1', '1', 'fine_steel', 'b', '204', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '89', '-1', '7830000', '1044', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2597', 'Spirit Sword*Tsurugi', 'lrhand', 'true', '2220', '1', '1', 'fine_steel', 'b', '204', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '89', '-1', '7830000', '1044', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2598', 'Spirit Sword*Samurai Long Sword', 'lrhand', 'true', '2110', '1', '1', 'fine_steel', 'b', '220', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '94', '-1', '9550000', '1273', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2599', 'Raid Sword*Raid Sword', 'lrhand', 'true', '2250', '3', '3', 'fine_steel', 'c', '190', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '83', '-1', '6130000', '2452', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2600', 'Raid Sword*Caliburs', 'lrhand', 'true', '2190', '1', '1', 'fine_steel', 'b', '204', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '89', '-1', '7830000', '1044', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2601', 'Raid Sword*Sword of Limit', 'lrhand', 'true', '2170', '1', '1', 'fine_steel', 'b', '204', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '89', '-1', '7830000', '1044', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2602', 'Raid Sword*Sword of Delusion', 'lrhand', 'true', '2180', '1', '1', 'fine_steel', 'b', '204', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '89', '-1', '7830000', '1044', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2603', 'Raid Sword*Sword of Nightmare', 'lrhand', 'true', '2170', '1', '1', 'fine_steel', 'b', '204', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '89', '-1', '7830000', '1044', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2604', 'Raid Sword*Tsurugi', 'lrhand', 'true', '2170', '1', '1', 'fine_steel', 'b', '204', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '89', '-1', '7830000', '1044', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2605', 'Raid Sword*Samurai Long Sword', 'lrhand', 'true', '2130', '1', '1', 'fine_steel', 'b', '220', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '94', '-1', '9550000', '1273', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2606', 'Caliburs*Caliburs', 'lrhand', 'true', '2140', '1', '1', 'fine_steel', 'b', '213', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '91', '-1', '8680000', '1157', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2607', 'Caliburs*Sword of Limit', 'lrhand', 'true', '2150', '1', '1', 'fine_steel', 'b', '213', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '91', '-1', '8680000', '1157', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2608', 'Caliburs*Sword of Delusion', 'lrhand', 'true', '2140', '1', '1', 'fine_steel', 'b', '213', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '91', '-1', '8680000', '1157', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2609', 'Caliburs*Sword of Nightmare', 'lrhand', 'true', '2170', '1', '1', 'fine_steel', 'b', '213', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '91', '-1', '8680000', '1157', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2610', 'Caliburs*Tsurugi', 'lrhand', 'true', '2150', '1', '1', 'fine_steel', 'b', '213', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '91', '-1', '8680000', '1157', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2611', 'Caliburs*Samurai Long Sword', 'lrhand', 'true', '2120', '1', '1', 'fine_steel', 'b', '228', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '97', '-1', '11300000', '1506', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2612', 'Sword of Limit*Sword of Limit', 'lrhand', 'true', '2140', '1', '1', 'fine_steel', 'b', '213', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '91', '-1', '8680000', '1157', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2613', 'Sword of Limit*Sword of Delusion', 'lrhand', 'true', '2140', '1', '1', 'fine_steel', 'b', '213', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '91', '-1', '8680000', '1157', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2614', 'Sword of Limit*Sword of Nightmare', 'lrhand', 'true', '2130', '1', '1', 'fine_steel', 'b', '213', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '91', '-1', '8680000', '1157', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2615', 'Sword of Limit*Tsurugi', 'lrhand', 'true', '2120', '1', '1', 'fine_steel', 'b', '213', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '91', '-1', '8680000', '1157', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2616', 'Sword of Limit*Samurai Long Sword', 'lrhand', 'true', '2100', '1', '1', 'fine_steel', 'b', '228', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '97', '-1', '11300000', '1506', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2617', 'Sword of Delusion*Sword of Delusion', 'lrhand', 'true', '2150', '1', '1', 'fine_steel', 'b', '213', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '91', '-1', '8680000', '1157', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2618', 'Sword of Delusion*Sword of Nightmare', 'lrhand', 'true', '2130', '1', '1', 'fine_steel', 'b', '213', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '91', '-1', '8680000', '1157', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2619', 'Sword of Delusion*Tsurugi', 'lrhand', 'true', '2140', '1', '1', 'fine_steel', 'b', '213', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '91', '-1', '8680000', '1157', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2620', 'Sword of Delusion*Samurai Long Sword', 'lrhand', 'true', '2110', '1', '1', 'fine_steel', 'b', '228', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '97', '-1', '11300000', '1506', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2621', 'Sword of Nightmare*Sword of Nightmare', 'lrhand', 'true', '2130', '1', '1', 'fine_steel', 'b', '213', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '91', '-1', '8680000', '1157', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2622', 'Sword of Nightmare*Tsurugi', 'lrhand', 'true', '2140', '1', '1', 'fine_steel', 'b', '213', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '91', '-1', '8680000', '1157', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2623', 'Sword of Nightmare*Samurai Long Sword', 'lrhand', 'true', '2080', '1', '1', 'fine_steel', 'b', '228', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '97', '-1', '11300000', '1506', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2624', 'Tsurugi*Tsurugi', 'lrhand', 'true', '2120', '1', '1', 'fine_steel', 'b', '213', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '91', '-1', '8680000', '1157', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2625', 'Tsurugi*Samurai Long Sword', 'lrhand', 'true', '2090', '1', '1', 'fine_steel', 'b', '228', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '97', '-1', '11300000', '1506', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2626', 'Samurai Long Sword*Samurai Long Sword', 'lrhand', 'true', '2080', '1', '1', 'fine_steel', 'b', '236', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '99', '-1', '13100000', '1746', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('2915', 'Old Knight Sword', 'rhand', 'false', '3200', '2', '2', 'fine_steel', 'none', '24', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '17', '-1', '136000', '0', 'false', 'false', 'false', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('3026', 'Talins Spear', 'lrhand', 'false', '800', '2', '2', 'steel', 'none', '24', '10', 'pole', '8', '-3.00000', '0', '0', '0', '325', '0', '17', '-1', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('3027', 'Old Knight\'s Sword', 'lrhand', 'false', '2100', '2', '2', 'steel', 'none', '29', '10', 'bigsword', '8', '0.00000', '0', '0', '0', '325', '0', '17', '-1', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('3028', 'Crescent Moon Bow', 'lrhand', 'false', '600', '6', '2', 'wood', 'none', '34', '5', 'bow', '12', '-3.00000', '0', '0', '0', '293', '2', '12', '-1', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('3029', 'Sword of Binding', 'rhand', 'false', '1200', '2', '2', 'steel', 'none', '17', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '12', '-1', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('3439', 'Shining Canine', 'wolf', 'false', '100', '1', '1', 'steel', 'none', '7', '10', 'pet', '8', '0.00000', '0', '0', '0', '277', '0', '8', '-1', '34000', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('3471', 'Cybellin\'s Dagger', 'rhand', 'false', '400', '1', '1', 'steel', 'none', '10', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '9', '-1', '0', '0', 'false', 'false', 'false', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('3902', 'Ghost Canine', 'wolf', 'false', '100', '1', '1', 'steel', 'none', '11', '10', 'pet', '8', '0.00000', '0', '0', '0', '277', '0', '10', '-1', '61000', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('3903', 'Mithril Canine', 'wolf', 'false', '100', '1', '1', 'steel', 'none', '16', '10', 'pet', '8', '0.00000', '0', '0', '0', '277', '0', '14', '-1', '100000', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('3904', 'Sylvan Canine', 'wolf', 'false', '100', '1', '1', 'steel', 'none', '23', '10', 'pet', '8', '0.00000', '0', '0', '0', '277', '0', '18', '-1', '160000', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('3905', 'Orikarukon Canine', 'wolf', 'false', '100', '1', '1', 'steel', 'none', '31', '10', 'pet', '8', '0.00000', '0', '0', '0', '277', '0', '24', '-1', '240000', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('3906', 'Fang of Saltydog', 'wolf', 'false', '100', '1', '1', 'steel', 'none', '40', '10', 'pet', '8', '0.00000', '0', '0', '0', '277', '0', '30', '-1', '350000', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('3907', 'Fang of Cerberus', 'wolf', 'false', '100', '1', '1', 'steel', 'none', '49', '10', 'pet', '8', '0.00000', '0', '0', '0', '277', '0', '36', '-1', '450000', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('3908', 'Fang of Coyote', 'wolf', 'false', '100', '1', '1', 'steel', 'none', '58', '10', 'pet', '8', '0.00000', '0', '0', '0', '277', '0', '42', '-1', '570000', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('3909', 'Crystalized Ice Canine', 'wolf', 'false', '100', '1', '1', 'steel', 'none', '69', '10', 'pet', '8', '0.00000', '0', '0', '0', '277', '0', '50', '-1', '720000', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('3910', 'Fang of The Blue Wolf', 'wolf', 'false', '100', '1', '1', 'steel', 'none', '80', '10', 'pet', '8', '0.00000', '0', '0', '0', '277', '0', '58', '-1', '1100000', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('3911', 'Fang of Fenril', 'wolf', 'false', '100', '1', '1', 'steel', 'none', '93', '10', 'pet', '8', '0.00000', '0', '0', '0', '277', '0', '66', '-1', '1500000', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('3919', 'Serpent Fang', 'hatchling', 'false', '100', '1', '1', 'steel', 'none', '8', '10', 'pet', '8', '0.00000', '0', '0', '0', '277', '0', '7', '-1', '200000', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('3920', 'Viperbite', 'hatchling', 'false', '100', '1', '1', 'steel', 'none', '9', '10', 'pet', '8', '0.00000', '0', '0', '0', '277', '0', '10', '-1', '310000', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('3921', 'Shadow Fang', 'hatchling', 'false', '100', '1', '1', 'steel', 'none', '10', '10', 'pet', '8', '0.00000', '0', '0', '0', '277', '0', '11', '-1', '420000', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('3922', 'Alya Fang', 'hatchling', 'false', '100', '1', '1', 'steel', 'none', '12', '10', 'pet', '8', '0.00000', '0', '0', '0', '277', '0', '13', '-1', '570000', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('3923', 'Torturer', 'hatchling', 'false', '100', '1', '1', 'steel', 'none', '13', '10', 'pet', '8', '0.00000', '0', '0', '0', '277', '0', '16', '-1', '760000', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('3924', 'Unuk Alhay Fang', 'hatchling', 'false', '100', '1', '1', 'steel', 'none', '15', '10', 'pet', '8', '0.00000', '0', '0', '0', '277', '0', '18', '-1', '1100000', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('3925', 'Antiplague', 'hatchling', 'false', '100', '1', '1', 'steel', 'none', '17', '10', 'pet', '8', '0.00000', '0', '0', '0', '277', '0', '21', '-1', '1600000', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('3937', 'Giant Bar', 'lrhand', 'true', '300', '2', '2', 'bronze', 'd', '50', '10', 'pole', '8', '-3.00000', '0', '0', '0', '325', '0', '26', '-1', '409000', '743', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('3938', 'Giant Rod', 'lrhand', 'true', '300', '2', '2', 'bronze', 'd', '50', '10', 'pole', '8', '-3.00000', '0', '0', '0', '325', '0', '26', '-1', '409000', '743', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('3939', 'Lady\'s Fan', 'lrhand', 'true', '300', '2', '2', 'bronze', 'd', '50', '10', 'pole', '8', '-3.00000', '0', '0', '0', '325', '0', '26', '-1', '409000', '743', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4027', 'Bouquet', 'rhand', 'false', '0', '0', '0', 'paper', 'none', '8', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '6', '-1', '0', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4028', 'Giant Cannon', 'rhand', 'true', '300', '2', '2', 'steel', 'd', '5', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '5', '-1', '409000', '743', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4202', 'Chrono Cithara', 'rhand', 'false', '0', '0', '0', 'steel', 'none', '1', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '1', '-1', '0', '0', 'true', 'false', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4219', 'Dream Sword', 'rhand', 'true', '1530', '2', '2', 'bronze', 'none', '31', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '21', '-1', '244000', '0', 'false', 'false', 'false', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4220', 'Dream Knife', 'rhand', 'true', '1110', '2', '2', 'steel', 'none', '27', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '21', '-1', '244000', '0', 'false', 'false', 'false', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4221', 'Ubiquitous Axe', 'rhand', 'true', '1850', '2', '2', 'steel', 'none', '31', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '21', '-1', '244000', '0', 'false', 'false', 'false', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4222', 'Dream Shield', 'lhand', 'true', '1380', '0', '0', 'bone', 'none', '0', '0', 'none', '0', '0.00000', '-8', '90', '20', '0', '0', '0', '-1', '12900', '0', 'false', 'false', 'false', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4223', 'Ubiquitous Shield', 'lhand', 'true', '1380', '0', '0', 'bone', 'none', '0', '0', 'none', '0', '0.00000', '-8', '90', '20', '0', '0', '0', '-1', '12900', '0', 'false', 'false', 'false', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4233', 'Knuckle Duster', 'lrhand', 'true', '1490', '2', '2', 'fine_steel', 'c', '148', '5', 'dualfist', '4', '4.00000', '0', '0', '0', '325', '0', '68', '-1', '2870000', '1148', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4237', 'Hatchling\'s Level 65 Weapon', 'hatchling', 'false', '100', '1', '1', 'steel', 'none', '24', '10', 'pet', '8', '0.00000', '0', '0', '0', '277', '0', '32', '-1', '0', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4238', 'Hatchling\'s Level 75 Weapon', 'hatchling', 'false', '100', '1', '1', 'steel', 'none', '31', '10', 'pet', '8', '0.00000', '0', '0', '0', '277', '0', '43', '-1', '0', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4665', 'Pipette Knife', 'rhand', 'false', '1140', '1', '1', 'bronze', 'none', '10', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '9', '-1', '0', '0', 'false', 'false', 'false', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4681', 'Stormbringer - Critical Anger', 'rhand', 'true', '1430', '2', '2', 'fine_steel', 'c', '107', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '61', '-1', '2290000', '916', 'true', 'true', 'true', 'true', '3026', '1', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4682', 'Stormbringer - Focus', 'rhand', 'true', '1430', '2', '2', 'fine_steel', 'c', '107', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '61', '-1', '2290000', '916', 'true', 'true', 'true', 'true', '3010', '1', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4683', 'Stormbringer - Light', 'rhand', 'true', '430', '2', '2', 'fine_steel', 'c', '107', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '61', '-1', '2290000', '916', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4684', 'Shamshir - Guidance', 'rhand', 'true', '1420', '2', '2', 'fine_steel', 'c', '122', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '68', '-1', '2870000', '1148', 'true', 'true', 'true', 'true', '3007', '2', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4685', 'Shamshir - Back Blow', 'rhand', 'true', '1420', '2', '2', 'fine_steel', 'c', '122', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '68', '-1', '2870000', '1148', 'true', 'true', 'true', 'true', '3018', '2', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4686', 'Shamshir - Rsk. Evasion', 'rhand', 'true', '1420', '2', '2', 'fine_steel', 'c', '122', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '68', '-1', '2870000', '1148', 'true', 'true', 'true', 'true', '3028', '2', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4687', 'Katana - Focus', 'rhand', 'true', '1420', '2', '2', 'fine_steel', 'c', '122', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '68', '-1', '2870000', '1148', 'true', 'true', 'true', 'true', '3010', '2', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4688', 'Katana - Critical Damage', 'rhand', 'true', '1420', '2', '2', 'fine_steel', 'c', '122', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '68', '-1', '2870000', '1148', 'true', 'true', 'true', 'true', '3023', '2', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4689', 'Katana - Haste', 'rhand', 'true', '1420', '2', '2', 'fine_steel', 'c', '122', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '68', '-1', '2870000', '1148', 'true', 'true', 'true', 'true', '3036', '2', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4690', 'Spirit Sword - Critical Damage', 'rhand', 'true', '1420', '2', '2', 'fine_steel', 'c', '122', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '68', '-1', '2870000', '1148', 'true', 'true', 'true', 'true', '3023', '2', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4691', 'Spirit Sword - Critical Poison', 'rhand', 'true', '1420', '2', '2', 'fine_steel', 'c', '122', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '68', '-1', '2870000', '1148', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4692', 'Spirit Sword - Haste', 'rhand', 'true', '1420', '2', '2', 'fine_steel', 'c', '122', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '68', '-1', '2870000', '1148', 'true', 'true', 'true', 'true', '3036', '2', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4693', 'Raid Sword - Focus', 'rhand', 'true', '1420', '2', '2', 'fine_steel', 'c', '122', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '68', '-1', '2870000', '1148', 'true', 'true', 'true', 'true', '3010', '2', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4694', 'Raid Sword - Critical Drain', 'rhand', 'true', '1420', '2', '2', 'fine_steel', 'c', '122', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '68', '-1', '2870000', '1148', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4695', 'Raid Sword - Critical Poison', 'rhand', 'true', '1420', '2', '2', 'fine_steel', 'c', '122', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '68', '-1', '2870000', '1148', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4696', 'Caliburs - Guidance', 'rhand', 'true', '1400', '3', '3', 'oriharukon', 'c', '139', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '76', '-1', '4300000', '1720', 'true', 'true', 'true', 'true', '3007', '3', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4697', 'Caliburs - Focus', 'rhand', 'true', '1400', '3', '3', 'oriharukon', 'c', '139', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '76', '-1', '4300000', '1720', 'true', 'true', 'true', 'true', '3010', '3', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4698', 'Caliburs - Critical Damage', 'rhand', 'true', '1400', '3', '3', 'oriharukon', 'c', '139', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '76', '-1', '4300000', '1720', 'true', 'true', 'true', 'true', '3023', '3', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4699', 'Sword of Delusion - Focus', 'rhand', 'true', '1400', '3', '3', 'mithril', 'c', '139', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '76', '-1', '4300000', '1720', 'true', 'true', 'true', 'true', '3010', '3', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4700', 'Sword of Delusion - Health', 'rhand', 'true', '1400', '3', '3', 'mithril', 'c', '139', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '76', '-1', '4300000', '1720', 'true', 'true', 'true', 'true', '3013', '1', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4701', 'Sword of Delusion - Rsk. Haste', 'rhand', 'true', '1400', '3', '3', 'mithril', 'c', '139', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '76', '-1', '4300000', '1720', 'true', 'true', 'true', 'true', '3032', '3', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4702', 'Tsurugi - Focus', 'rhand', 'true', '1400', '3', '3', 'fine_steel', 'c', '139', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '76', '-1', '4300000', '1720', 'true', 'true', 'true', 'true', '3010', '3', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4703', 'Tsurugi - Critical Damage', 'rhand', 'true', '1400', '3', '3', 'fine_steel', 'c', '139', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '76', '-1', '4300000', '1720', 'true', 'true', 'true', 'true', '3023', '3', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4704', 'Tsurugi - Haste', 'rhand', 'true', '1400', '3', '3', 'fine_steel', 'c', '139', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '76', '-1', '4300000', '1720', 'true', 'true', 'true', 'true', '3036', '3', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4705', 'Sword of Nightmare - Health', 'rhand', 'true', '1400', '3', '3', 'blood_steel', 'c', '139', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '76', '-1', '4300000', '1720', 'true', 'true', 'true', 'true', '3013', '1', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4706', 'Sword of Nightmare - Focus', 'rhand', 'true', '1400', '3', '3', 'blood_steel', 'c', '139', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '76', '-1', '4300000', '1720', 'true', 'true', 'true', 'true', '3010', '3', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4707', 'Sword of Nightmare - Light', 'rhand', 'true', '420', '3', '3', 'blood_steel', 'c', '139', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '76', '-1', '4300000', '1720', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4708', 'Samurai Longsword - Focus', 'rhand', 'true', '1380', '3', '3', 'oriharukon', 'c', '156', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '83', '-1', '6130000', '2452', 'true', 'true', 'true', 'true', '3010', '4', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4709', 'Samurai Longsword - Critical Damage', 'rhand', 'true', '1380', '3', '3', 'oriharukon', 'c', '156', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '83', '-1', '6130000', '2452', 'true', 'true', 'true', 'true', '3023', '4', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4710', 'Samurai Longsword - Haste', 'rhand', 'true', '1380', '3', '3', 'oriharukon', 'c', '156', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '83', '-1', '6130000', '2452', 'true', 'true', 'true', 'true', '3036', '4', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4711', 'Flamberge - Critical Damage', 'lrhand', 'true', '2010', '2', '2', 'bronze', 'c', '130', '10', 'bigsword', '8', '0.00000', '0', '0', '0', '325', '0', '61', '-1', '2290000', '916', 'true', 'true', 'true', 'true', '3023', '1', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4712', 'Flamberge - Focus', 'lrhand', 'true', '2010', '2', '2', 'bronze', 'c', '130', '10', 'bigsword', '8', '0.00000', '0', '0', '0', '325', '0', '61', '-1', '2290000', '916', 'true', 'true', 'true', 'true', '3010', '1', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4713', 'Flamberge - Light', 'lrhand', 'true', '600', '2', '2', 'bronze', 'c', '130', '10', 'bigsword', '8', '0.00000', '0', '0', '0', '325', '0', '61', '-1', '2290000', '916', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4714', 'Keshanberk - Guidance', 'rhand', 'true', '1370', '1', '1', 'oriharukon', 'b', '175', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '91', '-1', '8680000', '1157', 'true', 'true', 'true', 'true', '3007', '5', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4715', 'Keshanberk - Focus', 'rhand', 'true', '1370', '1', '1', 'oriharukon', 'b', '175', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '91', '-1', '8680000', '1157', 'true', 'true', 'true', 'true', '3010', '5', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4716', 'Keshanberk - Back Blow', 'rhand', 'true', '1370', '1', '1', 'oriharukon', 'b', '175', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '91', '-1', '8680000', '1157', 'true', 'true', 'true', 'true', '3018', '5', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4717', 'Sword of Damascus - Focus', 'rhand', 'true', '1350', '1', '1', 'damascus', 'b', '194', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '99', '-1', '13100000', '1746', 'true', 'true', 'true', 'true', '3010', '6', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4718', 'Sword of Damascus - Critical Damage', 'rhand', 'true', '1350', '1', '1', 'damascus', 'b', '194', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '99', '-1', '13100000', '1746', 'true', 'true', 'true', 'true', '3023', '3', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4719', 'Sword of Damascus - Haste', 'rhand', 'true', '1350', '1', '1', 'damascus', 'b', '194', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '99', '-1', '13100000', '1746', 'true', 'true', 'true', 'true', '3036', '6', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4720', 'Tallum Blade - Health', 'rhand', 'true', '1330', '1', '1', 'adamantaite', 'a', '213', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '107', '-1', '18300000', '1464', 'true', 'true', 'true', 'true', '3013', '1', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4721', 'Tallum Blade - Rsk. Evasion', 'rhand', 'true', '1330', '1', '1', 'adamantaite', 'a', '213', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '107', '-1', '18300000', '1464', 'true', 'true', 'true', 'true', '3028', '1', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4722', 'Tallum Blade - Rsk. Haste', 'rhand', 'true', '1330', '1', '1', 'adamantaite', 'a', '213', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '107', '-1', '18300000', '1464', 'true', 'true', 'true', 'true', '3032', '2', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4723', 'Great Sword - Health', 'lrhand', 'true', '1930', '1', '1', 'steel', 'b', '213', '10', 'bigsword', '8', '0.00000', '0', '0', '0', '325', '0', '91', '-1', '8680000', '1157', 'true', 'true', 'true', 'true', '3013', '1', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4724', 'Great Sword - Critical Damage', 'lrhand', 'true', '1930', '1', '1', 'steel', 'b', '213', '10', 'bigsword', '8', '0.00000', '0', '0', '0', '325', '0', '91', '-1', '8680000', '1157', 'true', 'true', 'true', 'true', '3023', '5', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4725', 'Great Sword - Focus', 'lrhand', 'true', '1930', '1', '1', 'steel', 'b', '213', '10', 'bigsword', '8', '0.00000', '0', '0', '0', '325', '0', '91', '-1', '8680000', '1157', 'true', 'true', 'true', 'true', '3010', '5', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4726', 'Big Hammer - Health', 'rhand', 'true', '1710', '2', '2', 'fine_steel', 'c', '107', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '61', '-1', '2290000', '916', 'true', 'true', 'true', 'true', '3013', '1', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4727', 'Big Hammer - Rsk.Focus', 'rhand', 'true', '1710', '2', '2', 'fine_steel', 'c', '107', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '61', '-1', '2290000', '916', 'true', 'true', 'true', 'true', '3027', '1', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4728', 'Big Hammer - Haste', 'rhand', 'true', '1710', '2', '2', 'fine_steel', 'c', '107', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '61', '-1', '2290000', '916', 'true', 'true', 'true', 'true', '3036', '1', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4729', 'Battle Axe - Anger', 'rhand', 'true', '1720', '2', '2', 'fine_steel', 'c', '107', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '61', '-1', '2290000', '916', 'true', 'true', 'true', 'true', '3012', '1', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4730', 'Battle Axe - Rsk.Focus', 'rhand', 'true', '1720', '2', '2', 'fine_steel', 'c', '107', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '61', '-1', '2290000', '916', 'true', 'true', 'true', 'true', '3027', '1', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4731', 'Battle Axe - Haste', 'rhand', 'true', '1720', '2', '2', 'fine_steel', 'c', '107', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '61', '-1', '2290000', '916', 'true', 'true', 'true', 'true', '3036', '1', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4732', 'Silver Axe - Anger', 'rhand', 'true', '1690', '2', '2', 'fine_steel', 'c', '107', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '61', '-1', '2290000', '916', 'true', 'true', 'true', 'true', '3012', '1', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4733', 'Silver Axe - Rsk.Focus', 'rhand', 'true', '1690', '2', '2', 'fine_steel', 'c', '107', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '61', '-1', '2290000', '916', 'true', 'true', 'true', 'true', '3027', '1', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4734', 'Silver Axe - Haste', 'rhand', 'true', '1690', '2', '2', 'fine_steel', 'c', '107', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '61', '-1', '2290000', '916', 'true', 'true', 'true', 'true', '3036', '1', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4735', 'Skull Graver - Anger', 'rhand', 'true', '1640', '2', '2', 'fine_steel', 'c', '107', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '61', '-1', '2290000', '916', 'true', 'true', 'true', 'true', '3012', '1', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4736', 'Skull Graver - Health', 'rhand', 'true', '1640', '2', '2', 'fine_steel', 'c', '107', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '61', '-1', '2290000', '916', 'true', 'true', 'true', 'true', '3013', '1', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4737', 'Skull Graver - Rsk.Focus', 'rhand', 'true', '1640', '2', '2', 'fine_steel', 'c', '107', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '61', '-1', '2290000', '916', 'true', 'true', 'true', 'true', '3027', '1', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4738', 'Dwarven War Hammer - Anger', 'rhand', 'true', '1670', '2', '2', 'fine_steel', 'c', '122', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '68', '-1', '2870000', '1148', 'true', 'true', 'true', 'true', '3012', '2', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4739', 'Dwarven War Hammer - Health', 'rhand', 'true', '1670', '2', '2', 'fine_steel', 'c', '122', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '68', '-1', '2870000', '1148', 'true', 'true', 'true', 'true', '3013', '1', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4740', 'Dwarven War Hammer - Haste', 'rhand', 'true', '1670', '2', '2', 'fine_steel', 'c', '122', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '68', '-1', '2870000', '1148', 'true', 'true', 'true', 'true', '3036', '2', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4741', 'War Axe - Anger', 'rhand', 'true', '1660', '3', '3', 'fine_steel', 'c', '139', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '76', '-1', '4300000', '1720', 'true', 'true', 'true', 'true', '3012', '3', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4742', 'War Axe - Health', 'rhand', 'true', '1660', '3', '3', 'fine_steel', 'c', '139', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '76', '-1', '4300000', '1720', 'true', 'true', 'true', 'true', '3013', '1', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4743', 'War Axe - Haste', 'rhand', 'true', '1660', '3', '3', 'fine_steel', 'c', '139', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '76', '-1', '4300000', '1720', 'true', 'true', 'true', 'true', '3036', '3', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4744', 'Yaksa Mace - Anger', 'rhand', 'true', '1640', '3', '3', 'fine_steel', 'c', '156', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '83', '-1', '6130000', '2452', 'true', 'true', 'true', 'true', '3012', '4', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4745', 'Yaksa Mace - Health', 'rhand', 'true', '1640', '3', '3', 'fine_steel', 'c', '156', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '83', '-1', '6130000', '2452', 'true', 'true', 'true', 'true', '3013', '1', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4746', 'Yaksa Mace - Rsk. Focus', 'rhand', 'true', '1640', '3', '3', 'fine_steel', 'c', '156', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '83', '-1', '6130000', '2452', 'true', 'true', 'true', 'true', '3027', '4', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4747', 'Heavy War Axe - Anger', 'rhand', 'true', '1620', '1', '1', 'fine_steel', 'b', '175', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '91', '-1', '8680000', '1157', 'true', 'true', 'true', 'true', '3012', '5', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4748', 'Heavy War Axe - Health', 'rhand', 'true', '1620', '1', '1', 'fine_steel', 'b', '175', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '91', '-1', '8680000', '1157', 'true', 'true', 'true', 'true', '3013', '1', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4749', 'Heavy War Axe - Rsk. Focus', 'rhand', 'true', '1620', '1', '1', 'fine_steel', 'b', '175', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '91', '-1', '8680000', '1157', 'true', 'true', 'true', 'true', '3027', '5', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4750', 'Deadman\'s Glory - Anger', 'rhand', 'true', '1600', '1', '1', 'bone', 'b', '194', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '99', '-1', '13100000', '1746', 'true', 'true', 'true', 'true', '3012', '6', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4751', 'Deadman\'s Glory - Health', 'rhand', 'true', '1600', '1', '1', 'bone', 'b', '194', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '99', '-1', '13100000', '1746', 'true', 'true', 'true', 'true', '3013', '1', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4752', 'Deadman\'s Glory - Haste', 'rhand', 'true', '1600', '1', '1', 'bone', 'b', '194', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '99', '-1', '13100000', '1746', 'true', 'true', 'true', 'true', '3036', '6', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4753', 'Art of Battle Axe - Health', 'rhand', 'true', '1570', '1', '1', 'chrysolite', 'b', '194', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '99', '-1', '13100000', '1746', 'true', 'true', 'true', 'true', '3013', '1', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4754', 'Art of Battle Axe - Rsk. Focus', 'rhand', 'true', '1570', '1', '1', 'chrysolite', 'b', '194', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '99', '-1', '13100000', '1746', 'true', 'true', 'true', 'true', '3027', '6', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4755', 'Art of Battle Axe - Haste', 'rhand', 'true', '1570', '1', '1', 'chrysolite', 'b', '194', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '99', '-1', '13100000', '1746', 'true', 'true', 'true', 'true', '3036', '6', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4756', 'Meteor Shower - Health', 'rhand', 'true', '1600', '1', '1', 'fine_steel', 'a', '213', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '107', '-1', '18300000', '1464', 'true', 'true', 'true', 'true', '3013', '1', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4757', 'Meteor Shower - Focus', 'rhand', 'true', '1600', '1', '1', 'fine_steel', 'a', '213', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '107', '-1', '18300000', '1464', 'true', 'true', 'true', 'true', '3010', '1', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4758', 'Meteor Shower - P.Focus', 'rhand', 'true', '1600', '1', '1', 'fine_steel', 'a', '213', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '107', '-1', '18300000', '1464', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4759', 'Cursed Dagger - Critical Bleed', 'rhand', 'true', '1040', '2', '2', 'mithril', 'c', '94', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '61', '-1', '2290000', '916', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4760', 'Cursed Dagger - Critical Poison', 'rhand', 'true', '1040', '2', '2', 'mithril', 'c', '94', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '61', '-1', '2290000', '916', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4761', 'Cursed Dagger - Rsk. Haste', 'rhand', 'true', '1040', '2', '2', 'mithril', 'c', '94', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '61', '-1', '2290000', '916', 'true', 'true', 'true', 'true', '3033', '1', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4762', 'Dark Elven Dagger - Focus', 'rhand', 'true', '1050', '2', '2', 'fine_steel', 'c', '94', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '61', '-1', '2290000', '916', 'true', 'true', 'true', 'true', '3011', '1', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4763', 'Dark Elven Dagger - Back Blow', 'rhand', 'true', '1050', '2', '2', 'fine_steel', 'c', '94', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '61', '-1', '2290000', '916', 'true', 'true', 'true', 'true', '3019', '1', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4764', 'Dark Elven Dagger - Mortal Strike', 'rhand', 'true', '1050', '2', '2', 'fine_steel', 'c', '94', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '61', '-1', '2290000', '916', 'true', 'true', 'true', 'true', '3035', '1', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4765', 'Stiletto - Critical Bleed', 'rhand', 'true', '1030', '2', '2', 'fine_steel', 'c', '107', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '68', '-1', '2870000', '1148', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4766', 'Stiletto - Critical Poison', 'rhand', 'true', '1030', '2', '2', 'fine_steel', 'c', '107', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '68', '-1', '2870000', '1148', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4767', 'Stiletto - Mortal Strike', 'rhand', 'true', '1030', '2', '2', 'fine_steel', 'c', '107', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '68', '-1', '2870000', '1148', 'true', 'true', 'true', 'true', '3035', '2', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4768', 'Grace Dagger - Evasion', 'rhand', 'true', '1020', '3', '3', 'fine_steel', 'c', '122', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '76', '-1', '4300000', '1720', 'true', 'true', 'true', 'true', '3009', '3', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4769', 'Grace Dagger - Focus', 'rhand', 'true', '1020', '3', '3', 'fine_steel', 'c', '122', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '76', '-1', '4300000', '1720', 'true', 'true', 'true', 'true', '3011', '3', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4770', 'Grace Dagger - Back Blow', 'rhand', 'true', '1020', '3', '3', 'fine_steel', 'c', '122', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '76', '-1', '4300000', '1720', 'true', 'true', 'true', 'true', '3019', '3', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4771', 'Dark Screamer - Evasion', 'rhand', 'true', '1010', '3', '3', 'fine_steel', 'c', '122', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '76', '-1', '4300000', '1720', 'true', 'true', 'true', 'true', '3009', '3', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4772', 'Dark Screamer - Focus', 'rhand', 'true', '1010', '3', '3', 'fine_steel', 'c', '122', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '76', '-1', '4300000', '1720', 'true', 'true', 'true', 'true', '3011', '3', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4773', 'Dark Screamer - Critical Bleed', 'rhand', 'true', '1010', '3', '3', 'fine_steel', 'c', '122', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '76', '-1', '4300000', '1720', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4774', 'Crystal Dagger - Critical Bleed', 'rhand', 'true', '1000', '3', '3', 'crystal', 'c', '136', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '83', '-1', '6130000', '2452', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4775', 'Crystal Dagger - Critical Poison', 'rhand', 'true', '1000', '3', '3', 'crystal', 'c', '136', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '83', '-1', '6130000', '2452', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4776', 'Crystal Dagger - Mortal Strike', 'rhand', 'true', '1000', '3', '3', 'crystal', 'c', '136', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '83', '-1', '6130000', '2452', 'true', 'true', 'true', 'true', '3035', '4', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4777', 'Kris - Evasion', 'rhand', 'true', '980', '1', '1', 'mithril', 'b', '153', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '91', '-1', '8680000', '1157', 'true', 'true', 'true', 'true', '3009', '5', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4778', 'Kris - Focus', 'rhand', 'true', '980', '1', '1', 'mithril', 'b', '153', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '91', '-1', '8680000', '1157', 'true', 'true', 'true', 'true', '3011', '5', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4779', 'Kris - Back Blow', 'rhand', 'true', '980', '1', '1', 'mithril', 'b', '153', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '91', '-1', '8680000', '1157', 'true', 'true', 'true', 'true', '3019', '5', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4780', 'Demon Dagger - Critical Bleed', 'rhand', 'true', '970', '1', '1', 'blood_steel', 'b', '170', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '99', '-1', '13100000', '1746', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4781', 'Demon Dagger - Critical Poison', 'rhand', 'true', '970', '1', '1', 'blood_steel', 'b', '170', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '99', '-1', '13100000', '1746', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4782', 'Demon Dagger - Mortal Strike', 'rhand', 'true', '970', '1', '1', 'blood_steel', 'b', '170', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '99', '-1', '13100000', '1746', 'true', 'true', 'true', 'true', '3035', '6', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4783', 'Bloody Orchid - Evasion', 'rhand', 'true', '960', '1', '1', 'blood_steel', 'a', '186', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '107', '-1', '18300000', '1464', 'true', 'true', 'true', 'true', '3009', '6', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4784', 'Bloody Orchid - Focus', 'rhand', 'true', '960', '1', '1', 'blood_steel', 'a', '186', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '107', '-1', '18300000', '1464', 'true', 'true', 'true', 'true', '3011', '2', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4785', 'Bloody Orchid - Back Blow', 'rhand', 'true', '960', '1', '1', 'blood_steel', 'a', '186', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '107', '-1', '18300000', '1464', 'true', 'true', 'true', 'true', '3019', '6', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4786', 'Hell Knife - Focus', 'rhand', 'true', '740', '1', '1', 'blood_steel', 'b', '122', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '122', '-1', '8680000', '1157', 'true', 'true', 'true', 'true', '3011', '5', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4787', 'Hell Knife - Back Blow', 'rhand', 'true', '740', '1', '1', 'blood_steel', 'b', '122', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '122', '-1', '8680000', '1157', 'true', 'true', 'true', 'true', '3019', '5', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4788', 'Hell Knife - Mortal Strike', 'rhand', 'true', '740', '1', '1', 'blood_steel', 'b', '122', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '122', '-1', '8680000', '1157', 'true', 'true', 'true', 'true', '3035', '5', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4789', 'Chakram - Critical Drain', 'lrhand', 'true', '1490', '2', '2', 'fine_steel', 'c', '130', '5', 'dualfist', '4', '4.00000', '0', '0', '0', '325', '0', '61', '-1', '2290000', '916', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4790', 'Chakram - Critical Poison', 'lrhand', 'true', '1490', '2', '2', 'fine_steel', 'c', '130', '5', 'dualfist', '4', '4.00000', '0', '0', '0', '325', '0', '61', '-1', '2290000', '916', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4791', 'Chakram - Rsk. Haste', 'lrhand', 'true', '1490', '2', '2', 'fine_steel', 'c', '130', '5', 'dualfist', '4', '4.00000', '0', '0', '0', '325', '0', '61', '-1', '2290000', '916', 'true', 'true', 'true', 'true', '3034', '1', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4792', 'Fisted Blade - Rsk. Evasion', 'lrhand', 'true', '1480', '3', '3', 'fine_steel', 'c', '169', '5', 'dualfist', '4', '4.00000', '0', '0', '0', '325', '0', '76', '-1', '4300000', '1720', 'true', 'true', 'true', 'true', '3030', '3', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4793', 'Fisted Blade - Rsk. Haste', 'lrhand', 'true', '1480', '3', '3', 'fine_steel', 'c', '169', '5', 'dualfist', '4', '4.00000', '0', '0', '0', '325', '0', '76', '-1', '4300000', '1720', 'true', 'true', 'true', 'true', '3034', '3', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4794', 'Fisted Blade - Haste', 'lrhand', 'true', '1480', '3', '3', 'fine_steel', 'c', '169', '5', 'dualfist', '4', '4.00000', '0', '0', '0', '325', '0', '76', '-1', '4300000', '1720', 'true', 'true', 'true', 'true', '3037', '3', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4795', 'Great Pata - Critical Drain', 'lrhand', 'true', '1460', '3', '3', 'chrysolite', 'c', '190', '5', 'dualfist', '4', '4.00000', '0', '0', '0', '325', '0', '83', '-1', '6130000', '2452', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4796', 'Great Pata - Critical Poison', 'lrhand', 'true', '1460', '3', '3', 'chrysolite', 'c', '190', '5', 'dualfist', '4', '4.00000', '0', '0', '0', '325', '0', '83', '-1', '6130000', '2452', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4797', 'Great Pata - Rsk. Haste', 'lrhand', 'true', '1460', '3', '3', 'chrysolite', 'c', '190', '5', 'dualfist', '4', '4.00000', '0', '0', '0', '325', '0', '83', '-1', '6130000', '2452', 'true', 'true', 'true', 'true', '3034', '4', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4798', 'Knuckle Duster - Rsk. Evasion', 'lrhand', 'true', '1490', '2', '2', 'fine_steel', 'c', '148', '5', 'dualfist', '4', '4.00000', '0', '0', '0', '325', '0', '68', '-1', '2870000', '1148', 'true', 'true', 'true', 'true', '3030', '2', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4799', 'Knuckle Duster - Rsk. Haste', 'lrhand', 'true', '1490', '2', '2', 'fine_steel', 'c', '148', '5', 'dualfist', '4', '4.00000', '0', '0', '0', '325', '0', '68', '-1', '2870000', '1148', 'true', 'true', 'true', 'true', '3034', '2', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4800', 'Knuckle Duster - Haste', 'lrhand', 'true', '1490', '2', '2', 'fine_steel', 'c', '148', '5', 'dualfist', '4', '4.00000', '0', '0', '0', '325', '0', '68', '-1', '2870000', '1148', 'true', 'true', 'true', 'true', '3037', '2', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4801', 'Arthro Nail - Critical Poison', 'lrhand', 'true', '1420', '1', '1', 'blood_steel', 'b', '213', '5', 'dualfist', '4', '4.00000', '0', '0', '0', '325', '0', '91', '-1', '8680000', '1157', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4802', 'Arthro Nail - Rsk. Evasion', 'lrhand', 'true', '1420', '1', '1', 'blood_steel', 'b', '213', '5', 'dualfist', '4', '4.00000', '0', '0', '0', '325', '0', '91', '-1', '8680000', '1157', 'true', 'true', 'true', 'true', '3030', '5', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4803', 'Arthro Nail - Rsk. Haste', 'lrhand', 'true', '1420', '1', '1', 'blood_steel', 'b', '213', '5', 'dualfist', '4', '4.00000', '0', '0', '0', '325', '0', '91', '-1', '8680000', '1157', 'true', 'true', 'true', 'true', '3034', '5', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4804', 'Bellion Cestus - Critical Drain', 'lrhand', 'true', '1390', '1', '1', 'mithril', 'b', '236', '5', 'dualfist', '4', '4.00000', '0', '0', '0', '325', '0', '99', '-1', '13100000', '1746', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4805', 'Bellion Cestus - Critical Poison', 'lrhand', 'true', '1390', '1', '1', 'mithril', 'b', '236', '5', 'dualfist', '4', '4.00000', '0', '0', '0', '325', '0', '99', '-1', '13100000', '1746', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4806', 'Bellion Cestus - Rsk. Haste', 'lrhand', 'true', '1390', '1', '1', 'mithril', 'b', '236', '5', 'dualfist', '4', '4.00000', '0', '0', '0', '325', '0', '99', '-1', '13100000', '1746', 'true', 'true', 'true', 'true', '3034', '6', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4807', 'Blood Tornado - Critical Drain', 'lrhand', 'true', '1370', '1', '1', 'blood_steel', 'a', '259', '5', 'dualfist', '4', '4.00000', '0', '0', '0', '325', '0', '107', '-1', '18300000', '1464', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4808', 'Blood Tornado - Rsk. Evasion', 'lrhand', 'true', '1370', '1', '1', 'blood_steel', 'a', '259', '5', 'dualfist', '4', '4.00000', '0', '0', '0', '325', '0', '107', '-1', '18300000', '1464', 'true', 'true', 'true', 'true', '3030', '6', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4809', 'Blood Tornado - Haste', 'lrhand', 'true', '1370', '1', '1', 'blood_steel', 'a', '259', '5', 'dualfist', '4', '4.00000', '0', '0', '0', '325', '0', '107', '-1', '18300000', '1464', 'true', 'true', 'true', 'true', '3037', '6', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4810', 'Crystallized Ice Bow - Guidance', 'lrhand', 'true', '1790', '8', '2', 'crystal', 'c', '220', '5', 'bow', '12', '-3.00000', '0', '0', '0', '293', '6', '61', '-1', '2290000', '916', 'true', 'true', 'true', 'true', '3008', '1', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4811', 'Crystallized Ice Bow - Evasion', 'lrhand', 'true', '1790', '8', '2', 'crystal', 'c', '220', '5', 'bow', '12', '-3.00000', '0', '0', '0', '293', '6', '61', '-1', '2290000', '916', 'true', 'true', 'true', 'true', '3009', '1', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4812', 'Crystallized Ice Bow - Quick Recovery', 'lrhand', 'true', '1790', '8', '2', 'crystal', 'c', '220', '5', 'bow', '12', '-3.00000', '0', '0', '0', '293', '6', '61', '-1', '2290000', '916', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4813', 'Elemental Bow - Guidance', 'lrhand', 'true', '1770', '8', '2', 'fine_steel', 'c', '277', '5', 'bow', '12', '-3.00000', '0', '0', '0', '227', '7', '75', '-1', '2870000', '1148', 'true', 'true', 'true', 'true', '3008', '2', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4814', 'Elemental Bow - Miser', 'lrhand', 'true', '1770', '8', '2', 'fine_steel', 'c', '277', '5', 'bow', '12', '-3.00000', '0', '0', '0', '227', '7', '75', '-1', '2870000', '1148', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4815', 'Elemental Bow - Quick Recovery', 'lrhand', 'true', '1770', '8', '2', 'fine_steel', 'c', '277', '5', 'bow', '12', '-3.00000', '0', '0', '0', '227', '7', '75', '-1', '2870000', '1148', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4816', 'Elven Bow of Nobility - Evasion', 'lrhand', 'true', '1760', '8', '2', 'mithril', 'c', '252', '5', 'bow', '12', '-3.00000', '0', '0', '0', '293', '7', '68', '-1', '2870000', '1148', 'true', 'true', 'true', 'true', '3009', '2', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4817', 'Elven Bow of Nobility - Miser', 'lrhand', 'true', '1760', '8', '2', 'mithril', 'c', '252', '5', 'bow', '12', '-3.00000', '0', '0', '0', '293', '7', '68', '-1', '2870000', '1148', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4818', 'Elven Bow of Nobility - Cheap Shot', 'lrhand', 'true', '1760', '8', '2', 'mithril', 'c', '252', '5', 'bow', '12', '-3.00000', '0', '0', '0', '293', '7', '68', '-1', '2870000', '1148', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4819', 'Akat Long Bow - Guidance', 'lrhand', 'true', '1740', '9', '3', 'horn', 'c', '316', '5', 'bow', '12', '-3.00000', '0', '0', '0', '227', '7', '84', '-1', '4300000', '1720', 'true', 'true', 'true', 'true', '3008', '3', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4820', 'Akat Long Bow - Evasion', 'lrhand', 'true', '1740', '9', '3', 'horn', 'c', '316', '5', 'bow', '12', '-3.00000', '0', '0', '0', '227', '7', '84', '-1', '4300000', '1720', 'true', 'true', 'true', 'true', '3009', '3', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4821', 'Akat Long Bow - Miser', 'lrhand', 'true', '1740', '9', '3', 'horn', 'c', '316', '5', 'bow', '12', '-3.00000', '0', '0', '0', '227', '7', '84', '-1', '4300000', '1720', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4822', 'Eminence Bow - Guidance', 'lrhand', 'true', '1720', '10', '3', 'chrysolite', 'c', '323', '5', 'bow', '12', '-3.00000', '0', '0', '0', '293', '8', '83', '-1', '6130000', '2452', 'true', 'true', 'true', 'true', '3008', '4', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4823', 'Eminence Bow - Miser', 'lrhand', 'true', '1720', '10', '3', 'chrysolite', 'c', '323', '5', 'bow', '12', '-3.00000', '0', '0', '0', '293', '8', '83', '-1', '6130000', '2452', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4824', 'Eminence Bow - Cheap Shot', 'lrhand', 'true', '1720', '10', '3', 'chrysolite', 'c', '323', '5', 'bow', '12', '-3.00000', '0', '0', '0', '293', '8', '83', '-1', '6130000', '2452', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4825', 'Dark Elven Long Bow - Evasion', 'lrhand', 'true', '1720', '3', '1', 'oriharukon', 'b', '397', '5', 'bow', '12', '-3.00000', '0', '0', '0', '227', '8', '100', '-1', '8680000', '1157', 'true', 'true', 'true', 'true', '3009', '5', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4826', 'Dark Elven Long Bow - Critical Bleed', 'lrhand', 'true', '1720', '3', '1', 'oriharukon', 'b', '397', '5', 'bow', '12', '-3.00000', '0', '0', '0', '227', '8', '100', '-1', '8680000', '1157', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4827', 'Dark Elven Long Bow - Miser', 'lrhand', 'true', '1720', '3', '1', 'oriharukon', 'b', '397', '5', 'bow', '12', '-3.00000', '0', '0', '0', '227', '8', '100', '-1', '8680000', '1157', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4828', 'Bow of Peril - Guidance', 'lrhand', 'true', '1700', '3', '1', 'blood_steel', 'b', '400', '5', 'bow', '12', '-3.00000', '0', '0', '0', '293', '9', '99', '-1', '13100000', '1746', 'true', 'true', 'true', 'true', '3008', '6', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4829', 'Bow of Peril - Quick Recovery', 'lrhand', 'true', '1700', '3', '1', 'blood_steel', 'b', '400', '5', 'bow', '12', '-3.00000', '0', '0', '0', '293', '9', '99', '-1', '13100000', '1746', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4830', 'Bow of Peril - Cheap Shot', 'lrhand', 'true', '1700', '3', '1', 'blood_steel', 'b', '400', '5', 'bow', '12', '-3.00000', '0', '0', '0', '293', '9', '99', '-1', '13100000', '1746', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4831', 'Carnage Bow - Critical Bleed', 'lrhand', 'true', '1670', '2', '1', 'damascus', 'a', '440', '5', 'bow', '12', '-3.00000', '0', '0', '0', '293', '9', '107', '-1', '18300000', '1464', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4832', 'Carnage Bow - Mana Up', 'lrhand', 'true', '1670', '2', '1', 'damascus', 'a', '440', '5', 'bow', '12', '-3.00000', '0', '0', '0', '293', '9', '107', '-1', '18300000', '1464', 'true', 'true', 'true', 'true', '3014', '1', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4833', 'Carnage Bow - Quick Recovery', 'lrhand', 'true', '1670', '2', '1', 'damascus', 'a', '440', '5', 'bow', '12', '-3.00000', '0', '0', '0', '293', '9', '107', '-1', '18300000', '1464', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4834', 'Scythe - Anger', 'lrhand', 'true', '2040', '2', '2', 'fine_steel', 'c', '107', '10', 'pole', '8', '-3.00000', '0', '0', '0', '325', '0', '61', '-1', '2290000', '916', 'true', 'true', 'true', 'true', '3600', '1', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4835', 'Scythe - Critical Stun', 'lrhand', 'true', '2040', '2', '2', 'fine_steel', 'c', '107', '10', 'pole', '8', '-3.00000', '0', '0', '0', '325', '0', '61', '-1', '2290000', '916', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4836', 'Scythe - Light', 'lrhand', 'true', '610', '2', '2', 'fine_steel', 'c', '107', '10', 'pole', '8', '-3.00000', '0', '0', '0', '325', '0', '61', '-1', '2290000', '916', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4837', 'Orcish Glaive - Anger', 'lrhand', 'true', '2030', '2', '2', 'fine_steel', 'c', '107', '10', 'pole', '8', '-3.00000', '0', '0', '0', '325', '0', '61', '-1', '2290000', '916', 'true', 'true', 'true', 'true', '3600', '1', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4838', 'Orcish Glaive - Critical Stun', 'lrhand', 'true', '2030', '2', '2', 'fine_steel', 'c', '107', '10', 'pole', '8', '-3.00000', '0', '0', '0', '325', '0', '61', '-1', '2290000', '916', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4839', 'Orcish Glaive - Towering Blow', 'lrhand', 'true', '2030', '2', '2', 'fine_steel', 'c', '107', '10', 'pole', '8', '-3.00000', '0', '0', '0', '325', '0', '61', '-1', '2290000', '916', 'true', 'true', 'true', 'true', '3599', '1', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4840', 'Body Slasher - Critical Stun', 'lrhand', 'true', '2030', '2', '2', 'fine_steel', 'c', '107', '10', 'pole', '8', '-3.00000', '0', '0', '0', '325', '0', '61', '-1', '2290000', '916', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4841', 'Body Slasher - Towering Blow', 'lrhand', 'true', '2030', '2', '2', 'fine_steel', 'c', '107', '10', 'pole', '8', '-3.00000', '0', '0', '0', '325', '0', '61', '-1', '2290000', '916', 'true', 'true', 'true', 'true', '3599', '1', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4842', 'Body Slasher - Wide Blow', 'lrhand', 'true', '2030', '2', '2', 'fine_steel', 'c', '107', '10', 'pole', '8', '-3.00000', '0', '0', '0', '325', '0', '61', '-1', '2290000', '916', 'true', 'true', 'true', 'true', '3599', '1', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4843', 'Bec de Corbin - Critical Stun', 'lrhand', 'true', '2020', '2', '2', 'fine_steel', 'c', '122', '10', 'pole', '8', '-3.00000', '0', '0', '0', '325', '0', '68', '-1', '2870000', '1148', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4844', 'Bec de Corbin - Towering Blow', 'lrhand', 'true', '2020', '2', '2', 'fine_steel', 'c', '122', '10', 'pole', '8', '-3.00000', '0', '0', '0', '325', '0', '68', '-1', '2870000', '1148', 'true', 'true', 'true', 'true', '3599', '1', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4845', 'Bec de Corbin - Light', 'lrhand', 'true', '600', '2', '2', 'fine_steel', 'c', '122', '10', 'pole', '8', '-3.00000', '0', '0', '0', '325', '0', '68', '-1', '2870000', '1148', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4846', 'Scorpion - Anger', 'lrhand', 'true', '1990', '3', '3', 'fine_steel', 'c', '144', '10', 'pole', '8', '-3.00000', '0', '0', '0', '325', '0', '78', '-1', '4780000', '1912', 'true', 'true', 'true', 'true', '3600', '3', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4847', 'Scorpion - Critical Stun', 'lrhand', 'true', '1990', '3', '3', 'fine_steel', 'c', '144', '10', 'pole', '8', '-3.00000', '0', '0', '0', '325', '0', '78', '-1', '4780000', '1912', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4848', 'Scorpion - Towering Blow', 'lrhand', 'true', '1990', '3', '3', 'fine_steel', 'c', '144', '10', 'pole', '8', '-3.00000', '0', '0', '0', '325', '0', '78', '-1', '4780000', '1912', 'true', 'true', 'true', 'true', '3599', '1', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4849', 'Widow Maker - Critical Stun', 'lrhand', 'true', '1980', '3', '3', 'fine_steel', 'c', '144', '10', 'pole', '8', '-3.00000', '0', '0', '0', '325', '0', '78', '-1', '4780000', '1912', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4850', 'Widow Maker - Towering Blow', 'lrhand', 'true', '1980', '3', '3', 'fine_steel', 'c', '144', '10', 'pole', '8', '-3.00000', '0', '0', '0', '325', '0', '78', '-1', '4780000', '1912', 'true', 'true', 'true', 'true', '3599', '1', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4851', 'Widow Maker - Wide Blow', 'lrhand', 'true', '1980', '3', '3', 'fine_steel', 'c', '144', '10', 'pole', '8', '-3.00000', '0', '0', '0', '325', '0', '78', '-1', '4780000', '1912', 'true', 'true', 'true', 'true', '3599', '1', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4852', 'Orcish Poleaxe - Critical Stun', 'lrhand', 'true', '1950', '3', '3', 'blood_steel', 'c', '156', '10', 'pole', '8', '-3.00000', '0', '0', '0', '325', '0', '83', '-1', '6130000', '2452', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4853', 'Orcish Poleaxe - Towering Blow', 'lrhand', 'true', '1950', '3', '3', 'blood_steel', 'c', '156', '10', 'pole', '8', '-3.00000', '0', '0', '0', '325', '0', '83', '-1', '6130000', '2452', 'true', 'true', 'true', 'true', '3599', '1', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4854', 'Orcish Poleaxe - Wide Blow', 'lrhand', 'true', '1950', '3', '3', 'blood_steel', 'c', '156', '10', 'pole', '8', '-3.00000', '0', '0', '0', '325', '0', '83', '-1', '6130000', '2452', 'true', 'true', 'true', 'true', '3599', '1', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4855', 'Great Axe - Anger', 'lrhand', 'true', '1940', '1', '1', 'damascus', 'b', '175', '10', 'pole', '8', '-3.00000', '0', '0', '0', '325', '0', '91', '-1', '8680000', '1157', 'true', 'true', 'true', 'true', '3600', '5', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4856', 'Great Axe - Critical Stun', 'lrhand', 'true', '1940', '1', '1', 'damascus', 'b', '175', '10', 'pole', '8', '-3.00000', '0', '0', '0', '325', '0', '91', '-1', '8680000', '1157', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4857', 'Great Axe - Light', 'lrhand', 'true', '580', '1', '1', 'damascus', 'b', '175', '10', 'pole', '8', '-3.00000', '0', '0', '0', '325', '0', '91', '-1', '8680000', '1157', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4858', 'Lance - Anger', 'lrhand', 'true', '1920', '1', '1', 'blood_steel', 'b', '194', '10', 'pole', '8', '-3.00000', '0', '0', '0', '325', '0', '99', '-1', '13100000', '1746', 'true', 'true', 'true', 'true', '3600', '6', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4859', 'Lance - Critical Stun', 'lrhand', 'true', '1920', '1', '1', 'blood_steel', 'b', '194', '10', 'pole', '8', '-3.00000', '0', '0', '0', '325', '0', '99', '-1', '13100000', '1746', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4860', 'Lance - Towering Blow', 'lrhand', 'true', '1920', '1', '1', 'blood_steel', 'b', '194', '10', 'pole', '8', '-3.00000', '0', '0', '0', '325', '0', '99', '-1', '13100000', '1746', 'true', 'true', 'true', 'true', '3599', '1', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4861', 'Halberd - Critical Stun', 'lrhand', 'true', '1900', '1', '1', 'oriharukon', 'a', '213', '10', 'pole', '8', '-3.00000', '0', '0', '0', '325', '0', '107', '-1', '18300000', '1464', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4862', 'Halberd - Towering Blow', 'lrhand', 'true', '1900', '1', '1', 'oriharukon', 'a', '213', '10', 'pole', '8', '-3.00000', '0', '0', '0', '325', '0', '107', '-1', '18300000', '1464', 'true', 'true', 'true', 'true', '3599', '1', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4863', 'Halberd - Wide Blow', 'lrhand', 'true', '1900', '1', '1', 'oriharukon', 'a', '213', '10', 'pole', '8', '-3.00000', '0', '0', '0', '325', '0', '107', '-1', '18300000', '1464', 'true', 'true', 'true', 'true', '3599', '1', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4864', 'Heavy Doom Hammer - Magic Regeneration', 'lrhand', 'true', '1020', '2', '2', 'fine_steel', 'c', '103', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '81', '-1', '2290000', '916', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '1044', '1', '30', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4865', 'Heavy Doom Hammer - Mental Shield', 'lrhand', 'true', '1020', '2', '2', 'fine_steel', 'c', '103', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '81', '-1', '2290000', '916', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '1035', '2', '50', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4866', 'Heavy Doom Hammer - Magic Hold', 'lrhand', 'true', '1020', '2', '2', 'fine_steel', 'c', '103', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '81', '-1', '2290000', '916', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '1201', '23', '10', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4867', 'Crystal Staff - Rsk. Evasion', 'lrhand', 'true', '1020', '2', '2', 'crystal', 'c', '103', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '81', '-1', '2290000', '916', 'true', 'true', 'true', 'true', '3031', '1', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4868', 'Crystal Staff - Mana Up', 'lrhand', 'true', '1020', '2', '2', 'crystal', 'c', '103', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '81', '-1', '2290000', '916', 'true', 'true', 'true', 'true', '3014', '1', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4869', 'Crystal Staff - Bodily Blessing', 'lrhand', 'true', '1020', '2', '2', 'crystal', 'c', '103', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '81', '-1', '2290000', '916', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4870', 'Heavy Doom Axe - Magic Poison', 'lrhand', 'true', '1010', '2', '2', 'fine_steel', 'c', '103', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '81', '-1', '2290000', '916', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '1168', '6', '8', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4871', 'Heavy Doom Axe - Magic Weakness', 'lrhand', 'true', '1010', '2', '2', 'fine_steel', 'c', '103', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '81', '-1', '2290000', '916', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '1164', '6', '8', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4872', 'Heavy Doom Axe - Magic Chaos', 'lrhand', 'true', '1010', '2', '2', 'fine_steel', 'c', '103', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '81', '-1', '2290000', '916', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '1222', '2', '8', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4873', 'Cursed Staff - Magic Hold', 'lrhand', 'true', '1000', '2', '2', 'wood', 'c', '119', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '91', '-1', '2870000', '1148', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '1201', '23', '10', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4874', 'Cursed Staff - Magic Poison', 'lrhand', 'true', '1000', '2', '2', 'wood', 'c', '119', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '91', '-1', '2870000', '1148', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '1168', '6', '8', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4875', 'Cursed Staff - Magic Weakness', 'lrhand', 'true', '1000', '2', '2', 'wood', 'c', '119', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '91', '-1', '2870000', '1148', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '1164', '6', '8', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4876', 'Paradia Staff - Magic Regeneration', 'lrhand', 'true', '1010', '3', '3', 'wood', 'c', '135', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '101', '-1', '4300000', '1720', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '1044', '2', '30', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4877', 'Paradia Staff - Mental Shield', 'lrhand', 'true', '1010', '3', '3', 'wood', 'c', '135', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '101', '-1', '4300000', '1720', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '1035', '3', '50', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4878', 'Paradia Staff - Magic Hold', 'lrhand', 'true', '1010', '3', '3', 'wood', 'c', '135', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '101', '-1', '4300000', '1720', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '1201', '23', '10', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4879', 'Pa\'agrian Hammer - Rsk. Evasion', 'lrhand', 'true', '1010', '3', '3', 'blood_steel', 'c', '135', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '101', '-1', '4300000', '1720', 'true', 'true', 'true', 'true', '3031', '3', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4880', 'Pa\'agrian Hammer - Magic Poison', 'lrhand', 'true', '1010', '3', '3', 'blood_steel', 'c', '135', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '101', '-1', '4300000', '1720', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '1168', '6', '7', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4881', 'Pa\'agrian Hammer - Magic Weakness', 'lrhand', 'true', '1010', '3', '3', 'blood_steel', 'c', '135', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '101', '-1', '4300000', '1720', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '1164', '6', '7', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4882', 'Sage\'s Staff - Magic Hold', 'lrhand', 'true', '1000', '3', '3', 'wood', 'c', '135', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '101', '-1', '4300000', '1720', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '1201', '23', '10', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4883', 'Sage\'s Staff - Magic Poison', 'lrhand', 'true', '1000', '3', '3', 'wood', 'c', '135', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '101', '-1', '4300000', '1720', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '1168', '6', '7', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4884', 'Sage\'s Staff - Magic Weakness', 'lrhand', 'true', '1000', '3', '3', 'wood', 'c', '135', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '101', '-1', '4300000', '1720', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '1164', '6', '7', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4885', 'Pa\'agrian Axe - Mana Up', 'lrhand', 'true', '990', '3', '3', 'blood_steel', 'c', '141', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '104', '-1', '4780000', '1912', 'true', 'true', 'true', 'true', '3014', '1', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4886', 'Pa\'agrian Axe - Magic Weakness', 'lrhand', 'true', '990', '3', '3', 'blood_steel', 'c', '141', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '104', '-1', '4780000', '1912', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '1164', '6', '7', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4887', 'Pa\'agrian Axe - Magic Chaos', 'lrhand', 'true', '990', '3', '3', 'blood_steel', 'c', '141', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '104', '-1', '4780000', '1912', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '1222', '2', '7', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4888', 'Deadman\'s Staff - Magic Regeneration', 'lrhand', 'true', '1010', '3', '3', 'bone', 'c', '152', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '111', '-1', '6130000', '2452', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '1044', '1', '30', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4889', 'Deadman\'s Staff - Mental Shield', 'lrhand', 'true', '1010', '3', '3', 'bone', 'c', '152', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '111', '-1', '6130000', '2452', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '1035', '3', '50', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4890', 'Deadman\'s Staff - Magic Hold', 'lrhand', 'true', '1010', '3', '3', 'bone', 'c', '152', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '111', '-1', '6130000', '2452', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '1201', '23', '10', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4891', 'Ghoul\'s Staff - Rsk. Evasion', 'lrhand', 'true', '1000', '3', '3', 'bone', 'c', '152', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '111', '-1', '6130000', '2452', 'true', 'true', 'true', 'true', '3031', '4', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4892', 'Ghoul\'s Staff - Mana Up', 'lrhand', 'true', '1000', '3', '3', 'bone', 'c', '152', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '111', '-1', '6130000', '2452', 'true', 'true', 'true', 'true', '3014', '1', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4893', 'Ghoul\'s Staff - Bodily Blessing', 'lrhand', 'true', '1000', '3', '3', 'bone', 'c', '152', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '111', '-1', '6130000', '2452', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4894', 'Demon\'s Staff - Magic Poison', 'lrhand', 'true', '990', '3', '3', 'wood', 'c', '152', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '111', '-1', '6130000', '2452', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '1168', '6', '7', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4895', 'Demon\'s Staff - Magic Weakness', 'lrhand', 'true', '990', '3', '3', 'wood', 'c', '152', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '111', '-1', '6130000', '2452', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '1164', '6', '7', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4896', 'Demon\'s Staff - Magic Chaos', 'lrhand', 'true', '990', '3', '3', 'wood', 'c', '152', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '111', '-1', '6130000', '2452', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '1222', '2', '7', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4897', 'Sprite\'s Staff - Magic Regeneration', 'lrhand', 'true', '960', '1', '1', 'wood', 'b', '170', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '122', '-1', '8680000', '1157', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '1044', '3', '30', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4898', 'Sprite\'s Staff - Mental Shield', 'lrhand', 'true', '960', '1', '1', 'wood', 'b', '170', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '122', '-1', '8680000', '1157', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '1035', '4', '50', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4899', 'Sprite\'s Staff - Magic Hold', 'lrhand', 'true', '960', '1', '1', 'wood', 'b', '170', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '122', '-1', '8680000', '1157', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '1201', '23', '10', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4900', 'Staff of Evil Spirits - Magic Focus', 'lrhand', 'true', '930', '1', '1', 'wood', 'b', '189', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '132', '-1', '13100000', '1746', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4901', 'Staff of Evil Spirits - Bodily Blessing', 'lrhand', 'true', '930', '1', '1', 'wood', 'b', '189', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '132', '-1', '13100000', '1746', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4902', 'Staff of Evil Spirits - Magic Poison', 'lrhand', 'true', '930', '1', '1', 'wood', 'b', '189', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '132', '-1', '13100000', '1746', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '1168', '6', '6', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4903', 'Dasparion\'s Staff', 'lrhand', 'true', '920', '1', '1', 'adamantaite', 'a', '207', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '143', '-1', '18300000', '1464', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4904', 'Dasparion\'s Staff', 'lrhand', 'true', '920', '1', '1', 'adamantaite', 'a', '207', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '143', '-1', '18300000', '1464', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('4905', 'Dasparion\'s Staff', 'lrhand', 'true', '920', '1', '1', 'adamantaite', 'a', '207', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '143', '-1', '18300000', '1464', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('5127', 'Dailaon Knife', 'rhand', 'false', '300', '2', '2', 'steel', 'd', '5', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '5', '-1', '409000', '743', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('5128', 'Crokian Blade', 'rhand', 'true', '300', '2', '2', 'steel', 'd', '5', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '5', '-1', '409000', '743', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('5129', 'Doll Knife', 'lrhand', 'false', '300', '2', '2', 'steel', 'd', '200', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '6', '-1', '409000', '743', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('5130', 'Nos Sword', 'rhand', 'true', '300', '2', '2', 'steel', 'd', '5', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '5', '-1', '409000', '743', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('5131', 'Parhit Staff', 'rhand', 'true', '300', '2', '2', 'steel', 'd', '5', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '5', '-1', '409000', '743', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('5132', 'Giant Trident', 'rhand', 'true', '300', '2', '2', 'steel', 'd', '5', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '5', '-1', '409000', '743', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('5133', 'Chrono Unitus', 'lrhand', 'false', '0', '0', '0', 'steel', 'none', '1', '5', 'dualfist', '4', '4.00000', '0', '0', '0', '325', '0', '1', '-1', '0', '0', 'true', 'false', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('5176', 'Serpentine Spike', 'strider', 'false', '100', '1', '1', 'steel', 'none', '17', '10', 'pet', '8', '0.00000', '0', '0', '0', '277', '0', '21', '-1', '1600000', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('5177', 'Drake Horn', 'strider', 'false', '100', '1', '1', 'steel', 'none', '19', '10', 'pet', '8', '0.00000', '0', '0', '0', '277', '0', '24', '-1', '2300000', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('5178', 'Assult Alicorn', 'strider', 'false', '100', '1', '1', 'steel', 'none', '21', '10', 'pet', '8', '0.00000', '0', '0', '0', '277', '0', '27', '-1', '3400000', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('5179', 'Draconic Slicer', 'strider', 'false', '100', '1', '1', 'steel', 'none', '23', '10', 'pet', '8', '0.00000', '0', '0', '0', '277', '0', '30', '-1', '4900000', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('5180', 'Ohpdian Lance', 'strider', 'false', '100', '1', '1', 'steel', 'none', '25', '10', 'pet', '8', '0.00000', '0', '0', '0', '277', '0', '34', '-1', '7300000', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('5181', 'Diamond Drill', 'strider', 'false', '100', '1', '1', 'steel', 'none', '27', '10', 'pet', '8', '0.00000', '0', '0', '0', '277', '0', '37', '-1', '10000000', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('5187', 'Serpentine Grinder', 'hatchling', 'false', '100', '1', '1', 'steel', 'none', '19', '10', 'pet', '8', '0.00000', '0', '0', '0', '277', '0', '24', '-1', '2300000', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('5188', 'Fang of Dahak', 'hatchling', 'false', '100', '1', '1', 'steel', 'none', '21', '10', 'pet', '8', '0.00000', '0', '0', '0', '277', '0', '27', '-1', '3400000', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('5189', 'Crimson Blood Fang', 'hatchling', 'false', '100', '1', '1', 'steel', 'none', '23', '10', 'pet', '8', '0.00000', '0', '0', '0', '277', '0', '30', '-1', '4900000', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('5190', 'Draconic Chopper', 'hatchling', 'false', '100', '1', '1', 'steel', 'none', '25', '10', 'pet', '8', '0.00000', '0', '0', '0', '277', '0', '34', '-1', '7300000', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('5191', 'Diabolic Grinder', 'hatchling', 'false', '100', '1', '1', 'steel', 'none', '27', '10', 'pet', '8', '0.00000', '0', '0', '0', '277', '0', '37', '-1', '10000000', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('5217', 'Wolf Level 75 Weapon', 'wolf', 'false', '100', '1', '1', 'steel', 'none', '194', '10', 'pet', '8', '0.00000', '0', '0', '0', '277', '0', '136', '-1', '61084', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('5233', 'Keshanberk*Keshanberk', 'lrhand', 'true', '2080', '1', '1', 'fine_steel', 'a', '259', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '107', '-1', '18300000', '1464', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('5284', 'Zweihander', 'lrhand', 'false', '1530', '2', '2', 'bronze', 'none', '38', '10', 'bigsword', '8', '0.00000', '0', '0', '0', '325', '0', '21', '-1', '244000', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('5285', 'Heavy Sword', 'lrhand', 'true', '1520', '2', '2', 'steel', 'd', '49', '10', 'bigsword', '8', '0.00000', '0', '0', '0', '325', '0', '26', '-1', '409000', '743', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('5286', 'Berserker Blade', 'lrhand', 'true', '1380', '3', '3', 'oriharukon', 'c', '190', '10', 'bigsword', '8', '0.00000', '0', '0', '0', '325', '0', '83', '-1', '6130000', '2452', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('5292', 'Sealed Dark Crystal Shield', 'lhand', 'true', '1190', '0', '0', 'crystal', 'a', '0', '0', 'none', '0', '0.00000', '-8', '243', '20', '0', '0', '0', '-1', '1220000', '97', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('5315', 'Sealed Shield of Nightmare', 'lhand', 'true', '1180', '0', '0', 'leather', 'a', '0', '0', 'none', '0', '0.00000', '-8', '256', '20', '0', '0', '0', '-1', '1850000', '148', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('5596', 'Dasparion\'s Staff - Mana Up', 'lrhand', 'true', '920', '1', '1', 'adamantaite', 'a', '207', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '143', '-1', '18300000', '1464', 'true', 'true', 'true', 'true', '3014', '2', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('5597', 'Dasparion\'s Staff - Conversion', 'lrhand', 'true', '920', '1', '1', 'adamantaite', 'a', '207', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '143', '-1', '18300000', '1464', 'true', 'true', 'true', 'true', '3048', '2', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('5598', 'Dasparion\'s Staff - Acumen', 'lrhand', 'true', '920', '1', '1', 'adamantaite', 'a', '207', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '143', '-1', '18300000', '1464', 'true', 'true', 'true', 'true', '3047', '2', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('5599', 'Meteor Shower - Focus', 'rhand', 'true', '1600', '1', '1', 'fine_steel', 'a', '213', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '107', '-1', '18300000', '1464', 'true', 'true', 'true', 'true', '3050', '1', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('5600', 'Meteor Shower - Critical Bleed', 'rhand', 'true', '1600', '1', '1', 'fine_steel', 'a', '213', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '107', '-1', '18300000', '1464', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('5601', 'Meteor Shower - Rsk. Haste', 'rhand', 'true', '1600', '1', '1', 'fine_steel', 'a', '213', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '107', '-1', '18300000', '1464', 'true', 'true', 'true', 'true', '3056', '2', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('5602', 'Elysian - Health', 'rhand', 'true', '1580', '1', '1', 'oriharukon', 'a', '232', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '114', '-1', '27000000', '2160', 'true', 'true', 'true', 'true', '3013', '3', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('5603', 'Elysian - Anger', 'rhand', 'true', '1580', '1', '1', 'oriharukon', 'a', '232', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '114', '-1', '27000000', '2160', 'true', 'true', 'true', 'true', '3057', '2', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('5604', 'Elysian - Critical Drain', 'rhand', 'true', '1580', '1', '1', 'oriharukon', 'a', '232', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '114', '-1', '27000000', '2160', 'true', 'true', 'true', 'true', '3072', '1', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('5605', 'Branch of The Mother Tree - Conversion', 'lrhand', 'true', '900', '1', '1', 'wood', 'a', '226', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '152', '-1', '27000000', '2160', 'true', 'true', 'true', 'true', '3048', '2', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('5606', 'Branch of The Mother Tree - Magic Damage', 'lrhand', 'true', '900', '1', '1', 'wood', 'a', '226', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '152', '-1', '27000000', '2160', 'true', 'true', 'true', 'true', '3552', '1', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('5607', 'Branch of The Mother Tree - Acumen', 'lrhand', 'true', '900', '1', '1', 'wood', 'a', '226', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '152', '-1', '27000000', '2160', 'true', 'true', 'true', 'true', '3047', '2', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('5608', 'Carnage Bow - Light', 'lrhand', 'true', '500', '2', '1', 'damascus', 'a', '440', '5', 'bow', '12', '-3.00000', '0', '0', '0', '293', '9', '107', '-1', '18300000', '1464', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('5609', 'Carnage Bow - Critical Bleed', 'lrhand', 'true', '1670', '2', '1', 'damascus', 'a', '440', '5', 'bow', '12', '-3.00000', '0', '0', '0', '293', '9', '107', '-1', '18300000', '1464', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('5610', 'Carnage Bow - Mana Up', 'lrhand', 'true', '1670', '2', '1', 'damascus', 'a', '440', '5', 'bow', '12', '-3.00000', '0', '0', '0', '293', '9', '107', '-1', '18300000', '1464', 'true', 'true', 'true', 'true', '3014', '2', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('5611', 'Soul Bow - Cheap Shot', 'lrhand', 'true', '1660', '2', '1', 'oriharukon', 'a', '528', '5', 'bow', '12', '-3.00000', '0', '0', '0', '227', '10', '125', '-1', '27000000', '2160', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('5612', 'Soul Bow - Quick Recovery', 'lrhand', 'true', '1660', '2', '1', 'oriharukon', 'a', '528', '5', 'bow', '12', '-3.00000', '0', '0', '0', '227', '10', '125', '-1', '27000000', '2160', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('5613', 'Soul Bow - Critical Poison', 'lrhand', 'true', '1660', '2', '1', 'oriharukon', 'a', '528', '5', 'bow', '12', '-3.00000', '0', '0', '0', '227', '10', '125', '-1', '27000000', '2160', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('5614', 'Bloody Orchid - Focus', 'rhand', 'true', '960', '1', '1', 'blood_steel', 'a', '186', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '107', '-1', '18300000', '1464', 'true', 'true', 'true', 'true', '3051', '1', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('5615', 'Bloody Orchid - Back Blow', 'rhand', 'true', '960', '1', '1', 'blood_steel', 'a', '186', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '107', '-1', '18300000', '1464', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('5616', 'Bloody Orchid - Critical Bleed', 'rhand', 'true', '960', '1', '1', 'blood_steel', 'a', '186', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '107', '-1', '18300000', '1464', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('5617', 'Soul Separator - Guidance', 'rhand', 'true', '950', '1', '1', 'oriharukon', 'a', '203', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '114', '-1', '27000000', '2160', 'true', 'true', 'true', 'true', '3064', '1', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('5618', 'Soul Separator - Critical Damage', 'rhand', 'true', '950', '1', '1', 'oriharukon', 'a', '203', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '114', '-1', '27000000', '2160', 'true', 'true', 'true', 'true', '3066', '2', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('5619', 'Soul Separator - Rsk. Haste', 'rhand', 'true', '950', '1', '1', 'oriharukon', 'a', '203', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '114', '-1', '27000000', '2160', 'true', 'true', 'true', 'true', '3056', '2', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('5620', 'Blood Tornado - Haste', 'lrhand', 'true', '1370', '1', '1', 'blood_steel', 'a', '259', '5', 'dualfist', '4', '4.00000', '0', '0', '0', '325', '0', '107', '-1', '18300000', '1464', 'true', 'true', 'true', 'true', '3068', '2', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('5621', 'Blood Tornado - Focus', 'lrhand', 'true', '1370', '1', '1', 'blood_steel', 'a', '259', '5', 'dualfist', '4', '4.00000', '0', '0', '0', '325', '0', '107', '-1', '18300000', '1464', 'true', 'true', 'true', 'true', '3565', '1', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('5622', 'Blood Tornado - Anger', 'lrhand', 'true', '1370', '1', '1', 'blood_steel', 'a', '259', '5', 'dualfist', '4', '4.00000', '0', '0', '0', '325', '0', '107', '-1', '18300000', '1464', 'true', 'true', 'true', 'true', '3058', '1', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('5623', 'Dragon Grinder - Rsk. Evasion', 'lrhand', 'true', '1350', '1', '1', 'adamantaite', 'a', '282', '5', 'dualfist', '4', '4.00000', '0', '0', '0', '325', '0', '114', '-1', '27000000', '2160', 'true', 'true', 'true', 'true', '3069', '1', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('5624', 'Dragon Grinder - Guidance', 'lrhand', 'true', '1350', '1', '1', 'adamantaite', 'a', '282', '5', 'dualfist', '4', '4.00000', '0', '0', '0', '325', '0', '114', '-1', '27000000', '2160', 'true', 'true', 'true', 'true', '3065', '1', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('5625', 'Dragon Grinder - Health', 'lrhand', 'true', '1350', '1', '1', 'adamantaite', 'a', '282', '5', 'dualfist', '4', '4.00000', '0', '0', '0', '325', '0', '114', '-1', '27000000', '2160', 'true', 'true', 'true', 'true', '3013', '3', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('5626', 'Halberd - Haste', 'lrhand', 'true', '1900', '1', '1', 'oriharukon', 'a', '213', '10', 'pole', '8', '-3.00000', '0', '0', '0', '325', '0', '107', '-1', '18300000', '1464', 'true', 'true', 'true', 'true', '3601', '7', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('5627', 'Halberd - Critical Stun', 'lrhand', 'true', '1900', '1', '1', 'oriharukon', 'a', '213', '10', 'pole', '8', '-3.00000', '0', '0', '0', '325', '0', '107', '-1', '18300000', '1464', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('5628', 'Halberd - Wide Blow', 'lrhand', 'true', '1900', '1', '1', 'oriharukon', 'a', '213', '10', 'pole', '8', '-3.00000', '0', '0', '0', '325', '0', '107', '-1', '18300000', '1464', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('5629', 'Orcish Halberd', 'lrhand', 'true', '1880', '1', '1', 'blood_steel', 'a', '219', '10', 'pole', '8', '-3.00000', '0', '0', '0', '325', '0', '109', '-1', '21300000', '1704', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('5630', 'Orcish Halberd', 'lrhand', 'true', '1880', '1', '1', 'blood_steel', 'a', '219', '10', 'pole', '8', '-3.00000', '0', '0', '0', '325', '0', '109', '-1', '21300000', '1704', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('5631', 'Orcish Halberd', 'lrhand', 'true', '1880', '1', '1', 'blood_steel', 'a', '219', '10', 'pole', '8', '-3.00000', '0', '0', '0', '325', '0', '109', '-1', '21300000', '1704', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('5632', 'Tallum Glaive - Guidance', 'lrhand', 'true', '1840', '1', '1', 'chrysolite', 'a', '232', '10', 'pole', '8', '-3.00000', '0', '0', '0', '325', '0', '114', '-1', '27000000', '2160', 'true', 'true', 'true', 'true', '3602', '8', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('5633', 'Tallum Glaive - Health', 'lrhand', 'true', '1840', '1', '1', 'chrysolite', 'a', '232', '10', 'pole', '8', '-3.00000', '0', '0', '0', '325', '0', '114', '-1', '27000000', '2160', 'true', 'true', 'true', 'true', '3013', '4', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('5634', 'Tallum Glaive - Wide Blow', 'lrhand', 'true', '1840', '1', '1', 'chrysolite', 'a', '232', '10', 'pole', '8', '-3.00000', '0', '0', '0', '325', '0', '114', '-1', '27000000', '2160', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('5635', 'Tallum Blade - Critical Poison', 'rhand', 'true', '1330', '1', '1', 'adamantaite', 'a', '213', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '107', '-1', '18300000', '1464', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('5636', 'Tallum Blade - Haste', 'rhand', 'true', '1330', '1', '1', 'adamantaite', 'a', '213', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '107', '-1', '18300000', '1464', 'true', 'true', 'true', 'true', '3068', '2', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('5637', 'Tallum Blade - Anger', 'rhand', 'true', '1330', '1', '1', 'adamantaite', 'a', '213', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '107', '-1', '18300000', '1464', 'true', 'true', 'true', 'true', '3057', '1', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('5638', 'Elemental Sword - Magic Power', 'rhand', 'true', '830', '1', '1', 'mithril', 'a', '170', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '143', '-1', '18300000', '1464', 'true', 'true', 'true', 'true', '3073', '1', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('5639', 'Elemental Sword - Magic Paralyze', 'rhand', 'true', '830', '1', '1', 'mithril', 'a', '170', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '143', '-1', '18300000', '1464', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('5640', 'Elemental Sword - Empower', 'rhand', 'true', '830', '1', '1', 'mithril', 'a', '170', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '143', '-1', '18300000', '1464', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('5641', 'Sword of Miracles - Magic Power', 'rhand', 'true', '840', '1', '1', 'adamantaite', 'a', '186', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '152', '-1', '27000000', '2160', 'true', 'true', 'true', 'true', '3073', '2', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('5642', 'Sword of Miracles - Magic Silence', 'rhand', 'true', '840', '1', '1', 'adamantaite', 'a', '186', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '152', '-1', '27000000', '2160', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('5643', 'Sword of Miracles - Acumen', 'rhand', 'true', '840', '1', '1', 'adamantaite', 'a', '186', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '152', '-1', '27000000', '2160', 'true', 'true', 'true', 'true', '3047', '2', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('5644', 'Dragon Slayer - Health', 'lrhand', 'true', '1840', '1', '1', 'bone', 'a', '282', '10', 'bigsword', '8', '0.00000', '0', '0', '0', '325', '0', '114', '-1', '27000000', '2160', 'true', 'true', 'true', 'true', '3013', '3', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('5645', 'Dragon Slayer - Critical Bleed', 'lrhand', 'true', '1840', '1', '1', 'bone', 'a', '282', '10', 'bigsword', '8', '0.00000', '0', '0', '0', '325', '0', '114', '-1', '27000000', '2160', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('5646', 'Dragon Slayer - Critical Drain', 'lrhand', 'true', '1840', '1', '1', 'bone', 'a', '282', '10', 'bigsword', '8', '0.00000', '0', '0', '0', '325', '0', '114', '-1', '27000000', '2160', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('5647', 'Dark Legion\'s Edge - Critical Damage', 'rhand', 'true', '1320', '1', '1', 'fine_steel', 'a', '232', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '114', '-1', '27000000', '2160', 'true', 'true', 'true', 'true', '3067', '2', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('5648', 'Dark Legion\'s Edge - Health', 'rhand', 'true', '1320', '1', '1', 'fine_steel', 'a', '232', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '114', '-1', '27000000', '2160', 'true', 'true', 'true', 'true', '3013', '3', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('5649', 'Dark Legion\'s Edge - Rsk. Focus', 'rhand', 'true', '1320', '1', '1', 'fine_steel', 'a', '232', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '114', '-1', '27000000', '2160', 'true', 'true', 'true', 'true', '3071', '2', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('5704', 'Keshanberk*Keshanberk', 'lrhand', 'true', '2080', '1', '1', 'fine_steel', 'a', '259', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '107', '-1', '18300000', '1464', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('5705', 'Keshanberk*Damascus', 'lrhand', 'true', '2080', '1', '1', 'fine_steel', 'a', '275', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '112', '-1', '24100000', '1928', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('5706', 'Damascus*Damascus', 'lrhand', 'true', '2080', '1', '1', 'fine_steel', 'a', '282', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '114', '-1', '27000000', '2160', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('5791', 'Tomb Guard A', 'lrhand', 'true', '2180', '2', '2', 'fine_steel', 'd', '78', '10', 'bigsword', '8', '0.00000', '0', '0', '0', '325', '0', '39', '-1', '967000', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('5792', 'Tomb Guard B', 'lrhand', 'true', '2180', '2', '2', 'fine_steel', 'd', '78', '10', 'bigsword', '8', '0.00000', '0', '0', '0', '325', '0', '39', '-1', '967000', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('5793', 'Tomb Savant A', 'rhand', 'true', '1380', '3', '3', 'oriharukon', 'c', '156', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '83', '-1', '6130000', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('5794', 'Tomb Savant B', 'rhand', 'true', '1380', '3', '3', 'oriharukon', 'c', '156', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '83', '-1', '6130000', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('5795', 'Tomb Guard A', 'lrhand', 'true', '2180', '2', '2', 'fine_steel', 'd', '78', '10', 'bigsword', '8', '0.00000', '0', '0', '0', '325', '0', '39', '-1', '967000', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('5796', 'Tomb Guard B', 'lrhand', 'true', '2180', '2', '2', 'fine_steel', 'd', '78', '10', 'bigsword', '8', '0.00000', '0', '0', '0', '325', '0', '39', '-1', '967000', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('5797', 'Tomb Savant A', 'rhand', 'true', '1380', '3', '3', 'oriharukon', 'c', '156', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '83', '-1', '6130000', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('5798', 'Tomb Savant B', 'rhand', 'true', '1380', '3', '3', 'oriharukon', 'c', '156', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '83', '-1', '6130000', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('5799', 'Nephilim Lord', 'lhand', 'true', '1320', '0', '0', 'leather', 'd', '0', '0', 'none', '0', '0.00000', '-8', '142', '20', '0', '0', '0', '-1', '78400', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('5800', 'Nephilim Lord', 'rhand', 'true', '1380', '3', '3', 'oriharukon', 'c', '156', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '83', '-1', '6130000', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('5801', 'Dusk', 'rhand', 'true', '1380', '3', '3', 'oriharukon', 'c', '156', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '83', '-1', '6130000', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('5802', 'Dawn', 'lhand', 'true', '1380', '3', '3', 'oriharukon', 'c', '156', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '83', '-1', '6130000', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('5817', 'Chrono Campana', 'lrhand', 'false', '0', '0', '0', 'steel', 'none', '1', '10', 'pole', '8', '-3.00000', '0', '0', '0', '325', '0', '1', '-1', '0', '0', 'true', 'false', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('6307', 'Sword of Limit - Guidance', 'rhand', 'true', '1400', '3', '3', 'fine_steel', 'c', '139', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '76', '-1', '4300000', '1720', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('6308', 'Sword of Limit - Critical Drain', 'rhand', 'true', '1400', '3', '3', 'fine_steel', 'c', '139', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '76', '-1', '4300000', '1720', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('6309', 'Sword of Limit - Health', 'rhand', 'true', '1400', '3', '3', 'fine_steel', 'c', '139', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '76', '-1', '4300000', '1720', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('6310', 'Sword of Whispering Death - Empower', 'rhand', 'true', '920', '3', '3', 'fine_steel', 'c', '111', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '101', '-1', '4300000', '1720', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('6311', 'Sword of Whispering Death - Magic Power', 'rhand', 'true', '920', '3', '3', 'fine_steel', 'c', '111', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '101', '-1', '4300000', '1720', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('6312', 'Sword of Whispering Death - Magic Silence', 'rhand', 'true', '920', '3', '3', 'fine_steel', 'c', '111', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '101', '-1', '4300000', '1720', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('6313', 'Homunkulus\'s Sword - Acumen', 'rhand', 'true', '950', '3', '3', 'blood_steel', 'c', '111', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '101', '-1', '4300000', '1720', 'true', 'true', 'true', 'true', '3047', '1', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('6314', 'Homunkulus\'s Sword - Conversion', 'rhand', 'true', '950', '3', '3', 'blood_steel', 'c', '111', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '101', '-1', '4300000', '1720', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('6315', 'Homunkulus\'s Sword - Magic Paralyze', 'rhand', 'true', '950', '3', '3', 'blood_steel', 'c', '111', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '101', '-1', '4300000', '1720', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('6347', 'Berserker Blade - Focus', 'lrhand', 'true', '1380', '3', '3', 'oriharukon', 'c', '190', '10', 'bigsword', '8', '0.00000', '0', '0', '0', '325', '0', '83', '-1', '6130000', '2452', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('6348', 'Berserker Blade - Critical Damage', 'lrhand', 'true', '1380', '3', '3', 'oriharukon', 'c', '190', '10', 'bigsword', '8', '0.00000', '0', '0', '0', '325', '0', '83', '-1', '6130000', '2452', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('6349', 'Berserker Blade - Haste', 'lrhand', 'true', '1380', '3', '3', 'oriharukon', 'c', '190', '10', 'bigsword', '8', '0.00000', '0', '0', '0', '325', '0', '83', '-1', '6130000', '2452', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('6354', 'Falchion - for Beginners', 'rhand', 'false', '1530', '2', '2', 'bronze', 'none', '31', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '21', '-1', '0', '0', 'false', 'false', 'false', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('6355', 'Mage Staff - for Beginners', 'lrhand', 'false', '1050', '2', '2', 'wood', 'none', '30', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '28', '-1', '0', '0', 'false', 'false', 'false', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('6356', 'Dark Elven Dagger - Rsk. Haste', 'rhand', 'true', '1050', '2', '2', 'fine_steel', 'c', '94', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '61', '-1', '2290000', '916', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('6357', 'Stiletto - Rsk. Haste', 'rhand', 'true', '1030', '2', '2', 'fine_steel', 'c', '107', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '68', '-1', '2870000', '1148', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('6358', 'Crystal Dagger - Critical Damage', 'rhand', 'true', '1000', '3', '3', 'crystal', 'c', '136', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '83', '-1', '6130000', '2452', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('6359', 'Demon Dagger - Critical Damage', 'rhand', 'true', '970', '1', '1', 'blood_steel', 'b', '170', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '99', '-1', '13100000', '1746', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('6364', 'Forgotten Blade', 'rhand', 'true', '1300', '1', '1', 'adamantaite', 's', '281', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '132', '-1', '48800000', '2440', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('6365', 'Basalt Battlehammer', 'rhand', 'true', '1570', '1', '1', 'adamantaite', 's', '281', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '132', '-1', '48800000', '2440', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('6366', 'Imperial Staff', 'lrhand', 'true', '910', '1', '1', 'adamantaite', 's', '274', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '175', '-1', '48800000', '2440', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('6367', 'Angel Slayer', 'rhand', 'true', '950', '1', '1', 'adamantaite', 's', '246', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '132', '-1', '48800000', '2440', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('6368', 'Shining Bow', 'lrhand', 'true', '1650', '1', '1', 'adamantaite', 's', '581', '5', 'bow', '12', '-3.00000', '0', '0', '0', '293', '11', '132', '-1', '48800000', '2440', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('6369', 'Dragon Hunter Axe', 'lrhand', 'true', '1820', '1', '1', 'adamantaite', 's', '342', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '132', '-1', '48800000', '2440', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('6370', 'Saint Spear', 'lrhand', 'true', '1800', '1', '1', 'adamantaite', 's', '281', '10', 'pole', '8', '-3.00000', '0', '0', '0', '325', '0', '132', '-1', '48800000', '2440', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('6371', 'Demon Splinter', 'lrhand', 'true', '1350', '1', '1', 'adamantaite', 's', '342', '5', 'dualfist', '4', '4.00000', '0', '0', '0', '325', '0', '132', '-1', '48800000', '2440', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('6372', 'Heaven\'s Divider', 'lrhand', 'true', '1380', '1', '1', 'adamantaite', 's', '342', '10', 'bigsword', '8', '0.00000', '0', '0', '0', '325', '0', '132', '-1', '48800000', '2440', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('6377', 'Imperial Crusader Shield', 'lhand', 'true', '1170', '0', '0', 'bone', 's', '0', '0', 'none', '0', '0.00000', '-8', '290', '20', '0', '0', '0', '-1', '3760000', '188', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('6529', 'Baby Duck Rod', 'lrhand', 'false', '1000', '0', '0', 'bone', 'none', '1', '1', 'rod', '0', '-3.00000', '0', '0', '0', '325', '0', '1', '-1', '30000', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('6530', 'Albatross Rod', 'lrhand', 'false', '1000', '0', '0', 'bone', 'd', '1', '1', 'rod', '0', '-3.00000', '0', '0', '0', '325', '0', '1', '-1', '100000', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('6531', 'Pelican Rod', 'lrhand', 'false', '1000', '0', '0', 'bone', 'c', '1', '1', 'rod', '0', '-3.00000', '0', '0', '0', '325', '0', '1', '-1', '400000', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('6532', 'KingFisher Rod', 'lrhand', 'false', '1000', '0', '0', 'bone', 'b', '1', '1', 'rod', '0', '-3.00000', '0', '0', '0', '325', '0', '1', '-1', '1200000', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('6533', 'Cygnus Pole', 'lrhand', 'false', '1000', '0', '0', 'bone', 'a', '1', '1', 'rod', '0', '-3.00000', '0', '0', '0', '325', '0', '1', '-1', '4000000', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('6534', 'Triton Pole', 'lrhand', 'false', '1000', '0', '0', 'bone', 's', '1', '1', 'rod', '0', '-3.00000', '0', '0', '0', '325', '0', '1', '-1', '10000000', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('6579', 'Arcana Mace', 'rhand', 'true', '1300', '1', '1', 'adamantaite', 's', '225', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '175', '-1', '48800000', '2440', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('6580', 'Tallum Blade*Dark Legion\'s Edge', 'lrhand', 'true', '2080', '1', '1', 'adamantaite', 's', '342', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '132', '-1', '48800000', '2440', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('6581', 'Forgotten Blade - Haste', 'rhand', 'true', '1300', '1', '1', 'adamantaite', 's', '281', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '132', '-1', '48800000', '2440', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('6582', 'Forgotten Blade - Health', 'rhand', 'true', '1300', '1', '1', 'adamantaite', 's', '281', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '132', '-1', '48800000', '2440', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('6583', 'Forgotten Blade - Focus', 'rhand', 'true', '1300', '1', '1', 'adamantaite', 's', '281', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '132', '-1', '48800000', '2440', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('6584', 'Basalt Battlehammer - HP Drain', 'rhand', 'true', '1570', '1', '1', 'adamantaite', 's', '281', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '132', '-1', '48800000', '2440', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('6585', 'Basalt Battlehammer - Health', 'rhand', 'true', '1570', '1', '1', 'adamantaite', 's', '281', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '132', '-1', '48800000', '2440', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('6586', 'Basalt Battlehammer - HP Regeneration', 'rhand', 'true', '1570', '1', '1', 'adamantaite', 's', '281', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '132', '-1', '48800000', '2440', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('6587', 'Imperial Staff - Empower', 'lrhand', 'true', '910', '1', '1', 'adamantaite', 's', '274', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '175', '-1', '48800000', '2440', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('6588', 'Imperial Staff - MP Regeneration', 'lrhand', 'true', '910', '1', '1', 'adamantaite', 's', '274', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '175', '-1', '48800000', '2440', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('6589', 'Imperial Staff - Magic Hold', 'lrhand', 'true', '910', '1', '1', 'adamantaite', 's', '274', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '175', '-1', '48800000', '2440', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('6590', 'Angel Slayer - Crt. Damage', 'rhand', 'true', '950', '1', '1', 'adamantaite', 's', '246', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '132', '-1', '48800000', '2440', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('6591', 'Angel Slayer - HP Drain', 'rhand', 'true', '950', '1', '1', 'adamantaite', 's', '246', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '132', '-1', '48800000', '2440', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('6592', 'Angel Slayer - Haste', 'rhand', 'true', '950', '1', '1', 'adamantaite', 's', '246', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '132', '-1', '48800000', '2440', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('6593', 'Shining Bow - Cheap Shot', 'lrhand', 'true', '1650', '1', '1', 'adamantaite', 's', '581', '5', 'bow', '12', '-3.00000', '0', '0', '0', '293', '11', '132', '-1', '48800000', '2440', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('6594', 'Shining Bow - Focus', 'lrhand', 'true', '1650', '1', '1', 'adamantaite', 's', '581', '5', 'bow', '12', '-3.00000', '0', '0', '0', '293', '11', '132', '-1', '48800000', '2440', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('6595', 'Shining Bow - Crt. Slow', 'lrhand', 'true', '1650', '1', '1', 'adamantaite', 's', '581', '5', 'bow', '12', '-3.00000', '0', '0', '0', '293', '11', '132', '-1', '48800000', '2440', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('6596', 'Dragon Hunter Axe - HP Regeneration', 'lrhand', 'true', '1820', '1', '1', 'adamantaite', 's', '342', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '132', '-1', '48800000', '2440', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('6597', 'Dragon Hunter Axe - Health', 'lrhand', 'true', '1820', '1', '1', 'adamantaite', 's', '342', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '132', '-1', '48800000', '2440', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('6598', 'Dragon Hunter Axe - HP Drain', 'lrhand', 'true', '1820', '1', '1', 'adamantaite', 's', '342', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '132', '-1', '48800000', '2440', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('6599', 'Saint Spear - Health', 'lrhand', 'true', '1800', '1', '1', 'adamantaite', 's', '281', '10', 'pole', '8', '-3.00000', '0', '0', '0', '325', '0', '132', '-1', '48800000', '2440', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('6600', 'Saint Spear - Guidance', 'lrhand', 'true', '1800', '1', '1', 'adamantaite', 's', '281', '10', 'pole', '8', '-3.00000', '0', '0', '0', '325', '0', '132', '-1', '48800000', '2440', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('6601', 'Saint Spear - Haste', 'lrhand', 'true', '1800', '1', '1', 'adamantaite', 's', '281', '10', 'pole', '8', '-3.00000', '0', '0', '0', '325', '0', '132', '-1', '48800000', '2440', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('6602', 'Demon Splinter - Focus', 'lrhand', 'true', '1350', '1', '1', 'adamantaite', 's', '342', '5', 'dualfist', '4', '4.00000', '0', '0', '0', '325', '0', '132', '-1', '48800000', '2440', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('6603', 'Demon Splinter - Health', 'lrhand', 'true', '1350', '1', '1', 'adamantaite', 's', '342', '5', 'dualfist', '4', '4.00000', '0', '0', '0', '325', '0', '132', '-1', '48800000', '2440', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('6604', 'Demon Splinter - Crt. Stun', 'lrhand', 'true', '1350', '1', '1', 'adamantaite', 's', '342', '5', 'dualfist', '4', '4.00000', '0', '0', '0', '325', '0', '132', '-1', '48800000', '2440', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('6605', 'Heavens Divider - Haste', 'lrhand', 'true', '1380', '1', '1', 'adamantaite', 's', '342', '10', 'bigsword', '8', '0.00000', '0', '0', '0', '325', '0', '132', '-1', '48800000', '2440', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('6606', 'Heavens Divider - Health', 'lrhand', 'true', '1380', '1', '1', 'adamantaite', 's', '342', '10', 'bigsword', '8', '0.00000', '0', '0', '0', '325', '0', '132', '-1', '48800000', '2440', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('6607', 'Heavens Divider - Focus', 'lrhand', 'true', '1380', '1', '1', 'adamantaite', 's', '342', '10', 'bigsword', '8', '0.00000', '0', '0', '0', '325', '0', '132', '-1', '48800000', '2440', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('6608', 'Arcana Mace - Acumen', 'rhand', 'true', '1300', '1', '1', 'adamantaite', 's', '225', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '175', '-1', '48800000', '2440', 'true', 'true', 'true', 'true', '3047', '2', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('6609', 'Arcana Mace - MP Regeneration', 'rhand', 'true', '1300', '1', '1', 'adamantaite', 's', '225', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '175', '-1', '48800000', '2440', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('6610', 'Arcana Mace - Mana Up', 'rhand', 'true', '1300', '1', '1', 'adamantaite', 's', '225', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '175', '-1', '48800000', '2440', 'true', 'true', 'true', 'true', '3014', '2', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('6611', 'Infinity Blade', 'rhand', 'false', '1300', '1', '1', 'adamantaite', 's', '297', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '137', '-1', '57000000', '2850', 'false', 'false', 'false', 'false', '3578', '1', '0', '0', '0', '0', '0', '3579', '1', '4');
INSERT INTO `weapon` VALUES ('6612', 'Infinity Cleaver', 'lrhand', 'false', '1300', '1', '1', 'adamantaite', 's', '361', '10', 'bigsword', '8', '0.00000', '0', '0', '0', '325', '0', '137', '-1', '57000000', '2850', 'false', 'false', 'false', 'false', '3582', '1', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('6613', 'Infinity Axe', 'rhand', 'false', '1300', '1', '1', 'adamantaite', 's', '297', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '137', '-1', '57000000', '2850', 'false', 'false', 'false', 'false', '3580', '1', '0', '0', '0', '0', '0', '3581', '1', '4');
INSERT INTO `weapon` VALUES ('6614', 'Infinity Rod', 'rhand', 'false', '1300', '1', '1', 'adamantaite', 's', '238', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '182', '-1', '57000000', '2850', 'false', 'false', 'false', 'false', '3597', '1', '0', '0', '3598', '1', '15', '0', '0', '0');
INSERT INTO `weapon` VALUES ('6615', 'Infinity Crusher', 'lrhand', 'false', '1300', '1', '1', 'adamantaite', 's', '361', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '137', '-1', '57000000', '2850', 'false', 'false', 'false', 'false', '3583', '1', '0', '0', '0', '0', '0', '3584', '1', '5');
INSERT INTO `weapon` VALUES ('6616', 'Infinity Scepter', 'lrhand', 'false', '1300', '1', '1', 'adamantaite', 's', '290', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '182', '-1', '57000000', '2850', 'false', 'false', 'false', 'false', '3595', '1', '0', '0', '3596', '1', '15', '0', '0', '0');
INSERT INTO `weapon` VALUES ('6617', 'Infinity Stinger', 'rhand', 'false', '1300', '1', '1', 'adamantaite', 's', '260', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '137', '-1', '57000000', '2850', 'false', 'false', 'false', 'false', '3589', '1', '0', '0', '0', '0', '0', '3590', '1', '5');
INSERT INTO `weapon` VALUES ('6618', 'Infinity Fang', 'lrhand', 'false', '1300', '1', '1', 'adamantaite', 's', '361', '5', 'dualfist', '4', '4.00000', '0', '0', '0', '325', '0', '137', '-1', '57000000', '2850', 'false', 'false', 'false', 'false', '3587', '1', '0', '0', '0', '0', '0', '3588', '1', '25');
INSERT INTO `weapon` VALUES ('6619', 'Infinity Bow', 'lrhand', 'false', '1300', '1', '1', 'adamantaite', 's', '614', '5', 'bow', '12', '-3.00000', '0', '0', '0', '293', '11', '137', '-1', '57000000', '2850', 'false', 'false', 'false', 'false', '3593', '1', '0', '0', '0', '0', '0', '3594', '1', '7');
INSERT INTO `weapon` VALUES ('6620', 'Infinity Wing', 'lrhand', 'false', '1300', '1', '1', 'adamantaite', 's', '361', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '137', '-1', '57000000', '2850', 'false', 'false', 'false', 'false', '3585', '1', '0', '0', '0', '0', '0', '3586', '1', '7');
INSERT INTO `weapon` VALUES ('6621', 'Infinity Spear', 'lrhand', 'false', '1300', '1', '1', 'adamantaite', 's', '297', '10', 'pole', '8', '-3.00000', '0', '0', '0', '325', '0', '137', '-1', '57000000', '2850', 'false', 'false', 'false', 'false', '3591', '1', '0', '0', '0', '0', '0', '3592', '1', '5');
INSERT INTO `weapon` VALUES ('6678', 'Sealed Imperial Crusader Shield', 'lhand', 'true', '1170', '0', '0', 'bone', 's', '0', '0', 'none', '0', '0.00000', '-8', '276', '20', '0', '0', '0', '-1', '3760000', '188', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('6715', 'Monster Only(Silenos Archer)', 'lrhand', 'false', '1950', '1', '1', 'wood', 'none', '16', '5', 'bow', '12', '-3.00000', '0', '0', '0', '293', '1', '6', '-1', '768', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('6716', 'Monster Only(Silenos Shaman)', 'lrhand', 'false', '1080', '1', '1', 'wood', 'none', '11', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '12', '-1', '12500', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('6717', 'Monster Only(Einhasad Warrior)', 'rhand', 'false', '1560', '2', '2', 'fine_steel', 'none', '24', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '17', '-1', '136000', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('6718', 'Monster Only(Einhasad Shaman)', 'lrhand', 'false', '1560', '2', '2', 'adamantaite', 'none', '24', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '17', '-1', '136000', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('6719', 'Monster Only(Ketra Orc Chieftain)', 'lrhand', 'false', '990', '3', '3', 'blood_steel', 'c', '141', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '104', '-1', '4780000', '1912', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('6720', 'Monster Only(Shadow of Halisha)', 'lrhand', 'false', '1950', '1', '1', 'wood', 'none', '16', '5', 'bow', '12', '-3.00000', '0', '0', '0', '293', '1', '6', '-1', '768', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('6721', 'Monster Only(Shield of Imperial Warlord Zombie)', 'lhand', 'false', '1430', '0', '0', 'leather', 'none', '0', '0', 'none', '0', '0.00000', '-8', '47', '20', '0', '0', '0', '-1', '39', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('6722', 'Monster Only(Ahrimanes)', 'lrhand', 'false', '2080', '1', '1', 'fine_steel', 'b', '236', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '99', '-1', '13100000', '1746', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('6723', 'Monster Only(Vampire Warrior)', 'lrhand', 'false', '2090', '3', '3', 'fine_steel', 'd', '112', '10', 'bigsword', '8', '0.00000', '0', '0', '0', '325', '0', '54', '-1', '1800000', '3272', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('6902', 'Pledge Shield', 'lhand', 'true', '1380', '0', '0', 'bone', 'none', '0', '0', 'none', '0', '0.00000', '-8', '90', '20', '0', '0', '0', '-1', '12900', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('6917', 'Monster Only (Poison Sting)', 'rhand', 'false', '6', '0', '0', 'wood', 'none', '0', '0', 'fist', '0', '0.00000', '0', '0', '0', '0', '0', '0', '-1', '2', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('6918', 'Monster Only (Shield of Silenos)', 'lhand', 'false', '1380', '0', '0', 'bone', 'none', '0', '0', 'none', '0', '0.00000', '-8', '90', '20', '0', '0', '0', '-1', '12900', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('6919', 'Monster Only (Shield of Ketra Orc)', 'lhand', 'false', '1320', '0', '0', 'fine_steel', 'none', '0', '0', 'none', '0', '0.00000', '-8', '142', '20', '0', '0', '0', '-1', '78400', '142', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('7014', 'Monster Only (Shield of Dark Dragon)', 'lhand', 'false', '4800', '0', '0', 'damascus', 'none', '0', '0', 'none', '0', '0.00000', '-8', '230', '20', '0', '0', '0', '-1', '845000', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('7015', 'Shield of Castle Pledge', 'lhand', 'true', '1380', '0', '0', 'bone', 'none', '0', '0', 'none', '0', '0.00000', '-8', '90', '20', '0', '0', '0', '-1', '12900', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('7058', 'Chrono Darbuka', 'lrhand', 'false', '0', '0', '0', 'steel', 'none', '1', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '1', '-1', '0', '0', 'true', 'false', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('7560', 'Monster Only (Fishing Rod)', 'lrhand', 'false', '1000', '0', '0', 'bone', 'none', '1', '1', 'rod', '0', '-3.00000', '0', '0', '0', '325', '0', '1', '-1', '30000', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('7575', 'Draconic Bow', 'lrhand', 'true', '1650', '1', '1', 'adamantaite', 's', '581', '5', 'bow', '12', '-3.00000', '0', '0', '0', '293', '11', '132', '-1', '48800000', '2440', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('7576', 'Draconic Bow - Cheap Shot', 'lrhand', 'true', '1650', '1', '1', 'adamantaite', 's', '581', '5', 'bow', '12', '-3.00000', '0', '0', '0', '293', '11', '132', '-1', '48800000', '2440', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('7577', 'Draconic Bow - Focus', 'lrhand', 'true', '1650', '1', '1', 'adamantaite', 's', '581', '5', 'bow', '12', '-3.00000', '0', '0', '0', '293', '11', '132', '-1', '48800000', '2440', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('7578', 'Draconic Bow - Critical Slow', 'lrhand', 'true', '1650', '1', '1', 'adamantaite', 's', '581', '5', 'bow', '12', '-3.00000', '0', '0', '0', '293', '11', '132', '-1', '48800000', '2440', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('7701', 'Stick of Faith - Mana Up', 'rhand', 'true', '1160', '2', '2', 'wood', 'c', '85', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '81', '-1', '2290000', '916', 'true', 'true', 'true', 'true', '3014', '1', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('7702', 'Stick of Faith - Magic Hold', 'rhand', 'true', '1160', '2', '2', 'wood', 'c', '85', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '81', '-1', '2290000', '916', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '1201', '23', '10', '0', '0', '0');
INSERT INTO `weapon` VALUES ('7703', 'Stick of Faith - Magic Shield', 'rhand', 'true', '1160', '2', '2', 'wood', 'c', '85', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '81', '-1', '2290000', '916', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '1035', '2', '50', '0', '0', '0');
INSERT INTO `weapon` VALUES ('7704', 'Stick of Eternity - Empower', 'rhand', 'true', '1130', '3', '3', 'wood', 'c', '111', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '101', '-1', '4300000', '1720', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('7705', 'Stick of Eternity - Rsk., Evasion', 'rhand', 'true', '1130', '3', '3', 'wood', 'c', '111', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '101', '-1', '4300000', '1720', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('7706', 'Stick of Eternity - Blessed Body', 'rhand', 'true', '1130', '3', '3', 'wood', 'c', '111', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '101', '-1', '4300000', '1720', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('7707', 'Nirvana Axe - Magic Power', 'rhand', 'true', '1150', '3', '3', 'fine_steel', 'c', '111', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '101', '-1', '4300000', '1720', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('7708', 'Nirvana Axe - Magic Poison', 'rhand', 'true', '1150', '3', '3', 'fine_steel', 'c', '111', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '101', '-1', '4300000', '1720', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '1168', '6', '7', '0', '0', '0');
INSERT INTO `weapon` VALUES ('7709', 'Nirvana Axe - Magic Weakness', 'rhand', 'true', '1150', '3', '3', 'fine_steel', 'c', '111', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '101', '-1', '4300000', '1720', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '1164', '6', '7', '0', '0', '0');
INSERT INTO `weapon` VALUES ('7710', 'Club of Nature - Acumen', 'rhand', 'true', '1100', '3', '3', 'wood', 'c', '111', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '101', '-1', '4300000', '1720', 'true', 'true', 'true', 'true', '3047', '1', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('7711', 'Club of Nature - Magic Mental Shield', 'rhand', 'true', '1100', '3', '3', 'wood', 'c', '111', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '101', '-1', '4300000', '1720', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '1035', '3', '50', '0', '0', '0');
INSERT INTO `weapon` VALUES ('7712', 'Club of Nature - Magic Hold', 'rhand', 'true', '1100', '3', '3', 'wood', 'c', '111', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '101', '-1', '4300000', '1720', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '1201', '23', '10', '0', '0', '0');
INSERT INTO `weapon` VALUES ('7713', 'Mace of The Underworld - Mana Up', 'rhand', 'true', '1090', '3', '3', 'fine_steel', 'c', '111', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '101', '-1', '4300000', '1720', 'true', 'true', 'true', 'true', '3014', '1', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('7714', 'Mace of The Underworld - Magic Silence', 'rhand', 'true', '1090', '3', '3', 'fine_steel', 'c', '111', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '101', '-1', '4300000', '1720', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('7715', 'Mace of The Underworld - Conversion', 'rhand', 'true', '1090', '3', '3', 'fine_steel', 'c', '111', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '101', '-1', '4300000', '1720', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('7716', 'Inferno Staff - Acumen', 'lrhand', 'true', '1000', '3', '3', 'wood', 'c', '135', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '101', '-1', '4300000', '1720', 'true', 'true', 'true', 'true', '3047', '1', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('7717', 'Inferno Staff - Magic Silence', 'lrhand', 'true', '1000', '3', '3', 'wood', 'c', '135', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '101', '-1', '4300000', '1720', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('7718', 'Inferno Staff - Magic Paralyze', 'lrhand', 'true', '1000', '3', '3', 'wood', 'c', '135', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '101', '-1', '4300000', '1720', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('7719', 'Poleaxe - Critical Stun', 'lrhand', 'true', '2010', '3', '3', 'bronze', 'c', '139', '10', 'pole', '8', '-3.00000', '0', '0', '0', '325', '0', '76', '-1', '4300000', '1720', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('7720', 'Poleaxe - Towering Blow', 'lrhand', 'true', '2010', '3', '3', 'bronze', 'c', '139', '10', 'pole', '8', '-3.00000', '0', '0', '0', '325', '0', '76', '-1', '4300000', '1720', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('7721', 'Poleaxe - Wide Blow', 'lrhand', 'true', '2010', '3', '3', 'bronze', 'c', '139', '10', 'pole', '8', '-3.00000', '0', '0', '0', '325', '0', '76', '-1', '4300000', '1720', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('7722', 'Sword of Valhalla - Acumen', 'rhand', 'true', '900', '1', '1', 'oriharukon', 'b', '140', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '122', '-1', '8680000', '1157', 'true', 'true', 'true', 'true', '3047', '1', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('7723', 'Sword of Valhalla - Magic Weakness', 'rhand', 'true', '900', '1', '1', 'oriharukon', 'b', '140', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '122', '-1', '8680000', '1157', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '1164', '6', '7', '0', '0', '0');
INSERT INTO `weapon` VALUES ('7724', 'Sword of Valhalla - Magic Regeneration', 'rhand', 'true', '900', '1', '1', 'oriharukon', 'b', '140', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '122', '-1', '8680000', '1157', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '1044', '3', '30', '0', '0', '0');
INSERT INTO `weapon` VALUES ('7810', 'Soulfire Dirk - Mana Up', 'rhand', 'true', '750', '2', '2', 'fine_steel', 'c', '86', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '91', '-1', '2870000', '1148', 'true', 'true', 'true', 'true', '3014', '1', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('7811', 'Soulfire Dirk - Magic Hold', 'rhand', 'true', '750', '2', '2', 'fine_steel', 'c', '86', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '91', '-1', '2870000', '1148', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '1201', '23', '10', '0', '0', '0');
INSERT INTO `weapon` VALUES ('7812', 'Soulfire Dirk - Magic Silence', 'rhand', 'true', '750', '2', '2', 'fine_steel', 'c', '86', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '91', '-1', '2870000', '1148', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('7813', 'Hell Knife - Magic Regeneration', 'rhand', 'true', '740', '1', '1', 'blood_steel', 'b', '122', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '122', '-1', '8680000', '1157', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '1044', '3', '30', '0', '0', '0');
INSERT INTO `weapon` VALUES ('7814', 'Hell Knife - Mental Shield', 'rhand', 'true', '740', '1', '1', 'blood_steel', 'b', '122', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '122', '-1', '8680000', '1157', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '1035', '4', '50', '0', '0', '0');
INSERT INTO `weapon` VALUES ('7815', 'Hell Knife - Magic Weakness', 'rhand', 'true', '740', '1', '1', 'blood_steel', 'b', '122', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '122', '-1', '8680000', '1157', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '1164', '3', '7', '0', '0', '0');
INSERT INTO `weapon` VALUES ('7816', 'Apprentice Adventurer\'s Staff', 'lrhand', 'false', '1070', '2', '2', 'wood', 'none', '23', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '22', '-1', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('7817', 'Apprentice Adventurer\'s Bone Club', 'rhand', 'false', '1850', '2', '2', 'fine_steel', 'none', '24', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '17', '-1', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('7818', 'Apprentice Adventurer\'s Knife', 'rhand', 'false', '1120', '2', '2', 'mithril', 'none', '21', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '17', '-1', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('7819', 'Apprentice Adventurer\'s Cestus', 'lrhand', 'false', '1570', '2', '2', 'steel', 'none', '29', '5', 'dualfist', '4', '4.00000', '0', '0', '0', '325', '0', '17', '-1', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('7820', 'Apprentice Adventurer\'s Bow', 'lrhand', 'false', '1900', '7', '2', 'wood', 'none', '49', '5', 'bow', '12', '-3.00000', '0', '0', '0', '293', '3', '17', '-1', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('7821', 'Apprentice Adventurer\'s Long Sword', 'rhand', 'false', '1560', '2', '2', 'fine_steel', 'none', '24', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '17', '-1', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('7822', 'Traveler\'s Mace', 'rhand', 'false', '1300', '2', '2', 'steel', 'd', '41', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '43', '-1', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('7823', 'Traveler\'s Dark Elven Bow', 'lrhand', 'false', '1830', '6', '2', 'steel', 'd', '105', '5', 'bow', '12', '-3.00000', '0', '0', '0', '293', '4', '32', '-1', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('7824', 'Traveler\'s Long Bow', 'lrhand', 'false', '1830', '6', '2', 'steel', 'd', '105', '5', 'bow', '12', '-3.00000', '0', '0', '0', '293', '4', '32', '-1', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('7825', 'Traveler\'s Staff', 'lrhand', 'false', '1040', '2', '2', 'wood', 'd', '50', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '43', '-1', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('7826', 'Traveler\'s Bastard Sword', 'rhand', 'false', '1510', '2', '2', 'fine_steel', 'd', '51', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '32', '-1', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('7827', 'Traveler\'s Wand', 'rhand', 'false', '570', '2', '2', 'steel', 'd', '41', '10', 'etc', '8', '0.00000', '0', '0', '0', '379', '0', '43', '-1', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('7828', 'Traveler\'s Jamadhr', 'lrhand', 'false', '1550', '2', '2', 'steel', 'd', '62', '5', 'dualfist', '4', '4.00000', '0', '0', '0', '325', '0', '32', '-1', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('7829', 'Traveler\'s Tomahawk', 'rhand', 'false', '1780', '2', '2', 'bronze', 'd', '51', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '32', '-1', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('7830', 'Traveler\'s Poniard Dagger', 'rhand', 'false', '1090', '2', '2', 'steel', 'd', '45', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '32', '-1', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('7831', 'Traveler\'s Pike', 'lrhand', 'false', '2090', '2', '2', 'steel', 'd', '51', '10', 'pole', '8', '-3.00000', '0', '0', '0', '325', '0', '32', '-1', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('7834', 'Art of Battle Axe', 'rhand', 'true', '1570', '1', '1', 'chrysolite', 'b', '194', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '99', '-1', '13100000', '1746', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('7880', 'Steel Sword', 'lrhand', 'true', '2100', '2', '2', 'fine_steel', 'd', '49', '10', 'bigsword', '8', '0.00000', '0', '0', '0', '325', '0', '26', '-1', '409000', '743', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('7881', 'Titan Sword', 'lrhand', 'true', '2020', '3', '3', 'fine_steel', 'd', '96', '10', 'bigsword', '8', '0.00000', '0', '0', '0', '325', '0', '47', '-1', '1400000', '2545', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('7882', 'Pa\'agrian Sword', 'lrhand', 'true', '1980', '3', '3', 'steel', 'c', '169', '10', 'bigsword', '8', '0.00000', '0', '0', '0', '325', '0', '76', '-1', '4300000', '1720', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('7883', 'Guardian Sword', 'lrhand', 'true', '1930', '1', '1', 'steel', 'b', '236', '10', 'bigsword', '8', '0.00000', '0', '0', '0', '325', '0', '99', '-1', '13100000', '1746', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('7884', 'Infernal Master', 'lrhand', 'true', '1900', '1', '1', 'fine_steel', 'a', '259', '10', 'bigsword', '8', '0.00000', '0', '0', '0', '325', '0', '107', '-1', '18300000', '1464', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('7885', 'Priest Sword', 'rhand', 'true', '1520', '2', '2', 'fine_steel', 'd', '32', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '35', '-1', '409000', '743', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('7886', 'Sword of Magic Fog', 'rhand', 'true', '1450', '3', '3', 'fine_steel', 'd', '63', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '63', '-1', '1400000', '2545', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('7887', 'Mysterious Sword', 'rhand', 'true', '1430', '2', '2', 'fine_steel', 'c', '85', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '81', '-1', '2290000', '916', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('7888', 'Ecliptic Sword', 'rhand', 'true', '1380', '3', '3', 'oriharukon', 'c', '125', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '111', '-1', '6130000', '2452', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('7889', 'Wizard\'s Tear', 'rhand', 'true', '1350', '1', '1', 'oriharukon', 'b', '155', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '132', '-1', '13100000', '1746', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('7890', 'Priest Mace', 'rhand', 'true', '1720', '3', '3', 'steel', 'd', '63', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '63', '-1', '1400000', '2545', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('7891', 'Ecliptic Axe', 'rhand', 'true', '1640', '3', '3', 'fine_steel', 'c', '125', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '111', '-1', '6130000', '2452', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('7892', 'Spell Breaker', 'rhand', 'true', '1620', '1', '1', 'fine_steel', 'b', '140', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '122', '-1', '8680000', '1157', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('7893', 'Kaim Vanul\'s Bones', 'rhand', 'true', '1570', '1', '1', 'bone', 'b', '155', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '132', '-1', '13100000', '1746', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('7894', 'Spiritual Eye', 'rhand', 'true', '1550', '1', '1', 'bone', 'a', '170', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '143', '-1', '18300000', '1464', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('7895', 'Flaming Dragon Skull', 'rhand', 'true', '1530', '1', '1', 'fine_steel', 'a', '186', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '152', '-1', '27000000', '2160', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('7896', 'Titan Hammer', 'lrhand', 'true', '2100', '3', '3', 'steel', 'd', '96', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '47', '-1', '1400000', '2545', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('7897', 'Dwarven Hammer', 'lrhand', 'true', '2010', '3', '3', 'steel', 'c', '190', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '83', '-1', '6130000', '2452', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('7898', 'Karik Horn', 'lrhand', 'true', '2020', '3', '3', 'oriharukon', 'c', '169', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '76', '-1', '4300000', '1720', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('7899', 'Destroyer Hammer', 'lrhand', 'true', '1910', '1', '1', 'fine_steel', 'a', '259', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '107', '-1', '18300000', '1464', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('7900', 'Ice Storm Hammer', 'lrhand', 'true', '1950', '1', '1', 'fine_steel', 'b', '213', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '91', '-1', '8680000', '1157', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('7901', 'Star Buster', 'lrhand', 'true', '1930', '1', '1', 'fine_steel', 'b', '236', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '99', '-1', '13100000', '1746', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('7902', 'Doom Crusher', 'lrhand', 'true', '1900', '1', '1', 'fine_steel', 'a', '282', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '114', '-1', '27000000', '2160', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('7903', 'Frintezza\'s Sword', 'lrhand', 'true', '2180', '2', '2', 'fine_steel', 'none', '78', '10', 'bigsword', '8', '0.00000', '0', '0', '0', '325', '0', '39', '-1', '0', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8102', 'Pa\'agrian Sword - Focus', 'lrhand', 'true', '1980', '3', '3', 'steel', 'c', '169', '10', 'bigsword', '8', '0.00000', '0', '0', '0', '325', '0', '76', '-1', '4300000', '1720', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8103', 'Pa\'agrian Sword - Health', 'lrhand', 'true', '1980', '3', '3', 'steel', 'c', '169', '10', 'bigsword', '8', '0.00000', '0', '0', '0', '325', '0', '76', '-1', '4300000', '1720', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8104', 'Pa\'agrian Sword - Critical Drain', 'lrhand', 'true', '1980', '3', '3', 'steel', 'c', '169', '10', 'bigsword', '8', '0.00000', '0', '0', '0', '325', '0', '76', '-1', '4300000', '1720', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8105', 'Guardian Sword - Critical Drain', 'lrhand', 'true', '1930', '1', '1', 'steel', 'b', '236', '10', 'bigsword', '8', '0.00000', '0', '0', '0', '325', '0', '99', '-1', '13100000', '1746', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8106', 'Guardian Sword - Health', 'lrhand', 'true', '1930', '1', '1', 'steel', 'b', '236', '10', 'bigsword', '8', '0.00000', '0', '0', '0', '325', '0', '99', '-1', '13100000', '1746', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8107', 'Guardian Sword - Critical Bleed', 'lrhand', 'true', '1930', '1', '1', 'steel', 'b', '236', '10', 'bigsword', '8', '0.00000', '0', '0', '0', '325', '0', '99', '-1', '13100000', '1746', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8108', 'Infernal Master - Haste', 'lrhand', 'true', '1900', '1', '1', 'fine_steel', 'a', '259', '10', 'bigsword', '8', '0.00000', '0', '0', '0', '325', '0', '107', '-1', '18300000', '1464', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8109', 'Infernal Master - Critical Damage', 'lrhand', 'true', '1900', '1', '1', 'fine_steel', 'a', '259', '10', 'bigsword', '8', '0.00000', '0', '0', '0', '325', '0', '107', '-1', '18300000', '1464', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8110', 'Infernal Master - Focus', 'lrhand', 'true', '1900', '1', '1', 'fine_steel', 'a', '259', '10', 'bigsword', '8', '0.00000', '0', '0', '0', '325', '0', '107', '-1', '18300000', '1464', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8111', 'Mysterious Sword - Acumen', 'rhand', 'true', '1430', '2', '2', 'fine_steel', 'c', '85', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '81', '-1', '2290000', '916', 'true', 'true', 'true', 'true', '3047', '1', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8112', 'Mysterious Sword - Magic Power', 'rhand', 'true', '1430', '2', '2', 'fine_steel', 'c', '85', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '81', '-1', '2290000', '916', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8113', 'Mysterious Sword - Magic Weakness', 'rhand', 'true', '1430', '2', '2', 'fine_steel', 'c', '85', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '81', '-1', '2290000', '916', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '1164', '6', '8', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8114', 'Ecliptic Sword - Empower', 'rhand', 'true', '1380', '3', '3', 'oriharukon', 'c', '125', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '111', '-1', '6130000', '2452', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8115', 'Ecliptic Sword - Magic Power', 'rhand', 'true', '1380', '3', '3', 'oriharukon', 'c', '125', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '111', '-1', '6130000', '2452', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8116', 'Ecliptic Sword - Magic Silence', 'rhand', 'true', '1380', '3', '3', 'oriharukon', 'c', '125', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '111', '-1', '6130000', '2452', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8117', 'Wizard\'s Tear - Acumen', 'rhand', 'true', '1350', '1', '1', 'oriharukon', 'b', '155', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '132', '-1', '13100000', '1746', 'true', 'true', 'true', 'true', '3047', '2', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8118', 'Wizard\'s Tear - Magic Power', 'rhand', 'true', '1350', '1', '1', 'oriharukon', 'b', '155', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '132', '-1', '13100000', '1746', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8119', 'Wizard\'s Tear - Conversion', 'rhand', 'true', '1350', '1', '1', 'oriharukon', 'b', '155', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '132', '-1', '13100000', '1746', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8120', 'Dwarven Hammer - Health', 'lrhand', 'true', '2010', '3', '3', 'steel', 'c', '190', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '83', '-1', '6130000', '2452', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8121', 'Dwarven Hammer - Anger', 'lrhand', 'true', '2010', '3', '3', 'steel', 'c', '190', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '83', '-1', '6130000', '2452', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8122', 'Dwarven Hammer - Critical Bleed', 'lrhand', 'true', '2010', '3', '3', 'steel', 'c', '190', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '83', '-1', '6130000', '2452', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8123', 'Karik Horn - Focus', 'lrhand', 'true', '2020', '3', '3', 'oriharukon', 'c', '169', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '76', '-1', '4300000', '1720', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8124', 'Karik Horn - Haste', 'lrhand', 'true', '2020', '3', '3', 'oriharukon', 'c', '169', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '76', '-1', '4300000', '1720', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8125', 'Karik Horn - Critical Drain', 'lrhand', 'true', '2020', '3', '3', 'oriharukon', 'c', '169', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '76', '-1', '4300000', '1720', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8126', 'Destroyer Hammer - Health', 'lrhand', 'true', '1910', '1', '1', 'fine_steel', 'a', '259', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '107', '-1', '18300000', '1464', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8127', 'Destroyer Hammer - Haste', 'lrhand', 'true', '1910', '1', '1', 'fine_steel', 'a', '259', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '107', '-1', '18300000', '1464', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8128', 'Destroyer Hammer - Critical Drain', 'lrhand', 'true', '1910', '1', '1', 'fine_steel', 'a', '259', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '107', '-1', '18300000', '1464', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8129', 'Ice Storm Hammer - Focus', 'lrhand', 'true', '1950', '1', '1', 'fine_steel', 'b', '213', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '91', '-1', '8680000', '1157', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8130', 'Ice Storm Hammer - Anger', 'lrhand', 'true', '1950', '1', '1', 'fine_steel', 'b', '213', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '91', '-1', '8680000', '1157', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8131', 'Ice Storm Hammer - Critical Bleed', 'lrhand', 'true', '1950', '1', '1', 'fine_steel', 'b', '213', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '91', '-1', '8680000', '1157', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8132', 'Star Buster - Health', 'lrhand', 'true', '1930', '1', '1', 'fine_steel', 'b', '236', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '99', '-1', '13100000', '1746', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8133', 'Star Buster - Haste', 'lrhand', 'true', '1930', '1', '1', 'fine_steel', 'b', '236', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '99', '-1', '13100000', '1746', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8134', 'Star Buster - Rsk. Focus', 'lrhand', 'true', '1930', '1', '1', 'fine_steel', 'b', '236', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '99', '-1', '13100000', '1746', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8135', 'Doom Crusher - Health', 'lrhand', 'true', '1900', '1', '1', 'fine_steel', 'a', '282', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '114', '-1', '27000000', '2160', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8136', 'Doom Crusher - Anger', 'lrhand', 'true', '1900', '1', '1', 'fine_steel', 'a', '282', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '114', '-1', '27000000', '2160', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8137', 'Doom Crusher - Rsk. Haste', 'lrhand', 'true', '1900', '1', '1', 'fine_steel', 'a', '282', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '114', '-1', '27000000', '2160', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8138', 'Ecliptic Axe - Conversion', 'rhand', 'true', '1640', '3', '3', 'fine_steel', 'c', '125', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '111', '-1', '6130000', '2452', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8139', 'Ecliptic Axe - Magic Power', 'rhand', 'true', '1640', '3', '3', 'fine_steel', 'c', '125', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '111', '-1', '6130000', '2452', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8140', 'Ecliptic Axe - Magic Hold', 'rhand', 'true', '1640', '3', '3', 'fine_steel', 'c', '125', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '111', '-1', '6130000', '2452', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '1201', '23', '10', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8141', 'Spell Breaker - Acumen', 'rhand', 'true', '1620', '1', '1', 'fine_steel', 'b', '140', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '122', '-1', '8680000', '1157', 'true', 'true', 'true', 'true', '3047', '1', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8142', 'Spell Breaker - Magic Mental Shield', 'rhand', 'true', '1620', '1', '1', 'fine_steel', 'b', '140', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '122', '-1', '8680000', '1157', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '1035', '4', '50', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8143', 'Spell Breaker - Magic Hold', 'rhand', 'true', '1620', '1', '1', 'fine_steel', 'b', '140', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '122', '-1', '8680000', '1157', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '1201', '23', '10', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8144', 'Kaim Vanul\'s Bones - Mana Up', 'rhand', 'true', '1570', '1', '1', 'bone', 'b', '155', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '132', '-1', '13100000', '1746', 'true', 'true', 'true', 'true', '3014', '1', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8145', 'Kaim Vanul\'s Bones - Magic Silence', 'rhand', 'true', '1570', '1', '1', 'bone', 'b', '155', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '132', '-1', '13100000', '1746', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8146', 'Kaim Vanul\'s Bones - Conversion', 'rhand', 'true', '1570', '1', '1', 'bone', 'b', '155', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '132', '-1', '13100000', '1746', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8147', 'Spiritual Eye - Mana Up', 'rhand', 'true', '1550', '1', '1', 'bone', 'a', '170', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '143', '-1', '18300000', '1464', 'true', 'true', 'true', 'true', '3014', '1', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8148', 'Spiritual Eye - Magic Poison', 'rhand', 'true', '1550', '1', '1', 'bone', 'a', '170', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '143', '-1', '18300000', '1464', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '1168', '6', '10', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8149', 'Spiritual Eye - Acumen', 'rhand', 'true', '1550', '1', '1', 'bone', 'a', '170', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '143', '-1', '18300000', '1464', 'true', 'true', 'true', 'true', '3047', '2', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8150', 'Flaming Dragon Skull - Acumen', 'rhand', 'true', '1530', '1', '1', 'fine_steel', 'a', '186', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '152', '-1', '27000000', '2160', 'true', 'true', 'true', 'true', '3047', '2', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8151', 'Flaming Dragon Skull - Magic Power', 'rhand', 'true', '1530', '1', '1', 'fine_steel', 'a', '186', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '152', '-1', '27000000', '2160', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8152', 'Flaming Dragon Skull - Magic Silence', 'rhand', 'true', '1530', '1', '1', 'fine_steel', 'a', '186', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '152', '-1', '27000000', '2160', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8190', 'Demonic Sword Zariche', 'lrhand', 'true', '1840', '0', '0', 'bone', 'none', '361', '10', 'bigsword', '8', '0.00000', '0', '0', '0', '325', '0', '137', '-1', '0', '0', 'false', 'false', 'false', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8203', 'Monster Only (Venom Sword)', 'lrhand', 'true', '1560', '1', '1', 'fine_steel', 'none', '0', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '0', '-1', '0', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8204', 'Monster Only (Follower of Frintezza Calibur)', 'rhand', 'false', '1560', '2', '2', 'fine_steel', 'none', '0', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '0', '-1', '0', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8205', 'Monster Only (Heretic Priest Sickle)', 'lrhand', 'true', '1920', '1', '1', 'blood_steel', 'none', '0', '10', 'pole', '8', '-3.00000', '0', '0', '0', '325', '0', '0', '-1', '0', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8206', 'Monster Only (Heretic Priest Sword)', 'lrhand', 'true', '2080', '1', '1', 'fine_steel', 'none', '0', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '0', '-1', '0', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8207', 'Monster Only (Heretic Private Axe)', 'lrhand', 'true', '1560', '1', '1', 'fine_steel', 'none', '0', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '0', '-1', '0', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8208', 'Monster Only (Heretic Private Staff)', 'lrhand', 'true', '1560', '1', '1', 'fine_steel', 'none', '0', '10', 'pole', '8', '-3.00000', '0', '0', '0', '325', '0', '0', '-1', '0', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8209', 'Monster Only (Lidia Von Helmann Sword)', 'rhand', 'false', '1560', '2', '2', 'fine_steel', 'none', '0', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '0', '-1', '0', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8210', 'Monster Only (Monk Warrior Shield)', 'lhand', 'false', '4800', '0', '0', 'damascus', 'none', '0', '0', 'none', '0', '0.00000', '-8', '230', '20', '0', '0', '0', '-1', '0', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8211', 'Monster Only (Monk Warrior Sword)', 'rhand', 'false', '1560', '2', '2', 'fine_steel', 'none', '0', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '0', '-1', '0', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8212', 'Monster Only (Solina Brother Mace)', 'rhand', 'true', '1570', '1', '1', 'chrysolite', 'none', '0', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '0', '-1', '0', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8213', 'Monster Only (Solina Father Mace)', 'rhand', 'true', '1570', '1', '1', 'chrysolite', 'none', '0', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '0', '-1', '0', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8214', 'Monster Only (Solina Priest Pole)', 'lrhand', 'false', '1920', '1', '1', 'blood_steel', 'none', '0', '10', 'pole', '8', '-3.00000', '0', '0', '0', '325', '0', '0', '-1', '0', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8215', 'Monster Only (Zombie Enlisted Man Sword)', 'lrhand', 'true', '2090', '3', '3', 'fine_steel', 'none', '0', '10', 'bigsword', '8', '0.00000', '0', '0', '0', '325', '0', '0', '-1', '0', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8216', 'Monster Only (Zombie Enlisted Man Claw)', 'lrhand', 'false', '1350', '1', '1', 'adamantaite', 'none', '0', '5', 'dualfist', '4', '4.00000', '0', '0', '0', '325', '0', '0', '-1', '0', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8217', 'Monster Only (Zombie Gateguard Spear)', 'rhand', 'true', '1560', '2', '2', 'fine_steel', 'none', '0', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '0', '-1', '0', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8218', 'Monster Only (Zombie Laborer Axe)', 'rhand', 'true', '1570', '1', '1', 'chrysolite', 'none', '0', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '0', '-1', '0', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8219', 'Monster Only (Zombie Laborer Sword)', 'rhand', 'true', '1560', '2', '2', 'fine_steel', 'none', '0', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '0', '-1', '0', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8220', 'Monster Only (Apostle Grail Bow)', 'lrhand', 'true', '1950', '1', '1', 'wood', 'none', '0', '5', 'bow', '12', '-3.00000', '0', '0', '0', '293', '1', '0', '-1', '0', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8221', 'Monster Only (Apostle Grail Spear)', 'lrhand', 'false', '1920', '1', '1', 'blood_steel', 'none', '0', '10', 'pole', '8', '-3.00000', '0', '0', '0', '325', '0', '0', '-1', '0', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8222', 'Monster Only (Follower of Frintezza Tran Calibur)', 'rhand', 'true', '1560', '2', '2', 'fine_steel', 'none', '0', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '0', '-1', '0', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8350', 'Chrono Maracas', 'lrhand', 'true', '0', '0', '0', 'fine_steel', 'none', '1', '5', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '1', '-1', '0', '0', 'true', 'false', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8527', 'For Monsters Only (Strengthened Bow)', 'lrhand', 'true', '1870', '6', '2', 'steel', 'd', '82', '5', 'bow', '12', '-3.00000', '0', '0', '0', '293', '3', '26', '-1', '0', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8528', 'For Monsters Only (Doom Hammer)', 'rhand', 'true', '1200', '2', '2', 'steel', 'd', '41', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '43', '-1', '0', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8529', 'For Monsters Only (Knife)', 'rhand', 'false', '1140', '1', '1', 'bronze', 'none', '10', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '9', '-1', '0', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8530', 'For Monsters Only (Squire\'s Sword)', 'rhand', 'false', '1600', '1', '1', 'steel', 'none', '6', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '5', '-1', '0', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8531', 'For Monsters Only (Bone Staff)', 'lrhand', 'true', '1060', '2', '2', 'bone', 'd', '39', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '35', '-1', '0', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8532', 'For Monsters Only (Spinebone Sword)', 'rhand', 'true', '1510', '2', '2', 'bone', 'd', '51', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '32', '-1', '0', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8533', 'For Monsters Only (Crimson Sword)', 'rhand', 'true', '1490', '2', '2', 'fine_steel', 'd', '64', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '39', '-1', '0', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8576', 'Apprentice\'s Staff (Event)', 'lrhand', 'false', '1070', '2', '2', 'wood', 'none', '23', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '22', '-1', '0', '0', 'false', 'false', 'false', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8577', 'Bone Club (Event)', 'rhand', 'false', '1850', '2', '2', 'fine_steel', 'none', '24', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '17', '-1', '0', '0', 'false', 'false', 'false', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8578', 'Shining Knife (Event)', 'rhand', 'false', '1120', '2', '2', 'mithril', 'none', '21', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '17', '-1', '0', '0', 'false', 'false', 'false', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8579', 'Cestus (Event)', 'lrhand', 'false', '1570', '2', '2', 'steel', 'none', '29', '5', 'dualfist', '4', '4.00000', '0', '0', '0', '325', '0', '17', '-1', '0', '0', 'false', 'false', 'false', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8580', 'Forest Bow (Event)', 'lrhand', 'false', '1900', '7', '2', 'wood', 'none', '49', '5', 'bow', '12', '-3.00000', '0', '0', '0', '293', '3', '17', '-1', '0', '0', 'false', 'false', 'false', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8581', 'Long Sword (Event)', 'rhand', 'false', '1560', '2', '2', 'fine_steel', 'none', '24', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '17', '-1', '0', '0', 'false', 'false', 'false', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8582', 'Mace of Prayer (Event)', 'rhand', 'false', '1300', '2', '2', 'steel', 'd', '41', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '43', '-1', '0', '0', 'false', 'false', 'false', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8583', 'Dark Elven Bow (Event)', 'lrhand', 'false', '1830', '6', '2', 'steel', 'd', '105', '5', 'bow', '12', '-3.00000', '0', '0', '0', '293', '4', '32', '-1', '0', '0', 'false', 'false', 'false', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8584', 'Long Bow (Event)', 'lrhand', 'false', '1830', '6', '2', 'steel', 'd', '114', '5', 'bow', '12', '-3.00000', '0', '0', '0', '227', '4', '35', '-1', '0', '0', 'false', 'false', 'false', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8585', 'Staff of Mana (Event)', 'lrhand', 'false', '1040', '2', '2', 'wood', 'd', '50', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '43', '-1', '0', '0', 'false', 'false', 'false', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8586', 'Bastard Sword (Event)', 'rhand', 'false', '1510', '2', '2', 'fine_steel', 'd', '51', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '32', '-1', '0', '0', 'false', 'false', 'false', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8587', 'Divine Tomb (Event)', 'rhand', 'false', '570', '2', '2', 'steel', 'd', '41', '10', 'etc', '8', '0.00000', '0', '0', '0', '379', '0', '43', '-1', '0', '0', 'false', 'false', 'false', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8588', 'Single-Edged Jamadhr (Event)', 'lrhand', 'false', '1550', '2', '2', 'steel', 'd', '62', '5', 'dualfist', '4', '4.00000', '0', '0', '0', '325', '0', '32', '-1', '0', '0', 'false', 'false', 'false', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8589', 'Tomahawk (Event)', 'rhand', 'false', '1780', '2', '2', 'bronze', 'd', '51', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '32', '-1', '0', '0', 'false', 'false', 'false', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8590', 'Poniard Daggar (Event)', 'rhand', 'false', '1090', '2', '2', 'steel', 'd', '45', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '32', '-1', '0', '0', 'false', 'false', 'false', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8591', 'Pike (Event)', 'lrhand', 'false', '2090', '2', '2', 'steel', 'd', '51', '10', 'pole', '8', '-3.00000', '0', '0', '0', '325', '0', '32', '-1', '0', '0', 'false', 'false', 'false', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8678', 'Sirra\'s Blade', 'rhand', 'true', '1300', '1', '1', 'fine_steel', 'a', '251', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '121', '-1', '0', '2824', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8679', 'Sword of Ipos', 'lrhand', 'true', '1820', '1', '1', 'bone', 'a', '305', '10', 'bigsword', '8', '0.00000', '0', '0', '0', '325', '0', '121', '-1', '0', '2824', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8680', 'Barakiel\'s Axe', 'rhand', 'true', '1550', '1', '1', 'oriharukon', 'a', '251', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '121', '-1', '0', '2824', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8681', 'Behemoth\'s Tuning Fork', 'lrhand', 'true', '1890', '1', '1', 'fine_steel', 'a', '305', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '121', '-1', '0', '2824', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8682', 'Naga Storm', 'rhand', 'true', '930', '1', '1', 'oriharukon', 'a', '220', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '121', '-1', '0', '2824', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8683', 'Tiphon\'s Spear', 'lrhand', 'true', '1820', '1', '1', 'chrysolite', 'a', '251', '10', 'pole', '8', '-3.00000', '0', '0', '0', '325', '0', '121', '-1', '0', '2824', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8684', 'Shyeed\'s Bow', 'lrhand', 'true', '1640', '2', '1', 'oriharukon', 'a', '570', '5', 'bow', '12', '-3.00000', '0', '0', '0', '227', '10', '133', '-1', '0', '2824', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8685', 'Sobekk\'s Hurricane', 'lrhand', 'true', '1330', '1', '1', 'adamantaite', 'a', '305', '5', 'dualfist', '4', '4.00000', '0', '0', '0', '325', '0', '121', '-1', '0', '2824', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8686', 'Themis\' Tongue', 'rhand', 'true', '820', '1', '1', 'adamantaite', 'a', '202', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '161', '-1', '0', '2824', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8687', 'Cabrio\'s Hand', 'rhand', 'true', '1510', '1', '1', 'fine_steel', 'a', '202', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '161', '-1', '0', '2824', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8688', 'Daimon Crystal', 'lrhand', 'true', '880', '1', '1', 'wood', 'a', '245', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '161', '-1', '0', '2824', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8689', 'Blood Sword Akamanah', 'lrhand', 'true', '1840', '0', '0', 'bone', 'none', '361', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '137', '-1', '0', '0', 'false', 'false', 'false', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8763', 'Elrokian Trap', 'rhand', 'false', '500', '0', '0', 'oriharukon', 'a', '0', '0', 'blunt', '0', '0.00000', '0', '0', '0', '379', '0', '0', '-1', '0', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8788', 'Sirra\'s Blade - Haste', 'rhand', 'true', '1300', '1', '1', 'fine_steel', 'a', '251', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '121', '-1', '0', '2824', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8789', 'Sirra\'s Blade - Health', 'rhand', 'true', '1300', '1', '1', 'fine_steel', 'a', '251', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '121', '-1', '0', '2824', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8790', 'Sirra\'s Blade - Critical Poison', 'rhand', 'true', '1300', '1', '1', 'fine_steel', 'a', '251', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '121', '-1', '0', '2824', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8791', 'Sword of Ipos - Focus', 'lrhand', 'true', '1820', '1', '1', 'bone', 'a', '305', '10', 'bigsword', '8', '0.00000', '0', '0', '0', '325', '0', '121', '-1', '0', '2824', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8792', 'Sword of Ipos - Haste', 'lrhand', 'true', '1820', '1', '1', 'bone', 'a', '305', '10', 'bigsword', '8', '0.00000', '0', '0', '0', '325', '0', '121', '-1', '0', '2824', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8793', 'Sword of Ipos - Health', 'lrhand', 'true', '1820', '1', '1', 'bone', 'a', '305', '10', 'bigsword', '8', '0.00000', '0', '0', '0', '325', '0', '121', '-1', '0', '2824', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8794', 'Barakiel\'s Axe - Health', 'rhand', 'true', '1550', '1', '1', 'oriharukon', 'a', '251', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '121', '-1', '0', '2824', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8795', 'Barakiel\'s Axe - Haste', 'rhand', 'true', '1550', '1', '1', 'oriharukon', 'a', '251', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '121', '-1', '0', '2824', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8796', 'Barakiel\'s Axe - Focus', 'rhand', 'true', '1550', '1', '1', 'oriharukon', 'a', '251', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '121', '-1', '0', '2824', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8797', 'Behemoth\'s Tuning Fork - Focus', 'lrhand', 'true', '1890', '1', '1', 'fine_steel', 'a', '305', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '121', '-1', '0', '2824', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8798', 'Behemoth\'s Tuning Fork - Health', 'lrhand', 'true', '1890', '1', '1', 'fine_steel', 'a', '305', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '121', '-1', '0', '2824', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8799', 'Behemoth\'s Tuning Fork - Anger', 'lrhand', 'true', '1890', '1', '1', 'fine_steel', 'a', '305', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '121', '-1', '0', '2824', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8800', 'Naga Storm - Focus', 'rhand', 'true', '930', '1', '1', 'oriharukon', 'a', '220', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '121', '-1', '0', '2824', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8801', 'Naga Storm - Critical Damage', 'rhand', 'true', '930', '1', '1', 'oriharukon', 'a', '220', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '121', '-1', '0', '2824', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8802', 'Naga Storm - Back Blow', 'rhand', 'true', '930', '1', '1', 'oriharukon', 'a', '220', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '121', '-1', '0', '2824', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8803', 'Tiphon\'s Spear - Critical Stun', 'lrhand', 'true', '1820', '1', '1', 'chrysolite', 'a', '251', '10', 'pole', '8', '-3.00000', '0', '0', '0', '325', '0', '121', '-1', '0', '2824', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8804', 'Tiphon\'s Spear - Towering Blow', 'lrhand', 'true', '1820', '1', '1', 'chrysolite', 'a', '251', '10', 'pole', '8', '-3.00000', '0', '0', '0', '325', '0', '121', '-1', '0', '2824', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8805', 'Tiphon\'s Spear - Wild Blow', 'lrhand', 'true', '1820', '1', '1', 'chrysolite', 'a', '251', '10', 'pole', '8', '-3.00000', '0', '0', '0', '325', '0', '121', '-1', '0', '2824', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8806', 'Shyeed\'s Bow - Cheap Shot', 'lrhand', 'true', '1640', '2', '1', 'oriharukon', 'a', '570', '5', 'bow', '12', '-3.00000', '0', '0', '0', '227', '10', '133', '-1', '0', '2824', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8807', 'Shyeed\'s Bow - Focus', 'lrhand', 'true', '1640', '2', '1', 'oriharukon', 'a', '570', '5', 'bow', '12', '-3.00000', '0', '0', '0', '227', '10', '133', '-1', '0', '2824', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8808', 'Shyeed\'s Bow - Quick Recovery', 'lrhand', 'true', '1640', '2', '1', 'oriharukon', 'a', '570', '5', 'bow', '12', '-3.00000', '0', '0', '0', '227', '10', '133', '-1', '0', '2824', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8809', 'Sobekk\'s Hurricane - Rsk. Haste', 'lrhand', 'true', '1330', '1', '1', 'adamantaite', 'a', '305', '5', 'dualfist', '4', '4.00000', '0', '0', '0', '325', '0', '121', '-1', '0', '2824', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8810', 'Sobekk\'s Hurricane - Haste', 'lrhand', 'true', '1330', '1', '1', 'adamantaite', 'a', '305', '5', 'dualfist', '4', '4.00000', '0', '0', '0', '325', '0', '121', '-1', '0', '2824', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8811', 'Sobekk\'s Hurricane - Critical Drain', 'lrhand', 'true', '1330', '1', '1', 'adamantaite', 'a', '305', '5', 'dualfist', '4', '4.00000', '0', '0', '0', '325', '0', '121', '-1', '0', '2824', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8812', 'Themis\' Tongue - Mana Up', 'rhand', 'true', '820', '1', '1', 'adamantaite', 'a', '202', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '161', '-1', '0', '2824', 'true', 'true', 'true', 'true', '3014', '2', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8813', 'Themis\' Tongue - Magic Mental Shield', 'rhand', 'true', '820', '1', '1', 'adamantaite', 'a', '202', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '161', '-1', '0', '2824', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '1035', '3', '50', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8814', 'Themis\' Tongue - Magic Focus', 'rhand', 'true', '820', '1', '1', 'adamantaite', 'a', '202', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '161', '-1', '0', '2824', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8815', 'Cabrio\'s Hand - Conversion', 'rhand', 'true', '1510', '1', '1', 'fine_steel', 'a', '202', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '161', '-1', '0', '2824', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8816', 'Cabrio\'s Hand - Mana Up', 'rhand', 'true', '1510', '1', '1', 'fine_steel', 'a', '202', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '161', '-1', '0', '2824', 'true', 'true', 'true', 'true', '3014', '2', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8817', 'Cabrio\'s Hand - Magic Silence', 'rhand', 'true', '1510', '1', '1', 'fine_steel', 'a', '202', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '161', '-1', '0', '2824', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8818', 'Daimon Crystal - Mana Up', 'lrhand', 'true', '880', '1', '1', 'wood', 'a', '245', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '161', '-1', '0', '2824', 'true', 'true', 'true', 'true', '3014', '2', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8819', 'Daimon Crystal - Acumen', 'lrhand', 'true', '880', '1', '1', 'wood', 'a', '245', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '161', '-1', '0', '2824', 'true', 'true', 'true', 'true', '3047', '3', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8820', 'Daimon Crystal - Magic Mental Shield', 'lrhand', 'true', '880', '1', '1', 'wood', 'a', '245', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '161', '-1', '0', '2824', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '1035', '3', '50', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8821', 'Shadow Item: Two Handed Sword', 'lrhand', 'true', '730', '2', '2', 'fine_steel', 'd', '78', '10', 'bigsword', '8', '0.00000', '0', '0', '0', '325', '0', '39', '90', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8822', 'Shadow Item: Crimson Sword', 'rhand', 'true', '500', '2', '2', 'fine_steel', 'd', '64', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '39', '90', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8823', 'Shadow Item: Spiked Club', 'rhand', 'true', '590', '2', '2', 'steel', 'd', '64', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '39', '90', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8824', 'Shadow Item: Staff of Magic', 'lrhand', 'true', '340', '2', '2', 'wood', 'd', '62', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '52', '90', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8825', 'Shadow Item: Kukuri', 'rhand', 'true', '360', '2', '2', 'fine_steel', 'd', '56', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '39', '90', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8826', 'Shadow Item: Dagger of Mana', 'rhand', 'true', '250', '2', '2', 'fine_steel', 'd', '45', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '52', '90', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8827', 'Shadow Item: Triple-Edged Jamadhr', 'lrhand', 'true', '520', '2', '2', 'fine_steel', 'd', '78', '5', 'dualfist', '4', '4.00000', '0', '0', '0', '325', '0', '39', '90', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8828', 'Shadow Item: Gastraphetes', 'lrhand', 'true', '620', '8', '2', 'fine_steel', 'd', '132', '5', 'bow', '12', '-3.00000', '0', '0', '0', '293', '4', '39', '90', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8829', 'Shadow Item: War Hammer', 'lrhand', 'true', '700', '2', '2', 'fine_steel', 'd', '64', '10', 'pole', '8', '-3.00000', '0', '0', '0', '325', '0', '39', '90', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8830', 'Shadow Item: Katana', 'rhand', 'true', '480', '2', '2', 'fine_steel', 'c', '122', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '68', '300', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8831', 'Shadow Item: Bec de Corbin', 'lrhand', 'true', '680', '2', '2', 'fine_steel', 'c', '122', '10', 'pole', '8', '-3.00000', '0', '0', '0', '325', '0', '68', '300', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8832', 'Shadow Item: Cursed Staff', 'lrhand', 'true', '340', '2', '2', 'wood', 'c', '119', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '91', '300', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8833', 'Shadow Item: Stiletto', 'rhand', 'true', '350', '2', '2', 'fine_steel', 'c', '107', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '68', '300', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8834', 'Shadow Item: Soulfire Dirk', 'rhand', 'true', '250', '2', '2', 'fine_steel', 'c', '86', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '91', '300', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8835', 'Shadow Item: Elemental Bow', 'lrhand', 'true', '590', '8', '2', 'fine_steel', 'c', '277', '5', 'bow', '12', '-3.00000', '0', '0', '0', '227', '7', '75', '300', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8836', 'Shadow Item: Dwarven War Hammer', 'rhand', 'true', '560', '2', '2', 'fine_steel', 'c', '122', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '68', '300', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8837', 'Shadow Item: Sword of Revolution', 'lrhand', 'true', '790', '2', '2', 'fine_steel', 'c', '148', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '68', '300', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8838', 'Shadow Item: Knuckle Duster', 'lrhand', 'true', '500', '2', '2', 'fine_steel', 'c', '148', '5', 'dualfist', '4', '4.00000', '0', '0', '0', '325', '0', '68', '300', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8839', 'Shadow Item: Sword of Delusion', 'rhand', 'true', '470', '3', '3', 'mithril', 'c', '139', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '76', '300', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8840', 'Shadow Item: Poleaxe', 'lrhand', 'true', '670', '3', '3', 'bronze', 'c', '139', '10', 'pole', '8', '-3.00000', '0', '0', '0', '325', '0', '76', '300', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8841', 'Shadow Item: Stick of Eternity', 'rhand', 'true', '380', '3', '3', 'wood', 'c', '111', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '101', '300', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8842', 'Shadow Item: Inferno Staff', 'lrhand', 'true', '340', '3', '3', 'wood', 'c', '135', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '101', '300', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8843', 'Shadow Item: Pa\'agrian Hammer', 'lrhand', 'true', '340', '3', '3', 'blood_steel', 'c', '135', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '101', '300', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8844', 'Shadow Item: Dark Screamer', 'rhand', 'true', '340', '3', '3', 'fine_steel', 'c', '122', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '76', '300', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8845', 'Shadow Item: Akat Long Bow', 'lrhand', 'true', '580', '9', '3', 'horn', 'c', '316', '5', 'bow', '12', '-3.00000', '0', '0', '0', '227', '7', '84', '300', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8846', 'Shadow Item: Pa\'agrian Sword', 'lrhand', 'true', '660', '3', '3', 'steel', 'c', '169', '10', 'bigsword', '8', '0.00000', '0', '0', '0', '325', '0', '76', '300', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8847', 'Shadow Item: Fisted Blade', 'lrhand', 'true', '500', '3', '3', 'fine_steel', 'c', '169', '5', 'dualfist', '4', '4.00000', '0', '0', '0', '325', '0', '76', '300', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8848', 'Shadow Item: Stormbringer', 'lrhand', 'true', '780', '3', '3', 'fine_steel', 'c', '175', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '78', '300', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8849', 'Shadow Item: Great Sword', 'lrhand', 'true', '650', '1', '1', 'steel', 'b', '213', '10', 'bigsword', '8', '0.00000', '0', '0', '0', '325', '0', '91', '300', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8850', 'Shadow Item: Heavy War Axe', 'rhand', 'true', '540', '1', '1', 'fine_steel', 'b', '175', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '91', '300', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8851', 'Shadow Item: Sprite\'s Staff', 'lrhand', 'true', '320', '1', '1', 'wood', 'b', '170', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '122', '300', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8852', 'Shadow Item: Keshanberk', 'rhand', 'true', '460', '1', '1', 'oriharukon', 'b', '175', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '91', '300', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8853', 'Shadow Item: Sword of Valhalla', 'rhand', 'true', '300', '1', '1', 'oriharukon', 'b', '140', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '122', '300', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8854', 'Shadow Item: Kris', 'rhand', 'true', '330', '1', '1', 'mithril', 'b', '153', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '91', '300', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8855', 'Shadow Item: Arthro Nail', 'lrhand', 'true', '480', '1', '1', 'blood_steel', 'b', '213', '5', 'dualfist', '4', '4.00000', '0', '0', '0', '325', '0', '91', '300', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8856', 'Shadow Item: Dark Elven Long Bow', 'lrhand', 'true', '580', '3', '1', 'oriharukon', 'b', '397', '5', 'bow', '12', '-3.00000', '0', '0', '0', '227', '8', '100', '300', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8857', 'Shadow Item: Swords of Delusion', 'lrhand', 'true', '720', '1', '1', 'fine_steel', 'b', '213', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '91', '300', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8858', 'Shadow Item: Great Axe', 'lrhand', 'true', '650', '1', '1', 'damascus', 'b', '175', '10', 'pole', '8', '-3.00000', '0', '0', '0', '325', '0', '91', '300', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8859', 'Shadow Item: Tallum Blade', 'rhand', 'true', '450', '1', '1', 'adamantaite', 'a', '213', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '107', '300', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8860', 'Shadow Item: Halberd', 'lrhand', 'true', '640', '1', '1', 'oriharukon', 'a', '213', '10', 'pole', '8', '-3.00000', '0', '0', '0', '325', '0', '107', '300', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8861', 'Shadow Item: Dasparion\'s Staff', 'lrhand', 'true', '310', '1', '1', 'adamantaite', 'a', '207', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '143', '300', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8862', 'Shadow Item: Bloody Orchid', 'rhand', 'true', '320', '1', '1', 'blood_steel', 'a', '186', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '107', '300', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8863', 'Shadow Item: Blood Tornado', 'lrhand', 'true', '460', '1', '1', 'blood_steel', 'a', '259', '5', 'dualfist', '4', '4.00000', '0', '0', '0', '325', '0', '107', '300', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8864', 'Shadow Item: Carnage Bow', 'lrhand', 'true', '560', '2', '1', 'damascus', 'a', '440', '5', 'bow', '12', '-3.00000', '0', '0', '0', '293', '9', '107', '300', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8865', 'Shadow Item: Dual Keshanberk', 'lrhand', 'true', '700', '1', '1', 'fine_steel', 'a', '259', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '107', '300', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8866', 'Shadow Item: Meteor Shower', 'rhand', 'true', '540', '1', '1', 'fine_steel', 'a', '213', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '107', '300', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8867', 'Shadow Item: Inferno Master', 'lrhand', 'true', '640', '1', '1', 'fine_steel', 'a', '259', '10', 'bigsword', '8', '0.00000', '0', '0', '0', '325', '0', '107', '300', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8926', 'Shadow Item: Sword of Delusion', 'rhand', 'true', '470', '3', '3', 'mithril', 'c', '139', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '76', '120', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8927', 'Shadow Item: Poleaxe', 'lrhand', 'true', '670', '3', '3', 'bronze', 'c', '139', '10', 'pole', '8', '-3.00000', '0', '0', '0', '325', '0', '76', '120', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8928', 'Shadow Item: Stick of Eternity', 'rhand', 'true', '380', '3', '3', 'wood', 'c', '111', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '101', '120', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8929', 'Shadow Item: Inferno Staff', 'lrhand', 'true', '340', '3', '3', 'wood', 'c', '135', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '101', '120', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8930', 'Shadow Item: Pa\'agrian Hammer', 'lrhand', 'true', '340', '3', '3', 'blood_steel', 'c', '135', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '101', '120', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8931', 'Shadow Item: Dark Screamer', 'rhand', 'true', '340', '3', '3', 'fine_steel', 'c', '122', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '76', '120', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8932', 'Shadow Item: Akat Long Bow', 'lrhand', 'true', '580', '9', '3', 'horn', 'c', '316', '5', 'bow', '12', '-3.00000', '0', '0', '0', '227', '7', '84', '120', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8933', 'Shadow Item: Pa\'agrian Sword', 'lrhand', 'true', '660', '3', '3', 'steel', 'c', '169', '10', 'bigsword', '8', '0.00000', '0', '0', '0', '325', '0', '76', '120', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8934', 'Shadow Item: Fisted Blade', 'lrhand', 'true', '500', '3', '3', 'fine_steel', 'c', '169', '5', 'dualfist', '4', '4.00000', '0', '0', '0', '325', '0', '76', '120', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8935', 'Test Rapier', 'rhand', 'true', '1380', '3', '3', 'oriharukon', 'c', '156', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '83', '120', '0', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8937', 'Shadow Item: Stormbringer', 'lrhand', 'true', '780', '3', '3', 'fine_steel', 'c', '175', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '78', '120', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8938', 'Damascus * Tallum Blade', 'lrhand', 'true', '1890', '1', '1', 'fine_steel', 'a', '305', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '121', '-1', '0', '2824', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8972', 'Shadow Item: Long Spear', 'lrhand', 'false', '707', '2', '2', 'bronze', 'none', '31', '10', 'pole', '8', '-3.00000', '0', '0', '0', '325', '0', '21', '600', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8973', 'Shadow Item: Falchion', 'rhand', 'false', '510', '2', '2', 'bronze', 'none', '31', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '21', '600', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8974', 'Shadow Item: Iron Hammer', 'rhand', 'false', '617', '2', '2', 'steel', 'none', '31', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '21', '600', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8975', 'Shadow Item: Voodoo Doll', 'rhand', 'false', '210', '2', '2', 'wood', 'none', '25', '10', 'etc', '8', '0.00000', '0', '0', '0', '379', '0', '28', '600', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8976', 'Shadow Item: Buzdygan', 'rhand', 'false', '600', '2', '2', 'steel', 'none', '31', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '21', '600', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8977', 'Shadow Item: Mage Staff', 'lrhand', 'false', '350', '2', '2', 'wood', 'none', '30', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '28', '600', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8978', 'Shadow Item: Sword Breaker', 'rhand', 'false', '370', '2', '2', 'steel', 'none', '27', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '21', '600', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8979', 'Shadow Item: Viper\'s Fang', 'lrhand', 'false', '520', '2', '2', 'steel', 'none', '38', '5', 'dualfist', '4', '4.00000', '0', '0', '0', '325', '0', '21', '600', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8980', 'Shadow Item: Composition Bow', 'lrhand', 'false', '627', '7', '2', 'steel', 'none', '64', '5', 'bow', '12', '-3.00000', '0', '0', '0', '293', '3', '21', '600', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8981', 'Shadow Item: Crucifix of Blessing', 'rhand', 'false', '207', '2', '2', 'steel', 'none', '25', '10', 'etc', '8', '0.00000', '0', '0', '0', '379', '0', '28', '600', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8982', 'Shadow Item: Two Handed Sword', 'lrhand', 'true', '730', '2', '2', 'fine_steel', 'd', '78', '10', 'bigsword', '8', '0.00000', '0', '0', '0', '325', '0', '39', '600', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8983', 'Shadow Item: Crimson Sword', 'rhand', 'true', '500', '2', '2', 'fine_steel', 'd', '64', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '39', '600', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8984', 'Shadow Item: Spiked Club', 'rhand', 'true', '590', '2', '2', 'steel', 'd', '64', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '39', '600', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8985', 'Shadow Item: Staff of Magic', 'lrhand', 'true', '340', '2', '2', 'wood', 'd', '62', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '52', '600', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8986', 'Shadow Item: Kukuri', 'rhand', 'true', '360', '2', '2', 'fine_steel', 'd', '56', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '39', '600', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8987', 'Shadow Item: Dagger of Mana', 'rhand', 'true', '250', '2', '2', 'fine_steel', 'd', '45', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '52', '600', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8988', 'Shadow Item: Triple-Edged Jamadhr', 'lrhand', 'true', '520', '2', '2', 'fine_steel', 'd', '78', '5', 'dualfist', '4', '4.00000', '0', '0', '0', '325', '0', '39', '600', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8989', 'Shadow Item: Gastraphetes', 'lrhand', 'true', '620', '8', '2', 'fine_steel', 'd', '132', '5', 'bow', '12', '-3.00000', '0', '0', '0', '293', '4', '39', '600', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8990', 'Shadow Item: War Hammer', 'lrhand', 'true', '700', '2', '2', 'fine_steel', 'd', '64', '10', 'pole', '8', '-3.00000', '0', '0', '0', '325', '0', '39', '600', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8991', 'Shadow Item: Sword of Delusion', 'rhand', 'true', '470', '3', '3', 'mithril', 'c', '139', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '76', '600', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8992', 'Shadow Item: Poleaxe', 'lrhand', 'true', '670', '3', '3', 'bronze', 'c', '139', '10', 'pole', '8', '-3.00000', '0', '0', '0', '325', '0', '76', '600', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8993', 'Shadow Item: Stick of Eternity', 'rhand', 'true', '380', '3', '3', 'wood', 'c', '111', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '101', '600', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8994', 'Shadow Item: Inferno Staff', 'lrhand', 'true', '340', '3', '3', 'wood', 'c', '135', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '101', '600', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8995', 'Shadow Item: Pa\'agrian Hammer', 'lrhand', 'true', '340', '3', '3', 'blood_steel', 'c', '135', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '101', '600', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8996', 'Shadow Item: Dark Screamer', 'rhand', 'true', '340', '3', '3', 'fine_steel', 'c', '122', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '76', '600', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8997', 'Shadow Item: Akat Long Bow', 'lrhand', 'true', '580', '9', '3', 'horn', 'c', '316', '5', 'bow', '12', '-3.00000', '0', '0', '0', '227', '7', '84', '600', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8998', 'Shadow Item: Pa\'agrian Sword', 'lrhand', 'true', '660', '3', '3', 'steel', 'c', '169', '10', 'bigsword', '8', '0.00000', '0', '0', '0', '325', '0', '76', '600', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('8999', 'Shadow Item: Fisted Blade', 'lrhand', 'true', '500', '3', '3', 'fine_steel', 'c', '169', '5', 'dualfist', '4', '4.00000', '0', '0', '0', '325', '0', '76', '600', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('9000', 'Shadow Item: Stormbringer*Stormbringer', 'lrhand', 'true', '780', '3', '3', 'fine_steel', 'c', '175', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '78', '600', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('9001', 'Shadow Item: Great Sword', 'lrhand', 'true', '650', '1', '1', 'steel', 'b', '213', '10', 'bigsword', '8', '0.00000', '0', '0', '0', '325', '0', '91', '600', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('9002', 'Shadow Item: Heavy War Axe', 'rhand', 'true', '540', '1', '1', 'fine_steel', 'b', '175', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '91', '600', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('9003', 'Shadow Item: Sprite\'s Staff', 'lrhand', 'true', '320', '1', '1', 'wood', 'b', '170', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '122', '600', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('9004', 'Shadow Item: Keshanberk', 'rhand', 'true', '460', '1', '1', 'oriharukon', 'b', '175', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '91', '600', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('9005', 'Shadow Item: Sword of Valhalla', 'rhand', 'true', '300', '1', '1', 'oriharukon', 'b', '140', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '122', '600', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('9006', 'Shadow Item: Kris', 'rhand', 'true', '330', '1', '1', 'mithril', 'b', '153', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '91', '600', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('9007', 'Shadow Item: Arthro Nail', 'lrhand', 'true', '480', '1', '1', 'blood_steel', 'b', '213', '5', 'dualfist', '4', '4.00000', '0', '0', '0', '325', '0', '91', '600', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('9008', 'Shadow Item: Dark Elven Long Bow', 'lrhand', 'true', '580', '3', '1', 'oriharukon', 'b', '397', '5', 'bow', '12', '-3.00000', '0', '0', '0', '227', '8', '100', '600', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('9009', 'Shadow Item: Sword of Delusion*Sword of Delusion', 'lrhand', 'true', '720', '1', '1', 'fine_steel', 'b', '213', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '91', '600', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('9010', 'Shadow Item: Great Axe', 'lrhand', 'true', '650', '1', '1', 'damascus', 'b', '175', '10', 'pole', '8', '-3.00000', '0', '0', '0', '325', '0', '91', '600', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('9011', 'Shadow Item: Tallum Blade', 'rhand', 'true', '450', '1', '1', 'adamantaite', 'a', '213', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '107', '600', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('9012', 'Shadow Item: Halberd', 'lrhand', 'true', '640', '1', '1', 'oriharukon', 'a', '213', '10', 'pole', '8', '-3.00000', '0', '0', '0', '325', '0', '107', '600', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('9013', 'Shadow Item: Dasparion\'s Staff', 'lrhand', 'true', '310', '1', '1', 'adamantaite', 'a', '207', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '143', '600', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('9014', 'Shadow Item: Bloody Orchid', 'rhand', 'true', '320', '1', '1', 'blood_steel', 'a', '186', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '107', '600', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('9015', 'Shadow Item: Blood Tornado', 'lrhand', 'true', '460', '1', '1', 'blood_steel', 'a', '259', '5', 'dualfist', '4', '4.00000', '0', '0', '0', '325', '0', '107', '600', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('9016', 'Shadow Item: Carnage Bow', 'lrhand', 'true', '560', '2', '1', 'damascus', 'a', '440', '5', 'bow', '12', '-3.00000', '0', '0', '0', '293', '9', '107', '600', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('9017', 'Shadow Item: Keshanberk*Keshanberk', 'lrhand', 'true', '700', '1', '1', 'fine_steel', 'a', '259', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '107', '600', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('9018', 'Shadow Item: Meteor Shower', 'rhand', 'true', '540', '1', '1', 'fine_steel', 'a', '213', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '107', '600', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('9019', 'Shadow Item: Inferno Master', 'lrhand', 'true', '640', '1', '1', 'fine_steel', 'a', '259', '10', 'bigsword', '8', '0.00000', '0', '0', '0', '325', '0', '107', '600', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('9020', 'Shadow Item: Keshanberk*Damascus', 'lrhand', 'true', '693', '1', '1', 'fine_steel', 'a', '275', '10', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '112', '600', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('9021', 'Shadow Item: Dragon Slayer', 'lrhand', 'true', '613', '1', '1', 'bone', 'a', '282', '10', 'bigsword', '8', '0.00000', '0', '0', '0', '325', '0', '114', '600', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('9022', 'Shadow Item: Sword of Miracles', 'rhand', 'true', '280', '1', '1', 'adamantaite', 'a', '186', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '152', '600', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('9023', 'Shadow Item: Elysian', 'rhand', 'true', '527', '1', '1', 'oriharukon', 'a', '232', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '114', '600', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('9024', 'Shadow Item: Branch of the Mother Tree', 'lrhand', 'true', '300', '1', '1', 'wood', 'a', '226', '20', 'bigblunt', '4', '4.00000', '0', '0', '0', '325', '0', '152', '600', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('9025', 'Shadow Item: Soul Separator', 'rhand', 'true', '317', '1', '1', 'oriharukon', 'a', '203', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '114', '600', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('9026', 'Shadow Item: Dragon Grinder', 'lrhand', 'true', '450', '1', '1', 'adamantaite', 'a', '282', '5', 'dualfist', '4', '4.00000', '0', '0', '0', '325', '0', '114', '600', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('9027', 'Shadow Item: Soul Bow', 'lrhand', 'true', '553', '2', '1', 'oriharukon', 'a', '528', '5', 'bow', '12', '-3.00000', '0', '0', '0', '227', '10', '125', '600', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('9028', 'Shadow Item: Tallum Glaive', 'lrhand', 'true', '613', '1', '1', 'chrysolite', 'a', '232', '10', 'pole', '8', '-3.00000', '0', '0', '0', '325', '0', '114', '600', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('9029', 'Shadow Item: Dark Legion', 'rhand', 'true', '440', '1', '1', 'fine_steel', 'a', '232', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '114', '600', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('9036', 'Shadow Item: Bone Shield', 'lhand', 'false', '460', '0', '0', 'bone', 'none', '0', '0', 'none', '0', '0.00000', '-8', '90', '20', '0', '0', '0', '600', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('9044', 'Shadow Item: Hoplon', 'lhand', 'true', '447', '0', '0', 'fine_steel', 'd', '0', '0', 'none', '0', '0.00000', '-8', '128', '20', '0', '0', '0', '600', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('9056', 'Shadow Item: Composite Shield', 'lhand', 'true', '410', '0', '0', 'fine_steel', 'c', '0', '0', 'none', '0', '0.00000', '-8', '190', '20', '0', '0', '0', '600', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('9070', 'Shadow Item: Zubei\'s Shield', 'lhand', 'true', '403', '0', '0', 'mithril', 'b', '0', '0', 'none', '0', '0.00000', '-8', '216', '20', '0', '0', '0', '600', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('9084', 'Shadow Item: Dark Crystal Shield', 'lhand', 'true', '397', '0', '0', 'crystal', 'a', '0', '0', 'none', '0', '0.00000', '-8', '243', '20', '0', '0', '0', '600', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('9129', 'Shadow Item: Shield of Nightmare', 'lhand', 'true', '400', '0', '0', 'leather', 'a', '0', '0', 'none', '0', '0.00000', '-8', '256', '20', '0', '0', '0', '600', '0', '0', 'false', 'false', 'true', 'false', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('9136', 'Sword of Valakas (1-Handed)', 'rhand', 'true', '1380', '3', '3', 'oriharukon', 'c', '156', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '83', '-1', '0', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('9137', 'Sword of Valakas (2-Handed)', 'lrhand', 'true', '2180', '2', '2', 'fine_steel', 'd', '78', '10', 'bigsword', '8', '0.00000', '0', '0', '0', '325', '0', '39', '-1', '0', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('9140', 'Salvation Bow', 'lrhand', 'false', '900', '1', '1', 'wood', 'none', '1', '1', 'bow', '12', '-3.00000', '0', '0', '0', '293', '1', '1', '-1', '0', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('9141', 'Redemption Bow - Event Use', 'lrhand', 'false', '300', '1', '1', 'wood', 'none', '1', '1', 'bow', '12', '-3.00000', '0', '0', '0', '293', '1', '1', '60', '0', '0', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('9629', 'Bow of Scion', 'lrhand', 'true', '1650', '1', '1', 'adamantaite', 's', '581', '0', 'bow', '0', '-1.00000', '0', '0', '0', '0', '0', '0', '-1', '48800000', '2440', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('9630', 'Bow of Scion Epic/Cheap Shot', 'lrhand', 'true', '1650', '1', '1', 'adamantaite', 's', '581', '5', 'bow', '12', '-3.00000', '0', '0', '0', '293', '11', '132', '-1', '48800000', '2440', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('9631', 'Bow of Scion  Epic/Focus', 'lrhand', 'true', '1650', '1', '1', 'adamantaite', 's', '581', '5', 'bow', '12', '-3.00000', '0', '0', '0', '293', '11', '132', '-1', '48800000', '2440', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('9632', 'Bow of Scion  Epic/Crt. Slow', 'lrhand', 'true', '1650', '1', '1', 'adamantaite', 's', '581', '5', 'bow', '12', '-3.00000', '0', '0', '0', '293', '11', '132', '-1', '48800000', '2440', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('9633', 'Glint Eye', 'rhand', 'true', '970', '1', '1', 'adamantaite', 's', '318', '0', 'dagger', '0', '-1.00000', '0', '0', '0', '0', '0', '0', '-1', '48800000', '2440', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('9634', 'Glint Eye  Epic/Focus', 'rhand', 'true', '970', '1', '1', 'adamantaite', 's', '318', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '293', '11', '132', '-1', '48800000', '2440', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('9635', 'Glint Eye  Epic/Might Mortal', 'rhand', 'true', '970', '1', '1', 'adamantaite', 's', '318', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '99', '-1', '48800000', '2440', 'true', 'true', 'true', 'true', '3035', '6', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('9636', 'Glint Eye  Epic/Haste', 'rhand', 'true', '970', '1', '1', 'adamantaite', 's', '318', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '68', '-1', '48800000', '2440', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('9637', 'Dual Gods Blade', 'lrhand', 'true', '2600', '1', '1', 'adamantaite', 's', '281', '0', 'dual', '0', '-1.00000', '0', '0', '0', '0', '0', '0', '-1', '97600000', '4880', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('9638', 'Dual Gods Blade Haste', 'lrhand', 'true', '2600', '2', '2', 'adamantaite', 's', '281', '10', 'dual', '8', '-3.00000', '0', '0', '0', '379', '0', '132', '-1', '97600000', '4880', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('9639', 'Dual Gods Blade Health', 'lrhand', 'true', '2600', '2', '2', 'adamantaite', 's', '281', '10', 'dual', '8', '-1.00000', '0', '0', '0', '379', '0', '132', '-1', '97600000', '4880', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('9640', 'Dual Gods Blade Focus', 'lrhand', 'true', '2600', '2', '2', 'adamantaite', 's', '281', '10', 'dual', '8', '0.00000', '0', '0', '0', '379', '0', '132', '-1', '97600000', '4880', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('9641', 'Sword of Templar', 'rhand', 'true', '1350', '1', '1', 'adamantaite', 's', '281', '0', 'sword', '0', '-1.00000', '0', '0', '0', '0', '0', '0', '-1', '48800000', '2440', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('9642', 'Sword of Templar  Epic/Focus', 'rhand', 'true', '1350', '1', '1', 'adamantaite', 's', '281', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '132', '-1', '48800000', '2440', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('9643', 'Sword of Templar  Epic/Haste', 'rhand', 'true', '1350', '1', '1', 'adamantaite', 's', '281', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '132', '-1', '48800000', '2440', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('9644', 'Sword of Templar  Epic/Crt. Stun', 'rhand', 'true', '1350', '1', '1', 'adamantaite', 's', '281', '5', 'sword', '4', '4.00000', '0', '0', '0', '325', '0', '132', '-1', '48800000', '2440', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('9645', 'Dual Dragon Slayer', 'lrhand', 'true', '4880', '2', '2', 'adamantaite', 's', '0', '0', 'dual', '0', '-1.00000', '0', '0', '0', '0', '0', '0', '-1', '97600000', '4880', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('9646', 'Dual Zariche Sword', 'lrhand', 'true', '4880', '2', '2', 'adamantaite', 's', '0', '0', 'dual', '0', '-1.00000', '0', '0', '0', '0', '0', '0', '-1', '97600000', '4880', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('9647', 'Dusk Sword Unique', 'rhand', 'true', '1670', '3', '3', 'adamantaite', 's', '170', '0', 'sword', '0', '-1.00000', '0', '0', '0', '0', '0', '0', '-1', '48800000', '2440', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('9648', 'Dusk Sword Unique Acumen', 'rhand', 'true', '1670', '3', '3', 'adamantaite', 's', '170', '20', 'sword', '4', '4.00000', '0', '0', '0', '379', '0', '143', '-1', '48800000', '2440', 'true', 'true', 'true', 'true', '3047', '3', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('9649', 'Dusk Sword Unique Empower', 'rhand', 'true', '1670', '3', '3', 'adamantaite', 's', '170', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '143', '-1', '48800000', '2440', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('9650', 'Dusk Sword Unique Mana Up', 'rhand', 'true', '1670', '3', '3', 'adamantaite', 's', '170', '5', 'sword', '12', '-3.00000', '0', '0', '0', '293', '9', '107', '-1', '48800000', '2440', 'true', 'true', 'true', 'true', '3014', '2', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('9651', 'Dusk Staff Unique', 'rhand', 'true', '1670', '3', '3', 'adamantaite', 's', '170', '0', 'sword', '0', '-1.00000', '0', '0', '0', '0', '0', '0', '-1', '48800000', '2440', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('9652', 'Dusk Staff Unique Acumen', 'rhand', 'true', '1670', '3', '3', 'adamantaite', 's', '170', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '143', '-1', '48800000', '2440', 'true', 'true', 'true', 'true', '3047', '3', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('9653', 'Dusk Staff Unique Empower', 'rhand', 'true', '1670', '3', '3', 'adamantaite', 's', '170', '10', 'blunt', '8', '0.00000', '0', '0', '0', '379', '0', '143', '-1', '48800000', '2440', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('9654', 'Dusk Staff Unique Mana Up', 'rhand', 'true', '1670', '3', '3', 'adamantaite', 's', '170', '5', 'blunt', '12', '-3.00000', '0', '0', '0', '293', '9', '107', '-1', '48800000', '2440', 'true', 'true', 'true', 'true', '3014', '2', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('9655', 'Dusk Shield Unique', 'lhand', 'true', '0', '0', '0', 'leather', 's', '0', '0', 'none', '0', '0.00000', '0', '0', '0', '0', '0', '0', '-1', '48800000', '2440', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('9500', 'Desert Eagle Cutter', 'rhand', 'true', '1520', '1', '1', 'steel', 's', '363', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '163', '-1', '0', '10394', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('9501', 'Desert Eagle Burster', 'rhand', 'true', '1520', '1', '1', 'steel', 's', '290', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '217', '-1', '0', '10394', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('9502', 'Desert Eagle Avenger', 'rhand', 'true', '1740', '1', '1', 'fine_steel', 's', '363', '20', 'blunt', '12', '4.00000', '0', '0', '0', '379', '0', '163', '-1', '0', '10394', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('9503', 'Desert Eagle Caster', 'rhand', 'true', '1080', '1', '1', 'wood', 's', '290', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '217', '-1', '0', '10394', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('9504', 'Desert Eagle Shaper', 'rhand', 'true', '1520', '1', '1', 'steel', 's', '318', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '163', '-1', '0', '10394', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('9505', 'Desert Eagle Thrower', 'lrhand', 'true', '1520', '1', '1', 'steel', 's', '689', '5', 'bow', '12', '-3.00000', '0', '0', '0', '293', '11', '163', '-1', '0', '10394', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('9506', 'Desert Eagle Stormer', 'lrhand', 'true', '2010', '1', '1', 'bronze', 's', '363', '10', 'pole', '4', '-3.00000', '0', '0', '0', '325', '0', '163', '-1', '0', '10394', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('9507', 'Desert Eagle Knuckles', 'lrhand', 'true', '1550', '1', '1', 'steel', 's', '442', '5', 'dualfist', '4', '4.00000', '0', '0', '0', '325', '0', '163', '-1', '0', '10394', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('9508', 'Desert Eagle Slasher', 'lrhand', 'true', '1740', '1', '1', 'steel', 's', '442', '10', 'bigsword', '4', '0.00000', '0', '0', '0', '325', '0', '163', '-1', '0', '10394', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('9509', 'Desert Eagle Dual Cutter', 'lrhand', 'true', '1580', '1', '1', 'steel', 's', '470', '0', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '163', '-1', '48800000', '2440', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `weapon` VALUES ('9510', 'Desert Eagle Shield', 'lhand', 'true', '1390', '0', '0', 'wood', 's', '0', '0', 'none', '0', '0.00000', '-8', '321', '20', '0', '0', '0', '-1', '0', '10394', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');

Paquielli está offline   Responder com Citação
Antigo 03-12-2010, 08:05 PM   #6
Paquielli
Membro - Veterano
 
Avatar de Paquielli
 
Registrado em: Jan 2009
Localização: Em algum lugar nesse mundo.
Posts: 531
Agradeceu: 341
Agradecido 210 Vezes em 89 Posts
Achei Ruim:
Acharam ruim Vezes em Posts
Meu Sistema
Meu Estado:
Enviar mensagem via Windows Live Messenger para Paquielli
Nome Real: Marcelo Paquielli

Inventório de Paquielli

Padrão

Resolvido.

Paquielli está offline   Responder com Citação
Antigo 04-12-2010, 09:40 AM   #7
Mazokista
Membro - Veterano
 
Avatar de Mazokista
 
Registrado em: Dec 2009
Posts: 1,335
Agradeceu: 490
Agradecido 803 Vezes em 427 Posts
Achei Ruim:
Acharam ruim Vezes em Posts
Meu Sistema
Rate Designer: Iniciante
Meu Estado:
Enviar mensagem via Windows Live Messenger para Mazokista
Nome Real: Roberto

Inventório de Mazokista

Padrão

[Somente Usuários Registrados Podem Visualizar os Links Desta PáginaClique aqui para se Registrar]

Mazokista está offline   Responder com Citação
Resposta

Ferramentas do Tópico
Modos de Exibição

Regras para Posts
Você não pode postar novos tópicos
Você não pode postar respostas
Você não pode postar anexos
Você não pode editar seus posts

Código [IMG] Sim
Código HTML Não

Ir para...


Horários baseados na GMT -3. Agora são 12:22 AM.